﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: white;
}
.layout
{
	position: absolute;
	display:block;
}
#container
{
	top: 0px;
	left: 0px;
	width:744px;
	height: 436px;
	background-image:url('Images/common.gif');
	background-repeat: no-repeat;
}
.AuditionTitle
{
	font-size: 20px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content
{
	top:95px;
	left: 65px;
}
#navmapholder
{
	position:absolute;
	top:0px;
	left:0px;
}
#logintext
{
	top: 10px;
	left: 45px;
	width:255px;
}
.bodytext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: white;
}
A.goldlinker
{
	color: #D3A955;
	text-decoration: none;
}
A.goldlinker:hover
{
	color: #D3A955;
	text-decoration: underline;
}
A.goldlinker:active
{
	color: #D3A955;
	text-decoration: none;
}
A.goldlinker:visited
{
	color: #D3A955;
	text-decoration: none;
}
#flashholder
{
	width:255px;
	margin-top: 10px;
}
#logincontrols
{
	top:10px;
	left:450px;
	width:210px
}
.layouttable
{
	border: 0px black none;
}
#controlsholder
{
	width:210px;
}
td
{
	padding: 1px;
}
.TxtInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	width: 140px;
}
.WarningText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D3A955;
}
#left
{
	left:10px;
	top: 25px;
	width:340px;
	text-align: left;
}
#right
{
	left: 370px;
	top:30px;
	width:309px;
}
.InstructionsPanel
{
	width: 295px;
	display: block;
	overflow:hidden;
	padding-right: 5px;
	margin-top: 10px;
}
.VideoPanel
{
	position: absolute;
	z-index: 100;
	top: -9px;
	left: 0px;
	width: 290px;
	height: 320px;
	display:block;
	overflow:hidden;
	/*background-color: Yellow;*/
	background-image:url('Images/playbackground.gif');
	background-repeat:no-repeat;
}

A.whitelinker
{
	color: #FFFFFF;
	text-decoration: none;
}
A.whitelinker:hover
{
	color: #D3A955;
	text-decoration: none;
}
A.whitelinker:active
{
	color: #FFFFFF;
	text-decoration: none;
}
A.whitelinker:visited
{
	color: #FFFFFF;
	text-decoration: none;
}