/* CSS Document */
*
{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#274156
}

body
{
	background-color:#40728B;
	background-image:url(../img/bkg_cl.gif);
	margin:15px
}

h1{font-size:17px}
h2{font-size:16px}
h3{font-size:15px}
h4{font-size:14px}
h5{font-size:13px}
h6{font-size:12px}

hr{display:none}

img{border:none}

a{text-decoration: none}
a:link{color: #004853}
a:visited {color: #002D33}
a:hover {color: #007484}
a:active {color: #008395}

#container
{
	width:732px;
	background-color:#FFFFFF;
	padding:9px;
	margin:auto
}

#logo
{
	margin-left:18px;
	margin-top:12px;
	margin-bottom:14px;
}

#topNavBar
{
	float:right;
	list-style:none;
}
#topNavBar li
{
	float:left;
}
#topNavBar a, #topNavBar a:visited
{
	font-size:9px;
	color: #666666;
	display:block;
	padding-left:6px;
	padding-right:6px;
	margin-top:33px;
}
#topNavBar a:hover, #topNavBar a:active {color: #333333}
#mainMenu
{
	background-color:#162B64;
	width:178px;
}
#mainMenu ul{list-style:none}
#mainMenu li
{
	border-bottom:1px solid #3C5383;
}
#mainMenu a, #mainMenu a:visited
{
	font-size:10px;
	color: #B2CDE1;
	display:block;
	padding:4px;
	text-transform:uppercase;
	padding-left:15px;
}
#mainMenu a:hover, #mainMenu a:active
{
	background-color:#BCD64C;
	color:#162B64;
	background-image:url(../img/arrowWhite.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#flashDisplay
{
	float:right;
	clear:both;
}

#schedule
{
	text-align:left;
	font-weight:bold;
	background-color:#FFFFFF;
	width:auto !important;
	width:684px;
	padding:15px;
}

/*\ IE/Win min height hack */ 
* html #schedule h1 { height: 45px; width:685px;} 
/* */ 


#schedule h1
{
	font-size:150%;
	background-color:#013F88;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:10px;
	border:red;
}
#schedule h1 img
{
	float:right;
}
#schedule h1 .small
{
	color:#FFFFFF;
	font-size:80%;
}
#schedule h2
{
	font-size:120%;
	color:#67AC38;
	margin-bottom:5px;
}

#schedule table
{
	border-left:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	
	width:100%;
}
#schedule table th.newheader {
	padding:0;
	margin:0;
	text-align:left;
}
#schedule table td
{
	padding:2px;
	padding-left:5px;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	font-weight:100;
}
#schedule table td.numeric
{
	text-align:right;
}
#schedule table th
{
	padding:2px;
	padding-left:5px;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	background-color:#e5e5e5;
	text-align:center;
}

#schedule table tr.even
{
	background-color:#f4f4f4;
}

#schedule #next
{
	border-top:1px solid #CCCCCC;
	font-size:90%;
	color:#999999;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:10px;
}
#schedule #running
{
	font-size:90%;
	color:#999999;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:10px;
	font-weight:100;
}
#schedule #next .title
{
	color:#666666;
	font-size:120%;
	margin-bottom:5px;
}
.soImportantNotice
{
	margin-top:10px;
	margin-bottom:10px;
	color:#CC3300;
	font-weight:normal;
	font-size:9px;
}
.comments {
	background-color:white;
	text-align:left;
	margin-top:10px;
	padding:10px;
	widows:100%;
}
.tickets_button {
	float:right;
}

.scheduleTbl { border:1px solid #0A9FCC; color:#2D5771; }
.scheduleTbl .tableRowHeader td { background-color:#B0E0EE; color:#2D5771; padding:10px 2px 10px 2px; }
.scheduleTbl .tableRow1 td { background-color:#CDE7EF; border-top:1px solid #0A9FCC; color:#2D5771; padding:5px 2px 5px 2px; font-size:9px; vertical-align:top; }
.scheduleTbl .tableRow2 td { background-color:#B0E0EE; border-top:1px solid #0A9FCC; color:#2D5771; padding:5px 2px 5px 2px; font-size:9px; vertical-align:top; }
.scheduleTbl td.cellBorder { border-left:1px solid #0A9FCC; vertical-align:middle; }

.seTableHead { background-color:#1a3375; font-weight:bold; color:#FFFFFF; padding:11px 11px 11px 11px; font-size:14px; }
.seTableRow { color:#1a3375; font-weight:bold; padding:6px 0px 6px 6px; }
.seTablePad { padding:0px 0px 6px 6px; }
.seTableColoredTD { background-color:#B0E0EE; padding:0px 0px 6px 6px; }

#tabs a
{
color: #000;
background: url(../img/tabs/tab-left.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px;
height:39px;
cursor:pointer;
}

#tabs a span
{
background: url(../img/tabs/tab-right.gif) right top no-repeat;
padding-right: 10px;
padding-top: 12px;
height:39px;
font-size:10px;
color: #45758C;
}

#tabs a, #tabs a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#tabs a, #tabs a span
{
float: none;
}
/* End hide */

#tabs ul
{
list-style: none;
padding: 0;
margin: 0;
}

#tabs li
{
list-style:none;
float: left;
margin: 0;
text-align:center;
height:39px;
background: url(../img/tabs/tab-back.gif) repeat-x;
}

#tabs .tabs-sel
{
float: left;
margin: 0;
text-align:center;
height:39px;
background: url(../img/tabs/tab-back-sel.gif) repeat-x;
} 

#tabs .tabs-sel a
{
color: #000;
background: url(../img/tabs/tab-left-sel.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px;
height:39px;
cursor:pointer;
}

#tabs .tabs-sel a span
{
background: url(../img/tabs/tab-right-sel.gif) right top no-repeat;
padding-right: 10px;
padding-top: 12px;
height:39px;
font-size:10px;
color: #FFFFFF;
font-weight:bold;
}

.tab-content {
	display:none;
	border:1px solid #FFFFFF;
	width:516px;
	min-height:474px;
	padding:15px 10px 15px 10px;
	margin-left:1px;
}

.tab-content ul {
	margin-left: 10px;
	padding-left:10px;
}

.imap-rollover {
	position:absolute;
	width:516px;
}

/* features */
	#featureMainHolder{
		height:122px;
		width:193px;
		background:#FFF;
		margin-bottom:10px;
		position:relative;
		text-align:left;
	}
	#featureMainHolder .featureHotspot{
		height:123px;
		width:193px;
		position:absolute;
		z-index:100;
		background:url(img/pixel.gif);
		cursor:pointer;
	}
	#featureHolder{
		padding:5px;
		text-align:left;
	}
	#featureMainHolder .pic{
		z-index:10;
		margin-bottom:5px;
	}
	#featureMainHolder .headline{
		clear:both;
		background-color:#bede3f;
		font-family:Arial, Helvetica, sans-serif;
		color:#243f77;
		height:22px;
	}
	.headlineTxt{
		font-weight:bold;
		width:183px;
		margin-top:5px;
		text-align:center;
		position:absolute;
	}
	
	.featureImage{
		height: 85px;
		margin-bottom:5px;
	}
	
	.featureImageHover{
		border:4px solid #FFF;
		overflow:hidden;
		height: 77px;
		margin-bottom:5px;
	}
	.featureImageHover img{
		margin-left:-4px;
		margin-top:-4px;
	}
	
	.featureArrow{
		padding:13px 2px 0px 174px;
		position:absolute;
	}
	.featureArrowHover{
		padding:10px 5px 0px 171px;
		position:absolute;
	}
