﻿div#subtitle
{
	font-size: 7pt;
}

div#Content
{
	width: 100%;
	height: 527px;
	background-color: #555e5b;
	border-bottom: solid 1px black;
}

div#SiteMapList
{
	padding: 10px 15px;
}

div#Content td
{
	width: 234px;
	vertical-align: top;
	text-align: left;
	border-right: solid 1px black;
}

div#Content table
{
	border-left: solid 1px black;
}

div#Content table.headings
{
	border-top: solid 1px black;
}

.ContentList
{
	position: relative;
	left: 0px;
	top: 0px;
}

.ContentPanel
{
	border-bottom: solid 1px black;
}

div#Content table.block
{
	position: absolute;
	left: 0px;
	z-index: 100;
}

div#Content table.topBlock
{
	top: 0px;
}

div#Content table.bottomBlock
{
	top: 430px;
}

div#Content table.block td
{
	width: 234px;
	height: 20px;
	background-color: #555e5b;
	border-right: solid 1px black;
}

div.season
{
	height: 50px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: left;
	background-color: #454d4a;
	line-height: 49px;
	font-size: 1px;
	border-bottom: solid 1px black;
}

div.season img
{
	position: absolute;
	top: 13px;	
	height: 25px;
	right: 20px;
}

span.seasonName
{
	margin-left: 30px;
	font-family: Arial Black;
	font-size: 18px;
}

ul.feature
{
	list-style-type: square;
	font-weight: bold;
	color: #ff665a;
	margin-left: 30px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 15px;
}

ul.photo
{
	list-style-type:disc;
	font-weight: normal;
	color: #4682b4;
	margin-left: 15px;
	padding-left: 0px;
}

.feature a:link, .feature a:visited, .feature a:hover, .feature a:active
{
	color: #ffcc66;
	text-decoration: none;
}

.feature a:hover
{
	color: #ffcc66;
	text-decoration: underline;
}

.photo a:link, .photo a:visited, .photo a:hover, .photo a:active
{
	color: white;
	text-decoration: none;
}

.photo a:hover
{
	color: #ffffcc;
	text-decoration: underline;
}

