tr {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	/* font-weight: bold; */
	color: #FFFFFF
}

.headertext {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF
}


.input {
	 border: thin #CCCCCC solid;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 background-color: #FFFFFF;
}

.inputButton {
	 border: thin #CCCCCC solid;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 background-color: white;
	 height: 20px
}

.menu_parent {
	width: 100px;
	border: 1px solid black;
	background-color: white;
	padding: 1px 2px;
	font-weight: bold;
}

.menu_parent a{
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: black;
}

.menu_parent a:hover {
	background-color: lightyellow;
}


.menu_child {
	position: absolute;
	visibility: hidden;
	background-color: white;
	width: 100px;
	border: 1px solid black;
}

.menu_child a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.menu_child a:hover {
	background-color: lightyellow;
}

.tr_main {
	/* background-color: ; */
}

.tr_alt {
	/* 006600 */
	background-color: #336600;
}

.excelTable
{
	background-color: white;

	border-color: black;
	border-style: solid;
	border-width: 1px;
	padding-left: 2px;
	border: thin black solid;
	
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.trExcel
{
	
}

.tdExcel
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: black;
}


.clsHidden
{
	visibility: hidden;
	position: absolute;
}


.scrollBox {
	display:block;
	border-width: 1px;
	border-style: solid;
	border-color: 000;
	padding:5px;
	margin-top:5px;
	width:100%;
	height:300px;
	overflow:scroll
}





/* Dirty ass dhtmltooltop stuff here */
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
color: black;
font-size: 10px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.hideMeOnStartup
{
	display: none;
}

.bd_local {
	/*  background-color:#F2F2F2; */
	background-color: #336600;
}

.hd {
	background:transparent url(http://yui.yahooapis.com/2.7.0/build/assets/skins/sam/sprite.png) repeat-x scroll 0 -200px;
	color:#000000;
	font-size:93%;
	font-weight:bold;
	line-height:2;
	padding:0 10px;
}
