/* BASE CSS */

body {
	text-align: center;
	background: #222222;
	margin: 0 0;
	padding: 0 0;
	color: #666666;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	text-align: center;	
}
#header {
	background: #ffffff;
	display: block;
	/*min-height: 110px;*/
	margin: 0 0;
	padding: 0 0;
	border: none;
}
.noprint {
	display: block;
}
#maincontent {
	display: block;
	background: #ffffff;
	width: 950px;
	margin: 14px auto;
	text-align: left;
}
#footer {
	text-align: center;
	width: 950px;
	margin: 0 auto;
}
#footer p {
	font-size: 0.8em;
	color: #ffffff;
	margin: 0 0;
	padding: 0 0;
	margin-bottom: 10px;
}
#footer a, #footer a:link, #footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}
#footer a:hover {
	text-decoration: underline;
}
.footleft {
	float: left;
}
.footright {
	float: right;
	text-align: right;
}
img.footerimg {
	padding-top: 3px;
}

/**** MAIN MENU NAVIGATION ************************/
#mainmenu {
	background: url(img/menu_bar_bg.jpg) top left no-repeat;
	width: 950px;
	height: 29px;
	margin-bottom: 0;
}
#mainmenu ul {
	display: inline;
}
#mainmenu ul li {
	display: inline;
	padding-left: 1.5em;
	font-size: 1em;
}
#mainmenu ul li a, #mainmenu ul li a:visited {
	text-decoration:none;
	border-bottom: none;
	color: #ffffff;
}
#mainmenu ul li a:hover, #mainmenu ul li.first a:hover {
	text-decoration:underline;
	border-bottom: none;
	color: #bcbcbc;
}
#mainmenu ul li a.selected {
	text-decoration:underline;
	border-bottom: none;
	color: #ffffff;
	/*font-weight: bold;*/
	
}

/*********************************************/

/**************** MAIN CONTENT *************************/
#bodycontainer {
	width: 950px;
	background: #ffffff url(img/bg_rpt.gif) top left repeat-y;
	margin: 0 0;
}
#mainbody {
	padding: 1.5em 0 5em 3.6em;
}

/*---------------------STANDARD FORMATTING -------------------------------*/
p {
	font-size: 0.9em;
	color: #666666;
	margin: 0.4em 10px;
}
ul {
	font-size: 0.9em;
	/*color: #666666;*/
	list-style: square;
}
ol {
	font-size: 0.9em;
	/*color: #666666;*/
}
li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
a, a:link {
	text-decoration: none;
	color: #8e0000;
	border-bottom: 1px solid #8e0000;
}
a:hover, a:active {
	text-decoration: none;
	color: #8e0000;
	border-bottom: 1px dotted #8e0000;
}
a:visited {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #000000;
}
h1 {
	font-size: 1.5em;
	color: #8e0000;
	font-weight: bold;
	padding: 0 10px;
	margin: 0.3em 0 0.4em 0;
}
h1.grey {
	color: #666666;
}
h2 {
	font-size: 1.3em;
	color: #8e0000;
	font-weight: normal;
	padding: 0 10px;
	margin: 0.8em 0 0.4em 0;
}

h3 {
	font-size: 1em;
	color: #333333;
	font-weight: bold;
	padding: 0 10px;
	margin: 1.2em 0 0.4em 0;
}
img {
	border: none;
}
img.border {
	border: 1px solid #d5d5d5;
}

.rightFloat {
	float: right;
	margin: 10px;
	margin-top: 0;
	/*clear: right;*/
}

p.error {
	color: #990000;
	font-weight: bold;
}
p.message {
	color: #33FF00;
}

.downloadpanel {
	margin: 10px 10px;
	padding: 5px 5px;
	/*border: 1px solid #029274;*/
	/*background: #D8E5D9;*/
	/*width: 454px;*/
}
.downloadpanel h3 {
	display: inline;
	color: 000000;
}
.downloadpanel h3, .downloadpanel h3 a, .downloadpanel h3 a:link, {
	color: 000000;
}

.row1 {
	background: #ffffff;
	color: #333333;
	vertical-align: top;
}
.rowselected {
	background: #F0F8F5;
	color: #333333;
	vertical-align: top;
}
/***************************STANDARD FORMS **********************************/

form.standard input, form.standard textarea, form.standard select, form.standard option {
	color: #666666;
	background-color: #eeeeee;
	border: 1px solid #d5d5d5;
	width: 30em;
}
form .small input, form .small select,  form .small option {
	width: 14em;
}
.standard textarea, .small textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
form.standard .{
	width: 4em;
	margin: 0 0 0 0;
}
form.standard .radio {
	margin: 0 0 0 0;
	width: 2em;
}
form.standard label {
	font-weight: bold;
	color: #666666;
	font-size: 95%;
}
/* Standard tables ---------------------------------------------- */
table.standard {
	border: solid 1px #d5d5d5;
	background: #ffffff;
	padding: 0 0;
	width: 98%;
	margin-left: 10px;
	border-collapse: collapse;
	margin-bottom: 5px;
	font-size: 0.85em;
}
table .small {
	width: 15em;
}
table.standard th {
	font-weight: bold;
	color: #000000;
	background: #d5d5d5;
	padding: 5px 5px;
}
table.standard tr {
	background: #ffffff;
	font-weight: normal;
	color: #666666;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_alt {
	background: #efefef;
	font-weight: normal;
	color: #666666;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_selected {
	background: #b20000;
	font-weight: normal;
	color: #ffffff;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard td.loctable {
	border-bottom: 1px solid #bbbbbb;
}
table.standard td {
	margin: 0 0;
	padding: 2px 5px;
}
table.standard td.datecol {
	width: 100px;
}
table.standard td.nowrap {
	white-space: nowrap;
}
table.standard td.label {
	font-weight: bold;
	text-align: right;
	width: 30%;
}

table.standard tr a, table.standard tr.row_alt a, table.standard tr.row_selected a {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
}
table.standard tr.row_selected a:hover, table.standard tr a:hover, table.standard tr.row_selected a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

table.cast {
	width: 50%;
	background: none;
}
td.cast {
	width: 20em;
}
td.camera {
	width: 27px;
}
td.year {
	width: 5em;
}


p.buttoncontainer {
	margin: 1.2em 0 1.2em 10px;
}

.button {
	margin: 0.5em 0.5em 0.5em 0;
	padding: 0.3em 0.5em 0.3em 0.5em;
	color: #666666;
	background: url(/img/btn.jpg) repeat-x #d5d5d5;
	width: 10em;
	height: 21px;
	text-align: center;
}
.green {
	background: url(/img/btn_green.jpg) repeat-x #d5d5d5;
	color: #ffffff;
}
.down {
	background: url(/img/btn_green.jpg) repeat-x #d5d5d5;
	color: #ffffff;
}
.downred {
	background: url(/img/btn_red.jpg) repeat-x #d5d5d5;
	color: #ffffff;
}
.button a, .button a:link, .button a:hover, .button a:active, .button a:visited {
	border-bottom:none;
	text-decoration:none;
}
.imglink {
	border-bottom: none;
}
a.nohighlight, a.nohighlight img {
	text-decoration: none;
	border: none;
}
.reserve_tickets {
	border: #8e0000 1px solid;
	background: #ececec;
	width: 30em;
	margin: 30px 10px 10px 10px;
	padding: 2px;
	height: 64px;
}
.clothing {
	/*border: 1px #8e0000 solid;*/
	background: #f4e9f4 url(/img/small_panel_bg.jpg) repeat-x top left;
	width: 375px;
	float: right;
	/*margin: 30px 10px 10px 10px;*/
	padding: 2px;
}
.clothingcontainer {
	border: 1px #8e0000 solid;
	width: 379px;
	float: right;
	margin: 0 10px 10px 10px;
}
.star {
	background: url(/img/star_med.gif) no-repeat top left;
	width: 100px;
	height: 110px;
	margin: 0;
	padding: 25px;
	padding-top: 35px;
	float: left;
}
.star p {
	text-align: center;
	font-size: 0.9em;
	color: #000;
	width: 100px;
}
.stop_press {
	margin-left: 155px;
}

/*------------------------------ CAST LISTING --------------------------------------*/
div.wholist {
	width: 260px;
	float: left;
}
div.whodetail {
	float: left;
	width: 220px;
	margin-top: 10px;
	border: solid 1px #8e0000;
	padding: 10px;
}
div#dick, div#fitzwarren, div#alice, div#sarah, div#jack, div#captain, div#mate, div#sultan, div#fairy, div#rat, div#tommy, div#tuffazell, div#avocado, div#werafez, div#elmacho, div#sam, div#woman {
	display: none;
}
.wholink a, .wholink a:link, .wholink a:active, .wholink a:visited {
	border-bottom:none;
	text-decoration:none;
	background: none;
}
.wholink a:hover {
	background: #8e0000;
	color: #fff;
}

.homepage_panels_row {
	display: block;
	clear: both;
}

.homepage_panel {
	width: 285px;
	float: left;
	height: 330px;
	margin: 5px 15px 0 0;
	background: #f4f4f4;
}

.homepage_panelwide {
	width: 435px;
	float: left;
	height: 330px;
	margin: 5px 15px 0 0;
	background: #f4f4f4;
}

.homepage_panel .last, .homepage_panel_footer .last, .homepage_panelwide .last, .homepage_panelwide_footer .last {
	margin-right: 0;
}

.homepage_panel_header {
	background: #880000;
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:left;
	padding-top: 0.1em;
	padding-bottom: 3px;
}

.homepage_panel_footer {
	width: 265px;
	float: left;
	height: 30px;
	margin: 0 15px 10px 0;
	background: #f4f4f4;
	border: none;
	border-top: #880000 1px solid;
	padding: 10px;
}
.homepage_panelwide_footer {
	width: 415px;
	float: left;
	height: 30px;
	margin: 0 15px 10px 0;
	background: #f4f4f4;
	border: none;
	border-top: #880000 1px solid;
	padding: 10px;
}

.homepage_panel_header h2 {
	color: #ffffff;
	font-size: 1.3em;
}