/* Daniel Seliger CSS Document 12/20/2007 - 12/27/2007 */

/* new styles */

/* global dark rounded css corners */
.cornersRdDk { 
	display:block;
	}
.cornersRdDk * {
  	display:block;
  	height:1px;
  	overflow:hidden;
  	font-size:.01em;
  	background:#000000;
	}
.cornersRdDk1 {
  	margin-left:3px;
  	margin-right:3px;
  	padding-left:1px;
  	padding-right:1px;
  	border-left:1px solid #919191;
  	border-right:1px solid #919191;
  	background:#3f3f3f;
	}
.cornersRdDk2 {
  	margin-left:1px;
  	margin-right:1px;
  	padding-right:1px;
  	padding-left:1px;
  	border-left:1px solid #e5e5e5;
  	border-right:1px solid #e5e5e5;
  	background:#303030;
	}
.cornersRdDk3 {
  	margin-left:1px;
  	margin-right:1px;
  	border-left:1px solid #303030;
  	border-right:1px solid #303030;
	}
.cornersRdDk4 {
  	border-left:1px solid #919191;
  	border-right:1px solid #919191;
	}
.cornersRdDk5 {
  	border-left:1px solid #3f3f3f;
  	border-right:1px solid #3f3f3f;
	}
.cornersRdDkContent {
  	color:#fff;
	font-weight:bold;
	line-height:125%;
	background:#000; 
	overflow:hidden;
	}
	

/* global light rounded css corners */
.cornersRdLt {
	display:block;
	}
.cornersRdLt * {
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#e1e1e1;
  }
.cornersRdLt1 {
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ededed;
  border-right:1px solid #ededed;
  background:#e1e1e1;
  }
.cornersRdLt2 {
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fbfbfb;
  border-right:1px solid #fbfbfb;
  background:#dedede;
  }
.cornersRdLt3 {
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #dedede;
  border-right:1px solid #dedede;
  }
.cornersRdLt4 {
  border-left:1px solid #ededed;
  border-right:1px solid #ededed;
  }
.cornersRdLt5 {
  border-left:1px solid #e1e1e1;
  border-right:1px solid #e1e1e1;
  }
.cornersRdLtContent {
  background:#e1e1e1;
  overflow:hidden;
  }
  
  
/* white with gray border rounded corners */ 	
.whiteBoxBody {
	width:667px;
	margin:0px 0px 10px 3px;
	}
.whiteBoxBody .t { background: url(images/bdrDot.gif) 0 0 repeat-x; }
.whiteBoxBody .b { background: url(images/bdrDot.gif) 0 100% repeat-x; }
.whiteBoxBody .l { background: url(images/bdrDot.gif) 0 0 repeat-y; }
.whiteBoxBody .r { background: url(images/bdrDot.gif) 100% 0 repeat-y; }
.whiteBoxBody .bl { background: url(images/bdrBl.gif) 0 100% no-repeat; }
.whiteBoxBody .br { background: url(images/bdrBr.gif) 100% 100% no-repeat; }
.whiteBoxBody .tl { background: url(images/bdrTl.gif) 0 0 no-repeat; }
.whiteBoxBody .tr { background: url(images/bdrTr.gif) 100% 0 no-repeat; overflow:hidden; padding:5px 0px; }

.whiteBoxSide {
	margin:0px 3px 10px 0px;
	}
.whiteBoxSide .t { background: url(images/bdrDot.gif) 0 0 repeat-x; }
.whiteBoxSide .b { background: url(images/bdrDot.gif) 0 100% repeat-x; }
.whiteBoxSide .l { background: url(images/bdrDot.gif) 0 0 repeat-y; }
.whiteBoxSide .r { background: url(images/bdrDot.gif) 100% 0 repeat-y; }
.whiteBoxSide .bl { background: url(images/bdrBl.gif) 0 100% no-repeat; }
.whiteBoxSide .br { background: url(images/bdrBr.gif) 100% 100% no-repeat; }
.whiteBoxSide .tl { background: url(images/bdrTl.gif) 0 0 no-repeat; }
.whiteBoxSide .tr { background: url(images/bdrTr.gif) 100% 0 no-repeat; overflow:hidden; padding:5px 0px; }
	
	
/* header ad / promo space */
.headerAdPromoWrapper {
	margin-bottom:3px;
	width:976px;
	}
.headerAd { 
	float:left; 
	margin:4px 3px 3px 5px; 
	}
.headerPromo { 
	float:left; 
	margin:6px 5px 3px 3px;
	}
	
	
/* lead story box */
#wwwleadbox {
 	width: 667px;
  	margin-left:3px;
	}
#wwwleadstory {
	width: 368px;
	margin-left: 0;
   float: left;
	}
#wwwleadstory p {
	font-size: 75%;
	margin: 0;
	}
#wwwleadstory a {
	font-weight:normal;
	}	
#wwwleadstory h2 {
	margin: 0px;
	font-size: 140%;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	}
#wwwteamnews {
	float: right;
	width: 283px;
	margin-left: 0;
	margin-bottom: 5px;
	}
#wwwteamnews ul{
 	list-style: none;
 	font-size: 75%;
 	padding-left: 0;
 	margin: 0;
	}
#wwwteamnews li{
    line-height: 20px;
	 margin-left:9px;
	}
#wwwteamnews img.in {
	vertical-align:text-bottom;
	}
#wwwleadcontent {
	padding:2px 5px;
  	font-size: 120%;
  	font-family:Arial, Helvetica, sans-serif;
  	color: #fff;
	overflow:hidden;
	}
#wwwleadcontent a {
	color:#fff;
	}
#wwwleadcontent a:hover {
	color:#fff;
	}
.teamnewstitle {
	overflow:hidden;
	margin-top:3px;
	}
.teamnewstitle .title {
	text-transform:uppercase;
	color:#daac33;
	font-size:85%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	padding:0px 0px 0px 3px;
	width:75%;
	display:block;
	background:url(images/teamNewsTitleBg.gif) repeat-x;
	line-height:18px;
	overflow:visible;
	}
.teamnewstitle .more {
	color:#fff;
	font-size:65%;
	font-weight:bold;
	text-align:right;
	float:left;
	padding:0px 3px 0px 0px;
	width:21%;
	display:block;
	background:url(images/teamNewsTitleBg.gif) repeat-x;
	line-height:18px;
	}
.teamnewstitleLC {
	background:url(images/teamNewsTitleLC.gif);
	display:block;
	width:2px;
	height:18px;
	float:left;
	}
.teamnewstitleRC {
	background:url(images/teamNewsTitleRC.gif);
	display:block;
	width:2px;
	height:18px;
	float:left;
	}
#wwwteamnews div.box {
	display:none;
	}
#wwwteamnews div.selectedBox {
	width:283px;
	margin-top: .1em;
	background:#000;
	}
	

/* favorite teams */
#wwwteambox {
 	width: 667px;
  	margin:-3px 0px 10px 3px;
	}
#wwwfavscontent {
	padding:0px 0px 0px 8px;
  	font-family:Arial, Helvetica, sans-serif;
  	color: #000;
	}
#wwwfavscontent div.box {
	display:none;
	}
#wwwfavscontent div.selectedBox {
	width:650px;
	margin-top: .4em;
	}
#teamfavstabs {
	padding:0;
	background:url(images/teamFavsTabsBg.gif) repeat-x;
	width:auto;
	float:left;
	white-space:nowrap;
	}
#teamfavstabs a {
	color: #fff;
	background:none;
	padding:0;
	margin:0;
	border:none;
	padding:0px 0px 10px 0px;
	text-transform:uppercase;
	vertical-align:top;
	overflow:visible;
	font-size:85%;
	}
#teamfavstabs .selectedTab a, #teamfavstabs a:hover {
	background:url(images/teamFavsTabsPt.gif) no-repeat bottom center;
	color:#daac33;
	border-bottom: none;
	text-decoration: none;
	padding:0px 0px 10px 0px;
	}
#teamfavstabs li {
	display: inline;
	color: #fff;
	margin: 0;
	font-weight: bold;
	line-height:20px;
	}
.teamFavsCols {
	float:left;
	margin-right:15px;
	}
#scoutTeam {
	float:left;
	margin:5px 10px 0px 0px;
	}

.teamFavsColsNfl img, .teamFavsColsMlb img, .teamFavsColsNba img, .teamFavsColsNhl img  {
	height: 30px; 
	width:30px; 
	float: left;  
	margin-right: .2em; 
	padding-top: .1em;
	}
.teamFavsColsNfl ul, .teamFavsColsMlb ul, .teamFavsColsHs ul, .teamFavsColsNba ul, .teamFavsColsNhl ul  {
	clear:both;
	margin-bottom:5px;
	}
.teamFavsColsNfl li, .teamFavsColsMlb li, .teamFavsColsHs li, .teamFavsColsNba li, .teamFavsColsNhl li  {
	text-align:center;
	white-space:nowrap;
	}
.teamFavsColsNfl {
	float:left;
	margin-right:10px;
	}
	
.teamFavsColsMlb {
	float:left;
	margin-right:45px;
	}
	
.teamFavsColsHs {
	float:left;
	margin-right:40px;
	}
	
.teamFavsColsNba {
	float:left;
	margin-right:45px;
	}
	
.teamFavsColsNhl {
	float:left;
	margin-right:55px;
	margin-top:30px;
	}
	
.teamFavsColsRt {
	margin-right:0px;
	}	
	
.teams_p {
	font-size:.85em;
	color:#000000;
	}
.teams_c {
	font-size:.8em;
	color:#000000;
	font-weight:normal;
	}	
	

/* experts box */
#expertsBox {
	padding:0px 10px;
	overflow:hidden;
	}
#expertsBox img {
	float:left;
	margin:10px 5px 0px 0px;
	clear:both;
	}
#expertsBox .scoutInfo {
	float:left;
	margin:10px 0px 0px 0px;
	}
#expertsBox .specialty {
	text-transform:uppercase;
	font-weight:bold;
	font-size:90%;
	}
#expertsBox .name {
	font-weight:bold;
	font-size:80%;
	font-style:italic;
	}
#expertsBox li {
	margin-left:2px;
	list-style:disc inside;
	font-size:80%;
	display:list-item;
	line-height:105%;
	}
#expertsBox li a, #experts li a:hover {
	color:#000;
	font-weight:normal;
	}
#expertsBox .footer a {
	text-transform:uppercase;
	color:#000;
	font-size:80%;
	font-weight:bold;
	clear:both;
	}
#expertsBox .footer a:hover {
	color:#000;
	text-decoration:underline;
	}
#expertsBox a.compList {
	color:#6b5d4d;
	text-transform:uppercase;
	display:block;
	padding:15px 0px 12px 5px;
	clear:both;
	font-size:85%;
	}
	
	/* opinion box */
#opinionPoll {
	margin:0px 5px 10px 0px;
	}
#opinionPollContent {
	padding:5px 45px;
	color:#fff;
	font-weight:bold;
	}
#opinionPollContent img {
	display:block;
	margin:0px auto 10px auto;
}
#opinionPollContent .field {
	margin:10px 0px;
	color:#d4d1b2;
	font-size:90%;
	}
#opinionPollContent .field input {
	vertical-align:middle;
	}
#opinionPollContent button {
	background:url(images/btnBgRed.gif) no-repeat;
	margin:10px auto 0px auto;
	display:block;
	border:none;
	width:79px;
	height:19px;
	color:#fff;
	font-size:90%;
	font-weight:bold;
	cursor:pointer;
	}


/* module dark header */
.modHdrBox {
	width:385px;
	margin-left:4px;
	font-size:90%;
	}
.modHdrBox .squareLeft {
	margin-left:0px;
	background-color:#000000;
	border-left:#000000;
	}
.modHdrBox .squareRight {
	margin-right:0px;
	background-color:#000000;
	border-right:#000000;
	}
.modHdrBox .sponsorLogo {
	float:left;
	margin:1px 20px 1px 5px;;
	}
.modHdrBox .hdrImage {
	margin-top:1px;
	}
.modHdrBox .bnrImage {
	position:absolute;
	z-index:10;
	margin:-9px -1px 0px 532px;
	}
.modHdrBox .bnrImage2 {
	position:absolute;
	z-index:10;
	margin:-9px -1px 0px 535px;
	}
	
	
/* rankings box */
.rankingsHt1 {
	height:21em;
	}
.rankingsHt2 {
	height:20.8em;
	}
.rankingsTier1 a {
	display:block;
	color:#000;
	padding:3px 10px 3px 5px;
	font-size:75%;
	text-transform:uppercase;
	}
.rankingsTier1 a:hover, .rankingsTier1 .selectedTab {
	background:#ccc url(images/tier1Arrow.gif) right no-repeat;
	text-decoration:none;
	}
.rankingsTier1 a.noChild:hover, .rankingsTier1 .selectedNoChildTab {
	background-color:#ccc;
	background-image:none;
	text-decoration:none;
	}
#wwwrankingsbox .selectedBox {
	width:75px;
	margin: 27px 0px 5px 0px;
	background:#fff url(images/tier2BgGrad.gif) repeat-x;
	float:left;
	min-height:190px;
	}
div.rankingsTier1 {
	margin:5px 0px 5px 5px;
	width:175px;
	float:left;
	}
#wwwrankingsbox .selectedBoxTwo {
	float:left;
	width:360px;
	margin: 10px 0px 5px 10px;
	padding-left:10px;
	background:#fff;
	border-left:2px dotted #eaeaea;
	}
#wwwrankingsbox .selectedBox ul {
	width:49%;
	float:left;
	}
#wwwrankingsbox .selectedBox ul.wide {
	width:100%;
	float:left;
	}
.rankingsTier1 img {
	padding:5px;
	}	
#wwwrankingsbox .box {
	display:none;
	}
#wwwrankingsbox .selectedBox a {
	display:block;
	color:#000;
	padding:3px 5px 3px 10px;
	font-size:75%;
	text-transform:uppercase;
	font-weight:bold;
	}
#wwwrankingsbox .selectedBox a:hover, #wwwrankingsbox .selectedBox .selectedTabTwo a {
	background:#d3d1d1;
	text-decoration:none;
	color:#b70000;
	}
#wwwrankingsbox .selectedBoxTwo table {
	width:100%;
	}
#wwwrankingsbox .selectedBoxTwo th {
	font-size:85%;
	}
#wwwrankingsbox .selectedBoxTwo td {
	font-size:70%;
	padding:3px 1px;
	}
#wwwrankingsbox .selectedBoxTwo th a {
	color:#000;
	}
#wwwrankingsbox .selectedBoxTwo td a {
	color:#000;
	font-weight:normal;
	}
#wwwrankingsbox .selectedBoxTwo tr:hover {
	background-color:#fffde6;
	}
.bgC { }
.bgHigh { background-color:#fffde6; }

	
/* game of the week box styles */
.gameWeekHt3 {
	height:24em;
	}
.gameWeekHt4 {
	height:23.9em;
	}
#gameWeekPhoto {
	float:left;
	margin:10px 8px 10px 5px;
	}
.gameWeekVisitingTeam {
	float:left;
	padding:10px 4px 5px 0px;
	border-right:2px dotted #eaeaea;
	width:248px;
	}
.gameWeekHomeTeam {
	float:left;
	padding:10px 0px 5px 4px;
	width:247px;
	}
.gameWeekVisitingTeam .header, .gameWeekHomeTeam .header {
	background:url(images/bgGradGameWeek.jpg) bottom repeat-x;
	padding:10px 5px 3px 5px;
	font-weight:bold;
	}
.gameWeekVisitingTeam .fansOnline, .gameWeekHomeTeam .fansOnline {
	color:#fff;
	}
.gameWeekVisitingTeam .teamName, .gameWeekHomeTeam .teamName {
	font-size:120%;
	text-transform:uppercase;
	line-height:1em;
	}
.gameWeekVisitingTeam .source, .gameWeekHomeTeam .source {
	font-style:italic;
	font-size:105%;
	line-height:1em;
	}
.gameWeekVisitingTeam .by, .gameWeekHomeTeam .by {
	font-size:80%;
	}
.previewUSC a {
	color:#ac1919;
	font-size:105%;
	}
.previewWashington a {
	color:#4b0f7a;
	font-size:105%;
	}
.gameWeekVisitingTeam .messages, .gameWeekHomeTeam .messages {
	padding:3px 5px;
	}
.messages .title {
	font-weight:bold;
	font-size:80%;
	margin-top:5px;
	}
.messages .stamp {
	font-size:80%;
	padding:0;
	margin:0px;
	}
.messages .footer {
	font-size:90%;
	padding-top:3px;
	}
	

/*weekly awards styles */
#weeklyAwardsPhoto {
	float:left;
	margin:5px 5px 10px 5px;
	}
.awardsSubBox {
	padding:5px 5px 5px 10px;
	float:left;
	width:235px;
	}
.awardsSubBox h3 {
	color:#000;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:95%;
	margin-bottom:-2px;
	}
.awardsSubBox th, .awardsSubBox td {
	font-size:80%;
	padding:0px;
	}
.awardsSubBox table {
	width:100%;
	margin-bottom:5px;
	}
.weeklyAwardsBdr {
	border-left:2px dotted #eaeaea;
	}

	
/* existing scout.com styles - note commented mods */
body { 
	margin-top:10px; 
	}
#wwwwrapper {
	/*width: 74em;*/	width:976px;
	/*min-width: 74em;*/ min-width:976px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	font-size: 110%;
	border-left: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
	min-height: 44em;
	background: #fff; /*url(http://media.scout.com/media/a/_network/css/leadstorygradient.gif) repeat-x top left*/
	overflow: hidden;
   }
#wwwrightbar {
	float: right;
	/*margin: .5em .3em 0 0;*/
	margin: 3px 0 0 0;
	/*width: 22.5em;*/ width:300px;
   padding-bottom: 1em;
	}
#wwwscouttv{
	margin-top: .3em;
	margin-bottom: .3em;
	/*background: #ECE9E2;*/ background:#fff;
	border-left: .05em solid #f0f0f0;
	border-bottom: .05em solid #f0f0f0;
	border-right: .05em solid #f0f0f0;
	/*height: 47em;*/ height:266px; 
   /*min-height: 630px;*/ min-height:266px;
	}
#wwwtopleft {
	float: left; 
	padding-top: 0;
	/*width: 50.5em;*/ width:667px;
	}
#teamnewstabs {
	/*padding: .3em 0 .3em 0;*/ padding:0;
	/*background: transparent;*/ background:url(images/teamNewsTabsBg.gif) repeat-x;
	/*width: 21.1em;*/ width:auto;
	float:left;
	white-space:nowrap;
	}
#teamnewstabs a {
	color: #fff;
	/*background: #000066;*/ background:none;
	/*padding: .2em .2em .5em .2em;*/ padding:0;
	/*margin-right: .2em;*/ margin:0;
	/*border: 1px solid #d9d9d9;*/ border:none;
	/*background-image: none;*/
	/*padding: .2em .2em .5em .2em;*/ padding:0px 0px 10px 0px;
	/* added */ text-transform:uppercase;
	/* added */ vertical-align:top;
	/* added */ overflow:visible;
	}
#teamnewstabs .selectedTab a {
	/*background-color: #f9f9f9;*/ background:url(images/teamNewsTabsPt.gif) no-repeat bottom center;
	/*color: #000066;*/ color:#daac33;
	border-bottom: none;
	/*background-image: none;*/
	text-decoration: none;
	/*padding: .2em .2em .6em .2em;*/ padding:0px 0px 10px 0px;
	}
#teamnewstabs a:hover{
	/*background-color: #f9f9f9;*/ background:url(images/teamNewsTabsPt.gif) no-repeat bottom center;
	/*color: #000066;*/ color:#daac33;
	border-bottom: none;
	/*background-image: none;*/
	text-decoration: none;
	/*padding: .2em .2em .6em .2em;*/ padding:0px 0px 10px 0px;
	}
#teamnewstabs li {
	display: inline;
	color: #fff;
	margin-left: 0;
	font-weight: bold;
	}
A.col_a_p:link, A.col_a_p:active, A.col_a_p:visited {
	/*color:#000033;*/ color:#000;
	text-decoration:none;
	/*font-weight:bold;*/ font-weight:normal;
	font-size:90%;
	font-family:arial;
	line-height: 1.5em;
	}
A.col_a_p:hover {
	/*color:#6699CC;*/ color:#000;
	text-decoration:underline;
	/*font-weight:bold;*/ font-weight:normal;
	font-size:90%;
	font-family:arial
	}
A.col_b_p:link, A.col_b_p:active, A.col_b_p:visited {
	/*color:#000033;*/ color:#000;
	text-decoration:none;
	/*font-weight:bold;*/ font-weight:normal;
	font-size:90%;
	font-family:arial
	}
A.col_b_p:hover {
	/*color:#6699CC;*/ color:#000;
	text-decoration:underline;
	/*font-weight:bold;*/ font-weight:normal;
	/*font-size:80%;*/
	font-family:arial
	}
