/********************************\
|
|	Created by: James Gibson
|	Created on: 17 June 2006
|
\********************************/
*
{
	margin:0px;
	padding:0px;
}

/********************************\
|	GLOBAL STYLES
\********************************/
body
{
	background:url(../../images/bodyBackground.gif) repeat top center;
	font:.75em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}

h1
{
	font-size:1.5em;
	margin-bottom:15px;
}

h3
{
	font-size:1.2em;
	margin-bottom:10px;
}

h3
{
	font-size:1.1em;
	margin-bottom:10px;
}

p
{
	margin-bottom:10px;
}

#header h1
{
	font-size:2em;
	
}

/********************************\
|	MENU STYLES
\********************************/
.menuBorder 
{
	display:none;
	visibility:hidden;
}

#menu 
{
	display:none;
	visibility:hidden;
}

/********************************\
|	CONTENT STYLES
\********************************/
#rightContent
{
	display:none;
	visibility:hidden;
}

#contentBottom
{
	display:none;
	visibility:hidden;
}

/********************************\
|	FOOTER STYLES
\********************************/
#footer
{
	border-top:1px solid #000;
}

#designBy 
{
	display:none;
	visibility:hidden;
}

/********************************\
|	FORM STYLES
\********************************/
input, select, textarea
{
	font:1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	border:1px solid #000;
}

form p
{
	margin-bottom:10px;
}

form label
{
	display:block;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}

form .textInput
{
	width:430px;
}

form .fieldWithErrors .textInput
{
	background:#ffd5df;
}

form .submit
{
	text-align:right;
}

form.remainingText
{
	display:block;
}

/********************************\
|	RECORDING STYLES
\********************************/
#recordingImage
{
	float:left;
	width:250px;
	background:url(../../images/stripedBackground.gif) repeat top left;
}

#magGlass
{
	display:none;
	visibility:hidden;
}

#recordingImage p
{
	display:none;
	visibility:hidden;
}

#recordingTracks
{
	float:right;
	width: 300px;
}

#recordingTracks ol li
{
	margin-left:21px;
}

#recordingDescription
{
	clear:both;
	padding:20px 0px 0px 0px;
}



/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

