/* @override http://www.imagotheatre.com/imago.css */

body {
	background: #000000;
	font-family: verdana, arial, sans;
	font-size: 13px;
	color: white;
}
p{
	text-indent: 15px;
}

h1 {
	font-family: verdana, arial, sans;
	font-size: 28px;
	line-height: 26px;
	color: white;	
}

h2 {
	font-family: verdana, arial, sans;
	font-size: 20px;
	line-height: 18px;
	color: white;
}

h3 {
	font-family: verdana, arial, sans;
	font-size: 16px;
	line-height: 14px;
	color: white;
}

h4 {
	font-family: verdana, arial, sans;
	font-size: 14px;
	line-height: 12px;
	color: white;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h5 {
	font-family: verdana, arial, sans;
	font-size: 12px;
	line-height: 10px;
	color: white;
}

a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #99f;
	font-weight: bold;
	border-bottom: 1px dashed #FFFFFF;
}

ol {
	list-style-position: outside;
	list-style-type: decimal;
}


a:active {
	color: #ccf;
	font-weight: bold;
	border-bottom: 1px dotted #FFFFFF;
}

ol li {
	color: white;
	text-decoration: none;
	display: list-item;
	margin-bottom: 10px;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
}

a.season {
	position: relative;
	float: right;
	width: 72px;
	height: 72px;
	border: 2px solid black;
	margin: 0px 15px 0px 0px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}

a:hover.season {
	border: 2px solid #FFFFFF;
}

a:active.season {
	border: 2px dotted #FFFFFF;
}

.float {
	float: right;
	padding: 10px;
}

.float-left {
	float: left;
	padding: 10px;
}

#navigation {
	position: absolute;
	float: right;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 230px;
	background: #000000;
	padding: 5px;
	text-align: left;
	text-color: #232020;
	line-height: 18px;
}

#main {
	position: absolute;
	float: left;
	z-index: 0;
	top: 135px;
	bottom: 0px;
	left: 230px;
	right: 10px;
	background: #000000;
	/* background-image: url(frog.gif);
	background-repeat: no-repeat;
	background-position: bottom right; */
	padding-left: 10px;
	padding-right: 10px;
	width: 800px;
}

#seasondiv {
	position: absolute;
	z-index: +1;
	top: 10px;
	left: 230px;
	right: 10px;
	height: 105px;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	text-align: right;
}

ul.subnav{
	list-style-type: none;
	color: 8D898A;
	font-size: 14pt;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
	padding-top: 15px;
}
ul.subnav li{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
ul.subnav li.active{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #8D898A;
	border-left: 1px solid #8D898A;
	border-top: 1px solid #8D898A;
}
.container{
	background-color: #555;
	border-style: dotted;
	border-color: white;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
}
.showtitle{
	font-style: italic;
}
//Calendar Styles Below
table.calendar{
	border: 1px solid #000000;
	background-color: white;
	color: black;
	border-collapse: collapse;
	padding: 20px;
}
table.calendar td{
	width: 50px;
	border: 1px solid black;
	text-align: center;
}
table.calendar td.blue{
	width: 35px;
	background-color: #5ac5c2;
	color: white;
	text-align: center;
}
table.calendar td.show{
	width: 50px;
	background-color: #C0C0C0;
	color: black;
	text-align: center;
}
table.calendar td.month{
	font-weight: bold;
}
#calendarcontainer{

}
font.pricea{
	color: #5ac5c2;
	font-weight: bold;
}
font.priceb{
	color: #f7ee24;
	font-weight: bold;
}
table.innercalendar{
	color: black;
	border: none;
	border-collapse: collapse;
}
table.innercalendar td{
	border: none;
}
table.innercalendar td.time{
	font-size: 7pt;
	border: none;
	color: black;
}