html,body{
	margin: 0;
	padding: 0;
	color: #7d7d7d;
	background-color: #ffffff;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	font-family: Helvetica, Arial, Tahoma, Sans-Serif;
	background-image: url(../../images/bg.jpg);
}
/*#dbdbdb;*/

body{
	margin-top: 20px;
}

img{
	border:0px;
}

.clear{
	clear: both;
}

a{
	color: #818181;
}

#error{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px dashed red;
	color: red;
	font-weight: bold;
}


#ok{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px dashed green;
	color: green;
	font-weight: bold;
}

.highlight_text{
	color: red;
}

.sep{
	border-bottom: 1px dashed #818181;
	margin-left: 0px;
	margin-bottom:2px;
	margin-top: 2px;
}

/*Site Specific Styles*/

#under_construction{
	height: 100%;
	width: 100%;
	text-align: center;
}

#uc_content{
	position: absolute;
	background-color: #ffffff;
	border: 1px dashed #000000;
	width: 300px;
	height: 120px;
	text-align: center;
	font-size: 20px;
	z-index: 1000;
	color: #ed1c24;
	padding: 5px;
	left: 40%;
	top: 40%;
}

#youtube_bg{
	position: absolute;
	height: 100%;
	width: 100%;
	top:0px;
	background-color: #000000;
	opacity:0.4;
	filter:alpha(opacity=40);
	display: none;
}

#youtube{
	position: absolute;
	text-align: center;
	background-color: #ffffff;
	display: none;
	left: 30%;
	top: 25%;
	width: 560px;
	height: 380px;
	z-index:101;
}

#youtube #youtube_close{
	position: absolute;
	height: 20px;
	width: 560px;
	text-align: center;
	bottom: 5px;
	left: 0px;
	color: red;
	font-weight: bold;
	z-index: 102;
}

#youtube #youtube_close a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#container{
	position: relative;
	margin:0 auto;
	width: 986px;
	padding:0px;
	background-color: #ffffff;
	padding-top: 55px;
}

#header{
	position: absolute;
	top: 0px;
	left: -8px;
	height: 50px;
	width: 1000px;
	background-image: url(../../images/header_bg.jpg);
	background-repeat: repeat-x;
}

#header img{
	position: absolute;
	bottom: 0px;
	left: 30px;
}

#header ul{
	position: absolute;
	left: 160px;
	top: -11px;
	list-style: none;
}

#header ul li{
	float: left;
	background-image: url(../../images/header_menu_sep.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 50px;
}

#header ul li.no_border{
	float: left;
	background-image: none;
	height: 50px;
}

#header ul li.last-child{
	background-image: none;
}

#header #book_tickets{
	float: right;
	display: block;
	text-decoration: none;
	font-size: 18px;
	padding-top: 20px;
	margin-right: 20px;
	color: #ed1c24;
	font-weight: bold;
	text-transform: uppercase;
	height: 29px;
	width: 150px;
	text-align: center;
}

#header #book_tickets_shadow{
	position: absolute;
	right: 26px;
	top: 21px;
	text-decoration: none;
	font-size: 18px;
	color: #7d7d7d;
	font-weight: bold;
	text-transform: uppercase;
	z-index: -10;
}

#header #your_cart_shadow{
	position: absolute;
	right: 40px;
	top: 21px;
	text-decoration: none;
	font-size: 18px;
	color: #7d7d7d;
	font-weight: bold;
	text-transform: uppercase;
	z-index: -10;
}

#header #book_tickets img{
	position: relative;
}

#header ul li a{
	display: block;
	text-decoration: none;
	padding-top: 20px;
	font-size: 16px;
	margin-right: 15px;
	margin-left: 15px;
}

#header ul li a:hover{
	color: #ed1c24;
}

#left_menu{
	float: left;
	width: 150px;
	padding-left: 22px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#left_menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 140px;
}

#left_menu ul li{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #7d7d7d;
}

#left_menu ul li a{
	display: block;
	padding-left: 5px;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	outline: 0 none;
}

#left_menu ul li a:hover{
	color: #ed1c24;	
}

#left_menu li ul.sub_menu{
	padding:0px;
	margin:0px;
	margin-left: 0px;
	padding-top: 4px;
	display:none;
}

#left_menu li ul.sub_menu_2{
	padding:0px;
	margin:0px;
	margin-left: 6px;
	padding-top: 4px;
	display: block;
	color: #ed1c24;
}

#left_menu li ul li{
	padding-top:2px;
	padding-bottom: 2px;
	border-bottom: 0px;
}

#left_menu li ul li a{
	display: block;
	font-size: 11px;
	outline: 0 none;
	color: #ed1c24;
}

#left_menu li ul li a:hover{
	color: #7d7d7d;
}

#left_menu li ul.sub_menu_2 li a{
	color: #7d7d7d;	
}

#left_menu li ul.sub_menu_2 li a:hover{
	color: #ed1c24;
}

.book_tickets_left{
	text-decoration: none;
	color: #ed1c24;
	font-weight: bold;
}

#left_menu #sign-up{
	margin-top: 20px;
	padding: 4px;
	border:1px solid #acacac;
	background-color: #ebece7;
	width: 140px;
	color: #5c5c5c;
}

#left_menu #search{
	margin-top: 20px;
	padding: 4px;
	border:1px solid #acacac;
	background-color: #ebece7;
	width: 140px;
}

#left_menu #social_media{
	margin-top: 20px;
	padding: 0px;
	width: 152px;
	text-align: center;	
}

#external_site{
	margin-top: 20px;
}

#external_site a{
	display: block;
	border:1px solid #acacac;
	background-color: #ebece7;
	width: 150px;
}

#left_menu input{
	float: left;
	margin-top: 4px;
	border:1px solid #acacac;
	color: #a9a9a9;
	font-size: 10px;
}

#left_menu .left_submit{
	float: left;
	font-weight: bold;
	color: #7e7e7e;
	background-color: #ffffff;
	width: 25px;
	margin-left: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

#content{
	position: relative;
	float: left;
	width: 796px;
	min-height: 670px;
	margin-left: 18px;
	margin-bottom: 30px;
	background-color: #ffffff;
	color: #000000;
}

#content .header{
	height: 15px;
	background-color: #707173;
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 2px;
	padding-left: 8px;
	background-image: url(../../images/content_header_bg.jpg);
	background-repeat: repeat-x;
}

#content #highlight{
	background-image: url(../../images/offer_bg.jpg);
	background-repeat: repeat-x;
	height: 155px;
	padding: 5px;
	color: #ffffff;
	font-size: 10px;
}

#content #highlight h1,h2{
	margin:0px;
	padding:0px;

}

#content #highlight h1{
	font-size: 14px;
	font-weight: normal;
}
#content #highlight h2{
	font-size: 20px;
}

#content #highlight .highlight .sep{
	border-bottom: 1px dashed #ffffff;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom:2px;
	margin-top: 0px;
}

#content #highlight .highlight_summary{
	font-size: 12px;
}

#content #highlight .highlight_summary .sep{
	margin-bottom:2px;
}

#content #highlight .summary{
	font-size: 12px;
	padding: 0px;
}

#content #highlight img{
	float: left;	
	padding-right: 10px;
}

#content #highlight div.highlight{
	float: left;
	width: 225px;
}

#content #highlight div.with_image{
	width: 480px;
}

#content #highlight .highlight_summary{
	position: relative;
	float: left;
	width: 240px;
}

#content #highlight div.arrow{
	float: left;
}

.info_buy{
	position: relative;
	margin-top: 20px;
	padding:0;
	background-color: #ffffff;
	width: 200px;
	height: 20px;
	color: #7d7d7d;
	line-height: 20px;
	text-transform: lowercase;
	font-size: 11px;
}

.info_buy a{
	text-decoration: none;
}

.info_buy a:hover{
	text-decoration: underline;
}

.info_buy .info{
	float: left;
	margin-left: 10px;
}

.info_buy .buy{
	float: left;
	margin-left: 10px;
}

.info_buy .buy a{
	color: #ed1c24;
}

#content #offer{
	float: left;
	width: 510px;
	height: 165px;
	color: #ffffff;	
}

#content #offer h1{
	margin:0px;
	padding:0px;
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 18px;
}

#content #offer1{
	float: left;
	padding: 5px;
	width: 240px;
	height: 165px;
	background-image: url(../../images/offer_bg.jpg);
	background-repeat: repeat-x;
}

#content #offer2{
	float: left;
	padding: 5px;
	margin-left: 10px;
	width: 240px;
	height: 165px;
	background-image: url(../../images/offer_bg.jpg);
	background-repeat: repeat-x;
}

#content #event{
	float: left;
	margin-left: 10px;
	width: 276px;
	height: 165px;
	color: #ffffff;
	text-transform: uppercase;
}

#content #event a{
	text-decoration: none;
	color: #ffffff;
}

#content #event .event_detail{
	height: 155px;
	padding: 5px;
	font-size: 18px;
	font-weight: normal;
	background-color: #6a9fe3;
	background-image: url(../../images/event_bg.jpg);
}

#content #event .event_detail h1{
	margin:0px;
	padding:0px;
	font-size: 28px;
}

#content #page_content .email_content h1{
	background-image: url(../../images/h1_bg.jpg);
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
}

#content h1.page_title{
	background-image: url(../../images/h1_bg.jpg);
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}

#content #page_content{
	float: left;
	margin-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	width: 505px;
}

#content #page_content a{
	color: #000000;
}

#content #page_content_full{
	width: 750px;
	padding-left: 20px;
}

#content #gallery{
	width: 750px;
	text-align: center !important;
	padding: 0.00 !important;
	margin: 10px auto 0 !important;
	padding-left: 20px;
}

#content #flash_gallery{
}

#content .news_bottom{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #000000;
}

#content #news_archive{
	float: right;
	margin-top: 10px;
	margin-left: 30px;
	width: 140px;
	color: #000000;
}

#content #news_archive .archive_text{
	padding-left: 10px;
}

.archive_text .year{
	padding-top: 10px;
	font-weight: bold;
}
.archive_text .month{
	padding-left: 10px;
}

.archive_text .month a{
	text-decoration: none;
	color: #000000;
}

#content #page_special{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 250px;
	color: #ffffff;
}

#content #page_special h1{
	margin:0px;
	padding:0px;
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 18px;
}

#content #page_special #offer1{
	position: relative;
	float: left;
	padding: 5px;
	width: 240px;
	height: 165px;
	background-image: url(../../images/offer_bg.jpg);
	background-repeat: repeat-x;
}

#content #page_special #offer2{
	position: relative;
	float: left;
	padding: 5px;
	margin-left: 0px;
	width: 240px;
	height: 165px;
	background-image: url(../../images/offer_bg.jpg);
	background-repeat: repeat-x;
}

#content #page_special .info_buy{
	position: absolute;
	bottom: 20px;
	left: 10px;
}

#page_content .accommodation_main{
	position: relative;
	margin-top: 20px;
	padding: 10px;
	border:1px solid #acacac;
	background-color: #ebece7;
	width: 480px;
	height: 90px;
}

#page_content .accommodation_main img{
	float: left;
	margin-right: 10px;
}

#page_content .accommodation_main a{
	position:absolute;
	bottom: 10px;
	right: 10px;
}

#page_content #accommodation_list{
	margin-top: 20px;
	padding-top: 10px;
	min-height: 300px;
}

#page_content #accommodation_list th{
	text-align: left;
}
#page_content #accommodation_list th.price{
	text-align: right;
}
#page_content #accommodation_list .location_header{
	padding-top: 10px;
}
#page_content #accommodation_list td{}
#page_content #accommodation_list .detail{}
#page_content #accommodation_list .phone{}
#page_content #accommodation_list .price{
	text-align: right;
}

#content #accommodation_location{
	position: relative;
	float: left;
	padding-top: 44px;
	padding-left: 20px;
	margin-left: 15px;
	width: 225px;
}

#content #accommodation_location .sub_title{
	position: absolute;
	left: 0;
	top: 10px;
	background-image: url(../../images/h1_bg.jpg);
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
	padding-left: 20px;
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	width: 225px;
}

#content #accommodation_location a{
	display:block;
	height: 8px;
	text-decoration: none;
	color: #818181;
}

#content #accommodation_location a:hover{
	text-decoration: underline;
}

#sponsor_list{
	margin-top: 30px;
}

#sponsor_list .sponsor{
	float: left;
	width: 350px;
	padding: 10px;
	min-height: 200px;
	border-top: 1px dashed #9b9b9b;
}

#sponsor_list .sponsor_2{
	border-left: 1px dashed #9b9b9b;
}

#sponsor_list .sponsor h1{
	font-size: 14px;
}

#sponsor_list .sponsor img{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

#step1{
	float: left;
	width: 56px;
	height: 90px;
	background-image: url(../../images/step1.jpg);
	background-repeat: no-repeat;
}

#step2{
	float: left;
	width: 56px;
	height: 90px;
	background-image: url(../../images/step2.jpg);
	background-repeat: no-repeat;
}

#step3{
	float: left;
	width: 56px;
	height: 90px;
	background-image: url(../../images/step3.jpg);
	background-repeat: no-repeat;
}

#step4{
	float: left;
	width: 56px;
	height: 90px;
	background-image: url(../../images/step4.jpg);
	background-repeat: no-repeat;
}

#step_content{
	float: left;
	min-height: 90px;
	width: 400px;
}

#ticket_search{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #7d7d7d;
	border-bottom: 1px dotted #7d7d7d;
}

#ticket_search .label{
	color: #ed1c24;
	font-size: 12px;
	font-weight: bold;
}

#ticket_result{
	clear: both;
	width: 550px;
	margin-top: 10px;
}

#ticket_result table{
	width: 100%;
}

#ticket_result table tr{
	vertical-align: top;
}

#ticket_result table th{
	color: #ed1c24;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#ticket_result .highlight_event{
	background-color: #ebece7;
}

#ticket_result a{
	font-weight: bold;
	text-decoration: none;
	color: #90a52a;
}

#min_quantity_notice{
	display: block;
	position: absolute;
	padding: 10px;
	text-align: center;
	width: 530px;
	border:1px solid #ed1c24;
	background-color: #f4f3f4;
}

.senior_student{
	width: 530px;
	border:1px solid #acacac;
	background-color: #f4f3f4;
	padding: 5px;
}

#delivery_date{
	width: 530px;
	height: 75px;
	border:1px solid #ed1c24;
	background-color: #f4f3f4;
	padding: 5px;
	margin-bottom: 5px;
}

#delivery_date h1{
	padding:0;
	margin:0;
	font-size: 16px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

#delivery_date .date{
	float: left;
	width: 49%;
	padding-bottom: 10px;
}

.row_hidden{
	display: none;
	padding-top: 0px;
	margin-top: 0px;
}

.table_hidden{
	display: none;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #7d7d7d;
	border-bottom: 1px dotted #7d7d7d;	
}

.table_hidden .product{
	width: 50%;
}
.table_hidden .price{
	width: 24%;
}
.table_hidden .quantity{
	width: 24%;
}

#ticket_result .purchase_amount{
	width: 20px;
}

#cart_details{
	clear:both;
	width: 550px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #7d7d7d;	
}

#cart_details table{
	width: 100%;
}

#cart_details table tr{
	vertical-align: top;
}

#cart_details table th{
	color: #ed1c24;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#cart_details .purchase_amount{
	width: 20px;
}

.order_form{
	border-bottom: 1px dotted #7d7d7d;	
}

#order_details{
	width: 350px;
	margin-top: 10px;
}

#order_details table{}

#order_details table tr{
	vertical-align: top;
}

#order_details table th{
	color: #ed1c24;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#order_details a{
	font-weight: bold;
	text-decoration: none;
	color: #ed1c24;
}

#security_info{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	width: 200px;
}

#security_info .info_box{
	background-color: #f4f3f4;
	padding: 10px;
	margin-bottom: 5px;
}

#security_info .image{
	text-align: center;
}

#security_info .faq_header{
	color: #96aa3a;
}
#security_info .faq_text{
	padding-left: 7px;
}

.question{
	position: relative;
	padding-left: 5px;
	z-index: 24;
}

.q_inline_td{
	height: 18px;
	line-height: 18px;
}

.q_inline{
	padding-left:0px;
	width: 40px;
}

.question img{
	position: absolute;
	top: -3px;
}

.q_inline img{
	position: relative;
	top:0px;
	height: 12px;
	padding-right: 5px;
}

.question span{
	display: none;
}

.question img{
	height: 16px;
}

.question:hover {
	z-index: 25;
}

.question:hover span{ /*the span will display just on :hover state*/
	display: inline;
	position: absolute;
	top: 0; /* layer's place and dimension that you can change at will */
	left: 20px;
	padding: 5px;
	text-align: left;
	width: 300px;
	background-color: #e8e588;
	border:1px solid #000000;
	font-weight: normal;
}

.tag_tooltip{
	display: none;
	width: 300px;
}

#footer{
	position: absolute;
	bottom: 5px;
	left: 190px;
	color: #9b9b9b;
	text-transform: uppercase;
	font-size: 9px;
}

#vuepoint{
	position: relative;
	margin:0 auto;
	width: 986px;
	padding:0px;
	padding-top: 8px;
	font-size: 10px;
}

#vuepoint .detail{
	text-align: right;
}