/*The Audition Room CSS Style Sheet - Leon Fryer*/

body {
	background:black;
	color:white;
	font-family:arial;
	font-size:12px;
}

/*Page Contents*/
.outer {
	margin-right:auto;
	margin-left:auto;
	width: 800px;
	height: 500px;
	z-index:2
}

.outer_pages {
	margin-right:auto;
	margin-left:auto;
	width: 800px;
	height: 100%;
	z-index:2
}

/*Body Contents*/
#body {
	background-color:#220000; 
	border-left: 1px solid #660000; 
	border-right: 1px solid #660000; 
	border-top: 1px solid #660000; 
	border-bottom: 1px solid #660000; 
	width: 800px;
	height: 418px;
	z-index:3
}

#body_pages {
	background-color:#220000; 
	border-left: 1px solid #660000; 
	border-right: 1px solid #660000; 
	border-top: 1px solid #660000; 
	border-bottom: 1px solid #660000; 
	width: 800px;
	height: 100%;
	z-index:3
}

#menu1 {
	color: #660000;
	width: 120px;
	height: 160px;
	float:left;
	margin-left: 10px;
	border-right: 1px solid #660000;
	align: left;
	z-index:1
}

.middletable {
	background-color:#220000; 
	border-right: 1px solid #660000; 
	border-left: 1px solid #660000; 
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
}

.bottomtable {
	background-color:#220000; 
	border-top: 1px solid #660000;
}

#centre {
	color: #660000;
	background-color:#FFFFFF;
	width: 600px;
	height: 380px;
	margin-left: 200px;
	border-right: 1px solid #660000;
	align: left;
	z-index:1
}

/*format for page links*/	
a:link {color:#990000; font-family:"Arial"; font-size:16px; text-decoration:none;}
a:visited {color:#990000; font-family:"Arial"; font-size:16px; text-decoration:none;}
a:hover {color:#660000; font-family:"Arial"; font-size:16px; text-decoration:none; ; cursor:crosshair;}

/*page title contained in the heading bar*/
.page_title {
	position:relative;top:-2px;left:10px;
	color:white; 
	font-family:"OCR A Extended";
	font-size:21px;
}

/*large page sub heading*/
.sub_heading {
	color:white; 
	font-family:"OCR A Extended";
	font-size:18px;
	font-weight:bold;
}

/*smaller page sub headings*/
h2 {
	color:white; 
	font-family:"OCR A Extended";
	font-size:14px;
	font-weight:bold;
}

/*smaller page sub headings - online demo page*/
h3 {
	color:white; 
	font-family:"OCR A Extended";
	font-size:12px;
	font-weight:bold;
}



/*embedded OCR Font*/
@font-face {
    font-family:"OCR A Extended";
    font-style:normal;
    font-weight:normal;
    src: url(OCRAEXT0.eot);
}

/*font for information contained in the page*/
.infofont {
	font-family: "Verdana", "Helvetica", "sans-serif";
	font-size: 12px;
}

/*scrolling information on top part of page*/
#top_info_scroll {
	font-family: "arial";
	font-size:12px;
	padding:1px;
	width: 380px;
	height: 210px;
	overflow: auto;
	z-index:2
}

#top_info_facilities {
	font-family: "arial";
	font-size:12px;
	padding:1px;
	width: 380px;
	height: 210px;
	overflow: hidden;
	z-index:2
}

/*left hand navigation*/
.navigation1 {position:relative;top:15px;left:10px;}

.navigation1 a {display:block;}

.navigation1 a:hover.current {background:transparent;}

/*top alignment for cells*/
.top {valign:top}

/*border above table*/


/*border below table*/
#table_border2 {
	margin-right:auto;
	margin-left:auto;
	width: 800px;
	height: 210px;
	z-index:1
}


/*scrolling information on lower part of page*/
.info_scroll {
	font-family: "arial";
	font-size:12px;
	padding:5px;
	width: 550px;
	height: 170px;
	overflow: auto;
	z-index:2
}

/*scrolling information on lower part of page for online casting page*/
.info_scroll_online {
	font-family: "arial";
	font-size:12px;
	padding:5px;
	width: 570px;
	height: 200px;
	overflow: auto;
	z-index:2
}

.online_frame_info {
	font-family: "arial";
	font-size:12px;
	padding:5px;
	width: 550px;
	height: 150px;
	overflow:auto;
	z-index:2
}

/*page footer bar which sits behind page footer information*/
#page_footer {
	border-left: 1px solid #666666; 
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-right:auto;
	margin-left:auto;
	background-color:#660000; 
	width: 798px;
	height: 45px;
	z-index:2
}

/*page footer information contained in page footer bar*/
.page_footer_info {
	color:white; 
	font-family:arial;
	font-size:10px;
}

/*actors name and date in online casting demo*/
.online_demo_info {
	margin-right:auto;
	margin-left:auto;
	width: 800px;
	height: 40px;
	z-index:2
}

