/* Theme 1 */

/* 
----------------------------------------------------------------------------- 
STRUCTURE
-----------------------------------------------------------------------------*/

#pageWrapper {
	width: 948px; /* 950 - 2px for 1px border on left & right */
}

/* 
----------------------------------------------------------------------------- 
BASIC INLINE/TEXT STYLING
-----------------------------------------------------------------------------*/

body {
	background-position: top left;
	font-family: Verdana;
	font-size: 11px /*0.7em*/;
}

input#searchbox {
	width: 210px; 
	margin: 0 8px 0 0;
}

/* 
----------------------------------------------------------------------------- 
NAVIGATION - tabbed and rotating also
-----------------------------------------------------------------------------*/
	
.navlist {
	padding: 0;
	margin: 0;
	clear: both;
}	

.navlist li, .tabbedModuleNav li, .rotatingModuleNav li { 
	background-image: url("/common/themes/1/images/bgr_nav.gif");
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid #a6a6a6;
	float: left;
	text-align: center;
	padding: 0 10px;
	margin: 0;
	line-height: /*2.21em*/ 29px;
	position: relative;
	z-index: 10;
	list-style: none;
	font-weight: bold;
}

.navlist li#currentPage, .navlist li#currentPage ul li, .tabbedModuleNav li.currentTab, .rotatingModuleNav li.currentTab {
	background-image: none;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	padding: 0 10px;
	margin-left: -1px;
	line-height: /*2.21em*/ 29px; 
}

.navlist li#currentPage ul li {
	margin-left: 0;
	border-bottom: 1px solid #a6a6a6
}

.navlist li#currentPage a, .tabbedModuleNav ul li.currentTab a, .rotatingModuleNav ul li.currentTab a {}

.navlist li a, .navlist li a:link, .navlist li a:active, .navlist li a:visited, .tabbedModuleNav ul li a, .tabbedModuleNav ul li a:link, .tabbedModuleNav ul li a:active, .tabbedModuleNav li a:visited, .rotatingModuleNav ul li a, .rotatingModuleNav ul li a:link, .rotatingModuleNav ul li a:active, .rotatingModuleNav li a:visited {
	text-decoration: none;
}

.navlist li:hover, .navlist li.sfHover, .tabbedModuleNav ul li:hover, .tabbedModuleNav ul li.sfHover, .rotatingModuleNav ul li:hover, .rotatingModuleNav ul li.sfHover  {
	line-height: /*2.21em*/ 29px;
	background-image: url("/common/themes/1/images/bgr_nav_hover.gif");
	border-left: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	padding: 0 9px;
}

.navlist li a:hover, .tabbedModuleNav ul li:hover, .rotatingModuleNav ul li:hover {
  height: 100%;
}


.navlist li ul { 
	margin: 0 0 0 1px;
  	padding: 0;
	position: absolute;
	width: 150px;
 	top: /*2.21em*/ 29px;
	left: -1px;
	z-index: 2;
}

.navlist li#currentPage ul {
	margin: 0;
}

.navlist li ul li { 
	display: none; 
	background-image: none; 
	font-weight: normal; 
	padding: 0 6px;
	margin: 0;
	width: 150px;
	min-height: 30px;
	border-left: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	border-top: 1% solid #a6a6a6;
}
	
.navlist li#currentPage ul li { 
	min-height: 30px;
}

.navlist li:hover ul, .navlist li.sfHover ul {
	margin-left: 0;
}

.navlist li:hover ul li, .navlist li#currentPage:hover ul li {
	display:block; 
	float: none;
	padding: 0;
}


/* 
----------------------------------------------------------------------------- 
LAYOUT
-----------------------------------------------------------------------------*/
#header {
}

#login, #textsize, #headerNotify {
	margin-bottom: 7px;
}

#pageWrapper {
	border-right: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6; 
}


#nowplayingsearch {
	width: 938px; /* 948 - 10 for player overhang */
}


#search_btns {
	padding: 5px 0 0 0;
	font-size: 90%;
}

#nav, .tabbedModuleNav {
	background-image: url("/common/themes/1/images/bgr_navbar.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
	border-top: 1px solid #a6a6a6;
}


/* 
----------------------------------------------------------------------------- 
ATTRIBUTES
-----------------------------------------------------------------------------*/
.sponsoredContainerDivider {
	border-top: 1px solid #e6e6e6;
}

#content .sponsoredContainer {
	clear: both;
}

#content .sponsoredContainerHolder  {
	padding: 0;
	margin: 0;
	height: 10%;
	overflow: hidden;
}


p.sponsored {
	color: #999;
}

#content .tabhed {
	height: 25px;
	line-height: 25px;
}

/* 
----------------------------------------------------------------------------- 
DEFAULT MODULE
-----------------------------------------------------------------------------*/

.contentContainer {
	background-color: #fff;
	border: 1px dotted #999;
	padding: 0;
	margin: 10px 0;
	overflow: hidden;
	height: 10%; /* Fixes IE6 container w/floated content issue */
}

.contentContainerHdr { /* used for creating rounded corners on content pieces */
	font-size: 1%;
}

.contentContainerBody { /* used for creating rounded corners on content pieces */
	overflow: hidden;
	height: 10%; /* Fixes IE6 container w/floated content issue */
}	

#content .contentContainerSeparator {
	padding: 9px;
}

.contentContainerBody p {
	padding: 0 0 7px 0;	
}

.contentContainerFtr {
	font-size: 1%;
}

.contentContainerBody p.sponsored {
	float: right;
}

/* 
----------------------------------------------------------------------------- 
SIDE BY SIDE MODULE
-----------------------------------------------------------------------------*/

.sideModulesContainer {
	clear: both;
	overflow: hidden;
	height: 10%; /* Fixes IE6 container w/floated content issue */

}

.sideModule {
	float: left;
	width: 285px; /* Or 285px if have rounded corners */
}


/* 
----------------------------------------------------------------------------- 
TABBED MODULE
-----------------------------------------------------------------------------*/

.tabbedModule .showTab {
	display: block;
}

.tabbedModule {
	border: none;
	padding: 0;
}

.tabbedModuleContainer {
	display: none;
	padding: 0px;
	clear: both;
	overflow: hidden;
	height: 10%;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
	
.tabbedModule .contentContainerFtr {
	display: none;
}


.tabbedModuleNav {
	font-size: 90%;
	background-image: none !important;
	height: 23px;
	border-top: none !important;
	padding: 0;
	width: 590px;
	border-bottom: 1px solid #a6a6a6;
}


.tabbedModuleNav ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.tabbedModuleNav ul li {
	width: 145px;
	padding: 0;
	border-top: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	border-bottom: none;
	line-height: 22px;
}

* html .tabbedModuleNav ul li {
	position: fixed;
	z-index: inherit;
}

#content .tabbedModuleNav ul li.currentTab {
	padding: 0;	
	margin-left: 0;
	width: 145px;
	line-height: 22px;
	border-bottom: 1px solid #fff;
}


.tabbedModuleNav ul li:hover, .tabbedModuleNav ul li.sfHover {
	padding: 0;	
	width: 145px;
	line-height: 22px;
}

.tabbedModule p.sponsored {
	float: right;
	vertical-align: top;
}

#content .tabbedModuleNav ul li:hover, #content .tabbedModuleNav ul li.sfHover {
	border-bottom: none;
	padding-right: 0;
}

/* 
----------------------------------------------------------------------------- 
ROTATING MODULE 
-----------------------------------------------------------------------------*/

.rotatingModule .showTab {
	display: block;
}

.rotatingModule {
	padding: 0px;
	border: 1px dotted #999;
}	


.rotatingModuleContainer {
	display: none;
	clear: both;
	overflow:hidden;
	padding: 0;
	border: none;
	height: 10%;
	
}

.rotatingModule .contentContainerFtr {
	display: none;
}

.rotatingModuleContent {
	min-height: 200px;
}

* html .rotatingModuleContent {
	height: 200px;
}

.rotatingModuleNav {
	font-size: 90%;
	background-image: none;
	height: 24px;
	border-top: 1px solid #e6e6e6;
	padding: 7px 10px 9px 10px;
	margin: 5px 0 0 0;
	border-bottom: none;
	text-align: right;
	/*width: 100%;*/
	
}

.rotatingModuleNav ul {
	display: block;
	float: right;

	margin: 0;
	padding: 0;
}

.rotatingModuleNav ul li, .rotatingModuleNav ul li.currentTab {
	width: 22px !important;
	padding: 0 !important;
	border: 1px solid #a6a6a6 !important;
	line-height: 22px !important;
	margin: 0 !important;
}

* html .rotatingModuleNav ul li {
	position: fixed;
	z-index: inherit;
}

.rotatingModuleNav ul li.currentTab a {
	color: #666;
	width: 22px;
}	

#content .rotatingModuleNav ul li a {
	margin: 0;
	padding: 0;
}

.rotatingModuleNav ul li:hover, .rotatingModuleNav ul li.sfHover {
	padding: 0;	
	width: 22px;
	line-height: 22px;
	margin: 0!important;
}


.rotatingModule #headlineDisplay {
	float: left;
	line-height: 24px;
}

.rotatingModule p.sponsored {
	float: right;
	vertical-align: top;
}

/* 
----------------------------------------------------------------------------- 
CAROUSEL MODULE
-----------------------------------------------------------------------------*/
.carouselModule p.sponsored, .carouselModuleContent .tabhed, .carouselModule .contentContainerFtr, .carouselModule .contentContainerHdr, .carouselModule #headlineDisplay {
	display: none;
}

.carouselModuleNav {
	background: url("images/bgr_rotating_nav.gif") top left repeat-x #999;
	height: 28px;
	line-height: 28px;
	border: 1px solid #c2c2c2;
	clear: both;
	width: 531px;
}

.carouselModuleNav ul {
	position: absolute;
	z-index: 0;
	padding: 0;
	margin: 0;
	width: 531px; 
}

.carouselModuleNav ul li {
	float: left;
	list-style: none;
	display: none;
}


.carouselModuleNav ul li.JScarPrev, .carouselModuleNav ul li.JScarNext {
	font-size: 85%;
	display: block;
	width: 40%;
}

.carouselModuleNav ul li.JScarPrev {
	margin-left: 5px;	
}

.carouselModuleNav ul li.JScarNext {
	text-align: right;	
	margin-right: 5px;
	float: right;
}

.carouselModuleNav ul li a {
	text-decoration: none;
	display: block;
	height: 27px;
	line-height: 27px;
}

.carouselModuleNav .carouselBtns {
	position: relative;
	padding-left: 237px;
	width: 60px;
	z-index: 200;
}

.carouselModuleNav .carouselBtns div{
	float: left;
}


.carouselModuleNav div.playBtn a, .carouselModuleNav div.pauseBtn a {
	display: block;
	width: 20px;
	height: 27px;
	padding: 0 3px;
	text-align: center;
	background: url("images/btn_play.gif") 3px 0 no-repeat;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	text-decoration: none;
}

.carouselModuleNav div.pauseBtn a {
	background-image: url("images/btn_pause.gif");
	border-left: none;
}
	
.carouselModule .showTab {
	display: block;
}

.carouselModuleContainer {
	display: none;
	clear: both;
	overflow:hidden;
	padding: 0;
	border: none;
	height: 284px;
}	
	


/* 
----------------------------------------------------------------------------- 
SQUARE MODULE 
-----------------------------------------------------------------------------*/
.squareModuleNav, .squareModule .contentContainerFtr, .squareModule .contentContainerHdr {
	display: none;
}

.squareModule {
	padding: 10px 0;
	overflow: hidden;
	width: 533px; /* for REX display */
}	

.squareModule .showTab {
	display: block;
}

.squareModule .squareModuleContainer {
	width: 266px;
	height: 120px;
	overflow: hidden;
	float: left;
}

.squareModule .sort0 {
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}

.squareModule .sort1 {
	border-bottom: 1px solid #c2c2c2;
}

.squareModule .sort3 {
	border-left: 1px solid #c2c2c2;
}


.squareModule .sort0 .contentContainerSeparator {
	padding: 0 15px 15px 0;
}

.squareModule .sort1 .contentContainerSeparator {
	padding: 0 0 15px 15px;
}

.squareModule .sort2 .contentContainerSeparator {
	padding: 15px 15px 0 0;
}

.squareModule .sort3 .contentContainerSeparator {
	padding: 15px 0 0 15px;
}

.squareModuleContent h2.storyhed {
	text-transform: uppercase;
	color: #999;
	font-weight: normal;
	font-size: 90%;
} 

/* 
----------------------------------------------------------------------------- 
PAGE MODULE - For 3rd level pages
-----------------------------------------------------------------------------*/
.pageModule {
	border: none;
	padding: 0;
}

.pageModule .contentContainerBody {
	border: 1px dotted #999;
	padding: 0;
	background-color: #fff;
}


/* 
----------------------------------------------------------------------------- 
WEATHER MODULE
-----------------------------------------------------------------------------*/
#content .weathercontent h3.currentCity {
    padding: 0;
    margin: 0;
}

/* 
----------------------------------------------------------------------------- 
EMAIL PRINT CONTAINER
-----------------------------------------------------------------------------*/
#emailPrintContainer {
	padding-bottom: 10px;
	font-size: 85%;
}

/* 
----------------------------------------------------------------------------- 
FOOTER AND COPYRIGHT
-----------------------------------------------------------------------------*/
#footerLinks {
	color: #999999;
	border-top: 1px solid #a6a6a6;
}

#copyright {
	color: #999999;
}

#copyright a {
	color: #999999;
}

/* 
----------------------------------------------------------------------------- 
UTILITIES
-----------------------------------------------------------------------------*/

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.fl_right {
	float: right;
}

.fl_left {
	float: left;
}

.progressbar {
    display: none; 
}