@charset "utf-8";
/* CSS Document */

body {
}

#mainContent {
	background-color: #FFFFFF;
}

#mainContent a{
	color:#4575C4;
	text-decoration:none;
}

#mainContent a:hover{
	background-color:#d3dce8;
}

/*                   */
/* Banner and footer */
/*                   */



.twoColLiqLtHdr #banner{
	position:absolute;
	padding: 0;
	margin: 0;
	height: 140px;
	width: 100%;
}
#banner-left{
	float:left;
	margin:0;
	padding:0;
	width:750px;
	left:0;
	height:140px;
	background-image: url(../images/GUI_headerFluid.jpg);
}
#banner-right{
	width:0px;
	float:right;
	height:140px;
}



/*                   */
/*       Forms       */
/*                   */

textarea, select, fieldset {
	border: 1px solid #BDBDC3;
	}
	
input[type='text'],input[type='submit'],input[type='button'],input[type='password'],input.text,input.submit,input.button { border: 1px solid #BDBDC3 }
	
fieldset {
	margin: 0;
	padding: 10px;
	}	
	
legend {
	padding: 0;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	}
	
hr { 
	border: 0px;
	background-color: #BDBDC3;
	height: 1px;
	}

/*                   */
/*       Tables      */
/*                   */
table {
	/* border: 1px solid #ccc;   <<<< THIS needs to be added for reports only */
	border-collapse: collapse;
}

.noborder{
	border: 0 none #ccc;
	border-collapse: collapse;
}
td, th { 
	padding: 3px;
}
th { 
	background-color: #f1f1f1;
}

.table{
	border:1px solid #CCC;
	border-collapse:collapse;
	margin-bottom: 10px;
	width:100%;
}

.table td, .table th{
	padding:5px;
}
.table th{
	background-color:#CCC;
	/* text-align:left; */
}
.table th a{
	background-color:#CCC;
	/* text-align:left; */
	background-image:url(../images/sort.gif);
	background-repeat:no-repeat;
	padding-left:12px;
	background-position:left;
}
.table th a{
	color:#000000;
	text-decoration: none;
}
.table th a:hover{
	color:#FFF;
	text-decoration: none;
	background-image:url(../images/sort_hover.gif);

}
.even {
	background-color:#EEE;
}
.odd {
	background-color:#FFF;
}
.rightalign {
	text-align:right;
}
.nowrap{
	white-space: nowrap;
}
.verticalalignbase{
	vertical-align:baseline;
}

/*                    */
/*      Error msg     */
/*                    */

.msgerror {
	background-image: url(../images/cross_16_h.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
}

.msgerror p {
/*	margin: 5px;
	padding: 0px;
*/}

/*                    */
/*     Success msg    */
/*                    */
.msgsuccess {
    font-weight:bold;
}
