body {
	color: #000000;
	background: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	line-height: 17px;
	margin: 0;
	text-align: center;
}

#main {
	margin: 20px 0 auto; 
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

a {
	color: #006699;
	text-decoration: none;
}

a:link, a:visited {
	color: #006699;
}

a:hover, a:active {
	color: #00AADD;
}

h1 {
	font-size: 27px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 5px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #006699;
	margin: 1px;
}

h3 {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #aaa;
	margin: 1px;
}

.boxgreen {
	background: #bfb;
	border: green solid 1px;
	font-size: small;
}

td {
	padding: 5px 0;
	font-size: 11px;
	line-height: 11px;
	border-bottom: 1px solid #ddd;
}

th {
	padding: 2px 0;
	font-size: 11px;
	text-align: left;
	border-bottom: 3px solid #ddd;
}

td.cl {
	border-bottom: 1px;
}

tr.alt {
	background: #f6f6f6;
}

table.tablesorter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 8pt;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6eeee;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.tablesorter thead tr .header {
	background-image: url(http://www.nothink.org/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody tr.odd td {
	background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(http://www.nothink.org/images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(http://www.nothink.org/images/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

/* menu styles */
#topmenu {
	margin: 0;
	padding: 0;
}

#topmenu li {
	float: left;
	list-style: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#topmenu li a {
	display: block;
	background: #006699;
	padding: 5px 12px;
	border-right: 1px solid white;
	color: #EAFFED;
	white-space: nowrap;
}

#topmenu li a:hover {
	background: #24313C;
}

#topmenu li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
}

#topmenu li ul li {
	float: none;
	display: inline;
}

#topmenu li ul li a {
	width: auto;
	background: #A9C251;
	color: #24313C;
}

#topmenu li ul li a:hover {
	background: #8EA344;
}

.notice {
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	border:1px solid #347C17;
	padding: 5px;
	background: #C3FDB8;
	text-align: center;
}

.notice2 {
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	border:1px solid #F04D8E;
	padding: 5px;
	background: #E6D1D9;
	text-align: center;
}

.itsok {
	width: 35%;
	border:1px solid #347C17;
	padding: 5px;
	background: #C3FDB8;
}

.itsko {
	width: 35%;
	border:1px solid #F04D8E;
	padding: 5px;
	background: #E6D1D9;
}

#container {
	/*margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	padding: 5px;*/
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background: #fff;
	/*text-align: center; */
}

