/* ------------------------------ GLOBAL */
html {
	color:#333;
}
/* Add this*/
#atffc {
display:none;
}

/* ------------------------------ HEADER */
#header {
	background: #cc0000 url(/img/hdBg.jpg) 0 0 repeat-x;
	height:75px;
}
#headerWrap {
	width:960px;
	margin:0 auto;
}
#logo {
font-size:153.9%;
color:#fff;
font-weight:bold;
padding-top:25px;
width:500px;
}

/* ------------------------------ MAIN NAV */
#navWrap {
float:right;
width:300px;
}

#subNav a {
color:#fff;
font-size:85%;
font-family:verdana;
text-decoration:none;

}
#subNav a:hover {
color:#ccc;
}
#subNav li {
display:block;
float:right;
margin-left:10px;
color:#ccc;
}
#subNav {
overflow:auto;
margin:4px 0 8px 0;
}

#mainNav {
overflow:auto;
}
#mainNav li {
display:block;
float:right;
}

#mainNav li a {
font-size:93%;
display:block;
padding:6px 15px;
background:#af1313;
color:#fff;
text-decoration:none;
margin-left:10px;
}
#mainNav li a:hover {
color:#fff;
background:#a51111;
}


/* ------------------------------ POPULAR */
.popular h3 {
	margin-left:3px;
	font-weight:bold;
	color:#cc0000;
}
.popular a {
	font-size:85%;
	font-family:verdana;
text-decoration:none;
color:#333;
}
.popular a:hover {
color:#cc0000;
}
.popular li {
border-top: 1px dotted #ccc;
padding:6px 3px;
}
#tab-container-1-nav {
float:right;
}
#tab-container-1-nav li {
display:inline;
border:none;
padding:0;
}
#tab-container-1-nav li a {
padding:3px 8px;
outline:none;
color:#333;
background-color:#DFDFDF;
}
#tab-container-1-nav li a:hover {
color:#cc0000;
}
#tab-container-1-nav .activeli a {
font-weight:bold;
}
#tab-container-1-nav .activeli a:hover {
cursor:default;
color:#333;
}

/* ------------------------------ WIRE */
#wire {
overflow:auto;
background: url(/img/wireBg.jpg) 0 0 repeat-x;
}

#wireHd {
width:960px;
overflow:auto;
background: url(/img/doubleBars.png) 0 10px repeat-x;
margin:30px auto 10px auto;
}
#wireHd h2 {
	background: #FFF url(/img/hdSprite.png) 0 0px no-repeat;
	text-indent:-9999px;
	width:80px;
	height:20px;
	float:left;
	display:block;
	padding-right:15px;
	margin-top:6px;
}
#wireHd p {
	background: #fff url(/img/info.png) 0 -20px no-repeat;
	text-indent:-9999px;
	width:20px;
	height:20px;
	float:left;
	padding-right:15px;
	margin-top:3px;
}
#wireHd p:hover {
	background: #fff url(/img/info.png) 0 0 no-repeat;
}
#wire ul {
width:980px;
overflow:auto;
margin:0 auto;
}
.wireItem {
width:203px;
padding:10px;
border:1px solid #ccc;
margin:10px;
float:left;
background: #fff url(/img/greyGradient.jpg) 0 0 repeat-x;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
font-family:verdana;
font-size:85%;
color:#888;
}
.wireItem a {
color:#cc0000;
text-decoration:none;
}
.wireItem a:visited {
color:#888;
}
.wireItem a:hover {
text-decoration:underline;
}

/* ------------------------------ DASHBOARD */
#dboard {
	margin:0 auto;
	overflow:auto;
	width:981px;
}
#dboardHeader {
	padding:15px 0 15px 0;
	width:960px;
	height:27px;
	margin:0 auto;
	background: url(/img/doubleBars.png) 0 25px repeat-x;
}
#secHdWrap {
	background-color:#fff;
	display:block;
	float:left;
	padding-right:15px;
}
#dboardHeader h2 {
	background: #fff url(/img/hdSprite.png) 0 -20px no-repeat;
	text-indent:-9999px;
	width:106px;
	height:20px;
	float:left;
	margin-top:6px;
}
#dboardHeader p {
	background: #fff url(/img/info.png) 0 -20px no-repeat;
	text-indent:-9999px;
	width:20px;
	height:20px;
	float:left;
	margin-left:15px;
	margin-top:3px;
}
#dboardHeader p:hover {
	background: #fff url(/img/info.png) 0 0 no-repeat;
}
#dboardLayoutBtn a {
	float:right;
	padding-left:15px;
	display:block;
	width:116px;
	height:27px;
	background: #fff url(/img/dboardLayoutBtn.png) 15px 0 no-repeat;
	text-indent:-9999px;
	outline:none;
}
#dboardLayoutBtn a:hover {
	background: #fff url(/img/dboardLayoutBtn.png) 15px -27px no-repeat;
}
.block {
	background: #fff url(/img/greyGradient.jpg) 0 0 repeat-x;
	padding:15px;
	width:275px;
	float:left;
	display:inline;
	margin:10px 10px;
	border:1px solid #ccc;
/*	min-height:260px; */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.dashTitle {
	font-size:85%;
	font-family:verdana;
	padding:6px 3px;
	border-top:1px dotted #ccc;
}

.dashTitle a {
	text-decoration:none;
	line-height:125%;
}
.dashTitle a:link {
	color:#333;
}
.dashTitle a:visited {
	color:#888;
}
.dashTitle a:hover {
	color:#cc0000;
}
.dashDate {
	color:#888;
padding-left:5px;
}
.dashBlock {
	margin-top:12px;
	border-bottom:1px dotted #ccc;
}
.dashSiteName a {
	text-decoration:none;
	margin-left:3px;
	font-weight:bold;
	color:#cc0000;
}
.dashSiteName a:hover {
	text-decoration:underline;
}
/* ------------------------------ LINK PREF */
#link_options_form label {
	display:block;
	margin-top:10px;
	border:1px solid #ccc;
	padding:4px 5px;
	cursor:pointer;
	font-size:85%;
	font-family:verdana;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff url(/img/greyGradient.jpg) 0 0 repeat-x;
}
#link_options_form {
	margin-top:15px;
}
#link_options_form label:hover {
	border:1px solid #aaa;
	color:#000;
}
#link_options_form input {
	margin-right:4px;
	margin-left:3px;
}
/* ------------------------------ SCHEDULE */
#schedResults {
	width:960px;
	overflow:auto;
	margin:0 auto;
	padding-top:40px;
}
#schedule {
	display:block;
	float:left;
	width:460px;
	margin-right:40px;
	margin-top:5px;
}
.schedBlock, .resultsBlock {
	border:1px solid #CCC;
	margin-top:10px;
	padding:10px;
	text-align:center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fff url(/img/greyGradient.jpg) 0 0 repeat-x;
	overflow:hidden;
}
.schedGame, .resultsGame {
	font-size:85%;
	font-family:verdana;
}
.schedDetail, .resultsDetail {
	font-size:85%;
	font-family:verdana;
	color:#888;
	padding-top:5px;
}
#scheduleHdWrap {
	background: url(/img/doubleBars.png) 0 5px repeat-x;
	margin-bottom:20px;
}
#schedule h2 {
	background: #FFF url(/img/hdSprite.png) 0 -60px no-repeat;
	text-indent:-9999px;
	width:206px;
	height:20px;
}
/* ------------------------------ RESULTS */
#results {
	display:block;
	float:left;
	width:460px;
	margin-top:5px;
}
#resultsHdWrap {
	background: url(/img/doubleBars.png) 0 5px repeat-x;
	margin-bottom:20px;
}
#results h2 {
	background: #FFF url(/img/hdSprite.png) 0 -40px no-repeat;
	text-indent:-9999px;
	width:160px;
	height:20px;
}
/* ------------------------------ TWITTER */
#twitter {
	width:960px;
	margin:0 auto;
	overflow:auto;
}
#twitterHd {
	overflow:auto;
	background: url(/img/doubleBars.png) 0 10px repeat-x;
	margin:20px 0 15px 0;
}
#twitter h2 {
	background: #FFF url(/img/hdSprite.png) 0 -80px no-repeat;
	text-indent:-9999px;
	width:72px;
	height:25px;
	float:left;
	display:block;
	padding-right:15px;
	margin-top:6px;
}
#twitterHd p {
	background: #fff url(/img/info.png) 0 -20px no-repeat;
	text-indent:-9999px;
	width:20px;
	height:20px;
	float:left;
	padding-right:15px;
	margin-top:3px;
}
#twitterHd p:hover {
	background: #fff url(/img/info.png) 0 0 no-repeat;
}
.bubble {
	display:block;
	float:left;
	width:240px;
	overflow:hidden;
}
.tweet {
	font-size:85%;
	font-family:verdana;
	line-height:135%;
	min-height:75px;
	border:1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding:10px;
	margin-right:15px;
	background: #fff url(/img/greyGradient.jpg) 0 0 repeat-x;
	overflow:hidden;
}
.tweetMeta {
	font-size:85%;
	font-family:tahoma;
	background: url(/img/tip.gif) 15px 0 no-repeat;
	position:relative;
	top:-1px;
	padding-top:10px;
}
.tweetMeta li {
	display:inline;
}
.tweetWhen {
	color:#888;
}
.bubble a:link, .bubble a:visited {
	color:#cc0000;
	text-decoration:none;
}
.bubble a:hover {

	text-decoration:underline;
}
/* ------------------------------ FOOTER */
#footer {
	margin-top:40px;
	height:150px;
}
#footerWrap {
	background: #fff url(/img/greyGradient.jpg) 0 0 repeat-x;
	border:1px solid #ccc;
	width:960px;
	margin:0 auto;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#footerWrap li {
	display:inline;
	padding:2px 15px;
}
#footerWrap ul {
	text-align:center;
	padding:10px 0;
}
#footerWrap a:link, #footerWrap a:visited {
	color:#cc0000;
	text-decoration:none;
}
#footerWrap a:hover {
	text-decoration:underline;
}
#disclaimer {
	text-align:center;
	padding:0 0 20px 0;
	margin:0 auto;
	font-size:85%;
	font-family:verdana;
	color:#555;
	line-height:16px;
}
#disclaimer a:link, #disclaimer a:visited {
	color:#cc0000;
	text-decoration:none;
}
#disclaimer a:hover {
	text-decoration:underline;
}
#backTop {
padding-top:12px;
text-align:center;
}

/* ------------------------------ TOOLTIPS */
#tooltip {
	background-color:#555;
	line-height:120%;
	color:#fff;
	opacity:1;
	overflow:hidden;
	padding:7px;
	position:absolute;
	text-align:left;
	width:250px;
	z-index:3000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#tooltip h3 {

	font-size:85%;
	font-family:verdana;
}
#tooltip.infoTooltip {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	opacity:1;
	background-color:#555;
	color:#fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
/* ------------------------------ THICKBOX */
#TB_closeWindowButton {
	display:block;
	text-indent:-9999px;
	height:16px;
	width:16px;
	background: transparent url(/img/closeBtnTb.png) 0 0 no-repeat;
	float:right;
	margin:2px 6px 0 0;
}
#TB_closeWindowButton:hover {
	display:block;
	text-indent:-9999px;
	height:16px;
	width:16px;
	background: transparent url(/img/closeBtnTb.png) 0 -16px no-repeat;
	float:right;
	margin:2px 6px 0 0;
}
#TB_title a {
	outline:none;
}
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(/img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	display:none;
	border: 4px solid #CCC;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:4px 0 5px 8px;
	margin-bottom:1px;
	text-transform:uppercase;
	font-size:85%;
	font-family:verdana;
	color:#666;
}
#TB_title{
	background-color:#CCC;
	height:25px;
	font-weight:bold;
}
#TB_ajaxContent{
	clear:both;
	padding:5px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* ------------------------------ THICKBOX HIDDEN */
#linkPref, #about {
	display:none;
}

/* ---------- ADS */
#sponsored {
	width:950px;
	margin:0 auto 10px auto;
	font-size:85%;
	font-family:verdana;
	color:#888;
	line-height:150%;
}
#sponsored a {
	color:#888;
}
