@charset "utf-8";
/* CSS Document */
 
.body
{	
	background:#FFF;
	padding:0px;
	margin:0;
	border:0;
	
}



.main
{
 	background-color:#F6F6F6;
 	width:100%;
	height:auto;
 
 
 
 
 
 }

#header
{
	background-color:#999;	
 	width:100%;
	height:150px;	
 

}
#base
{
 
 	width:100%;
	height:auto;
}
#footer
{
 	background-color:#CCC;	
 	width:100%;
	height:50px;	 
}

#login
{
 
 	width:100%;
	height:450px;
	margin-top:150px;
 
}

#cpr
{
	background-color:#E8E8E8;
	color:#036;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding-left:1%;
 	width:21%;
	height:50px;
 
}
#add
{
	width:79%;
	background-color:#FFF;
	height:50px;
 
}
#display_add
{
	color:#633;
	font-weight:bold;
	font-size:18px;
	padding-top:5px;
}

#msgbox
{
	background-color:#FFF;
}

#user_info
{
	width:100%;
}
#login_by
{
	padding-top:5px;
	text-align:left; 
	padding-left:50px;  
	color:#003;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:60%;
	
}
#logout
{
	padding-top:5px;
	margin-right:70px;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
 
}

.link
{
	padding-left:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#900;
}
.link:hover {color:#F00;}
 
.panel
{
	font-family:Tahoma, Geneva, sans-serif;
	height:100px;
	width:640px;
	border:double;
	padding-top:40px;
}

.panel1
{
	font-family:Tahoma, Geneva, sans-serif;
	height:230px;
	width:640px;
	border:double;
	padding-top:5px;
}

#lbl_rpt_head
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background-color:#666;
	height:25px;
	width:350px;
	border:double;	
}
.page
{
	width:950px;
	height:auto;
	border:#FFF;
	background-color:#999;
	border:double;
}
.pagination_contant
{
	width:950px;
	height:30px;
	border:#FFF;
	border:double;
 
}
#childAjax
{
	
	width:950px;
	height:auto;
 
}
#heading
{
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:16px;
	border:double;
	height:30px;
	width:300px;
	background-color:#666;
	visibility:hidden;
	padding-top:10px;
}

#level
{
 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
.tbl_text
{
	border: 0;
	border-width: 0px; 
	border-color: #FFFFFF; 
	width: 100%;
	text-align:center;
}
.common_text
{
	width:140px;
	height:15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
.common_text:hover {background-color:#FFFFCC;}
.common_text:focus {background-color:#D6D6FF;}

.small_text
{
	width:50px;
	height:15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
.small_text:hover {background-color:#FFFFCC;}
.small_text:focus {background-color:#D6D6FF;}

.common_commbo
{
	width:143px;
	height:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
.common_commbo:hover {background-color:#FFFFCC;}
.common_commbo:focus {background-color:#D6D6FF;}
.common_button
{
	width:70px;
	height:25px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
 
}
 /*
.common_button:hover {background-color:#FFFFCC;}
.common_button:focus {background-color:#D6D6FF;}
*/

.left_bar
{
	float:left;
	width:8px;
	height:15px;
	background-image:url(../images/left_bar.png);
	background-position:left;
	background-repeat:no-repeat;
}
.right_bar
{
	float:left;
	width:8px;
	height:15px;
	background-image:url(../images/right_bar.png);
	background-position:right;
	background-repeat:no-repeat;
}
.hiper
{
	color:#039;
}
.hiper:hover {color:#FFF;}
.hiper:focus {color:#09F;}

/*-------------------------------------------------------
				data grid			
*/

.grid_header
{
	
	background:#666;
	color:#FFF;
	width:100%;
}
.grid_cell
{
	width:100%;
	border:0;
	border-width: 0px; 
	border-color: #FFFFFF;	
	text-align:center;
}


div.MBbuttonLogin {background-image: url(../images/bgButtonLogin.png) !important; background-image: url(../images/bgButtonLogin.gif); background-attachment: scroll; background-repeat: no-repeat; background-position: top left; display: block; float: left; height: 23px; padding-right: 18px; margin: 10px 15px 10px 0; font-size: 90%; cursor: pointer; float: right; position: relative; bottom: 27px}
div.MBbuttonLogin input {background: transparent url(../images/bgButtonLoginR.png) no-repeat 100% 0% !important; background-image: url(../images/bgButtonLoginR.gif); display: block; padding: 2px 20px 5px 38px !important; margin: 0 -30px 0 0 !important; float: left; border: none; color: #4f4f4f; height: 23px; cursor: pointer;}
div.MBbuttonLogin input:hover {border: none; color: #ff0000}
div.MBbuttonLogin input:focus {border: none; background-color: inherit;}




