@import url(_reset.css); 

/* ============================= global ====================== */
body {
	padding:0;
	margin:0;
	font: 100% Arial;
	color: #000;
}

/* ============================= html ====================== */
html{
	background:url(../_images/members_area/background_html.jpg) top left; 
}
/* ============================= body ====================== */
body{
	background:url(../_images/members_area/background_body.jpg) top center no-repeat;
	min-height:600px;
}

/* ============================= noscript ====================== */
.noscript_msg {
	position: relative; height:130px; z-index: 2;
}
.noscript_msg a {
	position: absolute; display:block; width:894px; height:130px; background:url(../_images/js_error.gif) center no-repeat white; left: 50%; margin-left: -447px;
}

/* ============================= wrapper ====================== */
div.body_wrapper {
	width: 960px;
	margin: 0 auto 0px auto;
	padding-top:0px;
	background:url(../_images/members_area/wrapper_bk.jpg) top left repeat-y;
	overflow:auto;
}

div.body_wrapper .body_inner {
}

/* ============================= left column ====================== */
.left_column {
	float: left;
	width: 240px;
	font-weight:normal;
	background:url(../_images/members_area/wrapper_bk.jpg) top left repeat-y;
}

/* company logo in the top left of the master page */
.left_column .company_logo {
}

/* left vertical navigation */
.left_column .nav_container {
	font: normal 70% arial; padding-top:40px;
	width: 210px; margin-left:30px; 
	background:url(../_images/members_area/background_navigation.jpg) top left no-repeat;
}
.left_column .nav_container a {
	display: block;
	color: #000;
	font-size:12px;
	padding: 5px 8px;
	margin: 0 10px;
	width:160px;
	text-decoration:none;
	border-bottom:1px solid #cccc99;
}
.left_column .nav_container a:hover {
	color: #000;
	background:#faed84;
}
.left_column .nav_container a.buy_tickets {
	font-weight:bold;
	color: #fff;
	background: #996600;
}
.left_column .nav_container a.buy_tickets:hover {
	color: #fff;
	background: #993300;
}
.left_column .nav_container a.nav20px {
	/*margin-bottom: 20px;*/
}
.footer_img{
	margin: 0 0 -5px ;
}


/* information space under the nav */
.left_column .info_container {

	font: 70% arial;
	color: #333;
	width: 90%;
}
.left_column .info_container a {
	color: #cc0000;
	border-bottom: 1px dotted #cc0000; 
}
.left_column .info_container a:hover {
	color: #006699;
	border-bottom: 1px dotted #006699;
}

/* ============================= right column ====================== */
.right_column {
	float: left;
	width: 720px;
	min-height: 670px;
	padding-bottom: 20px;
	background:url(../_images/members_area/wrapper_bk.jpg) top right repeat-y;
}
#imgHeroBanner{
	display:none;
}

/* content area */
.right_column .content {
	width: 665px;
	margin: 0 auto 0 auto;
	padding-top:10px;
}

.right_column .content .border {
	background: url(../_images/members_area/right_column_header.gif) bottom left;
	padding: 10px;
	margin: 0 0 25px 0;
}
.right_column .content .border_inner {
	background-color: #ffffff;
	padding: 3px;
}

.right_column .content h1 {
	font:bold 24px Arial; color:#663300;
	margin-bottom: 0.5em; margin-top:0;
	padding-bottom: 5px; 
}
.right_column .content h2 {
	font:bold 18px Arial; color:#663300;
	border-bottom: 1px dotted #663300 ;
	margin-bottom: 0.5em; margin-top:0;
	padding-bottom: 5px;
}
.right_column .content p {
	font-size: 75%;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
.right_column .content a {
	color: #cc0000 ; font-weight:bold;
	text-decoration:underline;
}
.right_column .content a:hover {
	color: #ff0000 ;
}
.right_column .content ul, .right_column .content ol {
	margin-bottom: 15px;
	margin-left: 20px;
}
.right_column .content li {
	font-size: 90%;
	line-height: 1.5em;
}
.right_column .content ol, .right_column .content ul {
	font-size: 82%;
	line-height: 1.5em;
}
.right_column .content ol {
	list-style-type: decimal;
}
.right_column .content ul {
	list-style-type: disc;
}
.right_column .content li a {
	color: #cc0000; 	font-size: 110%;
}
.right_column .content li a:hover {
	color: #ff0000;
}

/* ============================= footer ====================== */
.footer_wrapper {
	width:100%; margin:0 auto;
	font:normal 11px Arial; color:#663300; 
	height:86px;
	padding-top:100px;
	background:url(../_images/members_area/footer_wrapper.jpg) top center no-repeat; overflow:auto;
}
.footer_wrapper a {
	font:bold 12px Arial; color:#663300; 
	padding: 3px 5px; text-decoration:none;
}
.footer_wrapper a:hover {
	color: #ffffff;
	background: #663300;
}
.footer_inner_wrapper{
	width:910px; margin:0 auto; padding-top: 0px;
}
.footer_left {
	float: left;
	width: 250px;
}
.footer_right {
	float: right;
	width: 630px;
	text-align: right;
}
/* ============================= table styles ====================== */
table.generic {
	padding: 0;
	border: none;
	margin: 0 auto;
}

table.generic td {
	font: normal 0.75em tahoma;
	vertical-align: top;
	padding: 5px;
}

table.forms {
	border:0;
	padding: 5px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 15px;
	background:url(../_images/members_area/right_column_header.gif);
}
table.forms th {
	font:bold  14px Arial; color:#ffffff; 
	background:#663300; padding:3px 0px 5px 10px; text-align:left;
	vertical-align:top; margin:0 0 20px 0;
}
table.forms td {
	border-bottom:dotted 1px #663300; padding:5px 0 5px 5px; text-align:left;
	font-size:0.75em; color:#333;	background:white;
}

table.orders {
	margin-bottom: 15px;
	border: 0;
	width: 100%;
}
table.orders th, table.orders td {
	text-align: left;
}
table.orders th {
		font:bold 18px Arial; color:#663300; 
	border-bottom:double 2px #663300; padding:5px; text-align:left;
	vertical-align:top;
}
table.orders td {
	border-bottom:dotted 1px #663300; padding:5px; text-align:left;
	font-size:0.75em;
}
table.orders td.tdLast {
	text-align: right;
}
table.orders td.tdLast a {
	float: right;
}
table.orders td a.mini_btn {
	background: #663300;
	color: #ffffff;
	padding: 3px;
	text-transform: uppercase;
	text-decoration: none;
	font: 10px arial;
	border: 0;
}
table.orders td a.mini_btn:hover {
	background: #663300;
	color: #ffffff;
}

/* ============================= buttons ====================== */
.right_column .content a.btn {
	display:block; width:206px; height:25px; text-align:center; font:bold 14px 'Trebuchet MS';
	background:url(../_images/chrome/btn.png) top left no-repeat; color:white; text-decoration:none;
	text-transform:uppercase; padding:7px 0 0 0; margin:0 0 5px 0;
}
.right_column .content a.btn:hover {
	color:black; background-position:bottom; text-decoration:none;
}
input[type="submit"] {
	display:block; width:206px; height:32px; text-align:center; font:bold 14px 'Trebuchet MS';
	background:url(../_images/chrome/btn.png) top left no-repeat; color:white; text-decoration:none;
	text-transform:uppercase; padding:0 0 0 0; margin:0 0 5px 0; border:none; cursor: pointer;
}
input[type="submit"]:hover {
	color:black; background-position:bottom; text-decoration:none;
}
input[type="submit"].wide {
	background: url(../_images/members_area/btn_bg_wide.gif) top left no-repeat;
	display: block;
	width: 400px;
	height: 32px;
	font: bold 12px Tahoma;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 5px;
	border:0;
	cursor:pointer;
}
input[type="submit"].wide:hover {
	color: #ffffff;
	background-position: bottom;
}

/* ============================= validation ====================== */
.right_column .content .val_sum {
	color: #333;
	margin: 0 0 10px 0;
	background: url(../_images/icons/error_icon.gif) no-repeat;
	font-weight: bold;
	padding: 0px 0 0 25px;
}
.right_column .content .val_sum ul {
	color: red; margin:10px 0 0 0;
	font-weight: normal; 
}
.req_field {
	background: url(../_images/icons/req_field_star.gif) no-repeat top left;
	display: inline;
	padding: 0px 15px 0px ;
}
.errorMsg {
	color: #ff0000;
	font-weight: bold;
}

/* ============================= icon definitions ====================== */
.tickIcon, .errorIcon, .ajaxLoaderCircleIcon {
	padding: 5px 0px 5px 25px;
	margin: 0;
}
.tickIcon {
	background: url(../_images/icons/tick_icon.gif) no-repeat 0% 50%;
}
.errorIcon {
	background: url(../_images/icons/error_icon.gif) no-repeat 0% 50%;
}
.ajaxLoaderCircleIcon {
	background: url(../_images/icons/ajax_loader_circle_icon.gif) no-repeat 0% 50%;
}

/* ============================= form ====================== */
textarea, input {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 230px;
	padding: 3px;
	margin: 2px;
	border: 2px solid #E5E5E5;
	vertical-align: middle;
}
select, optgroup {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 3px;
	margin: 2px;
	border: 2px solid #E5E5E5;
	vertical-align: middle;
}

/* individual style for cb's and rb's, cascading style for applying to cb/rb groups (.net control) */
.check_radio, .check_radio input {
	padding: 0;
	margin: 0 2px 0 0;
	border: none;
	vertical-align: middle;
	width: 20px;
}


