/* liScroll style declarations */
a.backtotop {
    font-size:10px; 
    font-family:Arial, Helvetica, Sans-serif;
    padding:0;
    margin:0;
    }
a.levelv {
    color:#fff;
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
    text-decoration:underline;
    font-weight:normal;
    cursor:pointer;
    margin-left: 15px;
    font-size:12px;
    }
a:hover.levelv {
    color:#ccc;
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
    text-decoration:underline;
    font-weight:normal;
    cursor:pointer;
    margin-left: 15px;
    font-size:12px;
    }
a.level {
    color:#fff;
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
    text-decoration:underline;
    font-weight:normal;
    cursor:pointer;
    margin-left: 15px;
    font-size:12px;
    }
a:hover.level {
    color:#ccc;
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
    text-decoration:underline;
    font-weight:normal;
    cursor:pointer;
    margin-left: 15px;
    font-size:12px;
    }
.seasonlbl {
    color:#fff;
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
    text-decoration:none;
    font-weight:normal;
    font-size:12px;
    text-align:left;
    margin-left:0;
    }
.tickercontainer { /* the outer div */
	background: #000; 
	/* width: 570px; change back when adding in View All */
	width:640px;
	height: 20px; 
	margin: 0 0 2px 0; 
	padding: 0;
	overflow: hidden; 
	float:left;
}
.tickercontainerpage { /* the outer div */
	background: #000; 
	width: 640px;
	height: 18px; 
	margin: 0 0 2px 0; 
	padding: 0;
	overflow: hidden; 
	float:left;
}
.readresults 
{
    float:right;
    background-color:#000;
    color:#fff;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:10px;
    margin-right:20px;
    padding:4px 3px 5px 3px;
    width:44px;
    height:11px;
    font-weight:normal;
    cursor:pointer;
}
.readresultspage 
{
    float:right;
    background-color:#000;
    color:#fff;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:10px;
    padding:4px 3px 5px 3px;
    width:44px;
    height:11px;
    font-weight:normal;
    cursor:pointer;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	right:10px;
	top: 3px;
	width: 620px; /* width of actual scrolling text */
	overflow: hidden;
}
.tickercontainerpage .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	right:10px;
	top: 3px;
	width: 620px; /* width of actual scrolling text */
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	left: 560px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: #000;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #fff;
	font: bold 10px Verdana;
	margin: 2 50px 0 0;
} 

ul.newsticker span {
	margin: 0 5px 0 15px;
	color:#CCCCCC;
} 


/* Three Column Layout for Stories */
.story {
	width:212px;
	float:left;
	font-family: Garamond, Times Roman, New TImes Roman, Serif; 
	color: #fff; 
	font-size: 15px;
	}
	
.story p {
	padding: 0 10px;
	}
	
.story h4 {
	color:#fff; 
	font-size: 20px;
	margin-top:10px;
	margin-bottom:2px;
	padding: 0 5px;
	font-family:Garamond, Times Roman, New TImes Roman, Serif;
	}
	
.story a {
	color:#660000;
	text-decoration:underline;
	}

/* Sports Footer */

#sportsfooter {
	clear:left;
	margin-bottom:0px;
	margin-top:3px;
	color:#717375;
	border-top:1px solid #717375;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.8em;
	margin-top:5px;
	font-weight:normal;
	width:640px;
	}
	
/* For beta panel */
.scheduletable {
	border:none;
	}
.scheduletable tr td {
	border:none;
	border-collapse:collapse;
	padding: 1px;
	vertical-align:top;
	color: #666;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:11px;
	width:175px;
	background-color:#f2f2ed;
	font-weight:normal;
	}
.scheduletable tr td a {
	color:#666;
    text-decoration:none;
    font-weight:normal;
	}
.scheduletable tr td a:hover {
    text-decoration:underline;
    color:#912132;
    cursor:pointer;
    }
.scheduletable tr td.result {
    text-align:right;
    vertical-align:top;
    width:75px;
    }
.schedule tr td.rosterclear {
    height:8px;
    clear:both;
    }
.recognition {
    padding:10px 0; 
    display:block;
    font-weight:bold;
    }
/* Photo Gallery */
div#controls {
	margin-top: 5px;
	height: 23px;
}
div#gallerycontrols {
	margin-top: 5px;
	height:23px;
}
div.ss-controls {
	float: left;
	margin-left:10px;
}
div.ss-controls span {
	color: #ccc;
	cursor: pointer;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 2px 10px;
	text-decoration:underline;
	font-weight:bold;
}
div.nav-controls {
	float: right;
	margin-right:10px;
}
div.nav-controls a {
	color: #ccc;
	cursor: pointer;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 2px 10px;
	margin-left: 5px;
}
/* news slideshow */
div#slidecontrols {
	margin-top: 5px;
	height: 23px;
}
div.ss-slidecontrols {
	float: left;
}
div.ss-slidecontrols span {
	color: #ccc;
	cursor: pointer;
	padding: 2px 10px;
	text-decoration:underline;
	font-weight:bold;
}
div.nav-slidecontrols {
	float: right;
	margin-right: 20px;
}
div.nav-slidecontrols a {
	color: #ccc;
	cursor: pointer;
	padding: 2px 10px;
	margin-left: 5px;
}
/* Main photo */
div#slideshowdisplay {
	clear: both;
}
div#slideshowdisplay span.image-wrapper {
	padding-bottom: 12px;
}
div#slideshowdisplay a.advance-link {
	padding: 2px;
	display: block;
}
div#slideshowdisplay img {
	border: none;
	display: block;
	margin-left: auto;
    margin-right: auto;
}
div#download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div#image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div#image-desc {
	line-height: 1.3em;
}
div#slidenav {
	width:1px; 
	height: 1px; 
	display:none;
	float: right;
	clear: right;
	width: 276px;
	margin-top: 0;
	margin-left:10px;
	position:relative;
}
div#photonav {
	float: right;
	clear: right;
	width: 276px;
	margin-top: 0;
	margin-left:10px;
	position:relative;
	height:500px;
	overflow:auto;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
ul.thumbs li a {
	padding: 2px;
	display: block;
}
ul.thumbs li.selected a {
	background: #f2f2ed;
}
ul.thumbs a:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	}
div#photonav div.top {
	margin-bottom: 12px;
	}
div#slidenav div.top {
	margin-bottom: 12px;
	}
div#slidenav div.bottom {
	padding-top: 12px;
	}
div#photonav div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination strong {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px;
	color:#fff;
}
div.pagination a:hover {
	background-color: #000;
	text-decoration: none;
}
div.pagination strong {
	color:#fff;
}

#scrollup {
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
  height: 18px;
  width: 640px;
  background-color:#000;
}
.headline {
  position: absolute;
  top: 22px;
  left: 5px;
  padding-bottom:3px;
  height: 10px;
  width:635px;
}

.headline a {
	white-space: nowrap;
	padding: 0;
	color: #fff;
	font: bold 10px Verdana;
	margin: 0;
} 

.headline span {
	margin: 0 5px 0 30px;
	font: bold 11px Arial, Helvetica, serif;
	color:#ccc;
} 

