/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
}

.headerbg
{
	background-image: url(../adminimages/headerbg.jpg);
	background-repeat: repeat-x;
}
.welcome
{
	font-family: Arial;
	font-size: 12px;
	color: #055AB2;
}


#menu
{
	padding: 0px;
	margin: 0px;
	height: 31px;
}

#menu a
{
	/*font-family: "Lucida sans Unicode" , Arial, Helvetica, sans-serif;*/
	font-family:Arial;
	text-decoration: none;
	float: left;
	padding: 7px 12px;
	display: block;
	font-size: 12px;
}

#menu a:hover
{
	color: #FE8E19;
}

#menu a.active_menu
{
	background-color: #011E3C;
}

#menu a.active_menu:hover
{
	color: #FFFFFF;
}
.label
{
	font-family: "Arial";
	font-size: 12px;
    font-weight:normal; 
	
}
 
 
 
/*#D50909*/
/*#011E3C , #FE8E19 , #055AB2, #d6d6d6 */
.Header
{
	font-family: Arial;
	font-size: 35px;
	color: #055AB2;
	background-color: #d6d6d6;
}
 
.Msg
{
	font-family: Arial;
	font-size: 12px;
	color: Green;
	font-weight: bold;
}
.CloseIcon
{
    background-image: url(../images/closeicon2.png);
    background-color: Transparent; 
    cursor: pointer; 
    border-style: none; 
    border: 0; 
}

 
.textbox
{
	width: 250px;
	height: 13px;
	font-family: Arial;
	font-size: 12px;
}
 
.textboxregistration
{
	width: 250px;
	height: 18px;
	font-family: Arial;
	font-size: 12px;
}
.dropdown
{
	width: 200px;
	/*height: 25px;*/
	font-family: Arial;
	font-size: 12px;
	 
} 
 
.ErrorMgs
{
	font-family: Arial;
	font-size: 12px;
	color: Red;
	font-weight: normal;
}
 
.Errormsg
{
	font-family: Arial;
	font-size: 12px;
	color: Red;
	font-weight: normal ;
}
 
 
/*  Data Pager Design */

.DataPagerStyle
{
   width: 900px;

text-align: left;
margin: 0px 0px 5px 15px;

border-radius: 5px;
padding: 5px 0px 0px 10px;
float: left;
}


.DataPagerStyle2 
{


font-family: verdana;
letter-spacing: 2px;
font-weight: normal;
position: relative;
line-height: normal;
text-decoration: none;
    float: left;
color: rgb(136, 136, 136);  background-color: rgb(238, 238, 238);
    margin: 0px 3px 0px 3px;
padding: 3px 8px 3px 8px;

  
}


 .NumericButtonCSS  
 {  
 
line-height: 18px;
font-size: small;
color: black;
background-color: rgb(207, 207, 207);
    padding: 3px 8px 3px 8px;
     float: left;
     margin: 0px 3px 0px 3px;
             

 }  
 .StyleDataPager
 {
     padding: 10px 0px 3px 50px;
 }
 .StyleDataPager a:link
{
 
font-size: small;
color: rgb(136, 136, 136);
background-color: rgb(238, 238, 238);
text-decoration: none;
visibility:visible;
     float: left;
     line-height: 18px;
     padding: 3px 8px 3px 8px;
     margin: 0px 3px 0px 3px;
     font-family: verdana;
letter-spacing: 2px;
}
 .StyleDataPager a:link:hover
{
    color: black;
background-color: rgb(207, 207, 207);
}
.DataPagerStyle a:link {

font-size: 18px;
color: #333;
padding: 5px;
text-decoration: none;
visibility: visible;

 }

.DataPagerStyle2 a:link { color:Blue; font-weight:bold; visibility:visible;  }
.NumericNormal { font-size:20px; padding:5px; }