@charset "UTF-8";
body {
	font: 100% Helvetica;/*Verdana, Arial, Helvetica, sans-serif;*/
	background-color: #EFD914;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #262324;
	font-size: 14px;
}
a{color: #262324;}
a:hover {color:#FAC900} 
.instructions_box_text a:hover {color: ;}
.dev {
	font-style: italic;
	font-size: 10px;
	color: red;
}
/*colors for travel*/
.color_main{color: #262324;}
.color_brand{color: #FAC900;}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

/* shows div with marker line below */
.heading,
.heading-optional {
	font-size: 16px;
	position: absolute;
	padding: 0 4px 0 2px;
	height: 1.2em;
}
.heading {background: url(../img/marker_yellow.gif) repeat-x bottom left;}
.heading-optional {background: url(../img/marker_grey.gif) repeat-x bottom left;}
.heading-small {
	font-size: 12px;
	position: absolute;
	padding: 0 4px 0 2px;
	height: 1.6em;
	background: url(../img/marker_yellow.gif) repeat-x bottom left;
}
.logo_t2 {
	float: left;
	width: 90px;
	height: 45px;
	background: url(../img/logo_t2.gif) no-repeat;
	cursor: pointer;
}
.msgSuccess, .msgError, .msgAlert, .msgInfo{
	font-size: 11px;
	border:1px solid;
	padding:1em;
	margin-bottom: 5px;
}
.msgSuccess{
	border-color: #bdf4bd;
	color: #4CB748;
	background-color: #efffef;
}
.msgError{
	border-color: #ffa9a9;
	color: #b00000;
	background-color: #ffeaea;
}
.msgInfo{
    background-color:#F0F5FF;
    border-color:#BDE7F9;
    color:#141821;
    text-align:left;
}

.oneColElsCtrHdr #container {
/*	width: 46em;*/  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	width: 857px;
	height: 540px;
	background: url(../img/bg_map.gif) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #container_front {
/*	width: 46em;*/  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	width: 857px;
	height: 720px;
	background: url(../img/bg_front.gif) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: 50px;
}
.oneColElsCtrHdr #container_nomap {
/*	width: 46em;*/  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	width: 657px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: 50px;
}
.oneColElsCtrHdr #logos-top {
	width: 736px;
	height: 120px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 11px;
}
.oneColElsCtrHdr #logos-top div {padding-top: 25px;}
.oneColElsCtrHdr #logos-bottom {
	width: 736px;
	height: 120px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 11px;
}
.oneColElsCtrHdr #logos-bottom div {padding-top: 25px;}
.ticket {
	position: relative;
/*	top: 134px;*/
	left: 54px;
	width: 750px;
	height: 313px;
	margin-top: 15px;
/*	background: red;*/
}
.ticket .left{
	float: left;
	vertical-align: top;
	width: 447px;
/*	background: green;*/
}
.ticket .right{
	float: right;
	vertical-align: top;
	width: 303px;
/*	background: blue;*/
}
.ticket .left .content {
	margin: 15px 0 0 15px;
	width: 420px;
	height: 300px;
}
.ticket .left .content .top {
	width: 420px;
	height: 60px;
/*	background: blue;*/
}
.ticket .left .content .main {
	width: 420px;
	height: 209px;
/*	background: red;*/
}
.ticket .left .content .bottom {
	width: 420px;
	height: 30px;
/*	background: black;*/
}
.ticket .right .content {
	margin: 15px 0 0 15px;
	width: 280px;
	height: 300px;
}
.ticket .right .content .top {
	width: 270px;
	height: 60px;
/*	background: blue;*/
}
.ticket .right .content .main {
	width: 270px;
	height: 209px;
/*	background: red;*/
}
.ticket .right .content .bg {background: url(../img/ticket_right_bg.gif) center center no-repeat}

.ticket .right .content .bottom {
	width: 270px;
	height: 30px;
/*	background: black;*/
}
.instructions_text {font-size: 11px;}
input {
	font-size: 12px;
}
.input_focus_left,
.input_focus_middle,
.input_focus_right,
.input_nonfocus_left,
.input_nonfocus_middle,
.input_nonfocus_right {
	display:block;
	height: 18px;
	float: left;
}
.input_focus_left {
	color: #262324;
	background: url(../img/input_focus_left.gif) no-repeat;
	width: 8px;
}
.input_focus_middle {
	color: #262324;
	background: url(../img/fill_focus.gif);
	width: 239px;
}
.input_focus_right {
	color: #262324;
	background: url(../img/input_focus_right.gif) no-repeat;
	width: 8px;
}
.input_focus_middle input {
	color: #262324;
	border: none;
	height: 16px;
	background: none;
	width: 239px;
}
.input_nonfocus_left {
	color: #FFFFFF;
	background: url(../img/input_nonfocus_left.gif) no-repeat;
	width: 8px;
}
.input_nonfocus_middle {
	color: #FFFFFF;
	background: url(../img/fill_nonfocus.gif);
	width: 239px;
}
.input_nonfocus_right {
	color: #FFFFFF;
	background: url(../img/input_nonfocus_right.gif) no-repeat;
	width: 8px;
}
.input_nonfocus_middle input {
	color: #FFFFFF;
	border: none;
	height: 16px;
	background: none;
	width: 239px;
}
.textarea_lightgrey {
	color: #000000;
	margin: 5px 0 0 10px;
	background: url(../img/fill_lightgrey.gif) no-repeat;
	border: 1px solid white;
	width: 240px;
	height: 140px;
}
.textarea_lightgrey textarea {
	color: #000000;
	border: 1px solid #262324;
	height: 70px;
	background: none;
	margin-top: 10px;
	float: left;
	width: 200px;
}

.button {
/*	margin-top: 15px;*/
	cursor: pointer;
}
.button .left {
	background: url(../img/btn_left.gif);
	width: 5px;
	height: 21px;
	float: left;
}
.button .middle {
	background: url(../img/fill_nonfocus.gif);
	height: 21px;
	float: left;
}
.button .middle .description {
	font-size: 12px;
	padding: 5px 2px 0 2px;
/*	font-weight: bold;*/
	color: #FFFFFF;
}
.button .middle .description:hover {color: #EFD914;}
.button .middle a {
	font-size: 14px;
	margin: 4px 2px 0 2px;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
}
.button .middle a:hover {color: #EFD914;}
.button .right {
	background: url(../img/btn_right.gif);
	width: 5px;
	height: 21px;
	float: left;
}
.largeButton{
	color: #FFFFFF;
	float: left;
	width: 200px;
	height: 75px;
	cursor: pointer;
}
.largeButton:hover {
	color: #262324;
}
.largeButton_hover { /* in order to be able to load this hidden, for cache */
	float: left;
	width: 200px;
	height: 75px;
	color: #262324;
}
.avatar {
	float: left;
	background: #FFFFFF;
	height: 78px;
	width: 78px;
	border: 1px solid #DCDDDE;
	text-align: center;
	cursor: pointer;
}
.avatar img {padding-top: 5px;}
.box_top_focus {
	margin-top: 15px;
	width: 265px;
	height: 7px;
	overflow: hidden;
	background: url(../img/box_top_focus.gif) no-repeat;
}
.box_bottom_focus {
	width: 265px;
	height: 7px;
	background: url(../img/box_bottom_focus.gif) no-repeat;
}
.box_middle_focus {
	width: 265px;
	background: url(../img/fill_focus.gif)
}
.box_text {
	padding-left: 15px;
	width: 200px;
	color: #262324;
}
.box_top_lightgrey {
	margin-top: 15px;
	width: 265px;
	height: 18px;
	overflow: hidden;
	background: url(../img/box_top_lightgrey.gif) no-repeat;
}
.box_bottom_lightgrey {
	width: 265px;
	height: 18px;
	background: url(../img/box_bottom_lightgrey.gif) no-repeat;
}
.box_middle_lightgrey {
	width: 265px;
	background: url(../img/fill_lightgrey.gif)
}
.box_text_lightgrey {
	padding-left: 15px;
	width: 200px;
	color: #000000;
}
.meetingPoint {
	width: 67px;
	height: 55px;
	text-align: center;
	font-size: 10px;
	float: left;
}
.mainTable {
	width: 667px;
	background-color: #FFFFFF;
}
.mainTable .tableTop,
.mainTable .tableBottom {height: 23px;}
.mainTable .tableTop {background: url(../img/table_top.gif) no-repeat;}
.mainTable .tableBottom {background: url(../img/table_bottom.gif) no-repeat;}
.mainTable .tableLeft {
	padding: 10px 30px 10px 30px;
	width: 274px;
	background: url(../img/table_left.gif) repeat-y left;
}
.mainTable .tableRight {
	padding: 10px 30px 10px 30px;
	width: 273px;
	background: url(../img/table_right.gif) repeat-y right;
}
.mainTable .tableOneColumn {
	padding: 10px 30px 10px 30px;
	width: 667px;
	background: url(../img/table_onecolumn.gif) repeat-y;
}
.mainTable .tableHeader {
	font-size: 24px;
	color: #FFFFFF;
	height: 35px;
	background-color: #BDE7F9;
}

.guide_menuitem_focus_1,
.guide_menuitem_focus_2,
.guide_menuitem_focus_3 {
	float: left;
	cursor: pointer;
	width: 200px;
	height: 100px;
	color: #000000;
}
.guide_menuitem_nonfocus_1,
.guide_menuitem_nonfocus_2,
.guide_menuitem_nonfocus_3 {
	float: left;
	cursor: pointer;
	width: 200px;
	height: 100px;
	color: #D0D2D3;
}
.guide_menuitem_focus_1 div,
.guide_menuitem_focus_2 div,
.guide_menuitem_focus_3 div,
.guide_menuitem_nonfocus_1 div,
.guide_menuitem_nonfocus_2 div,
.guide_menuitem_nonfocus_3 div {padding: 0 5px 0 33px;}
.guide_menuitem_focus_1 {background: url(../img/guide_1_focus.gif) no-repeat;}
.guide_menuitem_focus_2 {background: url(../img/guide_2_focus.gif) no-repeat;} 
.guide_menuitem_focus_3 {background: url(../img/guide_3_focus.gif) no-repeat;}
/* .focus doesn't need any hover..
.guide_menuitem_focus_1:hover {background: url(../img/guide_1_nonfocus.gif) no-repeat; color: #000000;}
.guide_menuitem_focus_2:hover {background: url(../img/guide_2_nonfocus.gif) no-repeat; color: #000000;} 
.guide_menuitem_focus_3:hover {background: url(../img/guide_3_nonfocus.gif) no-repeat; color: #000000;}
*/
.guide_menuitem_nonfocus_1 {background: url(../img/guide_1_nonfocus.gif) no-repeat;}
.guide_menuitem_nonfocus_2 {background: url(../img/guide_2_nonfocus.gif) no-repeat;} 
.guide_menuitem_nonfocus_3 {background: url(../img/guide_3_nonfocus.gif) no-repeat;}
.guide_menuitem_nonfocus_1:hover {background: url(../img/guide_1_focus.gif) no-repeat; color: #000000;}
.guide_menuitem_nonfocus_2:hover {background: url(../img/guide_2_focus.gif) no-repeat; color: #000000;} 
.guide_menuitem_nonfocus_3:hover {background: url(../img/guide_3_focus.gif) no-repeat; color: #000000;}

.guide_box {
	width: 581px;
	height: 211px;
	background: url(../img/guide_box.gif) no-repeat;
}

.tooltip {
	width: 200px;
	padding: 10px;
	font-size: 11px;
	background-color: #f5f5b5;
	border: 1px solid #DECA7E;
   	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
}

/* fixed footer, info from http://limpid.nl/lab/css/fixed/footer */
#footer { 
	text-align:left;
	font-size: 11px;
	float: left;
	padding: 6px 10px 10px 10px;
	position: absolute;
	bottom:0;
	left:4%;
	width:90%;
	height:15px;
	background: #333333;
	color: #FFFFFF;
}
@media screen{
	body>div#footer{
 		position: fixed;
	}
}
 #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {color: #EFD914;}