@import "reset-min.css";
@import "base-min.css";
@import "fonts-min.css";
@import "grids-min.css";

body {
	font-size: 85%;
	text-align: left;
	width: 900px;
}
#header {
	background-color: #333333;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #808080;
	border-bottom-color: #808080;
	height: 34px;
}
#header .navigation ul {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 40px;
	padding-top: 9px;
}
#header .navigation li {
	list-style-type: none;
	float: left;
	margin-right: 12px;
	color:#FFF;
}
#header a {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .1em;
}
#header a:hover {
	color: #CFCFCF;
}
#header .navigation {
}
#header #log-in-box {
	float: right;
	margin-right: 10px;
}

#header #log-in-box .LoginInputText {
	font-size: 11px;
	background-color: #333333;
	border: 1px solid #565656;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 2px;
}
#content .LoginInputText {
	font-size: 12px;
	background-color: #ECECEC;
	border: 1px solid  #999999;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 2px;
}
#header #log-in-box .loginBtn {
	background-color: #333333;
	border: 1px solid #000000;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#main {
	height: 275px;
	background-color: #054E85;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#header #log-in-box form {
	text-align: right;
}

#main #nifty_nine {
	background-image: url(../images/nifty-nine.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 260px;
	float: right;
	width: 475px;
	padding-top: 15px;
}
#main #nifty_nine #niftyTable {
	float: right;
}
#main #nifty_nine #niftyTable td {
	font-size: 17px;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px;
}
#main #nifty_nine #niftyTable a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: .15em;
}
#main #nifty_nine #niftyTable a:hover {
	color: #A2A2A2;
}
.niftyImg {
	float: right;
	margin-right: 10px;
}

#content {
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#content h1 {
	font-size: 36px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #054E85;
	text-transform: capitalize;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #CECECE;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	padding-right: 40px;
	width: 575px;
}

#footer {
	clear: both;
	margin-top: 20px;
	text-align: right;
	background-color: #333333;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #808080;
	border-bottom-color: #808080;
	padding: 10px;
	background-image: url(../images/footer-logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#footer #ad {
	width: 485px;
	float: left;
	padding-left: 10px;
	
}

#footer p {
	font-size: 10px;
	color: #FFFFFF;
	padding: 0px;
	line-height: 13px;
	margin: 0px;
}
#footer p a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
#content h3 {
	font-size: 24px;
	background-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #044D84;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.15em;
	width: 400px;
}
#content .vets_email_box {
	font-size: 10px;
	color: #333333;
}
#sidebar {
	float: right;
	width: 250px;
	clear: both;
}
.sidebar-img {
	float: right;
}
.clearing {
	clear: both;
}
.signup-header {
	margin-left: 10px;
}
#content p.small {
	font-size: 11px;
}

.error_box {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FF0000;
	background-color: #E6E6E6;
	margin: 5px;
	padding: 10px;
	border: 1px solid #666666;
}
#content a {
	color: #044D84;
	text-decoration: none;
}
#content a:hover {
	color: #333333;
}
#content #standings {
	font-size: 11px;
	border: 1px solid #CCCCCC;
}
#content #standings th {
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #044D84;
	text-align: left;
}
.oddrow {
	background-color: #ECECEC;
}
.userRow {
	background-color: #99CCFF;
}
#content .error {
	font-size: 14px;
	color: #CC0000;
}
#content #form p {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
#content #form small {
	font-size: xx-small;
	color: #666666;
}
#content #form .input-text-box {
	font-size: 12px;
	background-color: #ECECEC;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #333333;
}
#content #standings .banterName {
	text-align: right;
	font-weight: bold;
}
#content #standings .banterName small {
	font-weight: normal;
}
#main #banter-teaser {
	float: left;
	padding-top: 250px;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 10px;
	width: 400px;
}
#main #banter-teaser a {
	color: #FFFFFF;
	text-decoration: none;
}
#main #banter-teaser a:hover {
	text-decoration: underline;
}
#footer p a:hover {
	color: #666666;
}

#content .attention {
	font-size: 12px;
	background-color: #ECECEC;
	border: solid 1px #CCCCCC;
	padding: 20px;
	color: #054E85;
}

#content .attention a {
	color:#333333;
	text-decoration: underline;
}
#content .attention a:hover {
	color:#666666;
}
#content #standings th a {
	color: #CCCCCC;
}
#content #standings th a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content #BracketLeft {
	width: 250px;
	float: left;
}
#content #region p {
	width: 250px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
#content #bracketRight {
	float: right;
	width: 250px;
	text-align: right;
}
#content #region {
	background-color: #ECECEC;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
}
#content #stats-left {
	float: left;
	width: 400px;
}
#content #stats-right {
	float: right; 
	width: 400px;
}
td.friendRow a {color:#990000 !important;}
td.friendRow a:hover {color:#000000 !important;}
