/* Global Styles */
.DropDownCSS
{
	
}
.GridViewFooterStyle
{
	background-color:#990000;
	font-weight:bold;
	Color:White;
}
.GridViewSelectedRowStyle
{
	background-color:#FFCC66;
	Color:Navy;
	font-weight:bold;
}
.ContentOverflow
{
   height: 100%; overflow: auto; width: 100%; 
        }
        .ContentStyle
        {
            background-color: #FFFBD6;
            border: 1px solid #FFCC66
        }
        .Title
        {
            font-size: 16.0pt; 
            font-family: Arial Rounded MT Bold;
            color:black;
            font-weight: bold;
        }
        .SubTitles
        {
            font-size: 14.0pt; 
            font-family: Arial Rounded MT Bold;
            color:black;
            font-weight: bold;
        }        
        .tdheader
        {
        background-color:#990000;color:White;font-weight:bold;
        text-align:center;
        }
        .tdcontent
        {
            background-color:white;
            border:1px lightblue solid;
        }
        .tdprompt
        {
        
        }
        .Menu
        {
            font-size:9pt;
            font-family:Verdana;
        }
        table
        {
            Font-Family:Verdana;
            font-size:9pt;
            color:#990000
        }
        body
        {
            background-color:beige;
        }
        .buttonstyle
        {
            Background-Color:White;
            BorderColor:#CC9966;
            Border:Solid 1px;
            Color:#990000
        }
        span
        {
            Font-Family:Verdana;
            font-size:10pt;
            color:#990000
        }
        .driftingdiv
        {
            /*LEFT: 10px; 
            POSITION: absolute; 
            TOP: 100px*/
        }
        .FreezeRow /*Works on IE*/
        { 
           position:relative ; 
           top:expression(this.offsetParent.scrollTop); 
           border-top  : #475d8e 1px solid;
           background-color:#FEFDEF;
           z-index: 10; 
        }
.ButtonStyle 
{
            Background-Color:White;
            BorderColor:#CC9966;
            Border:Solid 1px;
            Color:#990000;
            cursor:hand;
	}	

