@import url(_reset.css); 
@import url(_hacks.css);

/* ============================= global ====================== */
body {
	padding: 0;
	margin:0;
	font: 100% Arial;
	color: #CCCCCC;
	background:url(../_images/members_area/wrapper_bk.jpg) center top repeat-x #000;
}

/* ============================= 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: 990px;
	margin: 0 auto;
	background:url(../_images/members_area/feature-bg.jpg) center top repeat-x #000;
}

div.body_wrapper .body_inner {
	background:black; background:url(../_images/members_area/feature-bg.jpg) center top repeat-x #000;
}

/* ============================= left column ====================== */
.left_column {
	float: left;
	width: 185px;
}

/* company logo in the top left of the master page */
.left_column .company_logo {
	margin-bottom: 50px;
}

/* left vertical navigation */
.left_column .nav_container {
	margin-left: 10px;
	font: bold 70% arial;
	width: 90%;
}
.left_column .nav_container a {
	display: block;
	color: #ffffff;
	background:#0099cc;
	border-bottom: 1px solid #003366;
	padding: 3px 5px;
}
.left_column .nav_container a:hover {
	color: #000;
	background: #fff;
}
.left_column .nav_container a.buy_tickets {
	text-transform: uppercase;
	color: #ffffff;
	background: #ff0000;
	border-bottom: 1px solid #FF3300;
}
.left_column .nav_container a.buy_tickets:hover {
	color: #000;
	background: #fff;
	border-bottom: 1px solid #009999;
}
.left_column .nav_container a.nav20px {
	margin-bottom: 20px;
}

/* information space under the nav */
.left_column .info_container {
	margin-top: 50px;
	margin-left: 10px;
	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: 775px;
	min-height: 620px;
	padding-bottom: 20px;
}

/* content area */
.right_column .content {
	width: 665px;
	margin: 0 auto;
	padding-top: 60px;
}

.right_column .content .border {
	background: #1e1e1e;
	padding: 10px;
	margin: 0 0 25px 0;
}
.right_column .content .border_inner {
	background-color: #000 ;
	padding: 6px;
}

.right_column .content h1 {
	color:#fff;
	font:bold italic 110% Arial;
	margin-bottom:1em;
}
.right_column .content h2 {
	color:#25C4FF;
	font:bold italic 100% Arial;
	margin-bottom:1em;
}
.right_column .content p {
	font-size: 75%;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
.right_column .content a {
	color: #25C4FF;
	border-bottom: 1px dotted #25C4FF; 
}
.right_column .content a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.right_column .content ul, .right_column .content ol {
	margin-bottom: 15px;
	margin-left: 20px;
}
.right_column .content li {
	line-height: 1.5em;
	color:#ccc;
}
.right_column .content ul li {
	background: url(../_images/icons/req_field_star.gif) no-repeat top left;
	padding:0 0 0 25px; margin:0 0 5px 0;
}
.right_column .content ol, .right_column .content ul {
	font-size: 82%;
	line-height: 1.5em;
}
.right_column .content li a {
	color: #25C4FF;
}
.right_column .content li a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

/* ============================= footer ====================== */
.footer_wrapper {
	background: #000;
	padding: 10px;
	width: 890px;
	margin: 0 auto;
	font: 0.70em tahoma;
	padding-bottom: 20px;
	color: #999999;
}
.footer_wrapper a {
	text-transform: uppercase;
	color: #999999;
	padding: 3px 5px;
}
.footer_wrapper a:hover {
	color: #ffffff;
	background: #0099cc;
}
.footer_left {
	float: left;
	width: 300px;
}
.footer_right {
	float: right;
	width: 580px;
	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;
}
table.forms th {
	color:#25C4FF;
	font:bold italic 100% Arial;
	margin-bottom:1em;	border-bottom:double 2px #666; padding:5px 0px 5px 0; text-align:left;
	vertical-align:top;
}
table.forms td {
	border-bottom:dotted 1px #666; padding:5px 0 5px 0; text-align:left;
	font-size:0.75em;
}

table.orders {
	margin-bottom: 15px;
	border: 0;
	width: 100%;
}
table.orders th, table.orders td {
	text-align: left;
}
table.orders th {
	color:#25C4FF; font:bold italic 100% Arial;	vertical-align:top;
	margin-bottom:1em;	border-bottom:double 2px #666; padding:5px 0px 5px 0; text-align:left;
}
table.orders td {
	border-bottom:dotted 1px #666; padding:5px 0 5px 0; 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: #ff0000; color: #fff; padding: 3px;
	text-transform: uppercase; text-decoration: none;
	font:bold 10px arial;	border: 0;
}
table.orders td a.mini_btn:hover {
	background: #fff;
	color: #000;
}

/* ============================= buttons ====================== */
.right_column .content a.btn {
	background: url(../_images/members_area/btn_bg.png) top left no-repeat;
	display: block;
	width: 149px;
	height: 25px;
	font: bold 12px Tahoma;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding-top: 7px;
	border: 0;
}
.right_column .content a.btn:hover {
	color: #ffffff;
	background-position: bottom;
	border-bottom: none;
}

input[type="submit"] {
	background: url(../_images/members_area/btn_bg.png) top left no-repeat;
	display: block;
	width: 149px;
	height: 32px;
	font: bold 12px Tahoma;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding-top: 0;
	margin-top: 0;
	border: 0;
	cursor:pointer;
}
input[type="submit"]:hover {
	color: #ffffff;
	background-position: bottom;
}
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: #25C4FF;
	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: #000000; 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 #4a2f0d;
	vertical-align: middle;
}
select, optgroup {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 3px;
	margin: 2px;
	border: 2px solid #4a2f0d;
	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;
}


