

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/layout/background.gif);
	background-repeat: repeat;
	background-position: center;
}

strong {
	font-weight: bold;
}

li {
	padding: 2px;
}

a:link{ text-decoration: none; color: #0000FF; font-weight: normal;}
a:visited{ text-decoration: none; color: #0000FF; font-weight: normal;}
a:hover{ text-decoration: none; color: #C5151D; font-weight: normal;}
a:active{ text-decoration: none; color: #0000FF; font-weight: normal;}

h1 {
	font-size: 16px;
	color: #30409a;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
}

img {
	position: relative;
}

p {
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}


p2 {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

#container {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	width: 900px;
	background-color: #FFFFFF;
	color: #000000;
}

#topbanner {
	position: relative;
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 900px;
	background-color: #D4D5D6; /* was.. #C9DFFF*/
}

#middle {
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 900px;
	background-color: #D4D5D6; 
	background-image: url(../images/layout/background_center.gif);
	background-repeat: repeat-y;
}

#left_content {
	position: relative;
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	width: 165px;
}

#navigation {
	position: relative;
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 165px;
}

#central_holder {
	position: relative;
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	width: 455px;
}

#central_content {
	position: relative;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #000000;
}

#right_content {
	position: relative;
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 230px;
}

#sponsor_logo {
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 900px;
	background-color: #FFFFFF;
	text-align: center;
	border-bottom: 3px solid #D4D5D6;
	border-top: 10px solid #D4D5D6;
}

.sponsor {
	font-weight: bold;
	text-align: left;
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #D4D5D6;
	font-size: 10px;
}

#host_sponsor {
	position: relative;
	float: left;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	width: 699px;
	text-align: center;
	border-right: 1px solid #D4D5D6;
	height: 87px;
}

#other_sponsor {
	position: relative;
	float: left;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	width: 200px;
	height: 87px;
}

#sponsor_logo img{
	padding: 10px 30px 0px 30px;
	margin: 0px 0px 0px 0px;
	border: none;
}

#copyright {
	position: relative;
	float: left;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 9px;
	background-color: #FFFFFF;
	width: 900px;
}

#copyright a:link{ text-decoration: none; color: #000000; font-weight: normal;}
#copyright a:visited{ text-decoration: none; color: #000000; font-weight: normal;}
#copyright a:hover{ text-decoration: underline; color: #00ADEF; font-weight: normal;}
#copyright a:active{ text-decoration: none; color: #000000; font-weight: normal;}

.home_quote {
	position: relative;
	float: left;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/home_quote.jpg);
	background-repeat: no-repeat;
	width: 415px;
}

.home_quote img{
	padding: 0px;
	margin: 0px;
}

/******************* Index page boxes ************************/

.index_box {
	position: relative;
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 145px;
}

.index_box_top {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 145px;
	height: 15px;
	background-image: url(../images/layout/main_box_top.gif);
	background-repeat: no-repeat;
}

.index_box_middle {
	padding: 0px 15px 0px 10px;
	margin: 0px 0px 0px 0px;
	width: 120px;
	background-image: url(../images/layout/main_box_centre.gif);
	background-repeat: repeat-y;
	font-size: 11px;
	height: 80px;
	color: #000000;
}

.index_box_bottom {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 145px;
	height: 45px;
	background-image: url(../images/layout/main_box_base.gif);
	background-repeat: no-repeat;
}

#index_boxlarge_top {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 435px;
	height: 13px;
	background-image: url(../images/layout/long_box_top.gif);
	background-repeat: no-repeat;
}

#index_boxlarge_middle {
	padding: 0px 5px 0px 8px;
	margin: 0px 0px 0px 0px;
	width: 422px;
	background-image: url(../images/layout/long_box_middle.gif);
	background-repeat: repeat-y;
	color: #000000;
}

#index_boxlarge_bottom {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 435px;
	height: 30px;
	background-image: url(../images/layout/long_box_bottom.gif);
	background-repeat: no-repeat;
}

/*************** forms *******************/

fieldset {
	padding: 5px;
	margin: 0px 0px 5px 0px;
	background-color: #FFFFFF;
	border: 1px solid #30409a;
	width: 420px;
}

legend {
	padding: 5px;
	margin: 0px;
	background-color: #30409a;
	color: #FFFFFF;
	font-size: 12px;
}

/*************** Exhibition box *******************/

#exhib_box {
	position: relative;
	float: left;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 290px;
}

#exhib_box_top {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 290px;
	height: 14px;
	background-image: url(../images/layout/exhib_box_top.gif);
	background-repeat: no-repeat;
}

#exhib_box_middle {
	padding: 0px 15px 0px 10px;
	margin: 0px 0px 0px 0px;
	width: 265px;
	background-image: url(../images/layout/exhib_box_centre.gif);
	background-repeat: repeat-y;
	font-size: 11px;
	height: 90px;
	color: #000000;
}

#exhib_box_bottom {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 290px;
	height: 45px;
	background-image: url(../images/layout/exhib_box_base.gif);
	background-repeat: no-repeat;
}

#exhib_small_box {
	position: relative;
	float: left;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 145px;
}

#exhib_small_box_top {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 145px;
	height: 15px;
	background-image: url(../images/layout/main_box_top.gif);
	background-repeat: no-repeat;
}

#exhib_small_box_middle {
	padding: 0px 15px 0px 10px;
	margin: 0px 0px 0px 0px;
	width: 120px;
	background-image: url(../images/layout/main_box_centre.gif);
	background-repeat: repeat-y;
	font-size: 11px;
	height: 90px;
	color: #000000;
}

#exhib_small_box_bottom {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 145px;
	height: 45px;
	background-image: url(../images/layout/main_box_base.gif);
	background-repeat: no-repeat;
}


/******************* Right hand boxes ************************/

#post_mag {
	position: relative;
	float: left;
	padding: 70px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	width: 230px;
	background-image: url(../images/layout/post_tech_art.gif);
	background-repeat: no-repeat;
}

.red_box_top {
	position: relative;
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	width: 220px;
	height: 15px;
	background-image: url(../images/layout/red_top.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.red_box_top_larger {
	position: relative;
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	width: 220px;
	height: 25px;
	background-image: url(../images/layout/red_top.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.show_news_red_box_top {
	position: relative;
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	width: 220px;
	height: 27px;
	background-image: url(../images/layout/blue_top.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.blue_box_top {
	position: relative;
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	width: 220px;
	height: 15px;
	background-image: url(../images/layout/blue_top.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.red_box_top_left {
	position: relative;
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	width: 145px;
	height: 15px;
	background-image: url(../images/layout/red_top_left.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.red_box_top_left_tall {
	position: relative;
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	width: 145px;
	height: 15px;
	background-image: url(../images/layout/red_top_left_tall.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.black_box_top {
	position: relative;
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	width: 220px;
	height: 15px;
	background-image: url(../images/layout/black_top.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.box_middle {
	position: relative;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	width: 230px;
}

.box_middle_mag {
	position: relative;
	float: left;
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 10px 0px;
	width: 230px;
	height: 150px;
	background-image: url(../images/layout/mag_base.gif);
	background-repeat: no-repeat;
}

.related_events_left{
    position: relative;
	float: left;
	padding: 5px 10px 0px 5px;
	width: 150px;
	height:150px;
	background:#fff
	
}

.related_events_small{
    position: relative;
	float: left;
	padding: 5px 10px 0px 5px;
	width: 150px;
	height: 70px;
	background:#fff
	
}

.box_middle_forum {
	position: relative;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	width: 230px;
	background-color: #FFFFFF;
}

.box_middle_mag_left {
	position: relative;
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	width: 145px;
	background-image: url(../images/layout/mag_base_left.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 10px;
	background-color: #FFFFFF;
}

.box_middle_picture {
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	width: 240px;
	background-color: #FFFFFF;
	text-align: center;
}

.box_middle_picture img{
	padding: 10px 0px 10px 0px;
}

.box_bottom_show {
	position: relative;
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 240px;
	height: 39px;
	background-image: url(../images/layout/box_base_cpl.gif);
	background-repeat: no-repeat;
}

.box_middle {
	position: relative;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	width: 230px;
	background-color: #FFFFFF;
}

.red_discount{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
}

.orange_discount{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #C5151D;
	font-weight: bold;
	text-transform: uppercase;
}

.cpl_box_middle_header{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.box_middle_text{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.round_white_top {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 240px;
	height: 15px;
	background-image: url(../images/layout/box_top_white.gif);
	background-repeat: no-repeat;
}

.round_white_middle {
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	width: 220px;
	background-color: #FFFFFF;
	color: #000000;
}

.round_white_bottom {
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 240px;
	height: 38px;
	background-image: url(../images/layout/box_base_white.gif);
	background-repeat: no-repeat;
}

.round_white_bottom_short {
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 240px;
	height: 18px;
	background-image: url(../images/layout/box_base_white_short.gif);
	background-repeat: no-repeat;
}

.round_white_bottom_show {
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 240px;
	height: 25px;
	background-image: url(../images/layout/box_base_white_show.gif);
	background-repeat: no-repeat;
}

.round_white_bottom_studio {
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 240px;
	height: 28px;
	background-image: url(../images/layout/box_base_white_studio.gif);
	background-repeat: no-repeat;
}

.left_round_white_top {
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 165px;
	height: 15px;
	background-image: url(../images/layout/left_box_top_white.gif);
}

.left_round_white_middle {
	position: relative;
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	width: 145px;
	background-color: #FFFFFF;
	color: #000000;
}

.left_round_white_bottom {
	position: relative;
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 165px;
	height: 38px;
	background-image: url(../images/layout/left_box_base_white.gif);
	background-repeat: no-repeat;
}

.forum_title{
	font-size: 14px;
	color: #C5151D;
	font-weight: bold;
}

.forum_text{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.mag_title{
	font-size: 14px;
	color: #C5151D;
	font-weight: bold;
}

.mag_text{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.book_now {
	position: relative;
	float: left;
	padding: 5px 10px 5px 10px;
	Margin: 0px 0px 10px 0px;
	background-image: url(../images/book_now.jpg);
	width: 220px;
	height: 43px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.tell_friend {
	position: relative;
	float: left;
	padding: 10px 10px 10px 10px;
	Margin: 0px 0px 10px 0px;
	background-image: url(../images/tell_friend.gif);
	width: 220px;
	height: 33px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


.rh_book_conf{
	background-color:#ffffff; 
	color:#000000; 
	position: relative; 
	float: left; 
	height:auto; 
	width:220px; 
	padding:10px; 
	margin-bottom:0px;
	text-align: center;
	font-size:28px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;	
	border-right:1px solid #999999;	
}


.rh_blue_btm{
	background-color:#00B2F0; 
	color:#FFFFFF; 
	position: relative; 
	float: left; 
	height:auto; 
	width:220px; 
	padding:10px; 
	margin-bottom:2px;
	text-align: center;
	font-size:20px;
	border-left:1px solid #999999;	
	border-right:1px solid #999999;	
	border-bottom:1px solid #999999;	
	border-top:3px solid #C9C9C9;	
}

/******** Conference pages  ***********/

#conf_right {
	padding: 0px 0px 10px 5px;
	margin: 0px 0px 0px 0px;
}

#conf_right a:link{ text-decoration: none; color: #000000; font-weight: normal;}
#conf_right a:visited{ text-decoration: none; color: #000000; font-weight: normal;}
#conf_right a:hover{ text-decoration: none; color: #999999; font-weight: normal;}
#conf_right a:active{ text-decoration: none; color: #000000; font-weight: normal;}

.conf_box {
	position: relative;
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 145px;
}

.conf_box_top {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 145px;
	height: 15px;
	background-image: url(../images/layout/main_box_top.gif);
	background-repeat: no-repeat;
}

.conf_box_middle {
	padding: 0px 15px 0px 10px;
	margin: 0px 0px 0px 0px;
	width: 120px;
	background-image: url(../images/layout/main_box_centre.gif);
	background-repeat: repeat-y;
	font-size: 11px;
	height: 85px;
	color: #000000;
}

.conf_box_bottom {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 145px;
	height: 45px;
	background-image: url(../images/layout/main_box_base.gif);
	background-repeat: no-repeat;
}

.conf_box_middle_title{
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	color: #C5151D;
}

.conf_session {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.conf_scroll {
	width: 435px;
	height: 507px;
	overflow: auto;
}

.conf_header {
	font-size: 16px;
	color: #C5151D;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.conf_title {
	font-size: 16px;
	color: #C5151D;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.conf_times {
    font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.conf_speaker {
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
}

.conf_rates {
	background-color: #E1E9F6;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 2px 0px;
}

#download {
	position: relative;
	float: left;
	padding: 95px 5px 0px 10px;
	margin: 0px 0px 0px 0px;
	width: 150px;
	height: 30px;
	background-image: url(../images/downloads.gif);
	background-repeat: no-repeat;
}

/***** Navigation css ********/

.glossymenu{
margin: 0px 0px;
padding: 0px;
width: 165px; /*width of menu*/
border-bottom-width: 0px;
background-color: #FFFFFF;
font-size: 11px;
}

.glossymenu a.menuitem{
background-color: #666666;
font-size: 13px;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0px 4px 10px;
margin: 0px 0px 1px 0px;
text-decoration: none;
cursor: pointer;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
border: none;
}

.glossymenu a.menuitem:hover{
background-color: #79CDE7;
color: #ffffff;
}

.submenu{ /*DIV that contains each sub menu*/
background-color: #FFFFFF;
margin: 0px 0px 0px 10px;
}

.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.submenu ul li{
border-bottom: 1px solid #CCCCCC;
display: block;
}

.submenu ul li a{
display: block;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.submenu ul li a:hover{
background-color: #CCCCCC;
color: #FFFFFF;
}



/********************************/

.box_title{
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	color: #C5151D;
}

.box_title_blue{
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	color: #223F8F;
}

.box_text{
	color: #000000;
}

.orange_text {
	color: #C5151D;
	text-decoration: none;
	font-weight: bold;
}

.travel_title {
	background-color: #CCCCCC;
	color: #000000;
	padding: 5px;
	font-weight: bold;
}

.clickhere_box {
	text-align: center;
	background-color: #C5151D;
	color: #FFFFFF;
	padding: 5px;
}

.clickhere_box a{
	display: block;
	color: #FFFFFF;
}

.picture {
	float: left;
	padding: 0px 5px 5px 0px;
}

#gallery_3 {
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.gallery_picture {
	position: relative;
	border: 1px  solid #CCCCCC;
	padding: 3px;
	margin: 10px 0px 0px 0px;
}

/*.gallery_picture {
	float: left;
	padding: 12px 12px 12px 12px;
}*/

.link_padding_right {
	padding: 0px 20px 0px 0px;
}

.conf_blue {
	background-color: #c9dfff;
	padding: 3px 0px 3px 3px;
	margin: 0px 0px 2px 0px;
}

.link_view {
	text-decoration: none;
	cursor: pointer;
	display: block;
}


.link_view a:link{ text-decoration: none; color: #000000; font-weight: normal;}
.link_view a:visited{ text-decoration: none; color: #000000; font-weight: normal;}
.link_view a:hover{ text-decoration: none; color: #000000; font-weight: normal;}
.link_view a:active{ text-decoration: none; color: #000000; font-weight: normal;}

#eco {
	background-color: #e0f0d2;
}

#eco p{
	background-color: #e0f0d2;
	padding: 10px;
}

.eco_title {
	display: block;
	padding: 10px;
	background-color: #88c657;
	font-size: 18px;
	color: #FFFFFF;
}

.horizontal_linebreak {
	position: relative;
	clear: both; /* very important. This breaks the flow of floated elements */
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin-bottom: -1px;
	/*
	the above 3 attributes makes sure the breaking element is as thin as possible.
	I set margin-bottom: -1px so it pulls whats after it up by 1 px making it effectively invisible!
	*/
}
#flags {
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	top: 10px;
	left: 10px;
	z-index: 1;
}

.opening_time {
	background-color: #E1E9F6;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 2px 0px;
}

#banner_icon {
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	top: 0px;
	right: 0px;
	width:200px;
	height:130px;
	z-index: 1;
}

#banner_icon_1 {
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	top: 0px;
	right: 0px;
	width:250px;
	height:65px;
	z-index: 1;
}

#banner_icon_2 {
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	top: 65px;
	right: 0px;
	width:250px;
	height:65px;
	z-index: 1;
}

/*//////////////////////////////////
Count down styles
/////////////////////////////////*/
.hasCountdown {
	border: 1px solid #004b96;
	background-color: #ffffff;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}

#count_down { 
	width: 240px; 
	height: 35px; 
	float:right; 
	position: relative;
}
#count_holder {
	width: 435px;
	padding: 10px;
	border: 1px solid #004b96;
	background: #C9DFFF;
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 29px;
	right: 10px;
	z-index: 1;
}
#count_title {
	width: 195px;
	height: 35px;
}
#count_title_text {
	line-height: 14px;
	font-size: 24px;
	color: #004b96;
}

/*Star Alliance*/
img .star {
	float:left;
	position:relative;
	padding:0px;
	margin:5px;
	
}

.notification {
	background-image: url("../images/top_notification.jpg");
	background-repeat: no-repeat;	
	width: 435px;
	height:74px;
}

.notification_text{
	color: white; 
	font-weight: 700 !important; 
	font-size: 20px; 
	display: inline-block; 
	background-color: #00B2F0; 
	margin: 10px 70px 10px 70px;
	padding:5px; 
	text-align: center;
}
.notification_text_de{
	color: white; 
	font-weight: 700 !important; 
	font-size: 16px; 
	display: inline-block; 
	background-color:#00B2F0; 
	margin: 12px 10px 10px 15px;
	padding:5px; 
	/*text-align: center;*/
}