/* CSS Document */
body
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 73%;
	margin: 0;
	padding: 0;
	color: #333;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: #ffffff;
}
table
{
	font-size: 1em;
}
table caption
{
	margin: 0.1em 0 0 0;
	font-size: 1.2em;
}
a
{
	color: #c00307;
	/*text-decoration:none;*/
}
a:hover{text-decoration:underline}
table caption
{
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
}
img
{
	border: 0;
}
#head,
#main,
#foot {
	margin: 1em auto;
	text-align: center;	
	width: 84.5em;
}
#Head1_logo_hyperSponsor {
	background: url(/Resources/images/toc/logo_virgin.gif);
	display: block;
	height: 58px;
	margin: 1em auto;
	width: 161px;
}
#Head1_logo_imgPlaceholder {
	display: none;
}
#head h1
{
	margin: 0 0 0 2px;
	padding: 0;
	float: left;
}
#head div
{
	text-align: right;
}
#head div ul
{
	margin: 0px 0 1em 0;
	float: right;
}
#head div ul li
{
	float: left;
	list-style: none;
	margin: 0px 10px 0 0;
	border-right: 1px solid #000066;
	padding: 0 10px 0 0;
}
#head div ul li.last
{
	border: 0;
	padding: 0;
}
#head div ul li a
{
}
/********************Head (Navigation)************************************/
#head #nav
{
	margin: 0;
	height: 25px;
	clear: both;
	font-weight: bold;
	width:81.6em;
	
}

#head #nav ul
{	
	padding: 4px 0 0 15px;
	
	float: left;
	margin: 0;
	height: 2.2em;
	
}
#head #nav ul li
{
	float: left;
	list-style: none;
	margin: 0px 10px 0 0;
	border-right: 1px solid #000;
	padding: 0 10px 0 0;
	
}
/*#head #nav ul li.log_out{border: 0;}*/
#head #nav ul li.register{border: 0;}
#head #nav ul li a
{
	color: #000;
	text-decoration: none;
}
#head #nav ul li a:hover
{
	color: #000;
	text-decoration: underline;
}
#head #nav div.log_out
{
	float: right;
	margin: 4px 1em 0;
	border-left: 1px solid #000;
	padding: 0 0 0 10px;
	text-transform: lowercase;
}
#head #nav div.log_out a
{
	color: #000;
	text-decoration: none;
}
#head #nav div.log_out a:hover
{
	text-decoration: underline;
}
#head #nav div.shopping_link{padding-top:4px}

/************************************************************************/
/*****************************************************************************/
#account_nav
{
	margin: 0.3em 0 0.3em 0;
	height: 2.2em;
	clear: both;

}
#account_nav ul
{
	padding: 0 0 0 15px;
	float: left;
	margin: 0;
	height: 2.2em;
}
#account_nav ul li
{
	float: left;
	list-style: none;
	margin: 6px 10px 0 0;
	border-right: 1px solid #fff;
	padding: 0 10px 0 0;
color:#333;
}
#account_nav ul li a
{
	color: #333;
}
/*****************************************************************************/
/****************Main Area*********************************************/
#main
{
	background: #fff;
	text-align: left;
}
div.main_body
{
	background: #fff;
	padding: 10px 1em 10px 0;
}
div.main_body h2
{
	font-size: 1.5em;
	margin: 0;
	font-weight: bold;
}
div.main_body h3.reg
{
	font-size: 1em;
	font-weight: bold;
	margin: 0.8em 0 0 0em;
}
div.main_body h3
{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0 0;
}
div.main_body h3.reg
{
	font-size: 1em;
	margin: 0;
	font-weight: bold;
	margin: 0.8em 0 0 0em;
}
div.button_major
{
	background-color: #ff0000;
}
div.main_body p
{
	margin: 0.8em 0 0.6em;
	clear: both;
}
div.main_body ul
{
	margin-top: 0.2em;
}
div.main_l_corner
{
	clear: both;
}
div.main_r_corner
{
}
h4
{
	font-size: 1em;
	margin: 0;
}
p
{
	margin: 0 0 0 0;
}
fieldset
{
	clear: both;
}
/* OFFENDING CSS - breaks calendar month list and year list changes for 1.3.5 */
/*fieldset div
{
	padding-right: 2em;
}*/
.button_main,
.button_main_left,
.button_main_center
{
	background: #c00;
	border: none;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	font-weight: bold;
	font-size: 1em;
	float: right;
	line-height: 30px;
	margin: 5px 0;
	padding: 0 5px;
	text-decoration: none;
}

.button_main_left
{
	float: left;
}

.button_main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.button_main_center
{
	float: none;
}

#note_med .button_main {
	background: transparent;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	cursor: auto;
	display: block;
	float: none;
	padding: 0;
}

#note_med .button_main a {
	background: #c00;
	border: none;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	font-weight: bold;
	font-size: 1em;
	float: right;
	line-height: 30px;
	margin: 5px 0 0;
	padding: 0 5px;
	text-decoration: none;
}

#foot
{
	
	height: 2.5em;
	clear: both;
}
#foot:after
{
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

#foot ul
{
	margin: 0.2em;
	margin-left: 0;
	padding: 0;
	
}
#foot ul li
{
	float: left;margin-top:5px;
	list-style: none;
	padding: 0 10px 0 10px;
	border-right: 1px solid;
}
#foot ul li.last
{
	border-right: none;
}

#foot ul li a
{
	color:#666;font-weight:bold;text-decoration:none;
}
.ImageLogo
{
	background: url("../../images/toc/logo_virgin.gif" ) no-repeat;
	background-repeat: no-repeat;
	height: 63px;
	width: 140px;
}
.ImageLogo1
{
	background-color:Aqua;
	background: url( "../../images/MobitixLogo_white.gif" ) no-repeat;
	background-repeat: no-repeat;
	height: 63px;
	width: 140px;
}
.Text_Box_left
{
	border: 1px solid #59599D;
	color: #CC0000;
	padding: 0px 15px 0px 15px;
	float: left;
	margin: 5px 0 0;
	text-transform: uppercase;
	font-size: 1em;
}

div.main_body h1
{
	color: #c00;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0 0;
	
}
div.sub
{
text-align:right;clear:both;padding-bottom:3px;margin:0 0 1em 0;/*margin-top:1em;*/
}
div.sub:after{ content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;}
div.sub div
{
float:left;width:200px;text-align:left;
}
div.sub div input{float:left;}




#pnlPrintnGo table.none td, #pnlMobiTix table.none td{background-color:#fff;}

form fieldset legend span.head {
	padding-left: .5em;
	width: 45.4em;
}
