@charset "UTF-8";
.headerbar {
	background:#419ee1;
	color:#fff;
	font-size:26px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	font-style:italic;
	font-weight:lighter;
}
.headerbar {
	background-image: -webkit-linear-gradient(top, #77e983 0%, #4ba251 100%);
	background-image:      -o-linear-gradient(top, #77e983 0%, #4ba251 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#77e983), to(#4ba251));
	background-image:         linear-gradient(to bottom, #77e983 0%, #4ba251 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff77e983', endColorstr='#ff4ba251', GradientType=0);
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #F71F08;
	text-decoration:underline;
}
a:active {
	color: #333;
	text-decoration:none;
}

#login-wrapper {
	width:500px; 
	height:325px; 
	position:absolute; 
	top:50%; 
	left:50%; 
	margin:-162px 0px 0px -250px; 
	background:url(../images/bglogin.png) no-repeat;
}
#login-copyright
 {
	left:50%; 
	margin:34px 0px 0px -126px; 
	position:absolute;  
	color: #999;
	font-size:10px;
	font-weight:normal;
}
.loginbox {
	width:460px;
	padding-top:150px;
  	margin-right: auto;
  	margin-left: auto;
}

.content {
	border:solid 1px #c6c6c6;
	background:#e0e6ea;
	margin:6px 0px;
}

.footer {
	text-align:right;
	padding:0px 5px;
	font-size:11px;
}

.wlogo {
	margin:10px 0px;
	margin-right:15px;
	padding-right:20px;
	border-right:solid 1px #f5f5f5;
}

.nav-mnu {
	margin:0;
	padding:0;
}
.nav-mnu > li {
	border-bottom:solid 1px #c6c6c6;
	list-style:none;
	padding:4px;
	font-size:12px;
}
.nav-mnu > .nav-heading {
	border-bottom:solid 1px #c6c6c6;
	list-style:none;
	padding:4px;
	padding-top:20px;
	font-weight:bold;
}

.bgw {
	background:#fff;
}

.nopad {
	padding:0;
}
.pad6 {
	padding:6px;
}

.nomgn {
	margin:0;
}
.mgn6 {
	margin:6px;
}

.shiftup {
	margin-top:-22px;
}

.txt12 {
	font-size:12px;
}
.titletxt {
	font-weight:bold;
	font-size:14px;
}

.mhl {
	min-height:550px;
}

.boxf { width:100%; min-width:50px; padding:2px 5px; }
.boxxl { width:85%; min-width:50px; padding:2px 5px; }
.boxl { width:70%; min-width:50px; padding:2px 5px; }
.boxm { width:50%; min-width:50px; padding:2px 5px; }
.boxs { width:30%; min-width:35px; padding:2px 5px; }
.boxss { width:20%; min-width:35px; padding:2px 5px; }
.btnw { padding-left:45px; padding-right:45px; float:right; }
.btn-lw,
.btn-group-lw > .btn {
  padding: 10px 16px;
  font-size: 3em;
  line-height: 1.3333333;
  border-radius: 6px;
} 
.txtsmall {
	font-size: 1.2em;
}
.txtnormal {
	font-size: 1.8em;
}
.txttitle {
	color:#F0F;
	font-size:4.5em;
}

.footerX {
  font-size: 1.9em;
  padding-top:5px;
  border-top:solid 2px #ccc;
  border: 1px solid transparent;
  background:#D6D4D5;
  text-align:center;
}