.fieldset1
{
	height:auto;	
	background-color:#F9F9FA;
	color:#4F7383;
	border:none;	
}
.fieldset1 legend
{
	font-size:15px;
	background-color:#F9F9FA;	
	color:Black;
	font-weight:bold;
	border:none;	
}
/**********grid class****************/	
.grid-view
{
	color:#555555;
    font: 'trebuchet ms',helvetica,sans-serif; 
    font-size:13px;	
	text-decoration:none;
	border:1px solid;
	border-color:#DB7F10;
	text-align:left;	
}
.grid-view tr.Gridheader
{
	font-family:Verdana;
	 font: 'trebuchet ms',helvetica,sans-serif; 
	height:28px;	 
	font-size:12px;
	background-color:#F2F7FA;	
	vertical-align:text-top;
	color:#fff;
	text-decoration:none;
	 border:1px solid;
	border-color:#DB7F10; 
	background:url(../../Images/Admin/gridheader.jpg) repeat-x;
}
.grid-view tr.normal
{
	color:#555555;
    font: 'trebuchet ms',helvetica,sans-serif; 
    font-size:13px;	
    background-color:#F2F7FA;
	text-decoration:none;
	border:1px solid;
	border-color:#DB7F10;
	text-align:left; 
}
.grid-view tr.alternate
{	
   color: #2D2B2B;
   background-color: #D1DBDF;
   height: 25px;
   border:1px solid;
	border-color:#DB7F10;
	text-align:left;
}
.grid-view tr.normal:hover, .grid-view tr.alternate:hover
{
   background-color: #ECB43D;
   color: White;    
}	
.grid-view a
{
	
	color:#333333; 
	text-decoration:none;
}
.grid-view a:hover
{
	background-color:#20333D;	
	color:White;
	padding-left:0px;
	padding-right:0px;	
}
/**********grid class end****************/	
 .TextBox{
	border:1px solid #AFCBED;
	background:#E1E8F2;
	color:#273840;
	padding:2px;
	margin:0px;
	font-family:Arial;
	height:16px;	
}

.TextBox:focus{
	border:1px solid #333333;
	background:#ffffff;
	color:#69917B;
	padding:2px;
	margin:0px;
}
.DropDownList{
	color:#273840; 
	 height:22px;
	 white-space:nowrap;	
	 padding: 0em 0em 0em 0em;   
     font: 'trebuchet ms',helvetica,sans-serif; 
     font-size:11px;        
     vertical-align:middle;
	 background-color:#e9e9e9; 	
     border: #AFCBED 1px solid;
}

.CheckBox{	
	color:#273840; 
	 height:17px;
	 white-space:nowrap;	
	 padding: 0.3em 0em 0em 0em;   
     font: 'trebuchet ms',helvetica,sans-serif; 
     font-size:11px;        
     vertical-align:middle;
	 background-color:#F9F9FA; 	
    border: none;
}
.CheckBox :hover
{
	background-color:#F9F9FA;
	color:#000000;
}
.RadioButton{
	color:#273840; 
	 height:17px;
	 white-space:nowrap;
	 margin: 0 0.8em;
	 padding: 0.3em 0em 0.5em 0em;   
     font:  'trebuchet ms',helvetica,sans-serif; 
     font-size:12px;        
     vertical-align:middle;
	 background-color:#F2F7FA; 	
     border: none;
     }
.Button
{	cursor:pointer;	
	color:#273840; 
	 white-space:nowrap;
	 margin: 0 0.0em;
	 padding: 0em 0em 0em 0em;   
    /* font: bold 84% 'trebuchet ms',helvetica,sans-serif; */
     font-size:10px;        
     vertical-align:middle;  
      background-color:#F2F7FA;    
 border :outset 2px #AFCBED;	
}

.forget a{
   color:#4f7383;
			text-decoration:none;
		}
.forget a:hover
{
		color:#4f7383;
		text-decoration:underline;
		}
.TextBoxLogin
{
	font-size:16px;
	font-weight:bold;
	vertical-align:middle;	
}
.frtxtbox
{
		width:200px;
	border:black;
	background-color:#e9e9e9;
	color:#000000;
	font-size:12px;
	font-family:Verdana;	
	border-bottom-width:2px;
	border-bottom-color:#000000;	
}
.frtxtbox1
{
	width:200px;
	border:black;
	background-color:#e9e9e9;
	color:Orange;
	font-size:large;
	font-family:Verdana;
	border-bottom-width:2px;
	background-color:#000000;	
}
.frtxtbox1:focus{
	border:1px solid #333333;
	background:#ffffff;
	color:#CA0000;
	padding:2px;
	margin:0px;	
}
.frtxtbox1 : hover
{
	background-color:Red;
}
.freetextbox
{
	border-bottom-color:Black;
	border:2px;
	background-color:Blue;
	color:Red;
}
.linktextdecoration
{
	text-decoration:none;
}


