html, body 
{
    background-color: white;
    margin-top: 0;
    height: 100%;
}

TD
{
	font-family: arial;
	font-size: 10pt;
    color: #2D2D2D; 
   
}
.innerDivContent
{
	margin: 5px 5px 5px 5px;
}

.grayDiv
{
    border-collapse: collapse;
    border: 1px solid #DEDEDE;
    background-color: White;
}

.grayBox
{
   border-collapse : collapse;
   border: 1px solid #DEDEDE;
   background-color: White;
   border-bottom-width: 0px; 
   border-top-width: 0px; 
   background-image: url('/images/gray-gradient.gif');
   height: 26px;
}


.blueLink
{
	color: #0000CC;
}

.backGroundHdrTxtDiv
{
	margin-left: 12px;
	margin-top: 5px;
	color: White; 
	font-weight: bold;
}

.backGroundHdrDiv
{
	width: 928px; 
	height: 26px; 
}


.backGroundParentDiv
{
	position: absolute; 
	left: 50%; 
	top: 100px; 
	z-index: 1; 
	width: 928px;
	margin-left: -464px;
}

.backGroundImgDiv
{
	width: 928px; 
	height:272px; 
	background-repeat: no-repeat;

}

.yellowContentDiv
{
	z-index: 10; 
	position: relative; 
	border: 1px solid #DEDEDE; 
    top:32px; 
    background-color:White; 
    border-collapse: collapse; 
	width: 900px;
	min-height: 350px;
	

}

.bigPrint
{
	font-size: 12pt;
	font-weight: bold;
	color: #7B79C6;
}

.pageHdr
{
	color: White;
	font-weight: bold;
}

.news
{
    font-family: Arial;
    font-size: 8pt;
    color: #0000CC;

}



.footer
{
    font-family: Arial;
    font-size: 10pt;
    color: #2D2D2D;
    text-decoration: none;
}

A:Hover.footer
{
    text-decoration: underline;
}


.Tabs
{
    font-family: Arial;
    font-size: 8pt;
    color: White;
    text-decoration: none;
    font-weight: bold;
}

A:Hover.Tabs
{
    text-decoration: underline;
}


Fieldset
{

}

Legend
{
	background: white;
	border-color: White;
	border-style: solid;
	border-width: 1px; 
	padding: 2px 6px;
	font-size: 10pt;
	font-weight:normal;
	font-weight: bold;
	color: black;
} 

.AdminTxtBox
{
	font-family: Arial;
	font-size: 10pt;
	border-color: gray;
	border-width: 1PX;
}

.AdminBtn
{
    border: 1px solid gray;
	color:black;   
   	font: bold 84% 'trebuchet ms',helvetica,sans-serif;   
   	background-color:#fed;   
   	filter:progid:DXImageTransform.Microsoft.Gradient   
   (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
	width: 70px;
	height: 24px;
}

.updateProgress
{
    border-width:1px; 
    border-style:solid; 
    background-color:#CCCCCC; 
    position:absolute; 
    width:130px; 
    height:50px;    
}

.updateProgressMessage
{
    margin:3px; 
    font-family:Trebuchet MS; 
    font-size:small; 
    vertical-align: middle;
}

.modalBackground
{
    background-color:silver;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity =70)"; /*MS proprietary for IE8*/
    filter: alpha(opacity=70); /*MS proprietary for IE5-7*/
    opacity:0.7;
    z-index:1000000000; 
}

.modalPopup 
{
	background-color:white;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


.adjustedZIndex 
{
	z-index:999;
    text-align: left;
}

