* {
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
}

strong {
	font-weight:bolder;
}

table, td, div {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#main {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#topbar {
	position: relative;
	width:100%;
	height: 36px;
}
#msg {
	position: relative;
	display: inline-block;
	float:right;	
}

#logo {
	position: relative;
	display: inline-block;
	height: 36px;
	float:left;
}

#modcv {
	position: relative;
	display: inline-block;
	clear: right;
	float:left;
	margin-left: 15%;
}

#selc {
	position: relative;
	display: inline-block;
	clear: right;
	float:left;
}
#modev {
	position: relative;
	display: inline-block;
	float:left;
	clear: riht;
}

#txt {
	color:#ffffff;
}

#hname {
	font-weight:bolder;
	font-size:25px;
	color:#ffffff;
}

#tname{ 
	background:#4f77af;
	position:relative;
	float:left;
	display:inline-block;
	margin:5px;
}

#auth {
	position:relative;
	margin:0% auto;
	width:350px;
	height:250px;
	top:65px;
	background:#4f77af;
	border-radius:10px; 
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	-khtml-border-radius:10px;
}

#ctime {
	position:relative;
	float:right;
	top:4%;
	right:5%;
}

#login {
	position:relative;
	float:right;
	clear:both;
	top:20%;
	right:15%;
}

#passwd {
	position:relative;
	float:right;
	clear:both;
	top:30%;
	right:15%;
}

#sbmnt {
	position:relative;
	float:right;
	clear:both;
	top:45%;
	right:15%;
}

#logerr { 
	position:relative;
	clear:both;
	left:9%;
	top:10%;
}

#load {
	position:relative;
	margin:0% auto;
	width:40px;
	height:40px;
	top:45%;
}
#sadmsg {
	position:relative;
	margin:0% auto;
	width:300px;
	height:40px;
	top:45%;
}
#headers {
	position: relative;
	overflow: auto;
	height:40%;
	margin-bottom: 2%;
	background: white;
	clear: both;
	border: 4px solid #4f77af;
	border-radius: 5px;
}

#mbody1 {
	position: relative;
	overflow: auto;
	height:40%;
	width:49%;
	background: white;
	border: 4px solid #4f77af;
	border-radius: 5px;
	float:left;
}

#mbody2 {
	position: relative;
	overflow: auto;
	height:40%;
	width:49%;
	background: white;
	border: 4px solid #4f77af;
	border-radius: 5px;
	float:right;
}

#forward {
	position: relative;
	display: inline-block;
	float: left;
}

#chbox {
	position: relative;
	display: inline-block;
	float: right;
}

#mhead {
	background-color:#f5f5f5;
}

#phead  {
	background-color:#f5f5f5;
}

#phead  > td {
	color: #32CD32;
}

#phead.active  > td {
	color: #ffffff;
}

#mhead:hover td {
	background-color:#a1b6d4;
}

#phead:hover td {
	background-color:#a1b6d4;
	color: #000000;
}

.clickable > tbody > tr.active td {
    background: #4f77af;
    color: #ffffff;
}
