/* reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

.ajax-loader { background: #fff url(../img/b/ajax-loader.gif) no-repeat 50% 50% }

body {
	line-height: 1;
	font: 12px Arial, Helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}

h1 {
	font-size: 22px;
	color: #fefefe;
	background: url(../img/big_title_bgr.jpg) no-repeat;
	width: 640px;
	height: 91px;
	position: relative;
	z-index: -1;
}

h1 span {
	vertical-align: bottom;
	position: absolute;
	bottom: 10px;
	left:  10px;
	width: 400px;
	font-weight: normal;
}

h2 {
	font-size: 22px;
	color: #999;
	margin: 10px 0;
	font-weight: normal;
}

p {
	padding: 10px 0;
}

dl {
	padding: 5px 0;
	clear: both;
	overflow: hidden;
}

 dt,
 dd {
	float: left;
}

.selected {
	color: #cd0529 !important;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.call_number {
	color: #cd0529;
	font-size: 14px;
	font-weight: bold;
}

.email {
	font-size: 8px !important;
	font-weight: bold !important;
	color: #cd0529 !important;
}

body {
	background-color: black;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 144px;
	background: url(../img/world_map.gif) no-repeat 438px 0;
}

.header_inner {
	width: 100%;
	height: 144px;
	background: url(../img/header_bgr.gif) no-repeat;
}

.logo {
	float: left;
	margin: 0 18px 0 10px;
	position: relative;
}

.desc {
	width: 180px;
	color: #e9e9e9;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: 142px;
	top: 60px;
}

.language {
	float: right;
	height: 43px;
	background: url(../img/top_nav_bgr.jpg) repeat-x;
}


/* Top navigation */
.top_nav_left {
	width: 4px;
	height: 43px;
	background: url(../img/top_nav_left.jpg) no-repeat;
	float: right;
}

.top_nav_right {
	width: 4px;
	height: 43px;
	background: url(../img/top_nav_right.jpg) no-repeat;
	float: right;
}

.top_nav {
	height: 43px;
	background: url(../img/top_nav_bgr.jpg) repeat-x;
	float: right;
}

.top_nav a {
	color: white;
	font-size: 15px;
	text-decoration: none;
	line-height: 43px;
	padding: 10px 12px 10px 10px;
	background: url(../img/nav_delimiter.jpg) no-repeat right center;
}

.top_nav a:hover {
	text-decoration: none;
}
.language a {
	background: none;
}

.language a img {
	margin: 10px;
}


/* Main Navigation */
.main_nav {
	width: 100%;
	height: 40px;
	font-size: 22px;
	font-weight: lighter;
}

.main_nav_left {
	height: 40px;
	width: 6px;
	background: url(../img/main_nav_left.jpg) no-repeat;
	float: left;
}

.main_nav_right {
	height: 40px;
	width: 6px;
	background: url(../img/main_nav_right.jpg) no-repeat;
	float: left;
}

.main_nav_middle {
	height: 40px;
	background: url(../img/main_nav_bgr.jpg) repeat-x;
	float: left;
	width: 948px;
}



/* Dropdown menus */
#dropdown, #dropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1;
}

#dropdown li {
	float: left;
	position: relative;
	height: 40px;
}

.mainitems {
	background: url(../img/main_nav_delimiter.jpg) no-repeat right center;
}

.mainitems a {
	margin: 0 10px;
	text-decoration: none;
	line-height: 40px;
	color: white;
}

.subuls {
	display: none;
	width: 190px;
	position: absolute;
	top: 40px;
	left: 0;
	background-color: #000;
  	border: 1px solid #fafafa;
	padding: 0 10px 24px 10px !important;
	/* CSS3 standard */
	opacity: .8;
	/* for IE */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);					
}

.subuls li {
	width: 100%;
	border-bottom: 1px #fafafa dashed;
	height: 34px !important;
}

.subuls li a {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: white;
	line-height: 34px !important;
}

.subuls li a:hover {
	color: #cd0529;
}
/*
#dropdown li>ul { 
 to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left 
	top: auto;
	left: auto;
}
*/
#dropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}



/* Middle Block */
.middle {
	border: solid 1px #272727;
	overflow: hidden;
}

.middle .wrapper {
	padding: 10px;
	overflow: hidden;
}

.content {
	width: 640px;
	float: left;
	overflow: hidden;
}

.right_bar {
	width: 285px;
	float: right;
	padding-left: 11px;
}

.right_bar .box_grey,
.right_bar .box_red {
	border: 1px solid #4b4d4e;
}

.content .video,
.inner_content .video {
	width: 640px;
	height: 360px;
	background-color: #F33;
	margin-bottom: 10px;
	overflow: hidden;
}


.content .hotel,
.inner_content .hotel {
	width: 640px;
	height: 360px;
	background-color: #F33;
	margin-bottom: 10px;
}

.right_bar .hotel {
	margin-bottom: 10px;
	color: white;
	font-size: 13px;
}

.right_bar .hotel .box_grey {
	height: auto;
}


.content .social_bar {
	width: 100%;
	height: 63px;
	background: url(../img/social_bar_bgr.jpg) repeat-x;
	margin-bottom: 12px;
}

.social_bar .text {
	width: 60px;
	padding: 10px;
	font-size: 14px;
	color: white;
	float: left;
}

.social_bar a {
	background: url(../img/big_delimiter.jpg) no-repeat right center;
	float: left;
	height: 63px;
}

.social_bar a img {
	margin: 16px 12px 0 12px;
}



/* Ads Boxes */
.ads_box {
	height: 190px;
	width: 313px;
	border-right: 1px solid #cdcdcd;
	background: url(../img/ads_box_bgr.jpg) repeat-x bottom left;
	float: left;
}

.ads_box .wrapper {
	padding: 0;
}



.ads_box .image {
	float: left;
	width: 165px;
	height: 165px;
	background-color: black;
}

.image img {
	display: block;
	margin: 0 !important;
}

.ads_box h2 {
	line-height: 25px;
	height: 25px;
	background: url(../img/ads_box_title_bgr.jpg) repeat-x;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding-left: 10px;
	margin: 0;
}

.ads_box .text {
	font-size: 12px;
	color: #666;
	margin-left: 175px;
	margin-right: 7px;
	height: 165px;
	position: relative;
}

.ads_box .text h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding: 5px 0;
}

.ads_box .text p {
	padding: 3px 0;
	line-height: 1.2;
}

.ads_box .text a {
	color: #666;
	text-decoration: none;
}

.ads_box .text a:hover {
	text-decoration: none;
}

.ads_box .text a.more {
	color: #cd0529;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
}

.ads_box .text a.more:hover {
	text-decoration: none;
}


h2.grey {
	color: white;
	font-size: 14px;
	background: url(../img/title_bgr_grey.jpg) repeat-x;
	line-height: 24px;
	padding-left: 10px;
	margin: 0;
}

.box_red {
	height: 164px;
	background: url(../img/red_gradient.jpg) repeat-x;
}



/* Supersized Sponsors Block */
/* Registration Sponsors Block */
.supersized_spons {
	margin-bottom: 10px;
	width: 285px;
}

.registration_spons,
.payment_sponsor {
	margin-bottom: 10px;
}

.registration_spons .wrapper,
.payment_sponsor .wrapper {
	padding: 21px;
}

.supersized_spons .banner,
.registration_spons .wrapper .banner,
.payment_sponsor .wrapper .banner {
	width: 240px;
	height: 120px;
	border: 1px solid #fff;
}


.supersized_spons .double_red_box {
	background: url(../img/double_red_box.jpg) no-repeat;
	height: 295px;
	padding: 21px;
}



/* Benefits Block */
.benefits {
	margin-bottom: 10px;
}

.benefits .grey_box_big {
	background: url(../img/benefits_box_bgr.jpg) no-repeat;
	border: 1px solid #4b4d4e;
	height: 373px;
}

.benefits .wrapper,
.usp .wrapper {
	padding-top: 70px;
	font-size: 14px;
	color: white;
}

.benefits ul,
.usp ul {
	list-style-image: url(../img/list_bullet.gif);
	margin: 20px;
}

.benefits ul li,
.usp ul li {
	margin: 8px 0;
}


/* Video Block */
.video {
	margin-bottom: 10px;
} 


.box_grey {
	background: url(../img/grey_gradient.jpg) repeat-x;
	border: 1px solid;
	height: 164px;
}


.video .wrapper {
	padding: 0 10px;
}

a.arrow_right,
a.arrow_left {
	display: block;
	padding: 68px 0;
}

a.arrow_right {
	float: right;
}

a.arrow_left {
	float: left;
}

.video_middle {
	padding-top: 36px;
	overflow: hidden;
}


.video_item {
	margin: 0 7px 7px 7px;
	float: left;
}

.video_player {
	border: 1px solid #ccc;
	height: 72px;
	width: 98px;
	margin-bottom: 3px;
}

.video_title {
	color: #ccc;
	font-size: 11px;
}


/* Newsletters Box */
.newsletter .box_grey {
	background: url(../img/newsletter_box_bgr.jpg) no-repeat;
}

form.join {
	margin-top: 90px;
	overflow: hidden;
}

div.field {
	margin: 5px 0;
	overflow: hidden;
	width: 100%;
}

form.join input.join_input {
	background: url(../img/join_input.jpg) no-repeat scroll;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	color: #333;
	border: none;
	width: 171px;
	height: 21px;
	float: right;
	font-size: 12px;
}

form.join textarea.join_textarea {
	background: url(../img/join_textarea.jpg) no-repeat scroll;
	padding-left: 10px;
	color: #333;
	border: none;
	width: 181px;
	height: 76px;
	float: right;
	font-size: 12px;
}

form.join label {
	color: #fff;
	
}

form.join input.join_submit {
	float: right;
	background: url(../img/join_button.jpg) no-repeat;
	border: none;
	width: 192px;
	height: 21px;
	cursor: pointer;
}

form.join input.send_submit {
	float: right;
	background: url(../img/red_button_02.gif) no-repeat;
	border: none;
	width: 192px;
	height: 21px;
	cursor: pointer;
	color: white;
	font-weight: bold;
}

div.field label {
	float: left;
}

/* Sponsors Block */
.sponsors {
	overflow: hidden;
	width: 100%;
}

.sponsors_box_left {
	width: 326px;
	float: left;
	margin-right: 10px;
}

.sponsors_box_middle {
	width: 314px;
	float: left;
	margin-right: 10px;
}

.sponsors_box_right {
	width: 300px;
	float: left;
}

div.line,
div.line_big {
	width: 100%;
	height: 1px;
	background-color: #adb9c2;
	margin: 14px 0 15px 0;
	overflow: hidden;
}

div.line {
	margin: 14px 0 15px 0;
}

div.line_big {
	margin: 20px 0;
}

.sponsors .box_red {
	border: 1px solid #2e2e2e;
}

.box_red .wrapper,
.sponsors .wrapper {
	margin: 15px auto;
	overflow: hidden;
	width: 254px;
	padding: 0;
}

.box_red .banner,
.sponsors .banner {
	width: 120px;
	height: 60px;
	float: left;
	border: 1px solid #fff;
}


/* Footer */
.footer {
	width: 956px;
	margin: 0 auto;
	background: url(../img/footer_bgr.jpg) no-repeat;
	height: 94px;
}

.footer .logo {
	margin: 12px 0 0 32px;
}

.footer .logo img {
	float: left;
	margin-right: 10px;
}

.footer_nav {
	margin: 12px 12px 0 3px;
	float: left;
	color: white;
}

.footer a {
	color: white;
	text-decoration: none;
	font-size: 14px;
}

.footer_banner {
	float: right;
	margin: 12px 22px 0 0;
}

.footer_banner .ban {
	float: right;
	margin-left: 15px;
	border: 1px solid white;
}

.footer_banner .ban img {
	display: block;
}


/* Registration Forms */
.wrapper_content {
	background: #e7e7e7 url(../img/reg_form_bgr.jpg) repeat-x;
	padding: 10px 12px 12px 25px;
	overflow: hidden;
	font-size: 14px;
	color: #868686;
	min-height: 1056px;
	line-height: 20px;
}

.steps {
	text-align: right;
}

.inner_content .steps a,
.content .steps a {
	color: #999;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}

.inner_content .steps a:hover,
.inner_content .steps a.selected,
.content .steps a:hover,
.content .steps a.selected {
	color: #cd0529;
	text-decoration: none;
	font-weight: normal;
}

form.registration {
	padding-right: 70px; 
}

form.registration fieldset {
	margin: 10px 0;
}

form.registration div.field {
	margin: 4px 0;
	overflow: hidden;
}

form.registration label,
form.registration legend {
	font-size: 12px;
	margin-right: 12px;
	margin-top: 5px;
	float: right;
	font-weight: bold;
}

form.registration label.above {
	float: none;
	display: block;
	margin: 10px auto 5px 225px;
}

form.registration legend {
	margin-bottom: 5px;
}

form.registration input,
form.registration select,
form.registration textarea {
	float: right;
	border-top: 2px solid #bfbfbf;
	border-left: 2px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	font-size: 14px;
	color: #999;
}

form.registration input,
form.registration textarea {
	width: 300px;
	padding: 0 4px;
}

form.registration input {
	height: 20px;
}

form.registration input.medium {
	width: 220px;
}

form.registration input.small {
	width: 90px;
	margin-right: 210px;
}

form.registration input.checkbox {
	width: auto;
	height: auto;
	margin: 8px 8px auto auto;
	padding: 0;
	border: none;
}

form.registration input.button {
	height: 21px;
	border: none;
	padding-bottom: 1px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	margin: 10px 0 10px 10px;
}

form.registration input.button_red {
	background: url(../img/red_button.jpg) no-repeat;
	width: 192px;
}

form.registration input.button_black {
	background: url(../img/black_button.jpg) no-repeat;
	width: 214px;
}

form.registration input.button_black_small {
	background: url(../img/black_button_small.jpg) no-repeat;
	width: 110px; 
}

form.registration select {
	padding: 0;
	height: 23px;
	width: 311px;
}

form.registration select.big {
	height: auto;
}

form.registration textarea {
	height: 94px;
	font: 13px bold Arial, Helvetica, sans-serif;
}

form.registration textarea.big {
	height: 174px;
}

.reg_error {
	width: 210px;
	height: 60px;
	float: right;
	color: #cd0529;
	margin-left: 10px;
	position: relative;
}

.reg_error_inner {
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: bold;
}

.mandatory_field {
	font-size: 10px;
	font-weight: bold;
	float: right;
	margin-top: 46px;
}

.captcha {
	margin: 30px 0 4px 0;
	overflow: hidden;
}

.captcha img {
	float: right;
}

.booking_number {
	text-align: right;
}

.print {
	margin: 0 10px;
	float: right;
	display: inline;
	position: relative;
	z-index: 10;
}

.print img,
.mail img {
	margin: 0 !important;
}

.mail {
	float: right;
	margin: 3px 0 0 10px;
	position: relative;
	z-index: 9;
}

.tooltip {
	width: 93px;
	height: 37px;
	background: url(../img/tooltip.gif) no-repeat;
	position: absolute;
	top: -37px;
	font-size: 11px;
	padding: 4px;
	text-align: left;
	left: -88px;
}

/* Online Payment */
.payment_field {
	overflow: hidden;
	margin-top: 25px;
	width: 100%;
	height: 40px;
}

.payment_field img {
	display: block;
}

a.pay_button {
	background: url(../img/pay_button.jpg) no-repeat;
	width: 192px;
	margin: 9px 15px !important;
	text-decoration: none;
}

.message {
	color: #cc0033;
	font-weight: bold;
	margin: 9px auto;
	float: left;
}

a.message:hover {
	text-decoration: none;	
}



/* Inner Pages Content Styles */
.inner_content {
	width: 640px;
	float: left;
	overflow: hidden;
}

.inner_content .wrapper_content {
	padding-right: 25px;
	padding-bottom: 60px;
}

.inner_content div.line {
	color: #bfbfbf;
}

.inner_content .sub_nav {
	text-align: right;
}

.inner_content .sub_nav a {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}

.inner_content .sub_nav a:hover {
	color: #999;
	text-decoration: underline;
	font-weight: normal;
}

.inner_content img {
	float: left;
	margin: 15px 15px 15px 0;
}

.inner_content span.specials {
	color: #333;
}

.inner_content a,
.inner_content a:hover {
	color: #cc0033;
	text-decoration: none;
	font-weight: bold;
}

.inner_content ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.inner_content .buttons {
	text-align: center;
}

input.button,
a.button {
	height: 21px;
	border: none;
	padding-bottom: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	margin: 10px 0 10px 10px;
	text-transform: uppercase;
}

a.button {
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
}

a.button:hover {
	color: white;
}

input.button_red,
a.button_red {
	background: url(../img/red_button.jpg) no-repeat;
	width: 192px;
}

input.button_red_small,
a.button_red_small {
	background: url(../img/red_button_small.jpg) no-repeat;
	width: 146px;
}

input.button_black,
a.button_black {
	background: url(../img/black_button.jpg) no-repeat;
	width: 214px;
}

input.button_black_small {
	background: url(../img/black_button_small.jpg) no-repeat;
	width: 110px; 
}


/*  Added By Andron on April 19, 2010  
 Error validated fields.
*/
.LV_invalid_field {
	border: 1px solid #cc0000 !important;
	color: #CC0000 !important;
	background-color: #FAE1DE !important;
}

.error-box {
	margin: 20px 15px 20px 105px;
	color: #FFFFFF !important;
	background: #CC0000;
	text-decoration: blink;
	padding: 3px 6px;
	color: #da251c;
	line-height: 16px;
}
	

/* Contact Us Page styles */
.contacts {
	overflow: hidden;
	margin: 15px -15px 25px 0;
}

.contacts img.location_image {
	float: left;
	margin-right: 10px;
}

.contacts .info {
	float: right;
	width: 278px;
	line-height: 21px;
	margin-top: 20px;
}

.contacts .info a {
	color: #999;
	text-decoration: underline;
	font-weight: normal;
}

.contacts_options {
	margin-top: 20px;
}

.contacts_options table {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

.contacts_options table td {
	border-bottom: 1px solid #999;
	vertical-align: middle;
	padding: 6px;
}

.contacts_options table img {
	margin: 0;
}

.contacts_options .buttons {
	margin: 15px auto;
	width: 448px;
	overflow: hidden;
}
	
	
/* Newsletters */
.narrow,
.narrow .header,
.narrow .footer {
	width: 680px;
}

.narrow .header {
	height: 172px;
	background-position: 438px 28px;
}

.narrow .header_inner {
	height: 172px;
	background-position: 0 28px;
}

.narrow .footer {
	background-position: center;
}

.narrow .footer .logo {
	margin-top: 10px; 
}

.narrow .logo {
	margin: 28px 18px 0 10px;
}

.narrow .middle {
	border: none;
}

.narrow .right_bar {
	padding-top: 10px;
	padding-left: 10px;
}

.narrow h1 {
	background: url(../img/small_title_bgr.jpg) no-repeat;
	width: auto;
	height: 64px;
}

.narrow .inner_content {
	width: 365px;
}

.newsletters {
	font-size: 12px;
	padding: 15px 10px !important;
	float: left;
}
	
.newsletters p {
	padding: 0;
}

.news {
	background: url(../img/news.gif) no-repeat 340px 0;
	height: 70px;
}


/* Ideas box */
.ideas {
	margin-bottom: 10px;
}

.ideas .box_grey {
	background: #000 url(../img/ideas_box_bgr.jpg) no-repeat;
	height: inherit;
}


/* Gallery */
.gallery_block {
	height: 360px;
	margin-bottom: 10px;
}

.gallery_block_tabs {
	height: 26px;
	overflow: hidden;
}

.gallery_block_tabs a {
	display: block;
	background: url(../img/black_tab.jpg) no-repeat;
	height: 26px;
	width: 132px;
	float: left;
	color: white;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: 26px;
	margin-right: 2px;
}

.gallery_block_tabs a.active {
	background: url(../img/red_tab.jpg) no-repeat;
}

.gallery_block_body {
	height: 334px;
	overflow-y: scroll;
	background: #e3e3e3 url(../img/gallery_gradient.jpg) repeat-x;
}

.gallery_block_body ul {
	padding: 5px 30px 5px 0;
}

.gallery_block_body ul li {
	padding: 10px 0 10px 10px;
	clear: both;
	overflow: hidden;
	font-size: 11px;
	color: #666;
	overflow: hidden;
	width: 228px;
}

.gallery_block_body ul li:hover,
.gallery_block_body ul li.highlited {
	background: #e3e2e2;
	cursor: pointer;
}

.video_image {
	position: relative;
	width: 120px;
	height: 90px;
	float: right;
	border: 1px solid #999;
}

.play_button {
	display: block;
	background: url(../img/video_play_button.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 90px;
	cursor: pointer;
}

.gallery_block_body a.picture {
	width: 120px;
	height: 90px;
	float: right;
	border: 1px solid #999;
} 

.gallery_block_body ul li a {
	text-decoration: none;
	font-size: 11px;
	color: #666;
}
		
.gallery_block_body ul li a.title {
	color: #333;
	height: 40px;
	border-bottom: 2px solid #999;
	display: block;
	width: 90px;
	margin-bottom: 10px;
}	
	
.line_dotted {
	height: 1px;
	border-bottom: 1px dotted #999;
	margin: 5px 0 8px 10px;
	width: 228px;
	overflow: hidden;
}	
	
.progress_bar {
	height: 65px;
	background: url(../img/grey_gradient_small.jpg) repeat-x;
	margin-bottom: 10px;
}	
	
	
/* Banner Farm */
.banner_box,
.banner_box_vertical {
	margin-bottom: 10px;
	overflow: hidden;
	border: solid #999 1px;
}

.banner_box_vertical {
	width: 282px;
	overflow: hidden;
	float: left;
}

.banner_header {
	height: 24px;
	line-height: 24px;
	color: white;
	font-size: 14px;
	background: #333 url(../img/banner_header_gradient.gif) repeat-x;
	padding: 0 8px;
}
	
.banner_header a.download {
	float: right;
}	
	
.banner_inner {
	height: 110px;
	overflow: scroll;
	padding: 3px;
}
	
.banner_box_vertical .banner_inner {
	height: 620px;
	width: 160px;
	overflow: hidden;
	margin: 0 auto;
}	


/* Schedule */
.tab_nav {
	overflow: hidden;
	border-bottom: 1px solid #999;
	margin: 15px 0;
	width: 100%;
}

ul.tabs {
	list-style-type: none;
	float: left;
	margin-top: 5px;
}

ul.tabs li {
	background: url(../img/schedule/tab.jpg) no-repeat left top;
	float: left;
	list-style-type: none;
	padding-left: 12px;
	margin-right: 2px;
}

ul.tabs li a {
	background: url(../img/schedule/tab.jpg) no-repeat right top;
	color: white;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding-right: 12px;
}

.schedule {
	margin: 0 0 10px -5px;
}

.schedule img {
	margin: 0;
	float: none;
	display: block;
}

.schedule table td {
	border-bottom: 1px solid #999;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
}

.schedule table td.icon {
	width: 35px;
	border: none;
	padding: 0 5px;
}

.schedule table td.date {
	width: 80px;
	color: #333;
}
                            	
.schedule table td.time {
	width: 90px;
	color: #333;
}

.schedule table td.event {
	width: 335px;
	padding-left: 20px;
}

.schedule table td.details {
	width: 70px;
}

.schedule table td.name {
	width: 95%;
	color: #333;
}

.schedule table td.spos_logo {
	width: 60px;
	padding: 2px 15px 2px 5px;
}

.schedule table td.spos_logo a {
	display: block;
	border: 1px solid black;
	width: 60px;
	height: 30px;
}


.details {
	font-size: 12px;
	color: #999;
	line-height: normal;
	margin: 10px 0 0 45px;
	padding: 0 60px 20px 0;
	border-bottom: 1px solid #999;
}

.details table td {
	border: none;
	padding: 0 10px 0 0;
	font-weight: normal;
}

.details a {
	text-decoration: underline;
}



/* Featured Sponsors */
.featured_sponsors {
	margin-bottom: 10px;
}



/* Sponsorship */
.sponsorship {
	margin: 10px -25px 40px -25px;
	overflow: hidden;
	width: 640px;
	line-height: normal;
}

form.choose label {
	font-size: 12px;
	color: #999;
	font-weight: bold;
}

form.choose select {
	font-size: 14px;
	color: #666;
	margin: 0 5px;
	width: 160px;
}

form.choose input {
	font-weight: bold;
}

.usp .box_grey {
	background: url(../img/usp.jpg) no-repeat;
	height: 375px;
}

table.sponsors {
	margin: 25px 0;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border: 1px solid #999;
	border-top: none;
	border-left: none;
}

table.sponsors td,
table.sponsors th {
	padding: 0 5px;
	border: 1px solid #999;
	border-right: none;
	border-bottom: none;
	vertical-align: middle;
	height: 43px;
}

table.sponsors th {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

table.sponsors a.link {
	display: block;
	width: 60px;
	height: 30px;
	border: 1px solid black;
	margin: 0 auto;
}



/* Hotel */
.hotel_details {
	margin: 5px -25px;
	overflow: hidden;
}

.book_hotel {
	background: url(../img/book_hotel_bgr.jpg) repeat-x;
	height: 23px;
	padding-left: 8px;
}

.hotel_details img {
	margin: 0 0 0 0;
}

