@import "maps.css";

div.ModalPopupPanel
{
	padding: 10px;
	position: relative;
	background-color: Transparent;
	width: auto;
	border: 0;
}

div#outerMessageContainer
{
	width: 500px;
	min-height: 100px; /*200px; 265px;*/
	background-color: #0c4477; /*#1E3140;*/
	height: auto;
	margin: 100px auto 0px auto;
	padding: 5px;
}

div.errorMiddleContent
{
	height: auto; /*230px;*/
	min-height: 70px;
	background-color: #ffffff;
	float: left;
	width: 490px;
	padding: 5px;
}

.my_bookings
{
	width: 600px;
}

.my_bookings_header td
{
	font-weight: bold;
}

.pointer
{
	cursor: pointer;
	cursor: hand;
}

.my_bookings_sub
{
	width: 570px;
	background-color: #E8E8E8;
	border: solid 1px #CCCCCC;
	float: left;
}
.my_bookings_sub td
{
	padding: 2px;
}

body
{
	background-color: #FFFFFF;
	font-size: 11px; /*color: #2e2e2e;*/
	color: #0c4477;
}

*
{
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
}
ul
{
	padding: 4px 4px 4px 20px;
}
p
{
	padding: 4px;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

input, select
{
	color: #0c4477;
}

/* global layer popup classes */
.popup_layer input
{
	background-color: #FFFFFF;
}
.popup_layer
{
	width: 500px;
	height: auto;
	float: left;
}
.bak_popup_top
{
	width: 500px;
	height: 6px;
	background: url(                   '../images/popup/bak_popup_top.gif' ) no-repeat;
	float: left;
}
.bak_popup_btm
{
	width: 500px;
	height: 6px;
	background: url(                   '../images/popup/bak_popup_btm.gif' ) no-repeat;
	float: left;
}
.bak_popup_main
{
	width: 500px;
	height: auto; /*background: url(   '../images/popup/bak_popup_main.gif' ) repeat-y;*/
	background-color: #FFFFFF;
	float: left;
}
.popup_container
{
	background: url( ../images/gradient_56.jpg ) repeat-x;
	border: solid 1px #DDDDDD;
	margin: 0 5px 5px 5px;
	padding-bottom: 10px;
	float: left;
}
.popup_content
{
	width: 483px;
	padding: 10px 0 0 0;
	float: left;
	height: 400px;
	overflow-y: auto;
}

.bak_popup_header
{
	width: 483px;
	height: 26px;
	background: url(                '../images/popup/popup_header.jpg' ) repeat-x; /*background: url( '../images/popup/bak_popup_header.gif' ) top left no-repeat;*/
	padding-left: 5px;
	float: left;
}
.popup_header
{
	width: 483px;
	height: 26px;
	padding-top: 3px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(                '../images/popup/popup_header.jpg' ) repeat-x; /*	background: url( '../images/popup/bak_popup_header.gif' ) top right no-repeat;*/
	float: left;
}
a:link, a:visited
{
	color: #0061aa;
	text-decoration: none;
}

a:hover, a:active
{
	color: #0061aa;
	text-decoration: underline;
}

.call_centre_staff
{
	float: right;
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
}

.call_centre_staff a
{
	color: #FFFFFF;
}

h1
{
	font-size: 14px;
	font-weight: bold;
}

h2
{
	font-size: 12px;
	font-weight: bold;
}

.header_colour
{
	color: #0c4477;
}

#cmsPageContainer3
{
	background: Transparent url(../images/redtop.jpg) no-repeat scroll right -1px;
}

#cmsPageBackground
{
	width: 886px;
	clear: both;
}

#content
{
	width: 886px;
	padding: 10px 0;
	clear: both;
}

#cmsMiddleBlock
{
	width: 649px;
	height: auto;
	float: left;
}

#bread_crumb
{
	width: 639px;
	height: auto;
	padding: 5px;
	font-size: 11px;
	float: left;
}

.error_msg
{
	padding-top: 5px;
	font-size: 11px;
	color: Red;
}

.content_header
{
	width: 612px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 0;
	float: left;
}

.content_subheader
{
	width: 612px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin: 12px 0 10px 0;
}

.content_row
{
	width: 649px;
	font-size: 11px;
	float: left;
}

#nav
{
	width: 649px;
	height: 27px;
	float: left;
}

#nav img
{
	border: 0;
}

#homepage_tabs
{
	width: 649px;
	height: 28px;
	padding-left: 4px;
	padding-top: 5px;
	float: left;
}

#homepage_tabs img
{
	border: 0;
	width: 107px;
	height: 28px;
	float: left;
	display: inline;
}

#contenthome
{
	width: 644px;
	height: auto;
	padding-left: 5px;
	float: left;
}

.bak_contenthome_top
{
	width: 644px; /*height: 7px;*/
	clear: both;
}

.bak_contenthome
{
	width: 632px;
	height: auto;
	border: solid 1px #CCCCCC;
	float: left;
	clear: both;
	padding: 5px;
	margin: 0;
}

.bak_contenthome_content
{
	width: 612px;
	height: auto; /*min-height: 420px;*/
	padding: 10px;
	color: #0c4477;
	font-size: 11px;
	background: url( ../images/gradient_56.jpg ) repeat-x;
	float: left;
}

.bak_contenthome_btm
{
	width: 460px;
	height: 7px;
	clear: both;
	float: left;
}

#logo_header
{
	width: 326px;
	height: 71px;
	float: left;
}

#footer
{
	width: 876px;
	height: 21px;
	margin: 15px 0 5px 0;
	padding: 7px 0 0 10px;
	text-align: left;
	clear: both;
	background: url( ../images/footer_64.jpg );
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}

.gridview_journeyresults
{
	width: 649px;
	float: left;
}

/* journey search panel */
#journeysearch
{
	width: 237px;
	height: auto;
	float: left;
}
.bak_journeysearch_top
{
	width: 237px;
	height: 24px;
	clear: both;
}
.bak_journeysearch
{
	width: 227px;
	height: auto;
	background: url( ../images/search_box_bak.jpg ) repeat-y;
	clear: both;
	float: left;
	padding-left: 10px;
}
.bak_journeysearch_btm
{
	width: 237px;
	height: 11px;
	clear: both;
}
.bak_journeysearch_content
{
	width: 215px;
	height: auto;
	padding-top: 6px;
	color: #0c4477;
	font-size: 12px;
	font-weight: bold;
	background: url( ../images/search_box_gradient.jpg ) repeat-x;
	float: left;
}
.row_journeysearch
{
	width: 201px;
	height: auto;
	padding-bottom: 7px;
	padding-left: 12px;
	float: left;
}
.row_journeysearch_center
{
	width: 213px;
	height: auto;
	padding-bottom: 7px;
	text-align: center;
	float: left;
}
.journey_search_form
{
	padding:0;
	margin:0;
	float:left;
}
/* end journey search panel */
.journey_results_table
{
	width: 600px;
	background-color: #E8E8E8;
	border: solid 1px #CCCCCC;
	float: left;
}
.journey_results_table td
{
	padding: 2px;
}
.row_journeyresults
{
	width: 650px;
	height: auto;
	padding-bottom: 7px; /*padding-left: 12px;*/
	font-size: 13px;
	font-weight: bold;
	color: #0c4477;
}
/* login panel */
#loginpanel
{
	width: 323px;
	height: 52px;
	margin-top: 19px;
	font-size: 10px;
	float: left;
}
.row_loginpanel
{
	width: 323px;
	height: auto;
	float: left;
	padding-bottom: 2px;
}
.label_loginpanel
{
	width: 65px;
	margin-right: 4px;
	text-align: right;
	color: #0c4477;
	float: left;
}
.field_loginpanel
{
	font-size: 10px;
	width: 87px;
	float: left;
}
.btn_loginpanel
{
	float: right;
}
/* end login panel */
.default_panel
{
	float: left;
	width: 500px;
	height: 500px;
	padding: 5px;
	background-color: #DDDDDD;
	margin: 2px;
}

.default_panel_row
{
	width: 500px;
	padding-bottom: 8px;
}

.default_panel_label
{
	width: 100px;
}

.gridview_row
{
	background-color: #CCCCCC;
}

.gridview_alternating_row
{
	background-color: #EEEEEE;
}

#customer_management
{
	float: left;
	width: 350px;
	margin: 2px;
}

.customer_management_row
{
	width: 350px;
	padding-bottom: 2px;
}

.customer_management_label
{
	width: 85px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

#booking_summary
{
	float: left;
	width: 610px;
}

.summary_header span
{
	width: 610px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-top: 12px;
	margin-bottom: 10px;
}

.summary_row
{
	width: 610px;
	float: left;
}

.summary_table
{
	width: 610px;
	background-color: #E8E8E8;
	border: solid 1px #CCCCCC;
	font-size: 11px;
}

.summary_table td
{
	font-size: 11px;
}

.summary_sub_table
{
	width: 400px;
	border: solid 1px #CCCCCC;
	background-color: #EEEEEE;
	font-size: 11px;
}

.summary_sub_table td
{
	font-size: 11px;
	text-align: left;
}

.booking_amount
{
	font-weight: bold;
	font-size: 13px;
}

#snow_cam
{
	font-size: 10px;
	width: 237px;
	height: 203px;
	clear: left;
	margin: 10px 0;
	float: left;
}

.snow_cam_dropdownlist
{
	font-size: 10px;
	margin: 50px 0 0 12px;
}

.MainBanner
{
	float: left;
	clear: both;
	width: 100%;
}

#cmsMiddleBlock
{
	width: 649px;
	float: right;
	clear: right;
}

.TopControlContainer
{
	width: 649px;
	float: right;
}

.TopControl
{
	width: 649px;
	float: left;
}

.TopControl .MainNavMenu
{
	float: left;
	clear: both;
	width: 100%;
}
.LeftNav
{
	float: left;
	width: 237px;
	clear: left;
}

#footer
{
	float: left;
	clear: both;
	width: 100%;
}

.label_cmscontent
{
	width: 612px;
	float: left;
	height: auto;
}

.rblJourneySearch
{
	padding: 0;
	margin: 0;
	float: left;
}
.rblJourneySearch label
{
	padding: 0 7px 0 3px;
	margin: 0;
}
