﻿BODY {
	SCROLLBAR-FACE-COLOR: #3884c2;
	SCROLLBAR-HIGHLIGHT-COLOR: #3884c2;
	SCROLLBAR-3DLIGHT-COLOR: #3884c2;
	SCROLLBAR-DARKSHADOW-COLOR: #13467b;
	SCROLLBAR-SHADOW-COLOR: #3884c2;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #DDDDDD;
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
.imageHandStyle
{
	cursor:hand;
}
.headerText 
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3884c2;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
}
.activeMenuClass 
{
	color:#FFFFFF; 
	height:30px; 
	text-align:center; 
	font-weight:bold; 
	font-family:sans-serif; 
	font-size: 10px; 
	text-decoration:underline;
}
.menuOverClass 
{
	color:#FFFFFF; 
	height:30px; 
	text-align:center; 
	font-weight:bold; 
	font-family:sans-serif; 
	font-size: 11px; 
	cursor:hand; 
	background-color:#3884c2;	
	vertical-align:middle;
}
.menuClass 
{
	color:#cccccc; 
	height:30px; 
	text-align:center; 
	font-weight:bold; 
	font-family:sans-serif; 
	font-size: 11px
}
a.normalLink
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3884c2;
	font-weight: bold;
	text-decoration: none;
}
a.normalLink:hover 
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3884c2;
	font-weight: bold;
	text-decoration: none;
}
.footerText 
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.whiteText {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.errorText 
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}
.textfield 
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #3884c8;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.normalBtn 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-left: #3884c2 2px solid;
	border-right: #3884c2 2px solid;
	border-top: #3884c2 2px solid;
	border-bottom: #3884c2 2px solid;
	border-bottom-style:ridge;
	background-color:#3884c2;
	height:25px;
	cursor:hand;
}
.normalText 
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
	border:none;
}
.normalTextDDL 
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border:1px solid #CCCCCC;
	line-height: 18px;	
	border: 1px solid #CCCCCC;
}
.normalTextBold 
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	line-height: 14px;
	letter-spacing: 0.2pt;
}
.datagridRowHead 
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: Bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image:url(../Images/bg_rowhead.gif);
	padding-left:4px;
 
	
}
.datagridRow1 
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image:url(../Images/bg_row1.gif);
	padding-left:2px;
}
.datagridRow2 
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image:url(../Images/bg_row2.gif);
	padding-left:2px;
}
.waitingPgSideCol
{
	width: 100px; 
	height: 30px;
}
.waitingPgCenterCol
{
	text-align:left;
	vertical-align:middle;
	width:600px;
	height:30px;
}
/*Modal Popup*/
.modalBackground {
    background-color:Gray;
    -ms-filter:alpha(opacity=50);
    -ms-opacity:0.5;
    -khtml-opacity: 0.5;  

    
    }

.modalPopup {
    background-color:White;
    border-width:2px;
    border-style:solid;
    border-color:#3366FF;
    padding:10px;
    text-align:center;
   
	
}

.hidden {display:none}