html, body {
	background-color: #000000;
	background-image: URL("/images/curtains.jpg");
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 0px;
	margin-left: 0px;
	height: 100%;
}

div.mainWindow{
	width: 900px;
	height: 100%;
	margin: 0 auto;
/*	background-color: #ffffff; */
	position: static;
}

div.banner{
	height: 60px;
/*	background-image: URL("/images/gradient.gif");*/
}

div.logo{
	height: 60px;
}

div.nextShow{
	text-align: center;
	position: absolute;
	height: 85px;
	top:-40px;
	z-index: 1;
	right: -40px;
	border: 1px solid black;
	background-color: #ffcccc;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}
div.nextShowContent{
	width: 200px;
}

div#superContent{
	position: relative;
	background: #ffffff;
	color: #000000;
	width: 900px;
	padding: 0px;
	height: auto;
}

div#navigation{
	left: 0px;
	top: 0px;
	width: 150px;
	background: #994444;
	padding: 4px;
	height: auto;
	position: absolute;
	text-align: center;
	font-size: 12pt;
	border: 1px solid black;
}

div#navigation a {
	color: #ffffff;
	text-decoration: none;
}

div#navigation a:hover {
	color: #ff0000;
	text-decoration: none;
}
div#story{
	background: #ffffff;
	right: 0px;
	top:0px;
	color: #000000;
	width: 720px;
	padding: 4px;
	height: auto;
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid black;
}

div#story a:hover {
	color: #ff0000;
	text-decoration: underline;
}
div#story a {
	color: #ff0000;
	text-decoration: none;
}
div.newsItem{
	border-bottom: 3px solid #994444;
}
div.title{
	float: left;
	position: relative;
	font-size: 16px;
	font-weight: bold;
}
div.storyHeader{
	padding-right: 10px;
}
div.bylinePicture{
	float: right;
	width: 60px;
}
span.byline{
	font-size:8pt;
	text-align: center;
}
div.storyContent{
}
h2, h3{
	margin-top: .3em;
	margin-bottom: .3em;
}

h2 {
	color: #AD0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;	
}

h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

td.otherMonth{
	vertical-align: top;
	width: 50px;
	height: 50px;
	font-size: 8pt;
	border: 1px solid black;
	background-color: white;
	color: #888888;
}

td.day{
		vertical-align: top;
	width: 50px;
	background-color: #ffffff;
	height: 50px;
	font-size: 8pt;
	color: black;
	border: 1px solid black;
}
td.showdate{
	vertical-align: top;
	width: 50px;
	background-color: #ffcccc;
	height: 50px;
	font-size: 8pt;
	border: 1px solid black;
	color: black;
	background-image: url("../images/clownhead.png");
	background-repeat: no-repeat;
}
td.weekend{
	vertical-align: top;
	width: 50px;
	background-color: #8F98FF;
	height: 50px;
	font-size: 8pt;
	border: 1px solid black;
	color: black;
}
table.calendar {
	border: 1px solid black;
	width:366px;
	height: 300px;
}
.dayName th {
	background-color:#303030;
	color:white;
	font-size:0.7em;
	padding-bottom:0.3em;
	padding-top:0.6em;
}
.monthName th {
	 font-weight:normal;
	 padding-bottom:0.7em;
	 padding-top:1em;
	 text-align:right;
	 color: black;
}
td#dayDetails {
	width: 260px;
	vertical-align: top;
	border: none; 
	overflow: auto;
	height: 300px;
	position: absolute;
}

td.castmembers {
	vertical-align: top;
	height: 300px;
	background-color: #dddddd;
}

td.memberprofile {
	vertical-align: top;
	font-size: 10pt;
}

div.videoframe{
	float: left;
	top: 0px;
	left: 200px;
	height: 100%;
	width: 500px;
	padding-left: 15px;
	padding-top: 15px;
}

div.videomenu{
	float: left;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 180px;
	overflow-y: scroll;
	border-bottom: 1px solid #993333;
	border-right: 1px solid #993333;
}
div.comment{
	border: 1px solid black;
	padding: 2px;
	margin: 2px;
	width: 80%;
	background-color: #ffcccc;
}
div.commentform{
	border: 1px solid black;
	padding: 2px;
	margin: 2px;
	width: 80%;
	background-color: #ffcccc;
}
table.commentForm{
	font-size: inherit;
}

div.editingControls {
	float: right;
}

td.fieldLabel {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

div#container {
	background-image: none;
	background: none;
}
/*
div#captcha_mask {
	overflow: hidden; 
	display: none; 
	position: absolute;
 	z-index: 9000; 
	left: 0; 
	top: 0;
 	background-color: silver;
}

div#captcha_dlg {
	display: none;
 	margin-top: 100px; 
	margin-left: auto;
 	margin-right: auto;
 	width: 320px;
 	height: auto;
 	padding: 5px;
 	font-weight: bold;
 	background-color: #B8D1F5;
 	border: 1px #6593CF solid;
}*/
