/*===================================================================
AGENT LOGIN
===================================================================*/
#agent_login{
	padding:20px 10px 20px 10px;
	margin:10px 0 20px 0;
	background:#B2D1E7;
}

#agent_login dt{
	width:200px;
	float:left;
	clear:left;
	margin:0px 0 10px 0;
}

#agent_login dd{
	float:left;
	width:200px;
	margin:0 0 5px 0;
}

/*===================================================================
SUMMARY
===================================================================*/
/*-----------------------tabbed navigation-----------------------*/

.tabNavigation{
	position:relative;
	list-style:none;
	border-bottom:solid 5px #E1A31C;
	min-width:394px;
	text-align:center;
	margin:10px 0 20px 0;
}

.tabNavigation ul{
	list-style:none;
	position:absolute;
	top:25px;
	background:#E1A31C;
	padding:5px 10px 3px 10px;
	width:615px;
}

.tabNavigation li{
	float:left;
	margin:0px 3px 0px 0px;
	padding:0px;
}

.tabNavigation li:last-child{
	margin-right:0;
}

.tabNavigation li a{
	color:#fff;
	border-radius-topleft:5px;
	border-radius-topleft:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	padding:4px 10px 4px 10px;
	background:#506570;
}

.tabNavigation li a.selected{
	color:#000;
	background:#DAA327;
}

.tabNavigation ul li a{
	background:#E1A31C;
}

/*===================================================================
SETTINGS
===================================================================*/

.signup{
	/*background:#B2D1E7;*/
	padding:20px;
}

.signup dt{
	float:left;
	width:300px;
	margin:4px 0 10px 0;
}

.signup dd{
	float:left;
	width:290px;
	clear:right;
	margin:0 0 10px 0;
}

.signup h3{
	clear:left;
	margin:10px 0 5px 0;
}

/*===================================================================
BOOKINGS
===================================================================*/

tr.odd{
	background:#ccc;
}

.warning {
	border:1px solid red;
}

.agent_booking {
	background:transparent url(/cssimages/summary_background.png) repeat scroll 0 0;
	padding: 0 10px 10px;
}

.agent_booking dt {
	float:left;
	clear:left;
	margin: 10px 10px 0 0;
	width:125px;
}

#passenger_details .passenger_details dt {
	width: 240px;
}

.agent_booking dd {
	float:left;
	width:400px;
	margin: 10px 0 0 0;
}

.agent_booking p {
	clear:both;
	padding: 10px 0 0 0;
}

.passenger_details {
	background-color: #AABB44;
	margin: 0 0 15px 0;
}

#date_list span {
	padding: 0 10px;
}

h2, h4{
	margin:0 0 10px 0;
}

h3 {
	background:url('../cssimages/my_account_s2head.jpg') no-repeat;
	color:#435762;
	font-size:18px;
	height:27px;
	padding:3px 0 0 36px;
	width:595px;
	margin:20px 0 10px;
}

h4 {
	background:url('../cssimages/my_account_shead.jpg') no-repeat;
	color:#435762;
	font-size:19px;
	height:34px;
	padding:16px 0 0 36px;
}

p {
	padding:0 15px;
}

#rss_symbol {
	float:right;
	margin: 0px 19px 0 0;
}

.rss_symbol {
	float:right;
	width:20px;
	margin:-27px 10px 0 0;
}

#generalNews {
	padding: 10px 0 0 0;
}
/*===================================================================
MY ACCOUNT LOGIN
===================================================================*/
form#loginform {
	background:#B2D1E7;
}

#my_account_login{
	padding:20px 10px 20px 10px;
	margin:10px 0 20px 0;
	width:370px;
}

#my_account_login dt{
	width:200px;
	float:left;
	clear:left;
	margin:0px 0 10px 0;
}

#my_account_login dd{
	float:left;
	margin:0 0 5px 0;
}

#content_container {
	background:url('../cssimages/my_account_footer.jpg') #435762 no-repeat bottom left;
	padding-top: 0px;
	border:0px;
}

#header_image {
	width:860px;
	text-align: center;
	background-color: #FFFFFF;
	padding: 10px 0 0 0;
	height:140px;
}

#left_column {
	margin:5px 10px 0 0;
}

/*===================================================================
NAVIGATION
===================================================================*/
/*-----------------------tabbed navigation-----------------------*/

.tabNavigation{
	position:relative;
	list-style:none;
	border-bottom:solid 5px #E1A31C;
	min-width:394px;
	text-align:center;
	margin:10px 0 30px 0;
}

.tabNavigation ul{
	list-style:none;
	position:absolute;
	top:25px;
	left:0px;
	background:#E1A31C;
	padding:2px 10px 3px 10px;
	width:615px;
}

.tabNavigation li{
	float:left;
	margin:0px 3px 0px 0px;
	padding:0px;
}

.tabNavigation li:last-child{
	margin-right:0;
}

.tabNavigation li a{
	color:#fff;
	border-radius-topleft:5px;
	border-radius-topleft:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	padding:4px 10px 4px 10px;
	background:#506570;
}

.tabNavigation li.selected a{
	background:#E1A31C;
}

.tabNavigation li a.selected{
	color:#000;
	background:#DAA327;
}

.tabNavigation ul li a{
	background:#E1A31C;
}

.tabNavigation li a:visited {
	color:#fff;
}

#additional_navigation li {
	margin: 0;
	font-size:14px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	height:30px;
}

#additional_navigation li a {
	background: url('../cssimages/my_account_nav.jpg');
	padding: 4px 0 3px 30px;
	border:0px;
}

#additional_navigation li a:hover {
	color: #efc313;
}

#additional_navigation .sub_nav li a {
	background: #435762;
}

#additional_navigation .sub_nav li {
	font-size: 13px;
}

/*------------------content-------------------*/
#summary_container{
	background-color:#FFFFFF;
	margin:0;
}

#my_account_summary{
	width:620px;
	float:left;
	clear:both;
	margin:20px 0 0 0;
}

#content_wide {
	background-color:#FFFFFF;
	min-height:200px;
	width:630px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

/*===================================================================
SUMMARY PAGE NAVIGATION
===================================================================*/

#bookings_page .make_payment a{
	width:97px;	
}
.download_dossier a, .make_payment a{
	text-indent:-999em;
	display:block;
	width:159px;
	height:22px;
	background:url('../cssimages/download_dossier.png');
	float:left;
	margin:0px 0 0 10px;
}

#bookings_page .make_payment a{
	background:url('../cssimages/make_payment.png');
}

/*===================================================================
MY ACCOUNT SUMMARY NEWS FEED
===================================================================*/
.news_items{
	width:200px;
	float:left;
	list-style:none;
	margin: 10px 0 20px 0;
}

.news_items li.news_feed_heading{
	border-bottom:none;
	border-left:none;
}

.news_items li.news_feed_heading h4{
	background:url('../cssimages/rss_logo.jpg') no-repeat left;
	padding:0 0 0 35px;
}

.news_items li{
	padding:0 10px 10px 10px;
	margin:0 0 20px 0;
	border-bottom:solid 1px #EEB816;
	border-left:solid 1px #EEB816;
}

/*===================================================================
MY ACCOUNT SUMMARY DETAILS
===================================================================*/

table#trips_table{
	width:615px;
}

table#trips_table td{
	padding:5px;
	text-align:center;
}

tr.odd{
	background:#ccc;
}

/*-----------------------------------Trip Types------------------------------------*/

.signup {
/*	background:#B2D1E7;*/
	padding:0 15px;
}

.signup dt {
	float:left;
	width:260px;
	margin:4px 0 10px 0;
}

.signup dd {
	float:left;
	width:290px;
	clear:right;
	margin:4px 0 10px 0;
}

.signup h3 {
	clear:left;
	margin:10px 0 5px 0;
}

.make_payment dt {
	padding: 5px;
}

#trips_table #trips_header th {
	background: #6f7d85;
	color: #FFFFFF;
}

#trips {
	min-height: 265px;
}

#summary_container dl {
	padding: 20px;
}

#my_account_summary ul {
	list-style:none;
}

#my_account_summary li {
	color:darkred;
	padding: 0 0 0 20px;
}

.addons_submit {
	text-align: right;
}

.booking_buttons {
	border: 1px solid #435762;
	padding:3px 10px;
}

.addon_other {
	background-color:#F0F0F0;
	border:1px solid #435762;
	font-size:11px;
	padding:5px 13px 4px;
}

#bookings_page dt.hotel_select, #bookings_page dd.hotel_select {
	border: 0px;
}

#additional_navigation li.selected_nav a {
	color: #efc313;
}

.highlight {
	color:darkred;
}

p.highlight {
	padding:10px 0 0 10px;
}

#agent_header {
	background:none;
	font-size:27px;
	position:relative;
	top:14px;
	font-weight:bold;
}



















