/* CSS Document */

body {
	background-color: #e9f2e5;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

img {
	border: none;
	margin: 0;
}

#container {
	width: 941px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background: url(images/header.jpg);
	width: 921px;
	height: 14px;
	color: #e0f0d7;
	padding: 12px 10px;
	overflow: hidden;
}

.left {
	float: left;
}

.right{
	float: right;
}

input.textbox {
	background: url(images/inputbox.jpg);
	width: 130px;
	height: 13px;
	overflow: hidden;
	border: none;
	color: #727a6d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	padding: 2px 5px;
	margin-bottom: 4px;
}

input#go {
	background: url(images/go.jpg);
	width: 16px;
	height: 17px;
	overflow: hidden;
	border:	none;
	color: #d6e5cb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	margin-left: 3px;
	padding: 1px 0 0 0; /*style for IE*/
}

#banner {
	background: url(images/banner.jpg);
	width: 687px;
	height: 165px;
}

#loginhead {
	background: url(images/loginhead.jpg);
	width: 254px;
	height: 14px;
	padding: 12px 0px;
	text-align: center;
	color: #cddfc0;
}

#login {
	background-color: #272f22;
	width: 234px;
	height: 101px;
	padding: 12px 10px;
	border-bottom: #c2c9bd 2px solid;
}

input.logbutton {
	background: url(images/login.jpg);
	width: 42px;
	height: 18px;
	border:	none;
	color: #272f22;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	margin-right: 2px;
}

#register {
	background: url(images/register.jpg);
	width: 47px;
	height: 12px;
	color: #272f22;
	padding: 3px 7px;
	margin-bottom: 1px;
	overflow: hidden;
}

#register a {
	color: #272f22;
	text-decoration: none;
}

#register a:hover{
	color: #272f22;
	text-decoration: underline;
}

#forgottext {
	color: #ccdfc0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#forgottext a{
	color: #ccdfc0;
	text-decoration: underline;
}

#forgottext a:hover{
	color: #ccdfc0;
	text-decoration: none;
}

#nav {
	background: url(images/navmid.jpg) repeat-x;
	width: 941px;
	height: 42px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #e9f2e5;
	margin-bottom: 2px;
	overflow: hidden;
}

#nav_left {
	float: left;
	background: url(images/navleft.jpg);
	width: 96px;
	height: 40px;
	border-top: 2px solid #e9f2e5;
	margin-bottom: 2px;
}

#nav_right {
	float: right;
	background: url(images/rightnav.jpg);
	width: 96px;
	height: 40px;
	border-top: 2px solid #e9f2e5;
	margin-bottom: 2px;
}

a.button {
	height: 13px;
	width: 65px;
	display: block;
	text-decoration: none;
	float: left;
	text-align: center;
	padding: 14px 0 13px 0;
	margin-right: 1px;
}

a.button:hover {
	background: url(images/navroll.jpg);
	float: left;
	overflow: hidden;
    height: 14px;
	padding: 13px 0;
}

a.button .shadow {
	margin: 0px;
	padding: 0px;
	padding-bottom: 11px;
	color: #626e68;
	text-decoration: none;
	font-weight: bold;
}

a.button .text {
	margin: 0px;
	margin-top: -24px;
	margin-bottom: 5px;
	color: #e6f1e2;
	text-decoration: none;
	font-weight: bold;
}

a.button:hover .text {
	color: #707d76;
	font-style: normal;
	text-decoration: none;
}

a.button:hover .shadow {
	color: #cbd4c7;
	text-decoration: none;
}

.infoheader {
	background: url(images/genhead.jpg);
	width: 224px;
	height: 14px;
	overflow: hidden;
	color: #FFFFFF;
	padding: 9px 0px;
	text-align: center;
}

#latestRecruits {
	background-color: #d4dcd1;
	width: 212px;
	height: 156px;
	padding: 6px 6px;
	overflow: hidden;
}

.ava {
	width: 40px;
	height: 40px;
	float: left;
	display: block;
	border: solid 2px #4a4a4a;
	margin-right: 9px;
	margin-bottom: 9px;
}

.ava:hover {
	border: solid 2px #ffffff;
}

#namedisplay {
	background: url(images/ownage.jpg);
	width: 210px;
	height: 15px;
	color: #8a8f88;
	padding: 9px 7px;
	text-align: center;
}

.dark {
	background: url(images/darkmatch.jpg);
	width: 194px;
	height: 13px;
	padding: 5px 15px;
}

.matchleft {
	float: left;
	color: #5b5e59;
	font-weight: normal;
}

.matchcenter {
	float: left;
	width: 100px;
	text-align: center;
	color: #5b5e59;
	font-weight: bold;
}

.matchright {
	float: right;
}

.win {
	color: #6d916d;
	font-weight: bold;
	font-style: normal;
}

.lose {
	color: #916d6d;
	font-weight: bold;
	font-style: normal;
}

.tie {
	color: #6d6d91;
	font-weight: bold;
	font-style: normal;
}

.light {
	background: url(images/lightmatch.jpg);
	width: 194px;
	height: 13px;
	padding: 5px 15px;
}

#ad {
	padding: 7px 12px;
}

#contentContainer {
	margin-left: 2px;
	width: 489px;
}

.contentHead {
	background: url(images/contenthead.jpg);
	width: 469px;
	height: 12px;
	padding: 10px 10px;
	overflow: hidden;
	color: #FFFFFF;
}

.skinny {
	font-weight: normal;
}

.content {
	background-color: #cdd5c9;
	width: 469px;
	color: #2d3327;
	padding: 10px 10px;
	overflow: hidden;
	font-weight: normal;
}

.content a{
	color: #2d3327;
	font-style: normal;
}

.content a:hover{
	color: #2d3327;
	font-style: normal;
	text-decoration: none;
}

#rightContent {
	margin-left: 2px;
	width: 224px;
}

#mainSponsor {
	background: url(images/headspons.jpg);
	width: 224px;
	height: 68px;
	overflow: hidden;
}

.sponsors {
	background: url(images/spons.jpg);
	width: 224px;
	height: 68px;
	overflow: hidden;
}

#clear {
	clear: both;
}

#footer {
	background: url(images/footer.jpg);
	width: 941px;
	height: 13px;
	overflow: hidden;
	margin-top: 2px;
	color: #e0f0d7;
	text-align: center;
	padding: 12px 0px;
}

#header .shadow {
	margin: 0px;
	padding: 0px;
	padding-bottom: 11px;
	color: #545a50;
	text-decoration: none;
	font-weight: bold;
}

#header .text {
	margin: 0px;
	margin-top: -24px;
	margin-bottom: 5px;
	color: #e0f0d7;
	text-decoration: none;
	font-weight: bold;
}

#footer .shadow {
	margin: 0px;
	padding: 0px;
	padding-bottom: 11px;
	color: #545a50;
	text-decoration: none;
	font-weight: bold;
}

#footer .text {
	margin: 0px;
	margin-top: -24px;
	margin-bottom: 5px;
	color: #e0f0d7;
	text-decoration: none;
	font-weight: bold;
}

.infoheader .shadow {
	margin: 0px;
	padding: 0px;
	padding-bottom: 11px;
	color: #71786b;
	text-decoration: none;
	font-weight: bold;
}

.infoheader .text {
	margin: 0px;
	margin-top: -24px;
	margin-bottom: 5px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#loginhead .shadow {
	margin: 0px;
	padding: 0px;
	padding-bottom: 11px;
	color: #52594e;
	text-decoration: none;
	font-weight: bold;
}

#loginhead .text {
	margin: 0px;
	margin-top: -24px;
	margin-bottom: 5px;
	color: #cddfc0;
	text-decoration: none;
	font-weight: bold;
}

#footerRight {
	float: right;
	margin-top: -16px;
	padding-right: 8px;
}

#footerRight a {
	color: #cddfc0;
	text-decoration: none;
	font-weight: normal;
}

#footerRight a:hover {
	text-decoration: underline;
}