body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	font-weight: bold;

	background-color: #004C01;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}


.NavStr {
	background-color: #7F8000;
	color: White;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 10px;
	
}

.NavStr a {
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.NavStr a:hover {
	color: #ACACAC;
}

td {
	font-size: 12px;
}

th {
	font-size: 11px;
	background: #E7FFD2;
	padding: 7px;
	margin-top: 10px;
}

.Tabs {
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 7px;
	margin-top: 2px;
}
.TabActive {
	background-color: #191970;
	color: White;
	text-decoration: none;
	padding: 5px;
}

.TabIdle {
	background-color: #CEDBEE;
	color: #191970;
	text-decoration: none;
	padding: 5px;
}


.ScreenCover {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	top: 0;
	left: 0;
	background-color: #4F4F4F;
	opacity: .5;
	filter: alpha(opacity=50);
	z-index: 9100;
}	

.caption {
	color: Gray;
	font-size: 9px;
}

table.OList {
	margin-left: 10px;	
	margin-right: 10px;	
}

table.OList tr.odd{
	
}

table.OList tr.even {
	background-color: #E6E6E6;
}

table.OList tr.samegroup {
	background-color: #98FB98;
}

table.OList td {
	padding: 4px;
	vertical-align: top;
}

.MulClass input {
	width: 90%;
}

table.SearchBlock {
	background-color: #EFEFEF;
	margin-left: 20px;
	padding: 15px;
	margin-bottom: 10px;
}

p {
	font-size: 12px;
}

li {
	font-size: 12px;
}

.more {
	text-align: center;
	margin: 20px;
	font-size: 12px;
	width: 680px;
	border: 3px solid #ABB5BE;
	background-color: #E6E6E6;
	padding: 30px;
}

.redclass {
	background-color: #FFA07A;
}

.Letter {
	margin: 10px;
	padding-left: 10px;
	font-size: 12px;
}
