/* CSS Document */
body {
	font-family: verdana;
	color: #04559B;
	margin-top: 0px;
	
}

ul {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

li {
	font-size: 12px;
	font-weight: bold;
	
}


a:link {
	color: #333333;
	text-decoration: none;	
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #0071F0;
}
a:active {
	text-decoration: none;
	color: #000000;
}



option.blue {background-color: #E3F4F7; font-weight: bold; font-size: 10px; color: black;}
option.red {background-color: #FF9900; font-weight: bold; font-size: 10px; color: white;}


#dhtmltooltip{
position: absolute;
left: -300px;

border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


.thinborderfloat {

  border:solid 1px #666666;
  padding:0px;

  } 
  
  .upercase {
	text-transform: capitalize;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

	}
	
	  .upercase_top {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;

	}

	
.img
{
-moz-opacity:0.4;filter:alpha(opacity=80);cursor:hand
}


.highlight
{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
}

#liner {
position: relative;
height: 100%;
}
  .hlt td {
                background-color: #F2F2F2;
            }


 .input
{
border: 1px solid #418FB3
}

.inputBtn 
{
	border-width: 0pt;
	border-style: none;
	border-color: -moz-use-text-color;
	cursor: pointer;
	font-family: Arial, Verdana, Garamond, Sans-Serif;
	color: #333333;
	background-color: transparent;
}

.btnLarge
{
	background-image: url('../images/itemBtnLarge.png');
	width: 129px;
	height: 36px;
	font-size: 13px;
	font-weight: bold;
}

.btnLarge:hover 
{
	background-position: 0px 36px;
}

.btnLarge2
{
	background-image: url('../images/itemBtnLarge2.png');
	width: 129px;
	height: 36px;
	font-size: 13px;
	font-weight: bold;
}

.btnLarge2:hover 
{
	background-position: 0px 36px;
}

