/* Core Styling */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
}

.contentlayer {
	padding: 0px;
	margin: 0px;
	margin-left: 120px;
	padding-left: 5px;
}

.menulayer {
	padding: 5px;
	margin: 0px;
	float: left;
}

p#footer {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #BEBEBE;
	padding: 4px;
	font-size: 0.7em;
	color: #666666;
}

/* Header */

.headbar {
	background-color: #CCE3EE;
	font-size: 2em;
	font-weight: bold;
	color: #3E5E71;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEBE;
}

.friendlyheader {
	display: none;
	font-size: 2em;
	font-weight: bold;
	color: #3E5E71;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #3E5E71;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #3E5E71;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3E5E71;
}

/* Tables */

table {
	padding: 3px;
	border: 1px solid #999999;
}
table.showinfo {
	font-size: 0.9em;
}

td#postercell {
	height: 150px;
}

td#firstperform {
	width: 200px;
}

td#firstperformdata {
	width: 150px;
}

th {
	background-color: #E0EAF3;
	text-align: left;
	padding: 3px;
}

th.showname {
	width: 400px;
}

th.showstart {
	width: 200px;
}

th.showtype {
	width: 100px;
}

th.actorname {
	width: 300px;
}

th.actorrole {
	width: 300px;
}

th.actorwhen {
	width: 150px;
}

th.tablemore {
	width: 100px;
}

th.actorperforming {
	width: 80px;
}

th.editoptions {
	width: 200px;
}

td {
	padding: 3px;
	text-align: left;
}

td.shade {
	background-color: #F4F4F4;
}

/* Hyperlinks */

a {
	color: #314D6F;
	text-decoration: underline;
}

a:hover {
	color: #466284;
}

/* Images */

img {
	border: none;
}

img.promoposter {
	border: 1px solid #333333;
}

img#posterimg {
	border: 3px solid #999999;
}

/* Text */

.texterror {
	font-size: 0.8em;
	color: #CC3300;
}

.textwarning {
	color: #CC3300;
	background-color: #FDF2EE;
	border: 1px solid #CC0000;
	padding: 5px;
}

.textinfo {
	color: #032958;
	background-color: #E2ECFE;
	border: 1px solid #CC0000;
	padding: 5px;
}

.textnote {
	font-size: 0.8em;
}

/* Classes for the funky timeline stuff */

.tlcontainer {
	position: relative;
	width: 95%;
	height: auto;
	padding: 0px;
	background-color: #FBFCFD;
	overflow-y: hidden;
	overflow-x: scroll;
	border: 2px solid #666666;
}

.tltable {
	height: 250px;
	padding: 0px;
	margin: 0px;
	border: none;
}

.tltable td {
	padding: 0px;
	margin: 0px;
	border: none;
}

.tlscr {
	position: relative;
	width: 95%;
	height: auto;
	padding: 0px;
	text-align: left;
	border: 2px solid #FFFFFF;
	display: none;
}

.tlscr#scrleft {
	text-align: left;
}

.tlscr#scrright {
	text-align: right;
}

/* Print control */

@media print {

	body {
		margin: auto;
	}
	
	.menulayer {
		display: none;
	}
	
	.contentlayer {
		padding: 5px;
		margin-left: 0px;
		display: inline;
	}

	.headbar {
		display: none;
	}
	
	.friendlyheader {
		display: inline;
	}

	td {
		border-top: 1px solid #000000;
	}

}