@charset "UTF-8";
/* CSS Document */
/* Strip any assumed formatting */

html, body {
	border: 0;
 	margin: 0;
    padding: 0;
    font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-family:'Lucida Grande',sans-serif;

}

ul, ol {
margin-left:0px;
}

/* Overrides */

html, body {
	background-color:#222222;
	background-image:url(../images/body_grad.png);
	background-position:top;
	background-repeat:repeat-x;
	font-family:'Lucida Grande',Verdana,Helvetica,Arial,sans-serif;
	font-size:13px;
}

body.blank {
	background-color:#fff;
	background-image:none;
	padding: 10px;
}

h1 {
	font-size:28px;
	padding: 10px 0px 15px 0px;
}

h2 {
	font-size:20px;
	padding: 5px 0px 10px 0px;
}

h3 {
	font-size:18px;
	padding: 5px 0px 5px 0px;
}

h4 {
	font-size:16px;
	padding: 5px 0px 10px 0px;
}

h5 {
	font-size:14px;
	padding: 5px 0px 10px 0px;
}

hr {
	height: 1px;
	border: 0px;
	background-color: #ddd;
	color: #ddd;
}

h1.frontTagline {
	font-size:29px;
	color:#bf0010;
}

h2.frontSummary {
	font-size:21px;
	color:#2B3C67;
}

.welcome, .welcome a {
	color:#bf0010;
}

.welcomeDone, .welcomeDone a {
	color:#00bf10;
}

.welcome a {
	text-decoration: underline;
}


img.welcome {
	border: 1px solid #bbb;
	padding: 10px;
	border-bottom: 2px solid #ccc;
	margin:10px;
}

div.welcomeInstr {
	margin-right: 168px;
}

a {
	color:#2B3C67;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.disabled{
	color:#666 !important;
	text-decoration:none;
	cursor: default;
}

a.disabled:hover {
	text-decoration:none !important;
}

form {
	font-family:Verdana, sans-serif;
	font-size:14px;
}

form small {
	font-size:10px;
}

label {
	width:200px;
	text-align:right;
	display:block;
	clear:both;
	float:left;
	padding:3px;
	/*font-size:14px;*/
}

fieldset .labelAlign {
	padding: 3px;
}

.formAlign {
	margin-left:205px;
}

input {
	font-size:14px;
}

.big input {
	font-size:16px;
}

select {
	font-size:12px;
}

.big select {
	font-size:16px;
}

legend
{
	font-size:20px;
}

input[type="text"], input[type="password"], textarea {
	background:#FFFFFF url(../images/input_bg.gif) repeat-x scroll center top;
	border:1px solid #AAA;
	padding:3px;
	font-family:Verdana, sans-serif;
	font-size:14px;
}

fieldset {
	font-family:Verdana, sans-serif;
	font-size:14px;
	padding: 20px;
}

fieldset.big {
	font-size: 16px;
}

a img {
	border:none;
}

table.listing
{
	width:750px;
	margin-bottom:20px;
	font-size:11px;
}

table#tickets th {text-align:left;}

table a
{
	text-decoration:underline;
}

table.listing thead
{
	text-align:left;
	background-image:url(../images/table_header.png);
	background-repeat:no-repeat;
	background-position:center;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
}

table.listing #sold_header {
	white-space:nowrap;
}

table.basic
{
	
	width:auto;
	border: 2px solid #94ACB5;
	font-size:11px;
}

table.basic thead
{
	background-color:#94ACB5;
	font-size:12px;
	color: #000000;
}

table.listing thead th
{
	font-weight: normal;
	padding:10px;
}

table.listing td
{
	padding:10px;
	border-bottom:2px #999999 solid;
}

table.basic thead th, table.basic td {
	padding: 5px;
	border-bottom:none;
}

/* Signup options table */

.options td
{
    border-top: 2px solid #aaa;
	border-bottom:none;
	padding:5px;
}

table.options
{
	width:100%;
}

.options thead
{
	background:none;
	color:#333333;
}

table.options th{
		font-weight:normal;
	font-size: 1.4em;
}

table.options small {
	color: #666666;
	white-space:nowrap;
}


#update_paypal_form td {
	vertical-align:top;	
	padding:10px;
}

#update_paypal_form td.description {
	width:200px;
}

/* Page Layout Styles */

/* full page */

#wrapper
{
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}

/* sub sections */

#header_wrapper
{
	width: 900px;
	height: 97px;
	background-image:url(../images/wrap_top.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.boxoffice #header_wrapper
{
	height:38px;
	background-image:url(/images/boxoffice_header.png);
}

#body_wrapper
{
	width: 900px;
	background-color: #ffffff;
	padding-bottom: 20px;
}

#footer_wrapper
{
	width: 900px;
	height: 70px;
	background-image:url(../images/wrap_bottom.png);
	background-position:top;
	background-repeat:no-repeat;
}

/* header specific */

#logo_wrapper
{
	width:208px;
	padding-top:25px;
	margin-right:15px;
	float:left;
}

#header_ad_wrapper
{
	width:468px;
	height:70px;
	padding-top:10px;
	float:left;
}

#header_signin
{
	float:right;
	text-align:right;
	color:#FFFFFF;
	margin-top:10px;
	width:400px;
}

#header_signin a
{
	color:#d0d0d0;
	text-decoration:none;
}

#header_signin a:hover
{
	color:#FFFFFF;
}

/* Body specific */

/* Main Navigation */

#body_nav
{
	background-image:url(../images/nav_bar.png);
	background-position: center;
	background-repeat:no-repeat;
	float:left;
	width:900px;
	height:45px;
}

#body_nav ul
{
	padding:0px;
	margin:0px 0px 0px 15px;
	display:block;
	list-style:none;
}


#body_nav li
{
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	font-size:14px;
	margin-left:10px;
}

#body_nav a
{
	color:#D0D0D0;
	text-decoration:none;
	display:block;
	float:left;
	height:35px;
	padding:5px 10px 5px 10px;
}

#body_nav a:hover
{
	color:#FFFFFF;
}

#body_nav a.selected
{
background-image:url(../images/nav_sel.png);
background-position:center;
background-repeat:no-repeat;
}

/* Body other */

#body_main
{
	width:750px;
	padding:10px;
	float:none;
	margin-left:auto;
	margin-right:auto;
}

/*
#body_main.solo
{
	width:750px;
	padding:10px;
	float:none;
	margin-left:auto;
	margin-right:auto;
}*/

#body_main .wow
{
	width:350px;
	padding:10px;
}

#body_side_bar
{
	width:200px;
	float:right;
}

#footer
{
	width:900px;
	padding-top:30px;
	text-align:center;
	color:#94ACB5;/*#DFE7FF;*/
}

#footer a {
	margin-left:10px;
	color:#94ACB5;
}

/* Utility styles */

.highlight
{
	background-color:#EFEFEF;
}

.decorate
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#D9E2E6;
	border:solid 4px #94ACB5;
	padding:10px;
}

.decorate a
{
	color: #333333;
	text-decoration:underline;
}

.decorate a:hover
{
	color:#000000;
}

.clear
{
	clear:both;
	height:2px;
}

.float_left
{
	float:left;
}

.float_right
{
	float:right;
}
.text_center
{
	text-align:center;
}

.nowrap        { white-space: nowrap;}
.img_valign    { vertical-align: middle }

/* Functional styles - need to be incleded for tktit */



.fieldWithErrors {
    display:inline;
}

.field_with_errors {
	color:#DA001D;
}

.field_error {
color:#DA001D;
font-size:12px;
}

#notice, .notice {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
/*background:#CAD6DB none repeat scroll 0% 0%;*/
background:#FFFFCC none repeat scroll 0% 0%;
border:4px solid #94ACB5;
/*#BDCCD2;*/
font-size:14px;
font-weight:bold;
padding:8px 10px;
text-align:center;
}

#errorExplanation, .alert {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:14px;
	font-weight:bold;
	padding:8px 10px;
	text-align:center;
	background-color: #FFC5BC;
	border: solid 1px #FF3001;
}

#errorExplanation {
	text-align:left;
}

#errorExplanation li {
	list-style:none;
}

.info
{
	padding: 10px;
	margin-bottom: 10px;
	background-color: #e3e3ff;
	border: solid 1px #aabbcc;
	-moz-border-radius: 	3px;
  	-webkit-border-radius: 	3px;
}

#hints{
	height:30px;

}

#spinner{
	padding: 10px;

}

.link_btn a{
	color: #333333;
	background-color:#CCCCCC;
	padding: 5px;
	border:1px solid #999999;
}

.link_btn a:hover{
	text-decoration:none;
	background-color:#CAD6DB;
}


span.help_tip
{
	font-size: 1.15em;
	white-space: nowrap;
	cursor: help;
}

span.question
{
	color: #579c31;
}

#poweredby
{
	float:right;
	clear:both;
	padding-right:50px;
}

div.fp_demo_box
{
	width:150px;
	float:left;
	margin: 10px 4px 10px 4px;
}

div#fp_demo_box_container
{
	/*background-color:#ffefc4;*/
	/*padding-left:3px;*/
	padding: 5px 5px 5px 7px;
}

/* CSS to support bubble  */
table.bubble {
		position:absolute;
		width:120px;
		border: none;
		top:100px;
	}
	
	td.bbl_centre
	{
		font-size:13px;
		text-align:center;
		background-color: #fff;
	}
	
	td.bbl_topleft
	{
		background-image:url('/images/bubble/bbl_topleft.png');
		width:15px;
		height:15px;
	}
	
	td.bbl_top
	{
		background-image:url('/images/bubble/bbl_top.png');
		height:15px;
	}
	
	td.bbl_topright
	{
		background-image:url('/images/bubble/bbl_topright.png');
		width:15px;
		height:15px;
	}
	
	td.bbl_left
	{
		background-image:url('/images/bubble/bbl_left.png');
		width:15px;
	}
	
	td.bbl_right
	{
		background-image:url('/images/bubble/bbl_right.png');
		width:15px;
	}
	
	td.bbl_bottomleft
	{
		background-image:url('/images/bubble/bbl_bottomleft.png');
		width:15px;
		height:39px;
	}
	
	td.bbl_bottom
	{
		background-image:url('/images/bubble/bbl_bottom.png');
		background-position:center;
		height:39px;
	}
	
	td.bbl_bottomright
	{
		background-image:url('/images/bubble/bbl_bottomright.png');
		width:15px;
		height:39px;
	}
	
	#yus {
		float:right;
		margin-right:25px;
	}
	