


/*DATA TABLE FORMATTING =====================================*/

table.data {
	width:100%;
}

table.data a:link, table.data a:visited {
	text-decoration: underline;
}

table.data a:hover, table.data a:active {
}

table.data a.disabled:link, table.data a.disabled:visited, table.data a.disabled:hover, table.data a.disabled:active {
	color: gray;
}

table.data td {
	color: #222222;
	padding-top: 2px;
	padding-bottom: 2px;
    padding-right: 4px;
    padding-left: 4px;
	font-family:  Knowledge, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	
}

table.data thead td {
	background-color:#BABABA;
	border-color:#333333 white #333333 #333333;
	border-style:solid;
	border-width:1px;
}

table.data thead a:link, table.data thead a:visited {
	color: white;
}

table.data thead a:hover, table.data thead a:active {
	color:#F9B026;
}

table.data tbody tr.rowodd td {
	background-color: white;
}

table.data tbody tr.roweven td {
	background-color:#eeeeee;
}

table.data tbody td div.regitem {
	font-size: x-small;
}

table.data tfoot td {
	color: white;
	border: 1px solid #333333;
    border-right: 1px solid white;
	background-color:#666666;
}

table.data span.more {
	color: #ff9100; 
	text-decoration: underline;
}

.sectiontitle {
	background-color:#666666;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	/*color:#FF9100;*/
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
	padding:5px 0 4px 8px;
	font-family:  Knowledge, Arial, Helvetica, sans-serif;;
}

div.pagetitle {
	font-family: Verdana;
	font-size: 18px;
    padding-right: 10px;
}

div.textbold {
	font-family: Verdana;
	font-size: 11px;
    padding-right: 10px;
	color:#000000;
	font-weight:bold;
}

table.pagetitle {
	width: 100%;
    padding: 0px;
}

table.pagetitle td.title {
	color: #727272;
	text-align: left;
    vertical-align: middle;
}

table.pagetitle td.subtitle {
	text-align: right;
    vertical-align: middle;
    font-size: 14px;
}
.sideinfohelp {	FLOAT: right;	MARGIN-LEFT: 5px}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}	
 

