body {
	font-family: arial;
	font-size: 12px;
	background: #D1DAE5;
}

#appContainer {
	margin: 0px;
	padding: 0xp;
}

#appContainer label {
	float: left;
	text-align: right;
	width: 150px;
	margin-right: 10px;
	margin-top: 3px;
	padding: 4px 3px 4px 3px;
	border-right: 3px solid #2f2f2f;
	background-color: #6988a5;
	font-size: 12px;
	color: #fff;
}

.required {
	color: #f00;
	font-weight: bold;
}

.hide {
	display: none;
}

.printHide {
	padding: 0px;
	margin: 0px;
}
.printShow {
	display: none;
}

#appContainer select,#appContainer input {
	padding: 3px;
	font-family: Arial, Helvetica, sans;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-left: 3px;
	margin-top: 3px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #859ab9;
}

#appContainer input:focus {
	background-color: #FAFFCF;
}

#appContainer input.postText {
	padding: 3px;
	font-family: Arial, Helvetica, sans;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #ccc;
}

#appTitle {
	background: #567ED6;
	color: #fff;
	padding: 0px;
	margin: 0px;
	height: 108px;
	padding-left: 100px;
	background: url('../images/bg2_top_top.png') #fff repeat-x top;	
}

#appTitle a {
	color: #fff;
}

#appName {
	margin-left: 180px;
	padding-top: 70px;
}

#appMenu {
	height: 18px;
	padding: 5px 3px 3px 100px;
	color: #dadada;
	background: url('../images/app_menu_bg.png') repeat-x bottom;
}

#appMenu a {
	color: #fff;
	text-decoration: none;
}

#appMenu a:hover {
	text-decoration: underline;
}

#appFoot {
	text-align: right;
	font-size: 10px;
	margin: 0px;
	background-color: #d1d1d1;
	padding: 15px 5px;
	background: url('../images/footer2_bot_bg.png') repeat-x;
	height: 65px;
}

#appUser {
	position: absolute;
	margin-top: -1px;
	margin-left: 650px;
	float: right;
	border: 1px solid #000;
	padding: 5px;
	background-color: #fff;
	color: #000;
	font-size: 13px;
	text-align: right;
}

#appWorkspace {
	padding: 15px 15px 15px 81px;
	border-top: 1px solid #ccc;
	border-top: none;
	background: url('../images/footer2_top_bg.png') #fff repeat-x bottom;
	min-height: 278px;
}

fieldset {
	border: 1px solid #0024CF;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

legend {
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #0024CF;
	color: #0024CF;
	font-size: 90%;
	text-align: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#itsthetable table a:link {
	color: #CC6633;
}

#itsthetable table a:visited {
	color: #CC6633;
}

#itsthetable table a:hover {
	color: #999966;
}

#itsthetable table a:active {
	color: #CC6633;
}

#itsthetable table a:focus {
	color: #CC6633;
}

.adminTable caption {
	padding: 18px 2px 15px 2px;
	color: #cfcfcf;
	background-color: inherit;
	font-weight: normal;
	text-align: centered;
	text-transform: capitalize;
}

.box {
	padding: 8px;
	border: 4px solid #ccc;
	margin: auto;
	background: url(../images/boxBg.gif) top repeat-x;
}
.boxLabel {
	margin: 5px 5px 5px 0px;
}
.helpDialog {
	display: none;
}
.helpDialogContent {
	font-size: 12px;
	font-weight: normal;
}

.adminTablePrint {
	display: none;	
}

.adminTable caption {
		padding: 18px 2px 15px 2px;
		color: #cfcfcf;
		background-color: inherit;
		font-weight: normal;
		text-align: centered;
		text-transform: capitalize;
		}

table.adminTable {
		border: 1px solid #D9D9D9;
		background: #fff;
}
table.adminTable tr td{
		padding: 6px 9px;
		text-align:left;

}
table.adminTable thead th{
		background-color: #6988a5;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #D9D9D9;
		font-weight: bold;
		text-align:left;
		padding: 6px 6px;
		color:#fff;
}
table.adminTable tbody tr th{
		background-color: #fff;
		font-weight: normal;
		border-left: none;
		padding: 6px 9px;
		background-color: #E5E5D8;
}
table.adminTable tbody tr {
		border-left: 1px solid #d2dae5;
		background-color: #cdcdcb;
}
table.adminTable tbody tr.odd{
		background-color: #d0d8e3;
}
	
table.adminTable tbody tr:hover {
	color: #333333;
	background-color: #FFFFCF;
}

table.adminTable tbody tr.odd:hover {
	color: #333333;
	background-color: #FFFFCF;
}
	
table.adminTable tfoot td, table.adminTable tfoot th{
		border-top: 1px solid #ccc;
		font-weight:bold;
		color:#592C16;
		padding: 16px 9px;
		
}


/* Buttons */
#appContainer input.button {
	font-size: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px 2px 0px 2px;
	border: 1px solid #5F5F5F;
	background-color: #ddd;
	color: #5F5F5F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#appContainer input.button:hover {
	border: 1px solid #000;
	background-color: #F9541C;
	color: #fff;
}

div.clearer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

