/* Common to all skins */
@import url("common.css");

/* put one-off edits in this one */
@import url("custom.css");

.playerBody h1
{
	color: White;
	
}

.playerBody h2
{
	color: #2e5a7d;	
}


.playerBody #footer
{
	display: none;
}

.playerBody #extra1  
{
	background:url("grfx/footer-implex.png") repeat scroll 0 0 transparent;
	bottom:18px;
	height:16px;
	position:absolute;
	right:18px;
	width:213px;
}



/* BEGIN: PREFLIGHT styles 
.bodyPreflight {
	font-family: Arial;
	background-color: #86999F;
}
.bodyPreflight h1 {
	font-family: Arial Narrow, Arial;
	font-weight: normal;
	font-size: 32px;
	margin-bottom: 0px;
}

.bodyPreflight h2 
{
	color: Black;
}

.bodyPreflight h4
{
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 14px;
	color: #FE0002;
}


#preflightDuration {
	font-weight: bold;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:5px;
}

#runTime {
	color: #50A5BC;
	padding-right:5px;
}

#preflightSpeedDescription {
	font-size: 10px;
	font-style: italic;
	color: Black;
	padding: 1px;
}
#preflightSpeedDescription a {
	color: Black;
}

#preflightHelp {
	height: 80px;
	vertical-align: top;
}

*/

/* END: PREFLIGHT styles */




