/* Table header row style */
th{
	padding: 2px;
	color: #FFFFFF;
	background-color: #AAAAAA;
	font-family: Arial,Helvetica,sansserif;
	font-size: 8pt;
	font-weight: bold;
}

/* List table column header cell styles */
.colHeadNoSort{
	padding: 2px;
	border: 1px solid #DBDBDB;  /*219;219;219*/
	
	background-color: #EBEBEB;  /*235;235;235*/
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
}
.colHeadSort{
	padding: 2px;
	border-left: 1px solid #F2F4F7; /*242;244;247*/
	border-top: 1px solid #F2F4F7;
	border-right: 1px solid #B5BCC4; /*181;188;196*/
	border-bottom: 1px solid #B5BCC4;	
	background-color: #E4EAEF; /*228;234;239*/	
	font-size: 8pt;
	vertical-align: bottom;
	text-align: left;
}
.colHeadSorted{
	padding: 2px;
	border-left: 1px solid #ECF0F4; /*236;240;244 */
	border-top: 1px solid #ECF0F4;
	border-right: 1px solid #A2A9B0; /*162;169;176*/
	border-bottom: 1px solid #A2A9B0;
	background-color: #D3DBE4; /*211;219;228 */
	font-size: 8pt;
	vertical-align: bottom;
	text-align: left;
}
a.colHeadLink:link, a.colHeadLink:visited{
	color: #333;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none; 
}
a.colHeadLink:hover{
	color: #000;
	text-decoration: underline;
}
.colHeadTable{
	padding: 5px;
	border-left: 2px solid #F2F4F7; /*242;244;247*/
	border-top: 2px solid #F2F4F7;
	border-right: 1px solid #B5BCC4; /*181;188;196*/
	border-bottom: 1px solid #B5BCC4;	
	background-color: #E4EAEF; /*228;234;239*/
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
}
.cmdButton{		
	padding: 2px;
	border-left: 1px solid #ECF0F4; /*236;240;244 */
	border-top: 1px solid #ECF0F4;
	border-right: 1px solid #A2A9B0; /*162;169;176*/
	border-bottom: 1px solid #A2A9B0;
	background-color: #D3DBE4; /*211;219;228 */
	font-size: 8pt;
	vertical-align: bottom;
	text-align: center;
}
.pageHeader{
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}
.pageHeader2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
	white-space: nowrap;
}


