BODY
{
font-family:"trebuchet MS", tahoma, arial;
font-size: 11px;
margin: 0px;
padding: 0px;
background:#FFFFFF repeat-x top left; height:100%; margin:0px; padding:0px; 
}
.UserMsg
{
	background-color:#CF4342;
	color:#fff;
	
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 95%;
}

.SiteWidth {
	width: 80%;
	background-color:#fff;
	padding: 0px 0px 0px 0px;
	margin:auto;	
	border: 0px solid #003366; /* Outer border: darker blue changed*/	
}

/* The container for inner for site table */
.SiteBorder{
	width: 100%;
	border: 0px solid #336699; /* Inner border: lighter blue */
	padding: 0px 0px 0px 0px;
	
}


.menuStyle
{
	cursor:pointer;
	font-size: 13px; 
	background-color:transparent;
	line-height:36px;
	vertical-align:middle;
	font-weight:bolder;
	
	
}
.menuItemStyle
{
	line-height:36px;
	color: #ffffff;
	font-size: 13px; 
	font-weight:bolder;
	text-align:center; 
	background:url(../Images/menu_h.gif) repeat-x top left;
	float:left;
	width:130px;

}
.menuHoverStyle
{
	color:#ffffff;
	font-size: 13px; 
	font-weight:bolder;
	text-align:center;
	background:url(../Images/menu_hover.gif) repeat-x top left;
	float:left;
	line-height:36px;

}
.menuSelectedStyle
{
	color:#ffffff;
	font-weight:bolder;
	text-align:center;
	font-size: 13px;
	line-height:36px;
	background:url(../Images/menu_hover.gif) repeat-x top left;
	float:left;

}




.SubmenuStyle
{
	cursor:pointer;
	font-size: 13px; 
	background-color:transparent;
	line-height:36px;
	vertical-align:middle;
	font-weight:bolder;
	text-align:left;
	padding-left:5px;
	
}
.SubmenuItemStyle
{
	line-height:36px;
	color: #3f5777;
	font-size: 13px; 
	font-weight:bolder;
	text-align:center; 
	background-color:LightBlue;
	float:left;
	width:130px;
	text-align:left;
padding-left:5px;
}
.SubmenuHoverStyle
{
	color:#ffffff;
	font-size: 13px; 
	font-weight:bolder;
	text-align:center;
	background-color:#ff7d00;
	float:left;
	line-height:36px;
	text-align:left;
	padding-left:5px;
}













.gridView /*--To change the appearance of GidView CSS*/
{
     background-color:White;
     border:none:1pxP:#CC9966;
}
.headerStyle /*--To change the appearance of GidView Header*/
{
    font-size: 8pt;
	vertical-align: middle;
	color: white;
	font-family: Arial;
	background-color:#0066ff;
	text-align: left;
	height:0;
}
.footerStyle /*--To change the appearance of GidView Footer*/
{
    font-family:Arial;
    color:#330099;
    background-color:#FFFFCC;
}
.rowStyle /*--To change the appearance of GidView Row*/
{
    color:#330099;
    background-color:White;
    padding-right: 2px;	
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-align: left;
}
.selectedRowStyle /*--To change the appearance of GidView SelectedRow*/
{
    font-weight:bold;
    color:#663399;
    background-color:#FFCC66;
}
.header
{
	font-weight: bold;
	color: maroon;
	font-family: Arial;
}
.textClass /*--To change the appearance of TextBox*/
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
}

.tableLabelClass /*--To change the appearance of table TD*/
{
	padding-right: 2px;	
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-align: left;
}
.labelLeftClass /*--To change the appearance of table TD*/
{
	padding-right: 2px;	
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-align: left;
}
.labelCenterClass /*--To change the appearance of table TD*/
{
	padding-right: 2px;	
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-align: center;
}

.labelClass /*--To change the appearance of table TD*/
{
	padding-right: 2px;	
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-align: right;
}
.labelLeftAlignClass /*--To change the appearance of table TD*/
{
	padding-right: 2px;	
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-align: left;
}
.btnClass /*--To change the appearance of Button*/
{
	width: 90px;
	font-size: 8pt;
	font-family: Arial;
}
.tableClass /*--To change the appearance of <Table>*/
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	width: 90%;
	border-top-style: none;
	padding-top: 0px;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.blankRow /*--To change the appearance of table TD*/
{
	height: 20px;
}



        
    
