
/*like email links setting */
a.LinkGrey2Blue  	   { color: #666666; text-decoration: underline; font-size:9 pt; font-family: "Arial"}
a:visited.LinkGrey2Blue  { color: #666666; text-decoration: underline; font-size:9 pt; font-family: "Arial"}
a:hover.LinkGrey2Blue   { color: #0000ff; text-decoration: none; font-size:9 pt; font-family: "Arial"}
a:hover.LinkGrey2Blue   { visited: color: #0000ff; text-decoration: none; font-size:9 pt; font-family: "Arial"}

a.LinkGrey2BlueSm  	   { color: #666666; text-decoration: underline; font-size:8 pt; font-family: "Arial"}
a:visited.LinkGrey2BlueSm  { color: #666666; text-decoration: underline; font-size:8 pt; font-family: "Arial"}
a:hover.LinkGrey2BlueSm   { color: #0000ff; text-decoration: none; font-size:8 pt; font-family: "Arial"}
a:hover.LinkGrey2BlueSm   { visited: color: #0000ff; text-decoration: none; font-size:8 pt; font-family: "Arial"}

/* for emails, they look grey and hover to red */
a.LinkEmail  	    { color: #666666; text-decoration: underline; font-size:9 pt; font-family: "Arial"}
a:visited.LinkEmail { color: #666666; text-decoration: underline; font-size:9 pt; font-family: "Arial"}
a:hover.LinkEmail   { color: #ff0000; text-decoration: none; font-size:9 pt; font-family: "Arial"}
a:hover.LinkEmail   { visited: color: #ff0000; text-decoration: none; font-size:9 pt; font-family: "Arial"}


/*Cells */
#BoxHead	    { color: #FFFFFF; text-decoration: none; font-size:8pt ;font-family: "Arial"}
#ContentBox	    { color: #000000; text-decoration: none; font-size:12px ;font-family: "Arial"}
#ContentBoxSm   { color: #000000; text-decoration: none; font-size:11px ;font-family: "Arial"}
#ContentBoxPrt  { color: #000000; text-decoration: none; font-size:10px ;font-family: "Arial"}
#RedContentHeader { color: #BF0000; text-decoration: none; font-size:14px ;font-family: "Arial"; font-weight:bold}
#BluePageHeader { color: #003399; text-decoration: none; font-size:16.5px ;font-family: "Arial";font-weight:bold }
#BluePageHeader2{ color: #003399; text-decoration: none; font-size:14.5px ;font-family: "Arial";font-weight:bold }
#verticaltext   { writing-mode: tb-rl; filter: flipv fliph; }

#FilterHead0	{ color: #000000; text-decoration: none; font-size:11pt ;font-family: "Arial"; font-weight:bold}
#FilterHead1	{ color: #000000; text-decoration: none; font-size:9pt ;font-family: "Arial"; font-weight:bold}


body         { font-size: 10px }



div#tbl-container {
overflow: auto;
scrollbar-3dlight-color:#fff;
scrollbar-face-color:#7798dd;
scrollbar-darkshadow-color:#7798dd;
scrollbar-highlight-color:#e6e6e6;
}

div#tbl-container table th {
}
thead th, thead th.locked	{
font-size: 11px;
font-weight: 400;
text-align: center;
background-color: #7798DD;
color: white;
border-right: 1px solid e6e6e6;
position:relative;
cursor: default; 

}
thead th {
top: expression(document.getElementById("tbl-container").scrollTop-2); /* IE5+ only */
z-index: 20;
}

thead th.locked {z-index: 30;}

td.locked,  th.locked{
left: expression(document.getElementById("tbl-container").scrollLeft); /* IE5+ only */
position: relative;
z-index: 10;
}


table.stats {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: white;
	border-collapse: separate;
	background-color: #fffff0;
}
table.stats th {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
	font-family:Tahoma; font-size:12px	
}
table.stats td {
	border-left:1px solid #C0C0C0; border-right:1px solid #C0C0C0; border-bottom:1px solid #C0C0C0; padding:1px; background-color: #FFFFCC;
	-moz-border-radius: ; 
	font-family:Tahoma; font-size:12px
}