html,body {
	margin: 0 auto;
	padding: 0;
	outline: none;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFF;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

form {
	margin-bottom: 0;
}

.main {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}

.header {
	height: 140px;
	padding: 0;
	width: 1000px;
	background-color: #88be41;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

#header-top {
	width: 990px;
	text-align: right;
}

.login-button {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	border: none;
	cursor: pointer;
	margin-top: 10px;
	width: 150px;
	height: 24px;
	background: url(../images/login-bg.png) right center no-repeat;
	text-align: center;
	float: right;
	margin-left: 575px;
	background-position: 0px -24px
}

.login-button:hover {
	background: url(../images/login-bg.png) right center no-repeat;
	background-position: 0px -48px
}

.login-button:active {
	background: url(../images/login-bg.png) right center no-repeat;
	background-position: 0px 0px
}

.login {
	float: right;
	margin-left: 500px;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 5px;
	color: #FFF;
}

.login a {
	color: #FFF;
	text-decoration: none;
}

.login a:hover {
	color: #FFF;
	text-decoration: underline;
}

.logout-button {
	margin-top: 4px;
	margin-left: 602px;
	float: right;
	color: #ffffff;
	background-color: #6cac3f;
	text-decoration: none;
	border: none;
	cursor: pointer;
	text-align: center;
	width: 123px;
	height: 22px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.login-box {
	border-color: #6cac3f;
	border-style: solid;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-right: 3px;
	padding-top: 1px;
	border-width: 1px;
	background-color: #ffffff;
	width: 115px;
	text-align: left;
}

.message {
	color: red;
	margin-top: 4px;
	width: 150px;
	height: 23px;
	text-align: right;
	float: right;
	margin-left: 575px;
}

#header-logo {
	position: absolute;
	height: 100px;
	width: 268px;
	margin-left: 18px;
	text-align: left;
	background: url(../images/logo.png) left center no-repeat;
	background-position: 0px 0px
}

#header-bottom {
	position: absolute;
	top: 109px;
	height: 31px;
	padding-left: 18px;
	text-align: left;
}

#navcontainer {
	margin: 0;
	padding: 0;
	height: 31px;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin-left: 1px;
	margin-right: 2px;
	height: 31px;
}

#navcontainer ul li a {
	width: 100px;
	height: 31px;
	padding: 0;
	margin: 0;
	color: #ffffff;
	background-color: #6cac3f;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 14px/30px Arial, Helvetica, sans-serif;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
}

#navcontainer ul li a:hover {
	color: #555555;
	background-color: #6cac3f;
	height: 31px;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
}

#navcontainer li.active a {
	color: #333333;
	background-color: #ffffff;
	height: 31px;	
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
}

#body-navigation {
	position: absolute;
	top: 140px;
	margin-left: 825px;
	text-align: left;
}

#navcontainer-body {
	margin: 0;
	padding: 0;
}

#navcontainer-body ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer-body ul li {
	display: block;
	text-align: center;
	padding: 0;
	margin-top: 1px;
}

#navcontainer-body ul li a {
	width: 150px;
	height: 31px;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 14px/30px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #6cac3f;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
}

#navcontainer-body ul li a:hover {
	height: 31px;
	color: #555555;
	background-color: #6cac3f;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
}

#navcontainer-body li.active a {
	height: 31px;
	color: #ffffff;
	background-color: #88be41;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
}

.body-main {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

.body-top {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 1000px;
	height: auto;
}

.body-middle {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 20px;
	width: 1000px;
	height: auto;
	clear: both;
}

.body-left {
	width: 500px;
	height: auto;
	float: left;
	text-align: left;
}

.left-box {
	width: 490px;
	height: auto;
	float: left;
	text-align: left;
	padding-bottom: 10px;
}

.body-right {
	width: 500px;
	height: auto;
	float: right;
	text-align: left;
	background: url(../images/body-middle-line.gif) left top repeat-y;
}

.right-box {
	width: 484px;
	height: auto;
	float: right;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
}

.box {
	height: auto;
	border: 6px solid #88BE41;
}

.box-title {
	height: 30px;
	border-bottom: 2px solid #88BE41;
}

.box-inside {
	height: auto;
	padding: 6px;
	text-align: left;
}

.chpp {
	padding: 12px 0;
	clear: both;
}

.chpp-text {
	background: url(../images/chpp_logotype.gif) left top no-repeat;
	padding-left: 120px;
	height: 60px;
	text-align: left;
}

.title-16 {
	padding-right: 8px;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #336600;
	text-decoration: none;
	background-color: #FFF;
	padding-left: 8px;
}

.title-14 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #336600;
	text-decoration: none;
	background-color: #FFF;
}

.body-bottom {
	background: url(../images/body-middle-line.gif) left top repeat-x;
	padding-bottom: 10px;
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	height: auto;
	float: left;
}

.bottom-box1 {
	width: 194px;
	border-right: 1px solid #D1D1D1;
	text-align: left;
	float: left;
	padding-left: 5px;
}

.bottom-box2 {
	width: 195px;
	text-align: left;
	float: left;
	padding-left: 5px;
}

.bottom-box-inside {
	width: 192px;
	height: auto;
}

.bottom-box-th {
	background: url(../images/image-box-bg.gif) left top no-repeat;
	padding-left: 11px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 13px;
}

.green-link-box {
	padding: 10px 0 10px 15px;
}

.read-more {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6CAC3F;
	text-decoration: underline;
	background-color: #FFF;
}

.read-more:hover {
	color: #336600;
	text-decoration: underline;
}

.ad {
	clear: both;
	padding-right: 136px;
	padding-left: 136px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 728px;
	height: auto
}

.footer {
	width: 1000px;
	height: 26px;
	border-top: 4px solid #CBCBCB;
	border-bottom: 5px solid #FFF;
	background-color: #E8E8E8;
	text-align: center;
	color: #A2A2A2;
	clear: both;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.footer-link {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #A2A2A2;
	text-decoration: none;
}

.footer-link:hover {
	color: #333;
	text-decoration: underline;
}

.white-link {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}

.white-link:hover {
	color: #FFF;
	text-decoration: underline;
}

.updman {
	margin-right: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 850px;
	font-weight: bold;
	color: #ffffff;
	background-color: #6cac3f;
	text-decoration: none;
	border: none;
	cursor: pointer;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
	width: 150px;
	height: 25px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.updman_login {
	margin-right: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 700px;
	font-weight: bold;
	color: #ffffff;
	background-color: #6cac3f;
	text-decoration: none;
	border: none;
	cursor: pointer;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
	width: 150px;
	height: 25px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.updaut {
	float: left;
	margin-right: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0;
	font-weight: bold;
	color: #ffffff;
	background-color: #6cac3f;
	text-decoration: none;
	border: none;
	cursor: pointer;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
	width: 150px;
	height: 25px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.results {
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.maps {
	text-align: left;
	height: auto;
	width: 976px;
}

.results-text {
	margin-bottom: 10px;
	height: auto;
	text-align: left;
	width: 976px;
}

.results-left {
	height: auto;
	text-align: left;
	width: 476px;
	margin-left: 6px;
	margin-right: 6px;
	float: left;
}

.results-right {
	height: auto;
	text-align: left;
	margin-left: 494px;
	width: 476px;
}

.results-complete {
	height: auto;
	text-align: left;
	width: 964px;
	margin-left: 6px;
	margin-right: 6px;
}

.error-message {
	background-position: 7px center;
	background-repeat: no-repeat;
	background-image: url(../images/error.png);
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #ff8c83;
	border: 1px solid red;
	padding-left: 46px;
}

.warning-message {
	background-position: 7px center;
	background-repeat: no-repeat;
	background-image: url(../images/warning.png);
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #f6ff84;
	border: 1px solid yellow;
	padding-left: 46px;
}

.info-message {
	background-position: 7px center;
	background-repeat: no-repeat;
	background-image: url(../images/info.png);
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #9abeff;
	border: 1px solid #004080;
	padding-left: 46px;
}

#map {
	height: 427px;
	width: 974px;
	border-style: solid;
	border-width: 1px;
	border-color: #336600;
}

.team-box {
	border-color: #6cac3f;
	border-style: solid;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-right: 3px;
	padding-top: 1px;
	border-width: 1px;
	background-color: #ffffff;
	width: 70px;
	margin-left: 15px;
	text-align: right;
}

.select-title {
	margin-bottom: 2px;
	margin-top: 2px;
	float: left;
	width: 33%;
}

.select-box {
	margin-bottom: 2px;
	margin-top: 2px;
	width: 66%;
}

.hoc-form {
	margin-right: 55px;
	margin-left: 5px;
	width: 740px;
	height: auto;
	text-align: left;
}

.hoc-form-left {
	margin-bottom: 5px;
	margin-right: 15px;
	width: 330px;
	height: auto;
	text-align: left;
	float: left;
}

.hoc-form-right {
	margin-bottom: 5px;
	margin-right: 15px;
	width: 330px;
	height: auto;
	float: right;
	text-align: left;
}

.show {
	margin-left: 575px;
	font-weight: bold;
	color: #ffffff;
	background-color: #6cac3f;
	text-decoration: none;
	border: none;
	cursor: pointer;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
	width: 150px;
	height: 25px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.update {
	margin: 0;
	padding: 0;
	height: 14px;
	width: 14px;
	background-color: transparent;
	text-decoration: none;
	border: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../images/update.png);
}

.fed-title {
	margin-bottom: 2px;
	margin-top: 2px;
	float: left;
	width: 100px;
}

.fed-box {
	width: 638px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.fed-text {
	border-color: #6cac3f;
	border-style: solid;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-right: 3px;
	padding-top: 1px;
	border-width: 1px;
	background-color: #ffffff;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 630px;
}

.fetch {
	margin-left: 590px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
	color: #ffffff;
	background-color: #6cac3f;
	text-decoration: none;
	border: none;
	cursor: pointer;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
	width: 150px;
	height: 25px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}

.paginate {
	line-height: 16px;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}

.paginate .left {
	float: left;
}

.paginate .right {
	float: right;
}

.paginate a {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	text-transform: none;
	color: #6CAC3F;
	text-decoration: underline;
	background-color: #FFF;
}

.paginate a:hover {
	color: #336600;
	text-decoration: underline;
}

.directlink {
	margin-bottom: 5px;
	text-align: center;
	margin-top: 15px;
}

.globaltable {
	margin-top: 20px;
}

.delete {
	margin-left: 5px;
	margin-bottom: 2px;
	margin-right: 5px;
	margin-top: 2px;
	background-color: transparent;
	text-decoration: none;
	border: none;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/delete.png);
	float: right;
	width: 21px;
	height: 24px;
}

.footnote {
	font-size: 9px;
}

.graph {
	margin-top: 20px;
}

.forum-box {
	border-color: #6cac3f;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;
	width: 100%;
	height: auto;
	resize: none;
}

table.feddata {
	border-width: 0;
	border-style: none;
}

table.feddata td.left {
	text-align: left;
	font-weight: bold;
}

table.feddata td.right {
	font-style: normal;
	font-weight: normal;
	text-align: right;
	padding-left: 30px;
}

table.fedimport td a {
	text-decoration: none;
	display: block;
	padding: 0;
	height: 100%;
}

.fedtable {
	padding-left: 10px;
}

.fedlogo {
	border-width: 0;
	border-style: none;
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
}

table.fedimport {
	width: 100%;
	background-color: #FFFFFF;
	border-spacing: 2px;
	border-collapse: collapse;
}

table.fedimport tr:hover {
	background-color: #88BE41;
}

table.fedimport tr {
	border-width: 0;
	cursor: pointer;
}

table.fedimport td {
	display: table-cell;
	padding: 0;
	border-width: 0;
}

table.coolness {
	width: 100%;
	background-color: #FFFFFF;
	border-spacing: 2px;
	border-collapse: collapse;
}

table.coolness tr.hoc:hover {
	background-color: #6cac3f;
}

table.coolness tr {
	border-width: 1px;
	border-color: #336600;
	border-style: solid;
}

table.coolness th {
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	background-color: #88BE41;
	border-width: 1px;
	border-color: #336600;
	border-style: solid dotted;
}

table.coolness td {
	padding-left: 3px;
	padding-right: 3px;
	border-width: 1px;
	border-color: #336600;
	border-style: solid dotted;
}

table.coolness td.graph {
	line-height: 10px;
	margin: 0;
	padding: 0;
	font-size: 8px;
	text-align: center;
}

table.coolness td.training {
	line-height: 12px;
	margin: 0;
	padding: 1px;
	font-size: 11px;
	text-align: center;
}

table.coolness span.wait {
	font-size: 8px;
}

.flag {
	display: block;
	background-color: transparent;
	text-decoration: none;
	border: none;
	width: 25px;
	height: 15px;
	background: url(../flags/flagsprite.png) right center no-repeat;
}

table.coolness td.d0_old {
	text-align: center;
	background-color: white;
	color: silver;
}

table.coolness td.d1_old {
	text-align: center;
	background-color: #C090FF;
}

table.coolness td.d2_old {
	text-align: center;
	background-color: #90C0FF;
}

table.coolness td.d3_old {
	text-align: center;
	background-color: aqua;
}

table.coolness td.d4_old {
	text-align: center;
	background-color: lime;
}

table.coolness td.d5_old {
	text-align: center;
	background-color: yellow;
}

table.coolness td.d6_old {
	text-align: center;
	background-color: #FFCC00;
}

table.coolness td.d7_old {
	text-align: center;
	background-color: #FF9900;
}

table.coolness td.d8_old {
	text-align: center;
	background-color: #FF4C00;
}

table.coolness td.d9_old {
	text-align: center;
	background-color: red;
}

table.coolness td.d10_old {
	text-align: center;
	background-color: #FF2166;
}

table.coolness td.d11_old {
	text-align: center;
	background-color: #FF43CC;
}

table.coolness td.d12_old {
	text-align: center;
	background-color: #BF21BF;
}

table.coolness td.d0 {
	text-align: center;
	background-color: white;
	color: silver;
}

table.coolness td.d1 {
	text-align: center;
	background-color: #C090FF;
}

table.coolness td.d2 {
	text-align: center;
	background-color: #90C0FF;
}

table.coolness td.d3 {
	text-align: center;
	background-color: aqua;
}

table.coolness td.d4 {
	text-align: center;
	background-color: lime;
}

table.coolness td.d5 {
	text-align: center;
	background-color: yellow;
}

table.coolness td.d6 {
	text-align: center;
	background-color: #FFCC00;
}

table.coolness td.d7 {
	text-align: center;
	background-color: #FF9900;
}

table.coolness td.d8 {
	text-align: center;
	background-color: red;
}

table.coolness td.d9 {
	text-align: center;
	background-color: #FF43CC;
}

table.coolness td.d10 {
	text-align: center;
	background-color: purple;
	color: white;
}

table.coolness td.d11 {
	text-align: center;
	background-color: black;
	color: white;
}

table.coolness td.d12 {
	text-align: center;
	background-color: blue;
	color: black;
}

div.overlay {
	background-image: url(../images/white_close.png);
	width: 500px;
	display: none;
	padding: 55px;
}

div.overlay div.close {
	background: none;
	position: absolute;
	left: 8px;
	top: 8px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

div.wrap {
	height: 390px;
	overflow-y: auto;
}

table.coolness_hoc {
	width: 98%;
}

.header-18 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #336600;
}

.header-14 {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #336600;
}

.cc-box {
	width: 98%;
	border-color: #6cac3f;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;
	height: auto;
	resize: none;
}