body
{
	overflow : hidden;
	
	
	BACKGROUND-COLOR: white;
}
image
{
	cursor:pointer;
}
.HyperLink
{
	font-size: 7pt;
	font-family: Verdana;
	color :White;

}
.HyperLink2
{
	font-size: 8pt;
	font-family: Verdana;
	text-decoration:underline;
	color:Blue;

}
#lbtnLogOut
{
	font-size: 8pt;
	font-family: Verdana;
}

.Label
{
	font-size: 7pt;
	font-family: Verdana;
}
.TextBox
{
	font-size: 7pt;
	font-family: Verdana;
}
.TextBox2
{
	font-size: 8pt;
	font-family: Verdana;
	width:135pt;
}
.Button
{
	font-size: 7pt;
	font-family: Verdana;
}

.GridView
{
	font-size: 7pt;
	font-family: Verdana;
}
.Heading
{
	font-size:12pt;
	font-family:Verdana;
	font-weight:bold;
}
.Content
{
	font-size:9pt;
	font-family:Verdana;
}
 .td
        {
            font-size: 7pt;
	        font-family: Verdana;
        }

td
{
	font-size: 8pt;
	font-family: Verdana;
}

#gvLinks
{
	font-size: 9pt;
	font-family: Verdana;

}

.container 
{
	position:relative;
	width:100%;
	Height:375px;
	overflow:auto;
	background-color:#e9eaec;
	border:solid 1px black;
	margin-top:6px;
}
.container table 
{
	border-width: 0px 1px 1px 1px;
}
.container table th 
{
	position:relative; 
	border-width: 0px 1px 1px 1px;
    border-style: solid; 
    border-color:Black White Black #336699; 
	top: expression(this.offsetParent.scrollTop);
	z-index: 1;	
}
.bodyBackground 
{
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:.5;
}
.HeaderStyle
{
	font-weight:bold;
	color:White;
	background-color:#9CAEBD;
	text-decoration:underline;
	vertical-align:bottom ;
}