body {
	margin:0; 
	background: #000;
	font-size:12px;
}

table, td {
	font-size:12px;	
}
div{
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

td.chatCell{
	padding: 0 8px;
	height:17px;
}

.imageLoading
{
    background: #000000 url('/images/loading2.gif') no-repeat 50% 50%;
    height: 253px;
    width: 350px;
}

#page{
	text-align:left;
	font-family: "Arial", "Helvetica", sans-serif;
	text-decoration: none;
	margin-left: 0;
	margin-right: 0;
	width: 1025px;
	background: #ccc;
	float:left;
}
a, a:link {
	font-family:"Arial", "Helvetica", sans-serif; 
	text-decoration:none;
	color:#002859;
}
a:visited { color:#002859; }
a:hover { color:#666666; }

a.white {
	font-family:"Arial", "Helvetica", sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	outline:0;
}
a.white:link { color:#ffffff; }
a.white:visited { color:#ffffff; }
a.white:hover { color:#666666; }

a.menu {
	font-family:"Arial", "Helvetica", sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	outline:0;
}
a.menu:link { color:#ddd; }
a.menu:visited { color:#ddd; }
a.menu:hover { color:#666666; }

a.underline {
	font-family:"Arial", "Helvetica", sans-serif;
	text-decoration:underline;
	font-size:11px;
	color:#999999;
}
a.underline:link { color:#999999; }
a.underline:visited { color:#999999; }
a.underline:hover { color:#666666; text-decoration:none;}

img.border{
	border: 1px solid #000000;
}

.menuon  {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #444;
}

.menuoff {
	padding-left: 5px;
	padding-right: 5px;
	background-color:transparent;
}

#lowerMenu{
	font-size: 9px;
	color: #ccc;
	width: 1024px;
	margin-top: 0;
	padding-top: 6px;
	text-align:center;
	font-weight: bold;
}

#body{
	background: #ffffff;
	font-size:12px; 
	text-decoration:none;
	margin-left: 0;
	padding: 0;
	width:1024px;
	max-width:1024px;
	display:table;
	min-height:500px;
}

  #mainBody{
	background: #ffffff;
	font-size:12px;
	text-decoration:none;
	padding: 8px;
	margin:0;
	display:table;
	min-height:500px;
}

#bodyOther{
	background: #ffffff;
	font-size:12px;
	text-decoration:none;
	margin:8px;
	padding: 0;
	width:1008px;
	max-width:1008px;
	display:table;
	min-height:500px;
}

#headlines{
	display:block;
	text-align: center;
	width:465px;
	height:366px;
	padding:0;
	margin:0;
	background: white;
}

#featureStories{
	margin:0;
	background: #fff;
	display:block;
	height: 220px;
    width: 465px;
	padding: 5px 0;
}

#featureBar{
 	width:449px;
 	height:19px;
 	background: url(/images/Header-Feature.jpg);	
}

#featureBar span{
 	display:none;
}

#footer{
	border-top:1px solid #fff;
	color:#fff;
	font-size:11px;
	background:#002959;	
}

#footer a{
	color:#fff;
}

#footerCopyright{
	border-top:1px solid #fff;
	background:#00122b;
	font-size:11px;	
}

#infoBar{
 	width:449px;
 	height:19px;
 	background: url(/images/Header-Samples.jpg);	
}

#infoBar span{
 	display:none;
}

#newsBar{
 	width:231px;
 	height:19px;
 	background: url(/images/Header_news.jpg);	
}

#newsBar span{
 	display:none;
}

.infoLink img{
	display:block;
 	width:95px;	
 	height:19px;
 	border:0px;
 	float:right;
}

#weeklyFeatures{
	margin:0;
	background: #fff;
	display:block;
	height: 220px;
	width: 465px;
	padding: 5px 0;
}

.featureLogo{
	float:right;
	width: 120px;
	height: 100px;
	padding-left:6px;
	padding-top:15px;
}

#emailBackground{
	display:none;
	width:100%;
	margin: 0 auto;
	height: 1200px;
	position: absolute;
	top:0;
	left:0;
	-moz-opacity: .70;
	filter: alpha(opacity=70);
	opacity: .70;
	background: #000;
	z-index:1000;
}

#emailForm{
	display: none;
	width: 400px;
	height: 350px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	border: 2px solid black;
	position: absolute;
	top:250px;
	left: 300px;
	margin-left:auto;
	margin-right:auto;
	z-index:1001;
}

#sendingEmail{
	display: none;

	color: white;
	font-size: 14px;
	margin: 0 auto;
	position: absolute;
	top: 300px;
	left: 330px;
	width: 404px;
	height: 354px;
	z-index:1002;
}

#sentEmail{
	display: none;
	background: url(/images/emailSent.gif) no-repeat center center;
	position: absolute;
	top: 300px;
	left: 350px;
	width: 350px;
	height: 250px;
}

.formField{
	font-size:11px;
	font-family:Arial, sans-serif;
	line-height:11px;
}

div.chatAnswer{
	text-align:left;
	margin-bottom:12px;
	margin-left:5px;
}

div.chatQuestion{
	text-align:left;
	margin-bottom:5px;
	margin-left:5px;
	color:#294069;
}

.chatPlayer{
	color:#555;
	font-weight:bold;
}

.chatAuthor{
	font-weight:bold;
}

div.mainHeadline{
	float: left;
	width: 345px;
	height: 260px;
	background: #fff url('/images/loading.gif') no-repeat 50% 50%;
	margin-left: 8px;
	margin-top: 10px;
	position:relative;
}

div.mainHeadlineText{
	float: left;
	width: 345px;
	background: #fff;
	margin-left: 8px;
	margin-top: 10px;
}

div.mainHeadline:hover{
	cursor: pointer;
}

div.headlineLogo{
	background: url('/images/ads/headlineLogo.png')	no-repeat;
	width: 100px;
	height: 50px;
	position: absolute;
	top:0px;
	left:0px;
}

#smallHeadlinePhotos{
	float: right;
	width: 85px;
	height: 330px;
	margin-right: 10px;
	margin-top: 10px;
}

div.smallHeadlinePhoto{
	width: 85px;
	height: 66px;
	-moz-opacity: .60;
	filter: alpha(opacity=60);
	opacity: .60;
}
div.smallHeadlinePhoto:hover{
	cursor: pointer;
}
div.smallHeadlinePhotoFullOpacity{
	width:85px;
	height: 66px;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
	opacity:1.0;
}

div.subHeadlinePhoto{
	-moz-opacity:.60;
	filter:alpha(opacity=60);
	opacity:.60;
	width:90px;
	text-align:left;
	height: 63px;
}

div.subHeadlinePhotoFullOpacity {
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
	opacity:1.0;
	width:90px;
	text-align:left;
	height: 63px;
}

div.subHeadlineText{

	margin-top:12px;
	margin-bottom:10px;
	margin-right: 8px;
	margin-left: 8px;
}

.fullOpacity{
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	opacity:1.0;
}

.lightOpacity{
	-moz-opacity: .50;
	filter: alpha(opacity=50);
	opacity:.50;
}

#subHeadlines{
	background: #ffffff url( /images/graypx.gif ) repeat-y center;
}

.subHeadlineText{
	font-size:11px;
	color:#002859;
}

.barText{
	font-size:11px;
	font-weight:bold;
	color:#002859;
	text-indent:7px;
	height:17px;
	background: url(/images/middle_bar.png) repeat-x;
}

#news{
	width: 225px;
}

#features{
	width: 225px;
}

#sportHeader{
	height:50px;
	width: 711px;
	background: black;
	margin:0;
	padding:0;
}

.feature{
	height: 65px;
	width: 225px;
}

div.rightAd{
	width:312px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

div.ad{
	margin-bottom:8px;
	width:300px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	background:#000;
}

div.videoLine{
	height: 15px;
	width:312px;
	padding-left:8px;
	color: white;
	vertical-align:top;
	outline:0;
}

div.videoArea{
	height: 90px;
	padding-left:8px;
	color: white;
	vertical-align:middle;
	outline:0;
}

.rightColumn{
	background-color:#000;
}

.middleColumn{
	background:#ddd;
}

.leftColumn{
	background: #fff;
}

.mainColumn{
	background-color:#fff;
	font-size:12px;
	text-decoration:none;
	padding: 0;
	margin:0;
	display:table;
	min-height:500px;
}

.mainTable{
	width:1024px;
	background-color:#fff;
}

.facilityHeaderText{
	color: #092039;
	font-weight:bold;
	font-size:12px;
	text-indent:10px;
}

.facilityTitle{
	background: #002859 url(/images/header_background.jpg) repeat-x;
	height:23px;
	width:704px;
	color:white;
	font-weight:bold;
	font-size: 17px;
	margin-right:8px;
}
table.facilityHeader{
	width:704px;
	background: url(/images/header_background.jpg);
	color:white;
	font-weight:bold;
	font-size: 17px;
}

table.pageHeading, table.pageHeading a{
	background: url(/images/header_background.jpg);
	color:white;
	font-weight:bold;
	font-size: 17px;	
}

div.facilityWrapper{
	border-bottom: 2px solid black; 
	width:696px;
	height:285px;
	margin-bottom:15px;
}
div.facilityMenu{
	border-top: 2px solid black;
	width:260px;
	padding-top:10px;
}

table.facts{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin:8px;
}

.facts{
	font-size:12px;
}

div.blogEntry{

	padding:10px;
	border-top: 2px solid gray;
	padding-bottom:30px;
	margin-top:5px;
}
.blogTitle{
	font-size: 20px;
	color: #002859;
	font-weight:bold;
}
.blogInfo{
	font-size: 11px;
	color:#666;
}
div.blogArchiveYear{
	font-weight:bold;
	margin-left:15px;
}
div.blogArchiveYear:hover{
	font-weight:bold;
	color: #002859;
	cursor: hand;
	cursor: pointer;
}
div.blogArchiveMonth{
	margin-left:30px;
}
div.blogArchiveMonth:hover{
	font-weight:bold;
	color: #002859;
	cursor: hand;
	cursor: pointer;
}
div.bWeek{
	margin-left:45px;
}

.bodyText {font-size:12px;}
.normText {font-size:12px;}
.headerText {font-size:14px;font-weight:bold;}
.smallText {font-size:11px;}
.tinyText {font-size:10px;}
.abvText {font-size:11px; font-weight:bold; color:#666666;}
.abvTextLarge {font-size:13px; font-weight:bold; color:#666666;}
.leadText {font-size:10px; color:#000000; line-height:1.5em;}
.headlineTitle{font-size:14px; color:#002859; font-weight:bold;}
.cursorPointer{cursor: pointer;}
.captionText { font-size:11px;}
.normSchedText { font-size:13px; font-weight:bold; }
.smallSchedText { font-size:12px;}
.tinySchedText { font-size:10px;}
.winSchedText { font-size:12px; font-weight:bold; color:#00A000;}
.lossSchedText { font-size:12px; font-weight:bold; color:#A00000;}
.tieSchedText { font-size:12px; font-weight:bold; color:#0000A0;}
.homeSchedText { font-weight:bold; color:#092039; }
.normRosterText { font-size:12px;}
.smallRosterText { font-size:11px;}
.mainTitle { font-size:20px; font-weight:bold;}
.imageBorder{ border: 1px solid black;}
.errorText{ color:red; font-weight:bold; }
