/******************************************************************************
Filename:	home.css
Project:	Sports Video Highlights
Purpose:	Home CSS File
Date		Developer	Description
04/20/2007	jmk			Version 1.0
******************************************************************************/

/************ BEGIN:  CONTENT ************/
#contentContainer{background:url("/images/home/contentContainer-RightNav_bg.gif") repeat-y 513px 0;}
html > body #contentContainer{background:url("/images/home/contentContainer-RightNav_bg.gif") repeat-y 515px 0;}

/* content */
#content{float:left; width:490px; padding:90px 0 20px 0;}

/* home video listing */
table#homeVideoListing td{padding:0 12px 15px 12px; line-height:1.3em;}
#homeVideoListing .img{padding:10px; background:#F3EFE6;}
#homeVideoListing .title{clear:both; width:200px;}
#homeVideoListing .title a{font-size:12px; font-weight:bold; color:#000000; text-decoration:none;}
#homeVideoListing .title a:hover{text-decoration:none;}
#homeVideoListing .date{}
#homeMore{width:100%; text-align:right; border-top:1px solid #8C8C8C;}
#homeMore a{padding-right:10px; font-size:12px; text-transform:lowercase;}
#homeMore a:hover{text-decoration:none;}
#homeMoreTop{text-align:right; position: absolute; width:60px; top:250px; left:610px;}
#homeMoreTop a{padding-right:10px; font-size:12px; text-transform:lowercase;}
#homeMoreTop a:hover{text-decoration:none;}

/******************************************************************/
/* TAB LAYERS */
#tabcontentcontainer{}
.tabcontent{display:none;}
.tabOff, .tabOn{float:left; height:17px; padding:4px 20px 2px 10px;}
.tabOff{}
.tabOff a{color:#FFFFFF;}
.tabOn{background:url("/images/contentHeader/on_bg.gif") no-repeat 100% 0;}
.tabOn a{color:#14382B;}
