/* Page Setup */

body{
    font-family:Tahoma;
	font-size: 12px;
	margin:50px 0px; padding:0px;
	text-align:center;
}

h1{
	border:0px;
	color: rgb(102,102,102);
	font-family: "Century Gothic";
	font-size: 40px;
	margin: 0 0 0 10px;
	padding: 0px;
}

h2{
	border:0px;
	color: rgb(0,102,255);
	font-family: "Century Gothic";
	font-size: 14px;
	margin: -6px 0 0 15px;
	padding: 0px;
}

h3{
	border:0px;
	color: rgb(102,102,102);
	font-family: "Century Gothic";
	font-size: 14px;
	margin: 6px 0 0 15px;
	padding: 0px;
}

/* PLayouts */

#page{
	height:auto;
	margin:0px auto;
	text-align:left;
	width:800px;
}	

#layoutheader{
	height: 60px;
	left: 0px; 
	padding: 0px;
	position: relative;
	top: 0px; 
	width: 800px;
}

#layoutimage1{
	background-image: url(Images/Pres/Header.gif);
	height: 60px;
	left: 350px;
	position: absolute;
	top: 0px;
	width: 30px;
}

#layoutimage2{
	height: 80px;
	left: 730px;
	position: absolute;
	top:1px;
	width: 91px;
}

#layoutheadertop{
	background-color: rgb(222,234,254);
	height: 52px;
	left: 380px;
	position: absolute;
	top: 0px;
	width: 420px;
}

#layoutheaderbottom{
	background-color: rgb(0,102,255);
	height: 8px;
	left: 380px;
	position: absolute;
	top: 52px;
	width: 420px;
}

#layoutmainmenu{
	background-color: rgb(136, 192, 255);
	height: 25px;
	left: 0px;
	position: absolute;
	top: 60px;
	width:800px;
}

#layoutsidemenu{
	background: rgb(136, 192, 255) url(Images/Pres/MenuCorner.gif) right top no-repeat;
	height: 515px;
	left: 0px;
	position: relative;
	top: 30px;
	width: 200px;
}

#layoutsidemenu h1{
	border:0px;
	color: rgb(102,102,102);
	font-family: "Century Gothic";
	font-size: 14px;
	margin: 5px 0 5px 10px;
	padding: 0px;
}

#copyright{
	left: 0px;
	position: absolute;
	top: 450px;
	width:200px;
}

#copyright p{
	border:0px;
	color: rgb(102,102,102);
	font-family: "Century Gothic";
	font-size: 10px;
	margin: 5px 10px 5px 10px;
	padding: 5px;
}

/* Main Menu Tabs Setup */

#mainmenu{
	border: 0px;
	list-style: none;	
	margin:0px;
	padding: 3px 0 0 200px;
	
}

#mainmenu li{
	background: url(Images/Pres/LeftStandard.gif) no-repeat top left;
	float:left;
	margin-top: -1px;
	padding: 0px;
}

#mainmenu a{
	background: url(Images/Pres/RightStandard.gif) no-repeat top right;
	color: rgb(0,0,0);
	display: block;
	float: left;
	margin: 0 2px 0px 0;
	margin-left: 6px;
	padding: 6px 8px 3px 0px;
	text-decoration: none;
}

#mainmenu li.selected{
	background: url(Images/Pres/LeftSelected.gif) no-repeat top left;
}

#mainmenu .selected a{
	background: url(Images/Pres/RightSelected.gif) no-repeat top right;
}



/* Sub Menu Setup */

#submenu{
	border: 0px;	
	margin:0px;
	padding:3px 10px 3px 10px;
}

#submenu a{
	background-color: rgb(222,234,254);
	color: #000;
	display:block;
	padding: 4px 2px 4px 10px;
	text-decoration: none;
}

#submenu a.selected{
	color: #000;
	background: rgb(255,255,255);
	padding: 4px 2px 4px 10px;
	text-decoration: none;
}

#submenu ul{
	margin: 0;
	padding: 0;
}

#submenu li{
	color: rgb(102,102,102);
	list-style: none;
	margin: 2px;
	padding: 0px 5px 0px 0px;
}

/* Content Layout and Formatting */

#layoutcontent{
	height: 510px;
	left: 210px;
	position: relative;
	top: -480px;
	width: 590px;
}

#layoutcontent h1{
	font-size: 20px;
	padding-top: 5px;
}

#layoutcontent h2{
	font-size: 16px;
	padding-left: 0px;
	padding-top: 5px;
}

#layoutcontent p{
	padding-left: 20px;
}

/* Advert Formatting */

a.Advert{
	border:0px;
	border-width:0px;
}

a.Advert img{
	margin:10px;
	margin-left:25px;
	border:0px;
}

/* Image Formatting */

img.leftimage{
	padding-top:5px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	float: left;
}

img.rightimage{
	padding-top:5px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	float: right;
}

/* Table Formattings */

table{
	position: relative;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color:#000000;
}

table th{
	border-color: #000;
    border-width: 1px;
    border-style: solid;
	font-size: 14px;
	color: rgb(0,102,255);
    margin: 0px;
    padding: 4px;
    background-color: #FFF;
}

table tr{
	border-color: #000;
    border-width:4px;
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
	
}

table td{
	border-color: #000;
    border-width: 1px;
    border-style: solid;
    margin: 0px;
    padding: 4px;
    background-color: #FFF;
	vertical-align:text-top;
}

/* Production Tables Formatting */

table.productiontable{
	position: relative;
	width:450px;
	padding:0px;
	left:75px;
}

table.castcrew{
	position: relative;
	width:350px;
	padding:0px;
	margin-top: 10px;
	left:30px;
}
table.castcrew th{
	width:50%;
}

table.playdetails{
	position: relative;
	width:350px;
	padding:0px;
	margin-top: 10px;
	left:30px;
}

table.playdetails th{
	width:50%;
}

/* Photo Tables Formatting */

table.phototable{
	position: relative;
	width:500px;
	left: 50px;
	border-color: rgb(0,0,0);
	border-width: 0px;
	background-color: rgb(136, 192, 255);
}

table.phototable tr{
	border-width: 0px;
	background-color: rgb(136, 192, 255);
}

table.phototable td{
	border-width: 0px;
	vertical-align: middle;
	text-align:center;
	background-color: rgb(136, 192, 255);
}

table.phototable td.photonavigation a{
	font-family: "Century Gothic";
	font-size: 50px;
	font-weight: bold;
	color: rgb(102,102,102);
	display: block;
	text-decoration: none;
}

table.admintable{
	border:1;
	margin:0 0 20px 0;
	padding:0;
	position:relative;
	left:20px;
	top:10px;
}

table.admintable th.production{
	width:250px;
}

table.admintable th.longdate{
	width:200px;
}

table.admintable th.position{
	width:150px;
}

table.admintable th.name{
	width:150px;
}

table.admintable th.titlelink{
	width:200px
}

table.admintable th.url{
	width:250px
}

table.admintable img{
	border:0;
	margin:0;
	padding:0;
}

form.adminform{
	border:0;
	margin:0 0 0 20px;
	padding:0;
}

form.adminform input#submit{
	margin:0;
	padding:0;
	position:relative;
	left:475px;
}

form.adminform input.hidden{
	border:0;
	margin:0;
	padding:0;
	width:0;
	height:0;
	float:left;
}

fieldset.longform{
	width:430px;
	height:40px;
	position:relative;
	left:20px;
	top:-10px;
	padding-left:20px;	
}

fieldset.longform legend{
	border:0px;
	color: rgb(0,102,255);
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight:bold;
	margin: -6px 0 0 -10px;
	padding: 0px;
}

fieldset.longform form.adminform dl{
	list-style: none;	
	margin:0px;
}

fieldset.longform form.adminform dl dt{
	float:left;
	padding:0;
	margin:5px 20px 0 0;
	border:0;
}

fieldset.longform form.adminform dl dd{
	float:left;
	padding:0;
	margin:3px 20px 0 0;
	border:0;
}

fieldset.longform form.adminform input#submit{
	position:relative;
	left:0px;
	top:2px;
}

hr{
	background-color: rgb(0,102,255);
	margin: 10px 0px 5px 0px;
}

img.bigphoto {
	padding:10px;
	border-color: rgb(0,102,255);
	border-width: 2px;
	border-style: solid;
	background-color: rgb(222,234,254);
}

tr.littlephoto {
	background-color: rgb(222,234,254);
	padding:10px;
	border:10px;
	margin:10px;
}

td.littlephoto {
	background-color: rgb(222,234,254);
	padding:10px;
	border:10px;
	margin:10px;
}

img.littlephoto{
	padding:5px;
	border-color: rgb(0,102,255);
	border-width: 2px;
	background-color: rgb(222,234,254);
	border-style: solid;
}

/* Form Formatting */

form{
	padding:5px 5px 5px 20px;
}

input, textarea, select {
	font-family:Tahoma;
	font-size: 12px;
}

form dt{
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: rgb(102,102,102);
	margin: 6px 0 0 15px;
	padding: 0px;
	border:0px;
}


form dd{
	padding: 0px 0px 0px 120px;
	margin: -15px 0 0 0px;
}

form input #submit{
	left:300px;
}
