
/************** form formating *************/

.dull {
	color:#666666;
	font-size:9px;
	text-align:left;
}

/************* form fields ******************/
/*
form {
	display:block;
	margin-bottom:0px;
}

.formEdit, .formEditSmall, .formEditSmaller, .formEditBig, .formTextarea, .formTextareaBig, .formTextareaBigger, .formSelect, .formSelectSmall, .formSelectSmaller {
	font-family:"Arial","Verdana","MS Sans Serif",sans-serif;
	border:1px solid #677A85;
	background-color:#FFFFFF;
	width:300px;
	font-size:11px;
}

.formEditSmall {
	width:120px;
}

.formEditSmaller {
	width:60px;
}

.formEditBig {
	width:400px;
}

.formTextarea {
	height:100px;
	width:300px;
}

.formTextareaBig {
	height:200px;
	width:500px;
}


.formTextareaBigger {
	height:300px;
	width:520px;
}

.formSelectSmall {
	width:150px;
}

.formSelectSmaller {
	width:75px;
}

.formCheckbox, .formRadio {
	vertical-align:middle;
}

.formIframe {
	height:50px;
	width:550px;
}

iframe.hidden {
	visibility:hidden;
	width:0px;
	height:0px;
}

.selectOptionDisabled {
	color:#BBBBBB;
}
*/




.formButton, .formButtonSmall, .formButtonBig {
	background-color: #EFF7FC;
	background-image: url(../../images/button_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #C5C8C9;
	height: 21px;
	padding-left: 10px;
	padding-right: 10px;
	margin:0px;
	color: #5A5A5A;
	font-family:Tahoma;
	font-size: 11px;
	font-weight: bold;
}


.formButtonSmall {
	width:52px;
}


.formButtonBig {
	width:122px;
}

.auto {
	width:auto;
}

/********* tables ***********/
.tableBorder {
	width:100%;
	border: solid 1px #D5D5D5;
	background-color: #FFFFFF;
}

.trTableDataOdd td {
	background-color: #EAF4FC;
	padding:4px;
}

.trTableDataEven td {
	background-color: #DAECF9;
	padding:4px;
}

.trTableData td {
	background-color: #DAECF9;
	padding:4px;
}

tr .tableDataOver, tr .tableDataClick {
	background-color: #FAFCFE;
	padding:4px;
}

table.pages {
	width:100%;
}

.pages {
	text-align:right;
	padding:5px 2px;
}

table.pages .total {
	width:30%;
	text-align:left;
}

/********* tables END ***********/

/********* ajax widgets ***********/
.ajaxWindow {
	display:none;
	position:absolute;
	width:650px;
	padding:1px;
	background-color:#FFFFFF;
	border:solid 1px #D5D5D5;
	z-index:1000;
}

.ajaxWindowHeader {
	width:auto;
	background-color:#D5D5D5;
	background-image:url('../../images/form_header_bg.gif');
}

.ajaxWindowHeader a, .ajaxWindowHeader a:hover {
	text-decoration:none;
}
/********* ajax widgets END ***********/

/****** miscellaneous ******/
.content {
	padding:10px;
	text-align:justify;
}

.clearLeft {
	clear:left;
}

div.addNew {
	padding-bottom:10px;
}

a.addNew {
	font-weight:600;
}

a.addNew:hover {
	font-weight:600;
}

div.pathWrapper {
 	padding:3px 2px 3px 2px;
 	margin-bottom:0px;
}

div.path {
	color:#677A85;
	padding-left:5px;
}

div.logout {
	width:100px;
	float:right;
	text-align:right;
}

a.logout {
	color:#AA0000;
}

#loadingSplash {
	display:none;
}

.loadingSplash {
	display:inline;
	color:#000000;
	padding:0px 2px;
	margin:2px;
	width:70px;
}

div.informWrapper {
	text-align:center;
	margin-bottom:20px;
}

div.inform, div.notice, div.warning, div.error {
	width:90%;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #CC0000;
	padding:5px;
	text-align:center;
}

div.inform div {
	margin-top:10px;
	text-align:center;
}

.important {
	color:#AA0000 !important;
	font-weight:bold !important;
}

.border {
	border:solid 1px #D5D5D5;
}

.borderLight {
	border:solid 1px #D5D5D5;
}

.emph {
	font-weight:bold !important;
}

.invertText {
	color:#FFFFFF !important;
}

.softText {
	color:#555555;
	font-size:10px;
}

.delete {
	color:#DD0000;
}
/****** miscellaneous END ******/

/****** site specific ******/

/****** site specific END ******/

