body{
	margin: 0 auto 0 auto;
	padding: 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-align: center;
}

#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.menu {
	float: right;
	width: 600px;
}

/* top navigation */

.topnav {
	list-style: none;
	margin: -3px 10px 0px auto;
	padding: 0 0 70px 0;
	font-size: 12px;
	clear: both;
	display: block;
}

.topnav li {
	float: right;
	padding: 0px 0px;
	margin: 0;
}

/* content */
#content {
	padding: 20px 20px 60px 20px;
	font-size: 1.1em;
	line-height: 150%;
	margin: 0px 0 0 0;
}

#content h1 {
	font-size: 2.0em;
	color: #758913;
	font-weight: normal;
	/*text-shadow: 0px 0px 1px #BCBCBC;*/
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0 0;
}

#content a {
	color: #C9004E;
	text-decoration: none;
}

#content a:hover {
	border-bottom: 1px dashed #ccc;
}

#content p {
	text-align: left;
	
}

/* horizontal table */
.htb {
	border: 1px solid #E5E5E5;
	margin: 20px auto 20px auto;
	padding: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 90%;   
   background-color:white;
}

.htb th, .utb th, .exam th {
	background-color: #999999;
	padding: 5px 2px;
	background-image: url(../img/thbg.jpg);
	background-repeat: repeat-x;
	color: #E5E5E5;
	text-transform: uppercase;
	text-shadow: -1px -1px 0px rgba(50, 50, 50, 0.8);
   line-height:12px;
}

.htb td {
	background-color: #F5F5F5;
}

.htb .open {
	background-color: #fff;
}

/* User managemet group table */
.utb, .exam {
	border: 1px solid #E5E5E5;
	margin: 20px auto 20px auto;
	padding: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 880px;
   background-color:white;
}

.utb input, .exam input {
	width: auto !important;
}

.utb td, .exam td {
	background-color: #F5F5F5;
	padding: 3px 2px;
}

.utb select, .exam select {
	border: 1px solid #E5E5E5;
	width: 140px;
}

/* login form */
.login {
	padding: 10px 3px;
	width: 320px;
	margin: 10px auto 10px auto;
	clear: both;
	border: 2px dashed #E5E5E5;
}


.login div {
	clear: both;
	margin: 8px;
}

.login label {
	width: 80px;
	font-weight: bold;
	text-align: right;
	float: left;
	font-size: 13px;
	padding: 0 5px;
	margin: 0;
	line-height: 20px;
}

.login input {
	width: 200px;
	border: 1px solid #000;
	color: #5B6A09;
	padding: 3px 3px;
}

.button {
	width: auto !important;
	padding: 6px 13px !important;
	font-weight: bold;
	font-size: 14px;
	border: none !important;
	color: #fff !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: -1px -1px 0 rgba(130, 0, 34, .8);

	background: #C9004E; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C9004E', endColorstr='#7A011D'); /* for IE */
	background: -webkit-gradient(linear, left top, right bottom, from(#C9004E), to(#7A011D)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #C9004E,  #7A011D); /* for firefox 3.6+ */

	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

/* clear */

#head:after, #wrapper:after, #content:after, .menu:after, .mainnav:after, .clear:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}

select.date {width:70px;}

.ajax {
   display:none;
   position:absolute;
   border:1px solid black;
   padding: 5px;
   background-color:white;
}