input[type=text]::-ms-clear { display: none; }
.heading1{Color:#F68908; TEXT-DECORATION: none; font-family:Arial; font-size: 11pt; font-weight:Bold}

.heading{Color:#2966A5; TEXT-DECORATION: none; font-family: Arial; font-size: 11pt; font-weight:Bold}
.heading:hover{COLOR:#F68908; TEXT-DECORATION: none ; font-family: Arial; font-size: 11pt; font-weight:Bold}
.headingB{Color:#2966A5; TEXT-DECORATION: none; font-family: Arial; font-size: 11pt; font-weight:Bold}


.footer{Color:#ffffff; TEXT-DECORATION: none; font-family: Verdana; font-size: 9pt}
.footer:hover{COLOR:#ffffff; TEXT-DECORATION: none ; font-family: Verdana; font-size: 9pt}

.cb{Color:#F68908; TEXT-DECORATION: none; font-family: Verdana; font-size: 9pt}
.cb:hover{COLOR:#F68908; TEXT-DECORATION: none ; font-family: Verdana; font-size: 9pt}

.text{Color:#000000; TEXT-DECORATION: none; font-family: Verdana; font-size: 9pt}

.detailheading{Color:#ffffff; TEXT-DECORATION: none; font-family: Verdana; font-size: 9pt;font-weight:bold}

.whitelink
{
    color:Orange;
    font-family:Verdana;
    font-size:8pt;
    text-decoration:none;
}

.whitelink:hover
{
    color:White;
    font-family:Verdana;
    font-size:8pt;
    text-decoration:underline;
}

.MsgBox
{
	font-family:Verdana ;
	font-size:10pt;
	font-weight:bold;
	color:Red ;
	border:solid 1px red;
	background-color:#FEE2E2;
	padding:2px 4px 2px 4px ;
}
.Star
{
	font-family:Verdana ;
	font-size:10pt;
	font-weight:bold;
	color:Red ;	
}


.NormalText
{
	font-family:Verdana;
	font-size:9pt;
	color:Black;	
}

.chksize {
	vertical-align:top;
	width:25px;
	height:25px;
}
.RowHeader
{
	Color:white;
	background-color :#2966A5;
	TEXT-DECORATION: none; 
	font-family: verdana; 
	font-size: 10pt; 
	font-weight:Bold;
	border:solid 1px black;
	padding:2px 2px 2px 2px;
	cursor:hand ;
	}


.button
{
	Color:white;
	background-color :#2966A5;
	TEXT-DECORATION: none; 
	font-family: verdana; 
	font-size: 10pt; 
	font-weight:Bold;
	border:outset 2px black;
	padding:1px 1px 1px 1px;
	cursor:hand ;
	}
	
.button:hover
{
	Color:white;
	background-color :#2966A5;
	TEXT-DECORATION: none;
	font-family: verdana; 
	font-size: 10pt; 
	font-weight:Bold;
	border:solid 2px #FB9B00;
	padding:1px 1px 1px 1px;
	cursor:hand ;
}


/*grid */
.grd_link
{
	Color:#498DD1;
	TEXT-DECORATION: none;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:bold ;
	}
.grd_link:hover{COLOR:#000000; TEXT-DECORATION:Underline ; font-family: verdana; font-size: 9pt;}


/*#dataGridUsers 
{
    font-family:Verdana;
    font-size:10pt;
    text-decoration:none;
    /*background-color:#E1E1E1;
    color:Black;
    background-color:White;
    border-color:#CCCCCC;
    border-width:3px;
    border-style:None;
    border-collapse:collapse;
.normalrow
    {
    
    background-color:White ;
    }
    .hightlighrow
    {
    background-color:#C3EAFD;
   

    }
    
}*/

TH {
    background-color: #2966A5;
    font-size: 12px;
    font-family: Verdana;
    color: white;
    padding: 7pt 3px;
}


.loginbg01
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/loginpanel01.gif);
	background-repeat: no-repeat;
	width:549px;
	height:50px;
	text-indent:140px
	}
	
	
	.loginbg02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/login_img.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: 214px;
	
	border-left-width: 1px;

	border-left-style: solid;
	border-left-color: #ffa80d;
	border-right-width: 1px;

	border-right-style: solid;
	border-right-color: #ffa80d;
}
.txtfield
{
	color: #464646;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	height: 15px;
	width: 170px;
	border: 1px solid #b8b7af;

	

	
	
}

.btn


{
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	
	background-color: #0494cb;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #31c6ff;
	border-right-color: #00394f;
	border-bottom-color: #00394f;
	border-left-color: #31c6ff;
}
.textwrap 
{
    width:110px !important;
    }
.textwrap td 
{
    white-space:normal;    
}
input.number{
	padding:2px 5px;
	cursor:pointer;
	text-align:right;
	background:#fff;
	width:90px;
	border:1px #999 solid;
	-moz-box-shadow:inset 0 0 5px #666;
	-webkit-box-shadow:inset 0 0 5px #666;
	box-shadow:inset 0 0 5px #666;
	
}