/* main css rules */

* { padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { padding: .5em 0; }
h1, h2, h3, h4, h5, h6 { padding: .6em 0 .2em 0; }
li, dd { margin-left:5%; }
hr { visibility: hidden; }
fieldset { padding: .5em 0; }
html { height: 100%; margin-bottom: .01em; }

body
{
	background: #434B1C url(images/bg_main.jpg) left 331px repeat;	color: #fff;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	margin: 30px 0 0 0;
}

img { border: none; }

table { border-collapse: collapse; }

a { color: #fff; }

abbr, acronym, dfn
{
	cursor: help;
	font-style: normal;
	border-bottom: dotted 1px #ABB1B7;
}

h1, h2
{
	padding-top: .2em;
	font-size: 1.5em;
}

h2 { font-size: 1.3em; }

h3 { font-size: 1.2em; }

h4 { font-size: 1.1em; }

h5 { font-size: 1em; }

h6 { font-size: 1em; }

blockquote
{
	border-left:4px solid #666;
	margin: .5em 0pt .5em 15px;
	padding:0 0 0 10px;
}

.clearfix { clear: both; }

#wai-links, .printonly
{
	display: none;
}

#wrapper
{
	background: url(images/bg_header.jpg) left top repeat-x;
	min-height: 317px;
	padding: 37px 0 18px 0;
	margin: -30px 0 0 0;
}

#container
{
	background: transparent url(images/bg_content.png) left top repeat-y;
	width: 981px;
	margin: 0 auto;
	text-align: left;
	color: #333;
	position: relative;
}

#container a {
	color: #BF7421;
	text-decoration: underline;
}

#container a:hover {
	color: #333;
	text-decoration: underline;
}

#header
{
	padding: 0 8px;
	background: transparent url(images/bg_content_top.png) left top no-repeat;
	min-height: 120px;
}

#logo
{
	padding: 15px 5px 8px 8px;
	float: left;
}

#logo h1
{
	text-indent: -9999px;
	height:100px;
	background: url(images/logo_40.gif) left top no-repeat;
	padding: 0;
	margin: 0;
}

#logo h1:hover
{
	background-position: 0% -100px;
}

#logo h1 a
{
	width: 195px;
	display: block;
	background: none;
	overflow: hidden;
	font-size: 1px;
	height: 0;
	margin: 0;
	padding-top: 100px;
}

#topnav
{
	float: right;
	font-size: .9em;
	padding: 5px 15px  5px 10px;
	font-weight: bold;
}

#topnav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#topnav ul li
{
	float: left;
	padding: 0 4px 0 3px;
	border-left: 1px solid #666;
	margin: 0;
}

#topnav ul li.first
{
	border: none;
}

#header .advarea
{
	text-align: right;
	padding: 12px 18px 0 0;
	clear: right;
}

#header .advleader
{
	text-align: right;
	padding: 0 18px 8px 0;
	clear: right;
	float: right;
}

#navigation
{
	clear: both;
	border: 1px solid #333;
	border-left: none;
	border-right: none;
	background: url(images/bg_nav.jpg) left top repeat-x;
	color: #fff;
	float: left;
	width: 965px;
}

#navigation ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#mainnav li
{
	float: left;
	padding: 0;
	margin: 0;
}

ul#mainnav li a.mainlink
{
	color: #fff;
	display: block;
	height: 28px;
	text-indent: -9999px;
	width: 140px;
	display: block;
	background: none;
	overflow: hidden;
	font-size: 1px;
	height: 0;
	margin: 0;
	padding-top: 28px;
}

ul li#n_fball a.mainlink
{
	background: url(images/n_football.jpg) left top no-repeat;
}

ul li#n_bball a.mainlink
{
	background: url(images/n_basketball.jpg) left top no-repeat;
}

ul li#n_baseball a.mainlink
{
	background: url(images/n_baseball.jpg) left top no-repeat;
}

ul li#n_recruit a.mainlink
{
	background: url(images/n_recruiting.jpg) left top no-repeat;
}

ul li#n_other a.mainlink
{	background: url(images/n_other.jpg) left top no-repeat;
}

ul li#n_fball a.mainlink:hover, ul li#n_bball a.mainlink:hover,
ul li#n_baseball a.mainlink:hover, ul li#n_recruit a.mainlink:hover,
ul li#n_other a.mainlink:hover,
ul li:hover#n_fball a.mainlink, ul li:hover#n_bball a.mainlink,
ul li:hover#n_baseball a.mainlink, ul li:hover#n_recruit a.mainlink,
ul li:hover#n_other a.mainlink,
ul li.sfHover a.mainlink, ul li.selected a.mainlink
{	background-position: 0% -28px !important;
}

ul#mainnav li ul
{
	display: none;
	position: absolute;
	width: 138px;
	padding: 6px 0;
	background: #975D1A;
	border-right: 1px solid #C7792E;
	z-index: 100;
}

ul#mainnav li li
{
	float: none;
	background: #975D1A;
	font-size: .9em;
}

ul#mainnav li li a
{
	display: block;
	padding: 5px 7px 6px 10px;
	color: #fff;
	font-weight: bold;
	background-color: #975D1A;
	border-top: 1px dotted #E0CFBB;
	text-decoration: none;
}

ul#mainnav li li a:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #B18653;
}

#search
{
	float: right;
	padding: 4px 18px;
}

#search input.inputtxt, #search input.inputbtn
{
	font-size: .9em;
}

#search input.inputtxt
{
	width: 160px;	
	margin: 0 3px;
}
#main
{
	clear: both;
	margin: 0 15px;
	padding: 15px 11px;
	background-color: #fff;
	min-height: 500px;
}

#primaryarea
{
	float: left;
	width: 615px;
}

#secondarea{
	float: right;
	width: 300px;
	overflow: hidden;
	
}

.box
{
	border: 1px solid #ccc;
	width: 609px;
	padding: 1px;
	margin: 0 0 12px 0;
}

#secondarea .box
{
	width: 296px;
}

#primaryarea .advarea .block
{
	float: left;
	margin: 0;
	padding: .3em 3px .3em 4px;
}


/* new ybn widget */

#secondarea .ybnnew
{
	 margin: 0;
	 border: none;
	 padding: 0;
	 overflow: hidden;
}

#secondarea .ybnnew iframe
{
	width: 300px !important;
}

#secondarea .ybnnew #widbox
{
	width: 300px !important;
}

#secondarea .ybnnew .img img
{
	width: 40px !important;
	width: 40px !important;
}


/* yardbarker widget */

#primaryarea .ybnblock
{
	margin: 0 0 12px 0;
	width: 611px;
	 border: 1px solid #000;
	padding: 0 0 5px 0;
	height: 160px;
	overflow: hidden;
}

#primaryarea .ybnblock div
{
	 height: auto !important;
	 width: 100px !important;
	 float: left !important;
	 position: static !important;
	 font-size: 11px !important;
	 clear: none !important;
	 overflow: hidden !important;
	 padding: 0 10px !important;
}

#primaryarea .ybnblock div.categoryHeader
{
	 height: 28px !important;
	 float: none !important;
	 width: auto !important;
	 padding: 0 !important;
	 background: url(images/ybn_widget_head.gif) left top repeat-x !important;
}

#primaryarea .ybnblock .ybn_widget_media
{
	padding: 0 !important;
	width: 100px !important;
}
#primaryarea #ybnwidget
{
	border: none !important;
	height: auto !important;
	 float: none !important;
	 width: 611px !important;
	 padding: 0 !important;
}
#primaryarea center
{
	display: none !important;
}

#primaryarea .ybnblock img
{
	 width: 60px !important;
	 height: 60px !important;
}

#secondarea .ybnblock
{
	 margin: 0 0 12px 0;
	 border: 1px solid #000;
	 padding-bottom: 1em;
}

#secondarea #ybnwidget
{
	border: none !important;
}

#secondarea .ybnblock div
{
	 height: auto !important;
	 clear: both !important;
	 position: static !important;
	
}

#secondarea .ybnblock div.categoryHeader
{
	 height: 28px !important;
}

#secondarea .ybnblock .ybn_widget_media
{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	width: auto !important;
	padding-right: 3px !important;
}

#secondarea .ybnblock hr
{
	 display: none !important;
}

#secondarea .ybnblock img
{
	 width: 42px !important;
	 height: 42px !important;
}

#secondarea .tabbox
{
	width: 298px;
}

ul.navlist
{
	padding: 0;
	margin: 0;	
}

ul.navlist li
{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 149px;
	font-size: 1.1em;
	font-weight: bold;
}

#container ul.navlist li a
{
	display: block;
	padding: 8px 8px 8px 16px;
	text-decoration: none;
	}

#container ul.navlist li a:hover
{
	text-decoration: none;
	background-color: #fff;}

#secondarea #adv300holder
{
	height: 262px;
	width: 300px;
	overflow: hidden;
}

#secondarea .advarea
{
	margin: 0 0 12px 0;
	text-align: center;}

#secondarea .advarea .advblock
{
	margin: 0 0 12px 1px;
	text-align: left;
	float: left;
	clear:  left;}


#secondarea .promo
{
	font-size: .9em;
}



.promort .feature
{
	float: right;
	margin: 0 .2em 0 1em;
}



.promo .desc h3, .promo .desc h4
{
	padding-bottom: 0;
}



.boxwrap
{
	padding: 5px 11px;
	background: #fff url(images/bg_box.jpg) left top repeat-x;
}

.orangebox
{
	border: 1px solid #333;
	background: #975D1A url(images/bg_box_orange.jpg) left top repeat-x;
	color: #fff;
	
}



.orangebox .boxwrap
{
	background: none;
}

#container .orangebox a, #container .orangebox a:hover
{
	color: #fff;
}


#container h1 a, #container h2 a, #container h3 a
{
	text-decoration: none;
	color: #333;
}

#container h4 a, #container h5 a
{
	text-decoration: none;
}

#container h1 a:hover, #container h2 a:hover, #container h3 a:hover,
#container h4 a:hover, #container h5 a:hover
{
	text-decoration: underline;
	color: #BF7421;
}

/* articles */

.artHeader h2
{
	padding-bottom: .3em;
	font-size: 1.5em;
}



.artDetails
{
	padding: 0;
	color: #555;
	border-top: 1px dotted #ccc;
}



.artByline
{
	float: left;
	font-size: .9em;
	width: 360px;
}

img.author
{
	border: 1px solid #ccc;
	float: left;
	padding: 1px;
	margin: 0 5px .5em 0;
}



.artComments
{
	float: right;
	font-weight: bold;
}

#container .artsharecontain {
	width: 170px;
	padding: 0 0 0 8px;
	float:  right;
}

#container .tweetshare {

	float:  left;
	width: 50px;
	padding: 3px 0 0 0;
}

#container .fbshare {

	float:  right;
	overflow: hidden;
	width: 50px;
	padding: 3px 0 0 0;
}



#container .artshare {
	font-size:  1.1em;
	font-weight:  bold;
	float:  right;
	margin: .5em 0 .5em .5em;
	
	
}

#container .artshare a
{
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 21px;
	background:  url(images/i_sharethis.gif) left bottom no-repeat;
	height: 13px;
}

#container .artshare a:hover
{
	text-decoration: underline;
	background-position: left top;
}

#at15s_head { color: #333; }

.artBody
{
	border-top: 1px dotted #ccc;
	clear: both;
	padding: .3em 0;
	line-height: 135%;
}

#container .artLinks li
{
	margin-top: .5em;
	margin-bottom: .8em;
}

#container .artLinks li a
{
	font-weight: bold;
	text-decoration: none;
}

#container .artLinks li a:hover
{
	text-decoration: underline;
}

#container .twitterlink
{
	margin-top: .5em;
	font-size: .9em;
	clear: both;
}

#container .twitterlink h5
{
	width: 85px;
	float:  left;
	text-indent: -9999px;
	
}

#container .twitterlink h5 a
{
	width: 85px;
	height: 60px;
	display: block;
	background: transparent url(images/twitterbird-content.gif) top left no-repeat;
	
}
#container .twitterlink .contentblock
{
	background: transparent url(images/bg-bubble.jpg) top left no-repeat;
	padding: 2px 12px 2px 14px;
	width: 456px;
	height: 51px;
	float: left;
	line-height: 130%;
}

.artFooter
{
	font-size: .9em;
	clear: both;
}



.artFooter .artComments
{
	font-size: 1.1em;
}



/* related posts area */



.related .relatedposts
{
	float: left;
	width: 285px;
}





.related .advarea
{
	width: 255px;
	float: right;
	margin: 0 0 .3em 0;
}

/* subpage feature area */

#subfeature ul
{
	list-style: none;
	margin: 0 auto;
	padding: 1px 0 1px 3px;
}

#subfeature li
{
	padding: 4px 2px 4px 1px;
	margin: 0;
	font-size: .9em;
	font-weight: bold;
	float: left;
	text-align: left;
}

#subfeature li img
{
	float: left;
	margin: 0 2px;
	padding: 1px;
	border: 1px solid #ccc;
}

.tabbox
{
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	width:611px;
}



.tabbox .boxwrap
{
	padding: 0 0 5px 0;
}

ul.tabs, ul.tabarea
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.onewide ul.tabs
{
	font-size: .9em;
}

ul.tabarea 
{
	margin: 0 11px;	
}

ul.tabs li, ul.tabarea li.tabcontent
{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.tabs li
{
	float: left;
	padding: 0;
	width: 142px;
	background: url(images/bg_tab_off.jpg) left bottom repeat-x;
	text-align: center;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	border-top: 1px solid #fff;
	margin: 0 0 0 -1px;
}

ul.sportstabsrow li
{
	width: 152px;
}



	



ul.tabs li.selected
{
	background: none;
	border: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
}

ul.tabs li.first { border-left: none; margin-left: 0; width: 155px; }



ul.tabs li.last { border-right: none; }

ul.sportstabs li.first, ul.sportstabs li.last { width: 152px !important; }

ul.tabs li a
{
	display: block;
	padding: 6px 10px 7px 10px;
}

ul.tabs li.selected a
{
	padding: 6px 9px 7px 9px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

ul.tabs li h2
{
	padding: 0;
	margin: 0;
}

#container ul.tabs li.selected a
{
	color: #BF7421;}

#container ul.tabs li a:hover
{
	text-decoration: none;}

ul.tabarea li.tabcontent
{
	clear: both;
	padding: .5em 1px 0 1px;
}

ul.rss
{
	float: right;
	list-style: none;
	padding: 0;
	font-size: .9em;
}

#container ul.rss li a
{
	display: block;
	background: url(images/icon_rss.gif) left 50% no-repeat;
	padding: 0 0 0 15px;
	margin: 0;
	text-decoration: none;
	color: #333;
}

ul.linklist li, ul.st-related-posts li, .navbox ul li
{
	background: transparent url(images/bullet.gif) 0% 0.3em no-repeat;
	padding: 0 0 4px 12px;
	list-style: none;
	margin: 0;
}

ul.tweet_list, .aktt_tweets ul
{
	list-style: none;
	padding: .6em 0;
	margin: 0;
}

ul.tweet_list li, .aktt_tweets ul li
{
	clear: both;
	display: block;
	padding: 1px;
	margin:  0;
	border: 1px solid #fff;
}

ul.tweet_list li:hover
{
	border: 1px solid #ccc;
	
}

#secondarea ul.tweet_list li,
#secondarea ul.tweet_list li:hover
{
	border: none;
	
}

#secondarea ul.tweet_list li.tweet_even
{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#secondarea .aktt_tweets ul li
{
	
	border-bottom: 1px dotted #ccc;
	padding: .45em 0;
}


ul.tweet_list li .boxwrap
{
	background: none;
	padding: .4em .5em .3em .5em;
}

ul.tweet_list li:hover .boxwrap
{

	background: url(images/bg_box.jpg) left top repeat-x;
}


ul.tweet_list li:hover .boxwrap
{

	background: url(images/bg_box.jpg) left top repeat-x;
}

#secondarea ul.tweet_list li .boxwrap
{
	background: none;
	padding: .4em 0 .4em 0;
}

#secondarea ul.tweet_list li:hover .boxwrap
{

	background: none;
}

.tweet_avatar img {
	border: 1px solid #ccc;
	float: left;
	margin: 0 5px 0.5em 0;
	padding: 1px;
}

ul.tweet_list .timestamp
{
	color: #999;
	font-family: Georgia, serif;
	font-size: 0.8em;
	font-style: italic;
	display: block;
	line-height: 1.3em;
}

#container ul.tweet_list .timestamp a
{
	color: #999;
	text-decoration: none;
}

#container ul.tweet_list .timestamp a:hover
{
	color: #BF7421;
	text-decoration: underline;
}

#secondarea .aktt_more_updates{
	display: none;
}

#secondarea .tweetlink h5
{
	padding: 0;
	margin:  0;
	font-size:  1.15em;
}

#secondarea .tweetlink a
{
	background: transparent url(images/twitterbird-content.gif) -16px 0% no-repeat;
	padding: 4px 40px 0 64px;
	display: block;
	height: 56px;
	color: #333;
	text-decoration: none;
}

#secondarea .tweetlink a:hover
{
	text-decoration: none;
	color: #BF7421;
}

#secondarea .tweetlink a em
{
	color: #BF7421;
	font-style: normal;
}

#secondarea .tweetlink a:hover em
{
	color: #BF7421;
}

.navbox ul li
{
	background-image: url(images/bullet_white.gif);
	padding: 0 0 4px 12px;
}

#container ul.linklist a, #container .taglist a,
#container ul.more a, #container ul.st-related-posts a
{
	text-decoration: none;
	color: #333;
}

#container .article ul.linklist a
{
	text-decoration: none;
	color: #BF7421;
}

#container ul.linklist a:hover, #container .taglist a:hover,#container ul.more a:hover, #container ul.st-related-posts a:hover
{
	text-decoration: underline;
	color: #BF7421;
}

#container ul.linklist span a
{
	text-decoration: underline;
	color: #BF7421;
}

#container ul.linklist span a:hover
{
	text-decoration: underline;
	color: #333;
}
#container .orangebox ul.linklist a, #container .orangebox .taglist a,#container .orangebox ul.more a, #container .navbox ul a
{
	text-decoration: none;
	color: #fff;
}

#container .orangebox ul.linklist a:hover, #container .orangebox .taglist a:hover,
#container .orangebox ul.more a:hover, #container .navbox ul a:hover
{
	text-decoration: underline;
	color: #fff;
}

ul.taglist
{
	list-style: none;
	padding: 0;
	margin: .5em 0;
}

ul.taglist li
{
	padding: 0 3px 3px 0;
	margin: 0;
	display: inline;
}

.taglist .t10
{
	font-size: 18px !important;
}

.artBody .taglist
{
	line-height: 1.4em;
}

ul.more 
{
	float: right;
}

ul.more li
{
	background: transparent url(images/bullet.gif) 0% 0.3em no-repeat;
	padding: 0 0 4px 12px;
	list-style: none;
	margin: 0;
}

/* archive styles */

.archiveblock
{
	padding: .5em 0;
}

#container .archiveblock a
{
	text-decoration: none;
}

#container .archiveblock a:hover
{
	text-decoration: underline;
}

/* bar divided list */



ul.barlist
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.barlist li
{
	display: inline;
	margin: 0;
	padding: 0 3px 0 6px;
	border-left: 1px solid #777;
}

ul.barlist li.first
{
	border: none;
	padding-left: 0;
}



/* player list styles for POTW */



ul.playerlist
{
	list-style: none;
}

ul.playerlist li
{
	margin: 0;
	padding: 0 8px 0 4px;
	float: left;
	width: 182px;
	font-size: .9em;
}

ul.playerlist img
{
	margin: 0 4px 5px 0;
	padding: 0;
	float: left;
	border: 1px solid #fff;
}

ul.playerlist h4
{
	font-size: 1.1em;
	font-weight: normal;
	padding: 0;
	
}

ul.playerlist h4 a
{
	font-weight: bold;
}



#secondarea .schedule
{
	font-size: .9em;
	margin: .5em 0;
}

#secondarea .schedule .date, #secondarea .schedule .results
{
	width: 60px;
}



.schedule .tickets
{
	width: 15px;
}

/* sponsor areas */



.sponsors .contentblock
{
	font-size: .9em;
}

#container .sponsors .contentblock a
{
	text-decoration: underline;
}




/* footer styles */



#footer
{
	font-size: .8em;
	text-align: center;
	padding: 4px 0;
	color: #666;
	clear: both;
}

#footer a {
	color: #666;
	text-decoration: underline;
}

#bottom
{
	background: transparent url(images/bg_content_bottom.png) left top no-repeat;
	width: 981px;
	margin: 0 auto;
	text-align: left;
	height: 16px;
}

#mainchattext
{
	text-align: left;
	padding: 2px 6px;
	border: 1px solid #ccc;
	height:500px;
	overflow: scroll;
}

#mainchattext .shareContainer { display: none !important; }

#mainchattext .chatmsg
{
	margin: .7em 0 0 0;
	padding: 0 0 .5em 0;
	clear: both;
	position: relative;
	border-bottom: 1px dotted #ccc;
}

#mainchattext .itemtime, #mainchattext .chatmsgtime
{
	width: 38px;
}

#mainchattext .inlinedisplayname
{
	font-weight: bold;
	float: left;
}

#mainchattext p
{
	padding-top: 0;
	margin-top: 0;
}

#mainchattext .bottomnametime
{
	display:  none;
}

#mainchattext .nocommentfrom {display: none; }




/* form styling */



input.inputtxt, textarea.inputtxt, .cform input.single, .cform textarea
{
	border: 1px solid #333;
	background: #fff url(images/bg_input.jpg) left top repeat-x;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	color: #333;
	padding: 2px 3px;
}



.cform input.single
{
	width: 205px;
}

#primaryarea input.inputtxt, #primaryarea textarea.inputtxt
{
	padding: 2px;
	border-color: #888;
}

input.inputbtn, .cform .cf-sb input
{
	border: 1px solid #333;
	background: #975D1A url(images/bg_button.jpg) left top repeat-x;
	font: bold 12px Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	padding: 1px 4px;
}



#primaryarea input.inputbtn
{
	padding: 2px 5px;
	
}

.formnote
{
	color: #999;
	font-size: .8em;
	display: block;
	padding-top: .3em;
	
}



/* table styles */
.nicetable, table.stats, table.matchups 
{
	margin: .5em 0;
}

.rostertable
{
	width: 100%;
}



.nicetable th, table.stats th
{	padding: 3px 8px 2px 4px;
	border-bottom: 1px solid #666;
	vertical-align: bottom;
}

.sortable th
{
	color: #BF7421;
	padding: 3px 11px 2px 3px;
}

.sortable th.header { 

    background: url(images/sort.gif) 92% 50% no-repeat;
	cursor: pointer;
} 





.sortable th.headerSortUp { 

    background: url(images/sort_asc.gif) 92% 50% no-repeat;
	cursor: pointer;
} 

.sortable th.headerSortDown { 

    background: url(images/sort_desc.gif) 92% 50% no-repeat;
	cursor: pointer;
}

.nicetable td, table.stats td
{
	padding: 3px 8px 2px 4px;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}

.nicetable tbody th
{
	padding: 3px 9px 2px 4px;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}


.sortable td
{
	padding: 3px 11px 1px 3px;
}

.nicetable tr:hover td, table.stats tr:hover td,
.nicetable tr:hover th, table.stats tr:hover th
{
	background-color: #f5f5f5;
}

table.matchups
{
	width: 100%;
	margin: .5em auto;
}

table.matchups td,
table.matchups th
{
	text-align: center;
	padding: .5em 1em;
}

table.matchups th
{
	background: #333 url(images/bg_nav.jpg) left bottom repeat-x;
	color: #fff;
	padding: .5em;
	font-size:  1.1em;
}

table.matchups h4
{
	margin: 0;
	padding: 0;
}

.correct
{
	color: #3E8000;
	font-weight: bold;
}

.wrong
{
	color: #c00;
	font-weight: bold;
}

.pagenavleft {
	float: left;
}

.pagenavright {
	float: right;
}


