/*****************************************************************************
  Body Alignment and container widths
******************************************************************************/

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	text-align: center;
	background-color: #e3e3e3;
}

#supercontainer{
	margin:0px; 
	padding:0px; 
	width: 100%; 
	background-color: #e3e3e3; 
	background: url(/images/gradient1.jpg) 0% 0% repeat-x;
}

#masterContainer{
	text-align: left;
	width: 916px; 
	margin: 0 auto; 
	background-color: #e3e3e3; 
	border-collapse: collapse; 
	padding: 0px;
	-moz-box-shadow: 5px 5px 5px #666; 
	-webkit-box-shadow: 5px 5px 5px #666; 
	box-shadow: 5px 5px 5px #666;
}

#contentContainer{
	text-align: left; 
	position: relative; 
	background: url(/images/skin2/pageback3.jpg);
}

/* Links at top of page */
#topBar{
	white-space: nowrap; 
	background: url(/images/topbar2.jpg); 
	width:916px; 
	height: 46px;
}

/* Three links to ESPN3, Disney and SoapNetic */
#myPioneer{
	position: absolute; 
	top: 46px; 
	left:1px; 
	height: 374px; 
	width: 198px; 
	background: url(/images/left-top2.jpg);
}

/* Mother/Daughter, Guy standing alone, etc. */
#middleImage{
	position: absolute; 
	top: 46px; 
	left: 199px; 
	height: 273px; 
	width: 516px; 
}

/* Find and e-Mail login box */
#rightTop{
	position: absolute; 
	top: 46px; 
	left: 715px; 
	height: 272px; 
	width: 200px; 
	background: url(/images/skin2/righttop1.jpg); 
	padding: 0px;
}

/* Find and e-Mail login box on secondary pages (no dot) */
#rightTop2{
	position: absolute; 
	top: 46px; 
	left: 715px; 
	height: 272px; 
	width: 200px; 
	background: url(/images/skin2/righttop2.jpg); 
	padding: 0px;
}

/* Ad on right and announcements */
#announceBox{
	position:absolute; 
	top:250px; 
	left:716px; 
	z-index:100;
}

/* All the links down the left side */
#leftMenu{
	/*position: absolute; 
	top: 430px; 
	left:1px; 
	width: 192px; 
	border: 0px; 
	padding: 0px;
	*/
	margin-top: 380px;
	left:1px; 
	width: 192px; 
	float: left;
}

/* Center content */
#pageContent{
	width: 502px; 
	/*margin-left: 200px; */
	margin-left: 10px;
	padding: 5px; 
	margin-top: 268px; 
	border: 0px;
	font-size: 11pt;
	float: left;
}

/* Center content on secondary pages - smaller top margin */
#pageContent2{
	width: 495px; 
	/*margin-left: 200px; */
	margin-left: 10px;
	padding: 5px; 
	margin-top: 200px; 
	border: 0px;
	font-size: 11pt;
	float: left;
}


#pageFooter{
	margin: 0px; 
	border-bottom: solid #264D76 2px; 
	background: url(/images/skin2/pageback3.jpg); 
	padding-top: 25px;
	margin-bottom: 25px;
	clear: both;
}

#topGraphicText{
	position: relative; 
	font: 18pt verdana; 
	font-weight: bold; 
	border: 0px; 
	color: navy; 
	top: -120px; 
	left: 25px; 
	text-shadow: #dbdbdb 2px 2px;
}

.announcementBox{
	padding: 5px;
	font: 10pt verdana;
	font-weight: normal;
}

.trailerListItem{
	line-height: 24px;
	border: 0px;
}

.trailerListItem:hover {
	line-height: 24px;
	background-color: #e5e5e5;
	border: solid silver 1px;
}

.ratingCode {
	padding: 2px 4px 2px 4px; 
	background-color: #e5e5e5; 
	border: solid silver 1px; 
	font-size: 8pt;
}
/*****************************************************************************
  Red tabbed menu at top
******************************************************************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #D10000; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}

/*****************************************************************************
  Link menus with arrows on right and left columns
******************************************************************************/
/*                          Credits: Dynamic Drive CSS Library               */
/*                       URL: http://www.dynamicdrive.com/style/             */

.arrowlistmenu{
	width: 198px; /*width of menu*/
	margin-bottom: 25px;
}

.arrowlistmenu .headerbar{
	font: bold 14px Arial;
	color: #15428b;
	background: black url(/images/sectiontitle.png) repeat-x center left;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 20px;  /*header text is indented 10px*/
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 1px; /*bottom spacing between menu items*/
	height: 24px;
	white-space:nowrap;
}

.arrowlistmenu ul li a{
	color: white;
	background: url(/images/arrowbullet5.png) no-repeat center left; 
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #2a5db8;
	font-size: 10pt;
	font-family: Verdana, Arial, serif;
}

.arrowlistmenu ul li a:visited{
	color: white;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: black;
	background-color: #F3F3F3;
}

/*****************************************************************************
  Front page news tabs
******************************************************************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
.animatedtabs{
	border: 0px;
	overflow: hidden;
	width: 100%;
	font-size: 16px; /*font of menu text*/
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.animatedtabs ul{
	list-style-type: none;
	margin-left: 5px; /*offset of first tab relative to page left edge*/
	padding: 0;
	margin-bottom: 0px;
}

.animatedtabs li{
	float: left;
	margin: 0;
	padding: 0;
	margin: 0px;
}

.animatedtabs a{
	float: left;
	position: relative;
	top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	background: url(/images/tab-blue-left5.png) no-repeat left top;
	margin: 0;
	margin-right: 1px; /*Spacing between each tab*/
	padding: 0 0 0 9px;
	text-decoration: none;
	color: white;
	font-size: 9pt;
}

.animatedtabs a span{
	float: left;
	position: relative;
	display: block;
	background: url(/images/tab-blue-right5.png) no-repeat right top;
	padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: bold;
	color: #b8f4ff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */

.animatedtabs .selected a{
	background-position: 0 -60px;
	top: 0;
}

.animatedtabs .selected a span{
	background-position: 100% -60px;
	color: white;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}

.animatedtabs a:hover{
	background-position: 0% -60px;
	top: 0;
}

.animatedtabs a:hover span{
	background-position: 100% -60px;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}

/*****************************************************************************
  Internally developed CSS
******************************************************************************/
.emailLogin{
  font: 12px Arial;
  font-weight: bold;
}

.newsTitle{
  font: bold 14px Arial;
}

.newsContainer{
 width:494px;
 background-color:#ffffff;
 position: relative;
 top: -42px;
}

.newsText{
  font: 12px Arial;
}

.newsText p{
  font: 12px Arial;
}

.newsText img{
  margin-right: 6px;
}

.pageHeader{
  padding: 4px 0 4px 10px;
  font: bold 16px Arial; 
  color: white; 
  background: url(/images/header-back1.png);
  border: solid black 1px;
}

/*
.containerTable {
  border: 0px; 
  border-collapse: collapse; 
  padding: 0px; 
  margin: 0px;
}

.containerTr{
  border: 0px; 
  border-collapse: collapse; 
  padding: 0px; 
  margin: 0px;
}

.containerTd{
  border: 0px; 
  border-collapse: collapse; 
  padding: 0px; 
  margin: 0px;
}

.header{
  background-color: #ffffff;
}

.leftColumn{
  width: 200px;
  background: url(/images/leftcolumn.jpg);
  vertical-align: top;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

.middleColumn{
  width: 520px;
  vertical-align: top;
  margin: 10px;
  text-align: left;
}

.rightColumn{
  width: 200px;
  background: url(/images/rightcolumn2.jpg);
  vertical-align: top;
  margin: 10px;
  text-align: left;
}

.footer{
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
}

.innerPadding{
  margin: 8px;
}

.secondaryScrollContainer{
 width:503px;
 height:660px;
 background-color:#ffffff;
 overflow:auto; 
}

*/
/*****************************************************************************
  JQuery Accordion CSS
******************************************************************************/

.basic-accordion  {
	width: 485px;
	font-family: verdana;
	border: 1px solid black;
}
.basic-accordion div {
	background-color: #eee;
}

.basic-accordion p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic-accordion a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #c40000;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("AccordionTab0.gif");
}
.basic-accordion a:hover {
	background-color: red;
	background-image: url("AccordionTab2.gif");
}
.basic-accordion a.selected {
	color: white;
	background-color: red;
	background-image: url("AccordionTab2.gif");
}

.sports-accordion  {
	width: 485px;
	font-family: verdana;
	border: 1px solid black;
}
.sports-accordion-div {
	background-color: #eee;
}

.sports-accordion-p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.sports-accordion-anchor {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #c40000;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	background-image: url("AccordionTab0.gif");
}
.sports-accordion-anchor a:hover {
	background-color: red;
	background-image: url("AccordionTab2.gif");
}
.sports-accordion-anchor a.selected {
	color: white;
	background-color: red;
	background-image: url("AccordionTab2.gif");
}

.nest1-accordion  {
	width: 450px;
	font-family: verdana;
	border: 0px solid black;
}
.nest1-accordion div {
	background-color: black;
}

.nest1-accordion p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.nest1-accordion a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	margin-left: 15px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: black;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("AccordionTab0.gif");
}
.nest1-accordion a:hover {
	background-color: red;
	background-image: url("AccordionTab2.gif");
}
.nest1-accordion a.selected {
	color: white;
	background-color: black;
	background-image: url("AccordionTab2.gif");
}

/*****************************************************************************
  Top Buttons
******************************************************************************/
.homeButton a:hover{
  background: url(/images/btnhome-dot.jpg);
}

/* liScroll styles */

.tickeroverlay-left{
	background-image:url('left.png');
	display:block;
	pointer-events:none;
	position:absolute;
	z-index:30;
	height:12px;
	width:150px;
	top:0;
	left:-2px;
}

.tickeroverlay-right{
	background-image:url('right.png');
	display:block;
	pointer-events:none;
	position:absolute;
	z-index:30;
	height:12px;
	width:150px;
	top:0;
	right:-2px;
}
.tickercontainer { /* the outer div */
/*background: #7a7a7a; */
width: 190px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
padding-left: 10px;
padding-right: 10px;
top: 8px;
height: 18px;
/*width: 718px;*/
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
margin-left: 20px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding-right: 15px;
/*background: #fff;*/
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

#webticker2{
	float:right;
}

#webticker2 li {
float: right; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding-left: 15px;
/*background: #fff;*/
}



/*This is a twitmarquee css*/



#header{
	background:#246;
	}

#trends{
	width:180px;
	margin:0 auto;
	}
.background .inner{
	/*z-index:997; */
	_z-index:997;
	position:relative;
	}

#trends{
	/*z-index:996; */
	_z-index:996;
	position:relative;
	zoom:1;
	}
#trends .inner{
	width:180px;
	overflow:hidden;
	zoom:1;
	position:relative;
	}
#trends ul{
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	zoom:1;
	position:relative;
	z-index:20;
	}
#trends li{
	margin:0;
	padding:0;
	display:inline;
	zoom:1;
	}
#trends em{
	display:none;
	zoom:1;
	}
#trends a,#trends li.trend-label{
	padding:8px 4px;
	}
#trends li.trend-label{
	font-size:12pt;
	color:#000000;

	letter-spacing:.1em;
	zoom:1;
	}
#trends a{
	display:inline-block;
	color:#6ac;
	zoom:1;
	}
#trends a:hover,#trends a.active{
	color:#def;
	text-decoration:none;
	zoom:1;
	}
#trends .fade{
	background:url("fade-trends2.png") repeat-y 0 0;
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:60px;
	padding:8px 0;
	zoom:1;
	_visibility:hidden;
	z-index:30;
	pointer-events:none;
	}
#trends .fade-right{
	background-position:-60px 0;
	left:auto;
	/* right:240px; */
	right:0;
	
	}
#trends dl{
	margin:0;
	padding:20px 0;
	line-height:18px;
	color:#ace;
	}
#trends dt{
	display:block;
	margin-bottom:4px;
	font-size:11px;
	color:#df6;
	}
#trends dt img{
	vertical-align:middle;
	}
#trends dd{
	margin:0;
	}
#trends dd strong{
	color:#fff;
	}
#trend_description p{
	font-size:1em;
	}
.trendtip{
	background:#fff;
	position:relative;
	width:240px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	font-size:11px;
	line-height:18px;
	color:#aaa;
	display:none;
	margin-top:9px;
	}
.trendtip-content{
	background:#000;
	padding:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	}
.trendtip-trend{
	margin-bottom:10px;
	font:bold 15px "Helvetica Neue",Arial,Sans-serif;
	color:#fa2;
	line-height:18px;
	display:block;
	}
ul.trendscontent a:focus,ul.trendscontent a:active,.trendtip-trend:focus,.trendtip-trend:active{
	outline:0;
	-moz-outline:0;
	}
.trendtip-desc{
	display:block;
	color:#ddd;
	font-size:13px;
	line-height:18px;
	}
.trendtip-source a{
	color:#6ac;
	text-decoration:none;
	}
.trendtip-pointer{
	background:url("trendtip-pointer.gif");
	position:absolute;
	top:-9px;
	left:50%;
	width:17px;
	height:9px;
	margin-left:-8px;
	}
.aside #trend_description p{
	color:#666;
	}
.aside #what_the_trend{
	color:#999;
	font-size:11px;
	}


div.trend-description-container{
	display:block;
	}
.trend-description-container{
	display:none;
	margin:0!important;
	padding:7px 0 0 0!important;
	}
#trend_description img{
	vertical-align:middle;
	margin:1px 5px 3px;
	}
.ie8 #trend_description img{
	margin-top:-1px;
	}
.ie7 #trend_description img{
	margin-bottom:-2px;
	}
#trend_description{
	display:none;
	padding:0;
	line-height:18px;
	margin:0 0 1em;
	}
#trend_description span{
	color:#777;
	}
#trend_description p{
	margin:0;
	line-height:18px;
	font-size:1.1em;
	color:#333;
	}
#trend_description p strong{
	color:#333;
	}
	
/* Bullet formatting */
.bulletFormat{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
}	

