/* CSS Document */

div.tabsR > div {
	padding: 0px;
	margin-top: 0px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	min-height:275px;
		}

ul.tabNavigationR {
width: 100%;
padding: 0;
background: #fff;
margin: 5px 0 0px 0;
background: url(../im/tab_bottom.gif) repeat-x bottom;
position: relative;
list-style: none;
height: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px ;
		}

ul.tabNavigationR li {
		    display: inline;
			margin: 0; 
			padding: 0;
			list-style-type: none;
			float: right;
		}

ul.tabNavigationR li a {
float: left;
background: #e6e6e6;
font-size: 10px;
line-height: 14px;
padding: 2px 5px 2px 5px; /*inside link*/
margin-right: 4px;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
text-decoration: none;
color: #006577;
width:25px;
text-align:center;
		}

ul.tabNavigationR li a.selectedR {border-bottom: 1px solid #fff;
background: #fff;
color: #e22e35;}

ul.tabNavigationR li a:hover {
color: #e22e35;
font-weight:bold;
		}
		
ul.tabNavigationR li a:focus {
	outline: 0;
		}

.tab-alt2 {margin-bottom:-1px} /*add to tabcontainer that needs to cover table lines*/

#firstR{padding:0px 0px 5px 0px; overflow:hidden;}
#secondR{padding:0px 0px 5px 0px; overflow:hidden;}
#thirdR{padding:0px 0px 5px 0px; overflow:hidden;}
#fourthR{padding:0px 0px 5px 0px; overflow:hidden;}
#fifthR{padding:0px 0px 5px 0px; overflow:hidden;}

table.weeklyTab /* the table for the matchups in the matchup bricks on main pages - in right column*/
{width: 100%;
background-color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px ; 
color: #000000;
vertical-align: top; 
text-align: left;
line-height: 17px;
font-weight: normal;
border-collapse:collapse;
margin-top:10px;}

table.weeklyTab tr.odd {background-color:#d4ecf0;}
table.weeklyTab tr.even {background-color:#e6e6e6;}
table.weeklyTab td.borders {background-color:#fff; border-right:solid 1px #e6e6e6; border-top:solid 1px #e6e6e6;border-left:solid 1px #e6e6e6;border-bottom:solid 1px #e6e6e6;}
table.weeklyTab td img {padding:3px 3px 3px 3px;}
table.weeklyTab td.title {font-weight:bold; padding-left:5px; padding-top:15px;}
table.weeklyTab td.more a{font-weight:bold; margin-left:5px; color:#006577;}
table.weeklyTab td.more a:hover{font-weight:bold; margin-left:5px; color:#e22e35;}


    -->


