@CHARSET "ISO-8859-1";

.container1 {
	min-width: 100%;
	/*background: url('../images/common/wrapper-bg.jpg');*/
	width: 100%;
	height:650px;
	margin: 0 auto;
	overflow: hidden;
	text-align:center;
	/*margin-left:10%;
	margin-right:10%;*/
	/*border-top:4px solid #AEABA5;*/
	/*-moz-box-shadow: 0 0 40px #ccc;
	-webkit-box-shadow: 0 0 40px #ccc;
	box-shadow: 0 0 40px #ccc;*/
	display:inline;
}
.sleft { font-family: verdana; font-size: 8pt; font-weight: bold }

.header_top {
	 position:relative;
	 background: url('../images/common/gpms.jpg');
	 background-size:1350px 105px;
	background-repeat:no-repeat;
	 height:100px;
	 width:100%;
	 -webkit-box-shadow: 0 4px 4px -2px #ccc;
   -moz-box-shadow: 0 4px 4px -2px #ccc;
     box-shadow: 0 4px 4px -2px #ccc;
}

.header_top1 {
	 position:relative;
	 background: #003A88;
	 height:90px;
	 font-size:28px;
	 font-weight:bold;
	 padding-left:10px;
	 padding-top:10px;
	 color:#ffffff;
	 text-align:left;
	 -webkit-box-shadow: 0 4px 4px -2px #ccc;
   -moz-box-shadow: 0 4px 4px -2px #ccc;
     box-shadow: 0 4px 4px -2px #ccc;
}
 
.footer{
	 /*background: url('../images/common/footer.png') repeat-x;*/
	 text-align: center;
	 font-family: Arial, Helvetica, sans-serif;
	 width: 100%;
	 color:#003A88;
	 font-weight:bold;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.logincontainer {
	padding-left:2%;
	padding-right:2%;
	color:#333300;
	float:left;
	width:50%;
	min-height: 200px;
	border-right: 1px dashed #ccc;
}

.logincontainer1 {
	padding-top:120px;
	color:#333300;
	float:right;
	width:44%;
}

.loginheader {
background-color:#00317B; 
height: 30px;
width:220px;
border-radius: 10px;
margin-left:150px;
padding-top:5px;
text-align: center;
color:white;
font-size:14px;
}

.middlecontent1 {
 	/*height: 580px;*/
	 -moz-box-shadow: 0 0 20px #ccc;
	 -webkit-box-shadow: 0 0 20px #ccc;
	 box-shadow: 0 0 20px #ccc;
	 padding-bottom:20px;
}

.middlecontent {
 	/*height: 580px;*/
	height: 1850px;
 -moz-box-shadow: 0 0 20px #ccc;
 -webkit-box-shadow: 0 0 20px #ccc;
 box-shadow: 0 0 20px #ccc;
	 padding-bottom:10px;
}

.indexmiddlecontent {	
	/*padding-left:1px;
	padding-right:1px;	*/
	display:inline;
}

.rtop, .rbottom {
	display:block;
	background:#fff;
}

.rtop *, .rbottom * {
	display: block;
	height: 1px;
	overflow: hidden;
	background:#ccc;
}

.r1 {
	margin: 0 5px
}

.r2 {
	margin: 0 3px
}

.r3 {
	margin: 0 2px
}

.r4 {
	margin: 0 1px;
	height: 2px
}

.login {
	background: url('../images/login/graycard.jpg');
	background-repeat:no-repeat;
    background-position:50% 0%;
	font-weight:bold;
	height:180px;
}

.logincontent {
	text-align:right; 
}


/** after login **/

.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.logout {
	position: absolute;
	right: 7px; 
	top: 80px;
}

.logouttext {
	position: absolute;
	right: 30px; 
	top: 80px;
}

.logout a{
	 text-decoration: none;
	 text-align: center;
	 color: #fff;
}

.logout a:focus, .module a:hover{
	 font-weight: bold;
	 color: #fff;
}

.background-pane{
 	/*background: url('../images/common/bground_gradient_blue.png') repeat-x;*/
	/*background: url('../images/common/star_tile.gif') repeat;*/
	-webkit-box-shadow: 0 4px 4px -2px #ccc;
   -moz-box-shadow: 0 4px 4px -2px #ccc;
    box-shadow: 0 4px 4px -2px #ccc;
	 padding-bottom:10px;
}

.button{
	border: 1px solid #d3d3d3; 
	background: #e6e6e6 url(../images/common/button.png) 0px 0px repeat-x; 
	font-weight: bold; 
	color: #555555;
}

.button:hover, .button:active { 
	border: 1px solid #999999; 
	background: #dadada url(../images/common/button.png) 0px 28px repeat-x; 
	font-weight: bold; 
	color: #212121; 
}

.button1{
	border: 1px solid #d3d3d3; 
	background: #e6e6e6 url(../images/common/button.png) 0px 0px repeat-x; 
	font-weight: bold; 
	font-size:12px;
	color: #555555;
	width:250px;
	height:32px;
}

.button1:hover, .button:active { 
	border: 1px solid #999999; 
	font-size:12px;
	background: #dadada url(../images/common/button.png) 0px 28px repeat-x; 
	font-weight: bold; 
	color: #212121; 
}


input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.common_button{
	width: 100px;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
}

.common_button_long{
	width: 150px;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
}

.common_button, .common_button_long {
 border: 1px solid #d3d3d3; background: #f6f6f6 url('../images/common/button.png') 0 0 repeat-x ; cursor: pointer;
 margin: 5px 0;
  padding: 3px 0;
 color: #494949;
}

.common_button:hover, .common_button_long:hover {
 border: 1px solid #d3d3d3; background-position:0 -30px;  background-repeat:repeat-x ;cursor: pointer;
 color: #000;
}

span{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt}

a{ font-family: Arial, Helvetica, sans-serif; font-size: 12px;text-decoration:none;}
table{ font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
div{ font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
body{font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

.heading{
	font-family: Arial, Helvetica, sans-serif; font-size: 14px;
	font-weight: bold;
	background: url('../images/common/button.png') 0 0 repeat-x ;
}

.pager-pane{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	font-weight: bold;
	background: url('../images/common/button.png') 0 0 repeat-x ;
}

.m8bwn {	
	font-family: Arial; 
	font-size: 8pt;
	/*font-weight: bold;*/
	background-color:#26466D;
	height:31px;
	text-align:left;
	color:#ffffff;
	text-decoration:none;
	}

.m8bwn:hover {	
	font-family: Arial; 
	font-size: 8pt;
	color:#ffffff;
	background-color:#488AC7;
	height:31px;
	text-align:left;
	text-decoration:none;
	}

	.fontsm {
	font-family:Arial; font-size:12px; color: #434343;
	text-align:justify;
}

.fontlg1 {
	font-family:verdana; 
	font-size:12px; 
	/*color:#005da5;*/
	/*color:#28536c;*/
	color:#800517;
	font-weight:bold;
}
#atoz {
	display: block;
	background-color: #cccccc;
	font-weight: bold;
	margin: 1px;
	cursor: pointer;
	padding-left:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}