/**
 * Global Declarations
*********************************************************************************/
body
{
  margin: 0px;
  padding: 0px;
  background: #000;
  font: normal normal normal 10px/1em Arial, Helvetica, sans-serif;
  color: #fff;
}

object { outline: none; }

a
{
  color: #fff;
  text-decoration: underline;
}

a:hover
{
  color: #fff;
  text-decoration: none;
}

h1
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
}

p
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
}
/**
 * Error Page Layout
 *********************************************************************************/
#error_content_container
{
  background-color: #000;
}

#error_content img
{
	border: 0;
}

#error_content a 
{
	outline: none;
}

#error_content
{
	background-image: url("../../media/images/noflash/background.jpg");
	background-position: 0 -30;
	background-repeat: no-repeat;
	width: 850px;
  	height: 575px;
	margin: 0 auto;
}

#error_text
{
	text-align: right;
	width: 275px;
	margin-left: auto;
}

#error_text p
{
	text-align: right;
	margin-top: 75px;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
}

#error_text a
{
	color: #cc0033;
}	



/**
 * iDevice layout (top level shold be hidden -- to be overridden by idevice css files)
 *********************************************************************************/
#idevice_content {
  display: none;
  }
  
  
