/* TABS */
ul.tabs {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.tabs li {
	padding: 0px;
	margin: 0px 2px 0px 0px;
	float: left;
}

ul.tabs li a {
	background: URL(../img/tabMain.jpg) top right no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #a5abc5;
	display: block;
}

ul.tabs li a span {
	background: URL(../img/tabLeft.jpg) top left no-repeat;
	padding: 8px 24px 6px 24px;
	display: block;
}

ul.tabs li a:hover {
	text-decoration: none;
	color: #ffffff;
}

ul.tabs li.selected a {
	background: URL(../img/tabMainSelected.gif) top right no-repeat;
	color: #0e3779;
}
ul.tabs li.selected a span {
	background: URL(../img/tabLeftSelected.gif) top left no-repeat;
}

ul.tabs li.selected a:hover {
	color: #0e3779;
}

.inactiveTab
{
	display: none;
}
/*#sportH,#eventH,#liveH {*/
	/*display: none;*/
	/*visibility: hidden;
}*/

.centralPanel {
	background-color: #f8f7f2;
	padding: 9px 11px 9px 14px;
	margin-bottom:10px;
	height: 284px;
}

.centralPanel .centralMain {
	/* padding-right: 2px; */
	/* width: 446px; */
	width: 323px;
	float: left;
}

.centralPanel .centralMain h2 {
	width: 268px;
	float: left;
	font-size: 18px;
	line-height: 21px;
	margin-bottom:10px;
}

.centralPanel .centralRight {
	width: 322px;
	float: left;
}

.centralPanel .centralRight h2 {
	font-family: Arial, Helvetica, sans-serif;
	background-position: 0px 2px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 18px;
	width: auto;
}


.centralPanel .centralRight h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	display: block;
	width: auto;
}

.centralPanel .centralRight .rightNews {
	margin-left:156px;
}

.centralPanel .centralRight .rightNewsItem {
	background:#e8eaf8 url(../img/homeNewsBgTop.gif) top left no-repeat;
	float:left;
	margin-bottom:2px;
	padding-top:6px;
	width:322px;
}

.centralPanel .centralRight .rightNewsItem div {
	background:url(../img/homeNewsBgBottom.gif) bottom left no-repeat;
	float:left;
	padding-bottom:5px;
	width:322px;
}

.centralPanel .centralRight ul {
	display:block;
	list-style: none;
	padding:0;
	margin:0 6px;
}

.centralPanel .centralRight ul li {
	float:left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width:135px;
}

/* .centralPanel .centralRight ul li ul {
	display: block;
	float: none;
} */

.centralPanel .centralRight ul li img {
	border: solid #d1d0cc 1px;
	background-color: #f8f7f2;
	padding: 5px;
}

.centralPanel .centralRight ul li.video {
	background: URL(../img/iconVideoBlue.gif) 0px 5px no-repeat;
	display:block;
	margin-left:15px;
	padding-left: 27px;
	width:120px;
}
.centralPanel .centralRight ul li.photo {
	background: URL(../img/iconPhotosBlue.gif) 0px 5px no-repeat;
	display:block;
	margin-left:15px;
	padding-left: 27px;
	width:120px;
}

.centralPanel .centralRight ul li a span {
	background: URL(../img/h2Arrow.gif) 0em 0.25em no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
	font-size: 14px;
	margin-top: 6px;
	display: block;
	margin-bottom: 6px;
}

.centralPanel .centralRight ul li a:hover span {
	text-decoration: underline;
}


.centralPanel .centralRight ul.news {
	vertical-align: top;
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
	float: none;
}

.centralPanel .centralRight ul.news li.newsHdr a span {
	font-family: Arial, Helvetica, sans-serif;
	background: URL(../img/h2Arrow.gif) 0em 0.15em no-repeat;
	margin-top: 2px;
	margin-bottom:32px;
	font-weight: bold;
	font-size: 18px;
	display: block;
	line-height:1em;
}

.centralPanel .centralRight ul.news li.archive {
	padding: 10px 0px 20px 0px;
}

.centralPanel .centralRight ul.news li.archive a span {
	font-family: Arial, Helvetica, sans-serif;
	background: URL(../img/h2Arrow.gif) 0em 0.15em no-repeat;
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	display: block;
}



/* -- for the live tab -- */

.centralPanel .centralRight p {
	font-size: 10px;
}

.centralPanel .centralRight p.liveintro {
	font-size: 11px;
	font-weight:bold;
	margin-top:55px;
}

.centralPanel .centralRight p.broadcast {
	color:#666;
	font-size: 11px !important;
}

.centralPanel .centralRight p.source {
	color:#666;
	font-size: 11px !important;
	margin-bottom:0;
}


.highlightColumn p.homeAd img {
	background-color: #ffffff;
	padding: 4px;
}


.sideHiglight ul.editorialPicks li span {
	font-weight: normal;
	font-size: 9px;
	color: #666666;
}

#mediaBox {
	height: 215px !important;
	margin-top: 7px;
	padding: 4px;
}



