.clearfix {
	display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*{
	padding:0;
	margin:0;
}

body{
	font-size:0.69em;
	font-family:"Trebuchet MS";
}
img{
	border-width: 0;
	display: block;
}
a {
	color: #552255;
}

input, select {
	font-size: 1em;
	/*font-family:"Trebuchet MS";*/
}

#header-wrapper{
	/*width:100%;
	min-width:950px;
	background:url(/images/home/header-bg.gif) 50% scroll;
	background:url(/images/home/top-bg.gif) 43% 0px scroll;
	background-color:#006600;
	height:90px;*/
	width:100%;
	min-width:950px;
	background:url(/images/home/header-bg-blue.gif) 55% scroll;
	/*background-color:#006600;*/
	height:77px;
}

	#header-internal{
		width:950px;
		margin:auto;
		height:77px;
	}
		#header-internal a.logo{
			width:206px;
			height:77px;
			/*background:url(/images/home/logo.gif) 8px 15px no-repeat;*/
			background:url(/images/home/sunways-direct-logo.gif) no-repeat;
			display:inline;
			float:left;
			font-size:0px;
		}

		#header-internal h1{
			float:right;
			display:inline;
			color:#FFFFFF;
			font-style:italic;
			font-weight: bold;
			margin-top:2px;
			margin-right: 15px;
			font-size: 3em;
		}

		#header-internal .message {
			float: right;
			width: 600px;
		}
		#header-internal .login-message {
			color: #FFF;
			text-align: right;
			padding-right: 5px;
		}

		#header-internal .abta-atol {
			float:right;
			/*border:2px solid #B20655;
			padding: 2px;
			background: #fff;*/
			width: 148px;
			padding: 2px;
		}

			#header-internal .abta-atol img {
				float:right;
			}

			#header-internal .abta-atol .abta {
				margin-right: 8px;
				margin-top: 1px;
			}

#middle{
	width:950px;
	padding-bottom:17px;
	margin:auto;
	height:auto;
}
	#main-content{
			width:730px;
			float:right;
			display:inline;
			height:auto;
	}
			#top-nav{
				float:right;
				width:100%;
				height:24px;
				background:url(/images/home/top-nav-bg-long.gif) no-repeat;
			}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	float:left;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			155px; /* left offset of submenus need to match (see below) */
	margin-left: 2px;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			155px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			155px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	/*border-left:	1px solid #fff;*/
	border-top:		1px solid #CFDEFF;
	padding: 		7px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
}

.sf-menu a.top-level {
	border-top: none;
	border-right: #FFFFFF 1px solid;
	display: block;
	margin-top:2px;
	/*font-size:1.1em;*/
	width: 100px;
	text-align: center;
	height: 18px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding: 0;
	padding-top: 2px;
}

.sf-menu a.top-level .sf-sub-indicator {
	top: 3px;
}

.sf-menu a.norightborder {
	border-right: none;
}

.sf-menu li {
	/* background:		#BDD2FF; */
}

.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#1B60B3;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	/*padding-right: 	2.25em;*/
	padding-right: 10px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			8px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	/*top:			3px;*/
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
			/*
				div#top-nav .sf-menu {
					float:left;
				}
/*				#top-nav ul{
					list-style: none;
					padding: 0;
					margin: 0 auto;
					margin-left:6px;
				}*//*
					#top-nav ul li {
						padding: 0;
						margin: 0;
						/*display: block;*//*
						float: left;
						text-align: center;
					}
					#top-nav ul li.tl {
						background: none;
						border: none;
					}

						#top-nav ul li.tl a {
							border-top: none;
						}
						#top-nav ul li a {
							color: #FFFFFF;
							text-decoration:none;
							display: block;
							width: auto;
							/*margin-left:17px;
							padding-right:17px;*//*
							margin-top:4px;
							font-size:1.1em;
							border-right:#FFFFFF 1px solid;
							width: 103px;
							text-align: center;
						}

						#top-nav ul li a:hover{
							text-decoration:underline;
						}
							#top-nav ul li a.norightborder{
								border-right:none;
							}

				div#top-nav ul {
					font-size: 0.9em;
				}
					div#top-nav ul li a{
						/*border-right:none;*//*
						padding:0px 10px;
					}
					*/
			#large-image{
				width:557px;
				height:184px;
				margin-top:10px;
				padding-top:0px;
				margin-bottom:20px;
				background:url(/images/home/large-image.jpg) no-repeat;
				position:relative;

			}
				#large-image a.link{
					text-decoration: none;
				/*
					display:block;
					height:184px;
					width:100%;
					position:absolute;
					top:0;
					left:0;
					z-index:20;
					background:#00CC99;
					filter:alpha(opacity=0);
					opacity:0;
					*/
				}


				#text-area{
					width:320px;
					margin-left:22px;
					z-index:10;
					position:absolute;
					margin-top:43px;
				}

				#text-area h1{
					font-size:2.18em;
					font-style:italic;
				}

				#text-area h1 small{
					font-size:0.65em;
					font-style:italic;
				}

				#text-area h1.pink{
					color:#e43285;
					margin-bottom:7px;
				}
					#text-area h1.pink a{
						color:#e43285;
						text-decoration:none;
					}

				#text-area h1.purple{
					color:#532089;
				}

				#text-area h3{
					font-size:1.09em;
					font-weight:bold;
					color:#532089;
				}

				#text-area p{
					width:260px;
					line-height:11px;
					color:#532089;
				}

				#text-area .price{
					padding:0;
					margin:0;
					font-size:2.95em;
					font-weight:bolder;
					vertical-align:text-top;
					line-height:35px;
					color:#ed0180;
				}

			#home-info {
				width: 530px;
				margin-top: 8px;
			}

				#home-info h2 {
					margin-top: 15px;
					color: #8A4480;
					font-size: 1.4em;
				}
				
				#home-info p {
					margin-top: 10px;
					color: #323232;
					font-size: 1.2em;
				}

				#home-info .images {
					padding-bottom: 8px;
				}

				#home-info .images-left {
					float: left;
				}

					#home-info .images img {
						/*float: left;*/
						margin-bottom: 4px;
					}

				#home-info .images-right {
					float: left;
					margin-left: 5px;
				}

			#offers{
				float:right;
				width:180px;
				padding: 8px 0 0 8px;
			}

				#offers hr {
					height: 1px;
					color: #D5D3D4;
				}

				#offers h2{
					font-size:1.5em;
					/*font-style:underline;*/
					color:#803578;
				}

				#offers .offer-info {
					background: url(/images/offer-seperator.gif) no-repeat bottom;
					margin-top: 10px;
					padding-bottom: 9px;
				}

				#offers h3{
					font-size:1.3em;
					font-weight:bolder;
					color:#8A4480;

				}
				
				#offers a{
					font-size:1.3em;
					font-weight: bolder;
					color:#E10B7A;
					text-decoration:underline;
				}

				#offers a:hover{
					color:#666666;
					text-decoration:none;
				}

				#offers p{
					color:#666666;
					font-size:1.3em;
					line-height:105%;
				}

				#offers .price {
					color:#803578;
					font-size:1.1em;
					font-weight: bolder;
				}

				#offers .la-link {
					font-size: 0.9em;
				}
				
				/*
				#offers .offer-price{
					float:left;
					display:inline;
					padding-left:10px;
					margin-top:8px;
				}
					#offers .offer-price p.price{
						font-size:1.09em;
						font-weight:bold;
						color:#9754a0;
					}

					#offers .offer-price a{
						color:#ed0180;
						text-decoration:none;
					}

					#offers .offer-price a:hover{
						color:#ed0180;
						text-decoration:underline;
					}
				*/


			#specials{
				float:right;
				width:223px;
				margin-right:3px;
				display:inline;
				background:#9956a2;
				padding-left:20px;
				padding-right:20px;
				padding-top:10px;
				padding-bottom:10px;
			}
				#specials h1{
					font-size:2.00em;
					color:#f99bb2;
					margin-bottom:10px;
				}

				#specials p{
					font-weight:bold;
					font-size:1.27em;
					color:#FFFFFF;
					margin-bottom:8px;
				}
					#specials p a{
						color:#FFFFFF;
						text-decoration:none;
					}

					#specials p a:hover{
						text-decoration:underline;
					}

				#specials span.pink-price{
					color:#f69ab1;
				}

				#specials a.pinkp{
					color:#f69ab1;
				}

			#specials-image{
				float:right;
				width:263px;
				margin-right:3px;
				display:inline;
			}


		#left-content {
			width:206px;
			float:right;
			display:inline;
			height:auto;
			margin-right:14px;
			margin-top:11px;
		}

			#left-content div.highlight-buttons {
				margin-top: 10px;
			}

		/*
		#left-content div.c {
  	background: #999 url(../images/search_box_bg.gif) 0 100% no-repeat;
	padding-bottom:30px;
}
#left-content div.c p.t {
  	margin: 0;
	padding: 14px 10px 4px 10px;
	font-size: 1.1em;
	height: 29px;
	color: #fff;
	font-weight: bold;
	background: url(../images/search_box_title_bg.gif) 0 0 no-repeat;
}
#left-content div.c div.a {
}

#left-content div.c div.b {
}

#left-content div.c div.c {
}
#left-content div.c div.b_col_1_detail {
  padding: 20px 10px;
  width: 180px;
}
*/
div.offer_of_the_day {
	color: #fff;
}

	div.offer_of_the_day p.e {
		padding: 0px;
		margin: 2px;
		border: 0px;
		font-size: 0.8em;
		text-align: center;
		color: #fff;
	}

	div.offer_of_the_day p.j {
		padding-bottom: 10px;
		border: 0px;
		font-size: 1.5em;
		text-align: center;
		color: #fff;
	}

	div.offer_of_the_day p.j a {
		color: #fff;
	}

	div.offer_of_the_day p.f {
		padding: 0px;
		margin: 2px;
		border: 0px;
		font-size: 0.8em;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}

	div.offer_of_the_day p.g {
		padding: 0px;
		margin: 2px;
		border: 0px;
		font-size: 1em;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}

	div.offer_of_the_day p.h {
		padding: 0px;
		margin: 2px;
		border: 0px;
		font-size: 2em;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}

	div.offer_of_the_day p.i {
		padding: 0px;
		margin: 8px 10px;
		border: 0px;
		font-size: 1.3em;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}


			#search_row_2{
				margin-left:1px;
			}

			div.search_tab {
				width:66px;
				background: #bbb;
				color: #fff;
				float: left;
				cursor:pointer;
				margin-right: 2px;
				font-size:1.1em;
				font-weight:bold;
				text-align: center;
				color: #fff;
			}

			div.search_tab p {
				padding: 0px 5px 2px 3px;
			}
			.rtop, .rbottom, .ctop, .cbottom {
				display:block;
				background:#fff;
			}

			.rtop *, .rbottom *, .ctop *, .cbottom * {
				display: block;
				height: 1px;
				overflow: hidden;
				background:#bbb;
			}

			.ctop *, .cbottom * {
				background: #9956A2;
			}

			.r1{margin: 0 5px}
			.r2{margin: 0 3px}
			.r3{margin: 0 2px}
			.r4 {
				margin: 0 1px;
				height: 2px
			}

			.search_box_wrapper {
				width:205px;
				height:auto;
				float:right;
				display:inline;
				margin-left:1px;
				padding-bottom:15px;
			}
				.search_box_wrapper  select {
					font-size: 0.9em;
				}

				.search_box_wrapper  select.a{
					margin: 0 0 4px 0;
					width: 185px;
					display: block;
				}
				.search_box_wrapper  select.b{
					margin: 0 5px 4px 0;
					width: 85px;
					display: block;
				}
				.search_box_wrapper  select.c{
					margin: 0 5px 4px 0;
					width: 50px;
					display: block;
				}
				.search_box_wrapper  select.year {
					margin: 0 5px;
				}
				.search_box_wrapper  select.month {
					margin: 0 0 0 5px;
				}
				.search_box_wrapper  select.day {
					margin: 0 0 0 0px;
				}

				.search_box_wrapper  .search-button, .search_box_wrapper  .search-button-top {
					float:left;
					width:77px;
					height:15px;
					background:url(/images/home/search-button.gif) no-repeat;
					outline:none;
					border:none;
					display:inline;
					cursor:pointer;
					overflow:hidden;
					text-indent:-9999px;
					margin-left:60px;
					margin-top:10px;
					margin-bottom: 21px;

				}
				.search_box_wrapper  .search-button-top {
					margin: 15px 15px 0 0;

				}
				.search_box_wrapper  .dates{
					vertical-align:top;
				}
				.search_box_wrapper  #clicklaunch{
					border:0;
					background:url(/images/home/calendar-picker.gif) no-repeat;
					margin:0px 0px 0px 0px;
					/*padding:5px;
					height:20px;
					width:14px;*/
					cursor:pointer;
				}
				.search_box_wrapper .launch-left {
					padding:5px;
					height:20px;
					width:14px;
				}
				.search_box_wrapper .launch-top {
					padding:0px;
					height:12px;
					width:14px;
				}


			.left-link{
				width:206px;
				margin-bottom:4px;
				display:block;
			}
				.left-link img{
					border:none;
				}
			.shorttopmargin{
				margin-top:-4px;
			}


#footer-background{
	background:url(/images/home/footer-bg-blue.gif) 60% 0;
	height:86px;
	width:100%;
	min-width:950px;
}
	#footer-wrapper{
		width:950px;
		margin:auto;
		height:86px;
	}
		#footer-wrapper .phone-number{
			float:right;
			display:inline;
			color:#FFFFFF;
			font-size:2.73em;
			margin-top:36px;
			font-weight: bold;
		}

#bottom-footer{
	width:100%;
	margin:auto;
	height:auto;
	background-color:#2171D5;
}
	#bottom-footer-content{
		width:950px;
		height:auto;
		margin:auto;
		padding-bottom:20px;
	}

		#bottom-footer-content #left-links{
			float:left;
			display:inline;
			color:#FFFFFF;
			width:100%;
			margin-top:15px;
		}

			#bottom-footer-content #left-links a{
				color:#FFFFFF;
				font-weight:bold;
				text-decoration:underline;
			}

			#bottom-footer-content #left-links a:hover{
				text-decoration:none;
			}

			#bottom-footer-content #left-links p{
				margin-top:8px;
			}

		#bottom-footer-content #right-links{
			float:right;
			display:inline;
			margin-top:20px;
		}

			body #bottom-footer #bottom-footer-content #right-links a img{
				float:right;
				display:inline;
				border:none;
				margin-left:10px;

			}

				#bottom-footer-content a img.atol{
					border:none;
				}

.clear{clear:both; font-size:1px; float:none;}

div.calendar_container {
	margin: 0 0 0 12px;
}

	div.calendar_container div{
		position:absolute;
		z-index:10000;
		margin-top:2px;
	}

div.search_box {
	background:url(/images/home/search-menu-bg.gif) no-repeat;
	background-position:bottom;
	background-color:#9956a2;
	/*padding-top: 5px;*/
}

	div.search_box input,
	div.search_box select{
		font-size:0.85em;
	}
	div.search_box input.a {
		display: block;
		margin: 0 0 4px;
		width: 175px;
	}
	div.search_box p.home_title{
		padding: 0;
		margin: 0px 0 4px 0px;
		font-size: 1.1em;
		height: 6px;
		color: #fff;
		font-weight: bold;
		background: #444499; /* url(../images/search_box_title_bg.gif) 0 0 no-repeat; */
	}
	div.search_box p.title{
		margin: 0;
		padding: 2px 0 7px 10px;
		height: 15px;
		color: #fff;
		font-weight: bold;
		font-size: 1.7em;
		/*background: url(/images/search_box_title_bg.gif) 0 0 no-repeat;*/
	}
	div.search_box p {
		padding: 5px 12px 5px 0;
		font-size: 0.9em;
		color: #fff;
	}

	div.search_box div.left_col{
		float:left;
		/*clear:left;*/
		padding-left:9px;
	}
	div.search_box div.full_width{
		width: 180px;
	}
	/*
	div.search_box div.search_block {
		float:left;
	}
	div.search_box div.room_col{
		float:left;
		padding-left: 10px;
	}
	*/
	div.search_box div.room_select {
		margin: 3px 0 8px 0;
	}
	div.search_box div.room_select select {
		width: 35px;
	}
		div.search_box div.room_select div.room label {
			padding-top: 0;
		}

		div.search_box div.room_select div.room {
			float: left;
			width: 55px;
		}

		div.search_box div.room_select div.adult, div.child, div.infant {
			float: left;
			width: 42px;
		}

	div.search_box div.center_col{
		float:left;
		clear:left;
		padding-left:60px;
	}
	div.search_box div.right_col{
		float:left;
		clear:right;
		padding-left:5px;
		vertical-align: centre;
	}
	div.search_box div.no_left_col{
		float:right;
		clear:both;
		padding-left:5px;
		vertical-align: centre;
	}

	div.search_box div.package_type {
		float: left;
		padding-left: 5px;
		margin-top: 1px;
		margin-bottom: 3px;
	}

		div.search_box div.package_type label {
			display: inline;
		}

	div.search_box label{
		padding-top: 5px;
		color: #FFF;
		display: block;
		font-weight:bold;
	}

	div.search_box select.a{
		margin: 0 0 4px 0;
		width: 180px;
		display: block;
	}

	div.search_box select.b{
		margin: 0 5px 4px 0;
		width: 85px;
		display: block;
	}

	div.search_box select.c{
		margin: 0 5px 4px 0;
		width: 50px;
		display: block;
	}

	div.left_col p.detail {
		margin: 8px 0;
		font-size: 0.9em;
		color: #555;
	}

	div.search_box input.btn{
		margin: 8px 0 8px 0;
		width:88px;
	}

	div.search_box input.search_btn{
		width:88px;
	}
	div.search_box #flight_search {
		padding-bottom: 8px;
	}

div.clear_search {
	width:100%;
	display: block; float:none;
}

/*** calendar styles ***/
input.calendarFocus{
	background:url(../images/calendar-picker.gif) no-repeat right;
	border:1px solid #A7A6AA;
	padding:2px 4px 3px 4px;
	cursor:pointer;
	width:78px;

}

#calendar_div, #calendar_links, #calendar_header, #calendar {
	width: 160px;
}
#calendar_div {
	display: none;
	z-index: 10;
	margin-top: -1.25em;
	font-family: Arial, Helvetica, sans-serif;
}

	#calendar_div a {
		cursor: pointer;
	}

#calendar_close{
	float: right;
	padding: 2px;
	cursor: pointer;
	font-size: 0.82em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	background: #eb008e;
}
	#calendar_close:hover {
		background: #000;
		color: #fff;
	}

#calendar_links {
	float: left;
	background: #000;
	text-align: center;
}

	#calendar_links a {
		color: #fff;
		font-weight: bold;
		font-size: 0.82em;
		letter-spacing: 1px;
		padding: 2px 5px;
	}

		#calendar_links a:hover {
			background: #ddd;
			color: #333;
		}

#calendar_prev {
	float: left;
}

#calendar_current {
	float: left;
	text-align: center;
	width: 35%;
}

#calendar_next {
	float: right;
}

#calendar_header {
	clear: both;
	background: #333;
	color: #fff;
	text-align: center;
}
	#calendar_header select {
		background: #333;
		color: #fff;
		border: 0px;
	}

#calendar {
	background: #fff;
	clear: both;
	text-align: center;
	font-size: 0.82em;
	border: 1px solid #777;
}

	#calendar a {
		color: #333;
	}

		#calendar a:hover {
			background: #fff;
		}

	#calendar .calendar_titleRow {
		background: #EB008B;
		color: #fff;
	}

	#calendar .calendar_daysRow {
		background: #eee;
		color: #666;
	}

	#calendar .calendar_daysCell {
		color: #000;
		border: 1px solid #ddd;
	}

	#calendar .calendar_weekEndCell {
		background: #ddd;
	}

	#calendar .calendar_daysCellOver {
		background: #fff;
		border: 1px solid #777;
	}

	#calendar .calendar_unselectable {
		color: #bbb;
	}

#calendar_today {
	background: #fcc !important;
}

#calendar_currentDay {
	background: #999 !important;
}

#calendar_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    /*filter: mask(); /*must have*/
    top: 0; /*must have*/
    left: -1px; /*must have*/
    width: 160px; /*must have to match width and borders*/
    height: 200px; /*must have to match height*/
}

div.calendar_picker {
	float:left;
	clear:right;
	margin: 12px 0 0 3px;
}

	div.calendar_picker button {
		border:0;
		background:none;
		height:25px;
		width:25px;
		margin-left: 10px;
		cursor:pointer;
	}

	div.calendar_container div{
		position:absolute;
		z-index:10000;
		margin-top:2px;
	}


/* replacement text boxes */
/*
http://weblog.morosystems.cz/ostatni/dropdown-xhtml-css-javascript-replacement-of-classic-selectbox
need different styles on each one.

div.select {
     position:relative;
     display:inline;
     padding: 3px 4px;
     margin:0 -2px
   }
   div.select:hover {
     border:1px solid #eea;
     padding:2px 3px;
     background:#f0fba8
   }
   div.select a:hover {
     text-decoration:none
   }
   ul.selectbox {
     position:absolute;
     top:18px;
     left:-1px;
     padding:2px 2px 0 2px;
     list-style:none;
     background:#f0fba8;
     border-width:0 1px 1px 0;
     border-style:solid;
     border-color:#ccc;
     z-index:1000;
     line-height:1.5em;
     display:block;
     margin:0
   }
   ul.selectbox li {
     border-top: 1px solid #e4ef9d;
     width:96%;
     padding: 2px 2%
   }
   ul.selectbox li:hover {
     background:#f6fdca
   }
   ul.selectbox a {
     color:#727272; text-decoration:none
   }
   ul.selectbox a:hover {
     text-decoration:underline;
     color:#444
   }
   div.select a.pulldown_arrow {
     letter-spacing:2px;
     padding:0 1px;
     background:url(images/select_arrow.gif) 0 7px no-repeat;
     text-decoration:none
   }
   div.select a.pulldown_arrow:hover {
     text-decoration:none
   }
   div.hide-dropdown .selectbox {
     display: none;
   }
   */



   
.hide{ display:none }



/** COPIED FROM OLD CSS */
div.b_col_2 {
  	margin: 10px 0px 0px 0px;
  	width: 730px;
  	float: left;
  	height: 100%;
}
	div.b_col_2 p.note {
		margin: 10px 0;
		font-size: 0.85em;
	}

div.area {
  	margin: 0 0 10px 0;
  	padding: 4px 4px 4px 9px;
  	border: #ccc 1px solid;
}
	div.area h1 {
  		margin: 4px 0 10px 0;
  		font-size: 1.7em;
		font-weight: normal;
  		color: #555;
	}

	div.area ul {
	  	list-style-type: none;
	}

div.main_area {
  	margin: 0 0 10px 0;
  	/*border: #792871 1px solid;*/
  	border: #0A2D57 1px solid;
  	zoom: 100%;
}

	div.main_area h1, div.main_area h4 {
		/*background: #449;*/
		/*background: #792871;*/
		background: #1B60B3;
		display:block;
  		margin: 0px 0 10px 0;
  		padding: 4px 0px 4px 4px;
  		font-size: 1.18em;
  		font-weight: bold;
  		/*height: 16px;*/
  		color: #fff;
		/*font-weight:700;*/
	}

	div.main_area h4 {
		font-size: 0.9em;
	}

	div.main_area h2 {
	  	margin: 10px 0 10px 0;
	  	color: #552255;
	  	font-size: 1.5em;
	}

	div.main_area p {
  		/*color: #792871;*/
	}

	div.main_area p.general_text {
	  	margin: 10px 0 10px 5px;
	  	font-size: 1em;
	}

	div.main_area div.margin, div.main_area_search div.margin {
		margin: 5px;
	}

div.main_area_search {
  	margin: 10px 0 10px 0;
  	/*border: #792871 1px solid;*/
  	border: #0A2D57 1px solid;
  	zoom: 100%;
}

	div.main_area_search h1 {
		/*background: #449;*/
		/*background: #792871;*/
		background: #1B60B3;
		display:block;
	  	margin: 0px 0 10px 0;
	  	padding: 4px 0px 4px 4px;
	  	font-size: 1.18em;
	  	font-weight: bold;
	  	/*height: 16px;*/
	  	color: #fff;
		/*font-weight:700;*/
	}

	div.main_area_search h2 {
  		margin: 10px 0 10px 0;
	}

	div.main_area_search p.general_text {
	  	margin: 10px 0 10px 5px;
	  	font-size: 0.95em;
	}

div.please_wait {
  	text-align: center;
}

	div.please_wait p {
	  	margin: 2px 0;
	  	font-size: 1em;
	}

	div.please_wait img {
		margin: 0 auto;
	  	padding: 35px 0;
	}

	div.please_wait a {
	  	padding: 5px 0;
	  	font-size: 0.7em;
	  	color: #888;
	  	text-decoration: none;
	  	display: block;
	}

/* Where We Fly */
div#uk_airports {
	float:left;
	width: 330px;
	margin-right: 20px;
}
div#destination_airports {
	float:left;
	width: 330px;
}

	div#uk_airports li, div#destination_airports li {
		float: left;
		width: 160px;
		list-style-type: none;
		color: #555;
	}

	div#uk_airports li a, div#destination_airports a {
		text-decoration: none;
		color: #555;
	}

/* Late availability */
div.package_list {
  	border: #0A2D57 1px solid;
}
	div.package_list h2{
		background:#1B60B3;
		display:block;
		color:#fff;
		font-size:1.18em;
		font-weight:700;
		padding:3px 0 3px 3px;
		margin:0;
	}

	div.package_list table.package_list {
  		width: 100%;
	}

		div.package_list table.package_list td.b,
		div.package_list table.package_list td.d {
	 		padding: 10px 3px;
	  		font-size: 0.9em;
	  		text-align: center;
	  		vertical-align: middle;
	  		border-bottom: #ccc 1px solid;
		}

		div.package_list table.package_list td.d {
			font-size: 1.4em;
			font-weight: bold;
			color: #1B60B3;
		}

		div.package_list table.package_list td.b a {
			font-weight: bold;
			color: #333;
		}

		div.package_list table.package_list td.i {
			padding:	10px	3px;
			vertical-align:	top;
			border-bottom:	#ccc	1px	solid;
		}
		div.package_list table.package_list	td.i p.a {
			margin:	0;
			font-size:	1em;
			font-weight:	bold;
			color:	#555;
		}

		div.package_list table.package_list td.i p.b {
			margin:	2px	0	0	0;
			font-size:	1em;
			color:	#333;
		}

		div.package_list table.package_list	td.i a {
			color:	#333;
		}


div.login_box_outer {
	text-align: center;
}

div.login_box {
	margin: 30px auto;
	padding: 10px;
	border: #1B60B3 2px solid;
	width: 360px;
	text-align: left;
}

	div.login_box table.login {
  		width: 360px;
  		color: #552255;
	}

		div.login_box table.login td.login_l {
			padding: 5px 4px 2px 2px;
			vertical-align: top;
			font-family: arial, verdana, sans serif;
			font-size: 1em;
			font-weight: bold;
		}

		div.login_box table.login td.login_r {
			padding: 2px 4px 2px 4px;
			width: 180px;
		}

		div.login_box table.login td.login_m {
			padding: 6px 18px 0px 0px;
		}

input.login {
	font-family: arial, verdana, sans serif;
	font-size: 1em;
	width: 160px;
}

p.login_r {
  margin: 0;
  font-family: arial, verdana, sans serif;
  font-size: 1em;
  float: left;
}

input.b_login {
  float: right;
  font-family: arial, verdana, sans serif;
  font-size: 1em;
  width: 90px;
}

	#left-content .login-box {
		/*height: 50px;*/
		border: 3px solid #792871;
		padding: 4px;
		background-color: #9956A2;
		margin-bottom: 11px;
		color: #ffffff;
	}

		#left-content .login-box h1 {
			font-size: 1.2em;
			margin-bottom: 6px;
			text-decoration: underline;
		}

		#left-content .login-box .row {
			height: 20px;
		}

		#left-content .login-box label {
			font-weight: bold;
			float: left;
		}

		#left-content .login-box input {
			float:right;
			padding-right: 15px;
			width: 110px;
			margin: 0;
		}

		#left-content .login-box .button {
			height: 21px;
		}

		#left-content .login-box button {
			background: url("/images/home/login-button.gif") no-repeat scroll 0 0 transparent;
			border: medium none;
			cursor: pointer;
			display: inline;
			float: left;
			height: 15px;
			margin-left: 60px;
			margin-top: 3px;
			outline: medium none;
			overflow: hidden;
			text-indent: -9999px;
			width: 77px;
		}

div.errors {
	margin: 10px 5px;
	padding: 4px 4px 4px 9px;
	border: #9956A2 1px solid;
	background-color: #fcc;
}
	div.errors p {
		margin: 8px 0 10px 0;
		font-weight: bold;
		font-size: 1em;
	}

	div.errors ul {
		margin: 6px 0 6px 30px;
		font-size: 1em;
		color: #552255;
		font-weight: bold;
	}

div.successes {
	margin: 0 5px 10px 5px;
	padding: 4px 4px 4px 9px;
	border: #0f0 1px solid;
	background-color: #cfc;
}

	div.successes p {
		margin: 8px 0 10px 0;
		font-size: 0.9em;
	}

p.successes {
	margin: 8px 0 10px 0;
	font-weight: bold;
	font-size: 1em;
}

ul.successes {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 1em;
}

div.search_results {
	margin: 10px;
	padding: 5px 0;
	border: #888 1px solid;
	background-color: #eee;
}

	div.search_results p.search_results {
		margin: 4px 8px;
		font-size: 1em;
		/*text-align: center;*/
	}

table.booking_list {
	width: 100%;
}

	table.booking_list td.booking_list_1,
	table.booking_list td.booking_list_2 {
		padding: 4px 0;
		border-top: #888 1px solid;
		border-bottom: #888 1px solid;
		font-size: 1em;
		font-weight: bold;
		text-transform: uppercase;
		background-color: #eee;
	}

	table.booking_list td.booking_list_2 {
		width: 60px;
	}

	table.booking_list td.booking_list_3, table.booking_list td.booking_list_3a {
		padding: 6px 0;
		border-bottom: #888 1px solid;
		font-size: 1em;
		vertical-align: top;
		background: inherit;
	}

	table.booking_list td.booking_list_3a {
		width: 8em;
		background: inherit;
	}

	table.booking_list td.booking_list_4 {
		padding: 2px 0;
		border-bottom: #888 1px solid;
		background: inherit;
	}

	table.booking_list tr.booking_list_departed {
		background: #ddd;
	}

	table.booking_list tr.booking_list_active {
		background: #dfd;
	}

	table.booking_list tr.booking_list_cancelled {
		background: #faa;
	}

	table.booking_list tr.booking_list_direct {
		background: #cff;
	}

	table.booking_list p.booking_list_1 {
		margin: 2px 0 4px 0;
		font-size: 1em;
		font-weight: bold;
	}

	table.booking_list p.booking_list_2 {
		margin: 2px 0 4px 0;
		font-size: 0.95em;
	}

table.credit_list {
	width: 100%;
}

	table.credit_list td.credit_list_1,
	table.credit_list td.credit_list_2 {
		padding: 4px 0;
		border-top: #888 1px solid;
		border-bottom: #888 1px solid;
		font-size: 0.9em;
		font-weight: bold;
		text-transform: uppercase;
		background-color: #eee;
	}

	table.credit_list td.credit_list_2 {
		width: 60px;
	}

	table.credit_list td.credit_list_3 {
		padding: 6px 0;
		border-bottom: #888 1px solid;
		font-size: 0.95em;
	}


div.booking_options, div.hotel_options, div.credit_options, div.user_options, div.airport_options,
div.region_options, div.resort_options, div.carrier_options, div.rule_options, div.voucher_options,
 div.flight_options, div.group_options, div.invoice_options {
	padding: 4px;
	border: #888 1px solid;
	background-color: #eee;
	width: 120px;
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	z-index: 1;
}

div.flight_options {
  width: 140px;
}

div.user_options {
	width: 160px;
}

div.credit_options, div.group_options, div.invoice_options {
	width: 170px;
}

a.booking_option, a.hotel_option, a.credit_option, a.user_option, a.flight_option, a.group_option, a.invoice_option {
	margin: 2px 0;
	font-size: 0.9em;
	display: block;
	color: #444;
}

div.pages {
  	margin: 20px 0 20px 0;
  	font-size: 1em;
  	text-align: center;
}

	div.pages span, div.pages_search span {
	  	margin: 0px 2px;
	  	padding: 2px 6px;
	  	color: #fff;
	  	border: #888 1px solid;
	}

	div.pages span {
		background-color: #eb008e;
	}

	div.pages a, div.pages_search a {
  		margin: 0px 2px;
 		padding: 2px 6px;
 	 	text-decoration: none;
 	 	background-color: #ddd;
 	 	color: #000;
 	 	border: #888 1px solid;
	}

div.pages_search {
  	margin: 5px 0 20px 0;
  	font-size: 1em;
  	text-align: center;
  	/*padding: 5px;
  	border: #888 1px solid;*/
}

	div.pages_search span {
		background-color: #792871;
	}

	div.pages_search p.display_message {
		text-align: center;
		color: #000;
		/*font-size: 2em;*/
		margin-bottom: 3px;
		font-weight: bold;
		padding-bottom: 5px;
	}

table.admin {
	width: 700px;
	/*color: #792871;*/
}

	table.admin td.payment_t1 {
		padding: 2px;
		font-size: 0.9em;
		font-weight: bold;
		text-transform: uppercase;
		color: #555;
		vertical-align: bottom;
		border-bottom: #888 1px solid;
	}

	table.admin td.payment_1 {
		padding: 10px 2px;
		font-size: 1em;
		vertical-align: middle;
	}

	table.admin td.payment_2 {
		padding: 2px;
		width: 100px;
		vertical-align: middle;
	}

	table.admin input.payment_all {
		width: 30px;
	}

	table.admin tr.activity_1 td {
		padding: 2px 2px 2px 2px;
		font-size: 1em;
		font-weight: bold;
		border-bottom: 1px solid black;
	}

	table.admin tr.activity_2a td {
		padding: 2px 2px 2px 2px;
		font-size: 1em;
		background: white;
	}

	table.admin tr.activity_2b td {
		padding: 2px 2px 2px 2px;
		font-size: 1em;
		background: #f4f4f4;
	}

textarea.admin_1 {
  width: 275px;
  height: 60px;
  font-family: arial, verdana, sans-serif;
  font-size: 0.75em;
}

select.admin_1 {
  width: 280px;
}

select.admin_2 {
  width: 85px;
}
select.admin_3 {
  margin-right: 10px;
  width: 140px;
}
select.admin_multiple_1 {
  width: 280px;
  height: 100px;
}

span.admin {
  font-size: 1em;
}

div.admin_buttons {
  margin: 20px 0 20px 0;
  text-align: center;
}

input.admin_button {
  margin: 0 4px;
  width: 100px;
  font-family: arial, verdana, sans-serif;
  /*font-size: 0.75em;*/
}

.c_admin {
  text-align: center;
}

td.admin_1, td.admin_1_wide {
  padding: 10px 0 10px 10px;
  font-size: 1em;
  font-weight: bold;
  width: 250px;
  vertical-align: top;

}

td.admin_2, td.admin_2_wide {
  padding: 6px 0;
}

td.admin_1_wide, td.admin_2_wide  {
	padding-left: 6px;
	width: 320px;
}

td.admin_2 select.long {
  width:180px;
}

td.admin_3 {
  padding: 10px 0 0 0;
  font-size: 1em;
  font-weight: bold;
}

td.admin_4 {
  padding: 6px;
  /*width: 20px;*/
  vertical-align: top;
}

td.admin_5 {
  padding: 2px;
  width: 200px;
}

td.admin_6 {
  padding: 5px 0 5px 5px;
  color: #555;
  font-size: 1em;
  text-align: center;
}

td.admin_7 {
  text-align: right;
}

td.admin_8 {
  padding: 0px 0 5px 10px;
  font-size: 1em;
  font-weight: bold;
  vertical-align: top;
}

.admin_6_t {
  padding: 5px 0 5px 5px;
  color: #555;
  font-size: 1em;
  text-align: center;
  border-bottom: 1px solid #555;
}

span.admin {
  font-size: 1em;
}

input.admin_file {
  width: 280px;
}

input.admin_1 {
  width: 200px;
}

input.admin_2 {
  width: 30px;
}

input.admin_3 {
  width: 30px;
  text-align: center;
}

input.admin_4 {
  width: 275px;
}

input.admin_5 {
  width: 80px;
}

input.admin_6 {
  width: 60px;
}

input.admin_7 {
  width: 105px;
}

div.admin_buttons {
  margin: 20px 0 20px 0;
  text-align: center;
}

input.admin_button {
  margin: 0 4px;
  width: 100px;
  font-family: arial, verdana, sans-serif;
  /*font-size: 0.75em;*/
}

input.admin_button_w {
  margin: 0 4px;
  width: 120px;
  font-family: arial, verdana, sans-serif;
  /*font-size: 0.75em;*/
}

div.search_button {
	padding: 0 0 6px 0;
	margin: 6px 0 6px 0;
	text-align: center;
}
	div.search_button input {
		font-size: 1em;
		padding: 3px;
	}

table.hotel_list, table.invoice_list, table.flight_list, table.group_list, table.user_list {
  width: 100%;
  font-size: 0.95em;
  /*color: #792871;*/
  /*
  border-left: #888 1px solid;
  border-right: #888 1px solid;
  */
}

	table.hotel_list td.hotel_list_1,
	table.hotel_list td.hotel_list_2 {
		padding: 4px 0;
		border-top: #888 1px solid;
		border-bottom: #888 1px solid;
		font-weight: bold;
		text-transform: uppercase;
		background-color: #eee;
	}

	table.hotel_list td.hotel_list_2 {
		width: 60px;
	}

	table.hotel_list td.hotel_list_3 {
		padding: 6px 0;
		border-bottom: #888 1px solid;
	}

	table.invoice_list td.invoice_list_1,
	table.invoice_list td.invoice_list_2 {
		padding: 4px 3px;
		border-top: #888 1px solid;
		border-bottom: #888 1px solid;
		font-weight: bold;
		text-transform: uppercase;
		background-color: #eee;
	}

	table.invoice_list td.invoice_list_2 {
		padding: 4px 5px;
		/* width: 60px; */
	}

	table.invoice_list td.invoice_list_3 {
		padding: 6px 3px;
		border-bottom: #888 1px solid;
	}

	table.flight_list td.flight_list_1,
	table.flight_list td.flight_list_2,
	table.flight_list td.flight_list_5 {
		padding: 4px 0;
		border-top: #888 1px solid;
		border-bottom: #888 1px solid;
		font-weight: bold;
		text-transform: uppercase;
		background-color: #eee;
	}

	table.flight_list td.flight_list_2 {
		width: 45px;
	}

	table.flight_list td.flight_list_5 {
		text-align: right;
	}

	table.flight_list td.flight_list_3,
	table.flight_list td.flight_list_4 {
		padding: 6px 0;
		border-bottom: #888 1px solid;
	}

	table.flight_list td.flight_list_4 {
		text-align: right;
	}

	table.group_list td.group_list_1,
	table.group_list td.group_list_2 {
		padding: 4px 0;
		border-top: #888 1px solid;
		border-bottom: #888 1px solid;
		font-weight: bold;
		text-transform: uppercase;
		background-color: #eee;
	}

	table.group_list td.group_list_2 {
		width: 60px;
	}

	table.group_list td.group_list_3 {
		padding: 6px 0;
		border-bottom: #888 1px solid;
	}

	td.user_list_1,
	td.user_list_2 {
		padding: 4px 0;
		border-top: #888 1px solid;
		border-bottom: #888 1px solid;
		font-weight: bold;
		text-transform: uppercase;
		background-color: #eee;
	}

	td.user_list_2 {
		width: 60px;
	}

	td.user_list_3 {
		padding: 6px 0;
		border-bottom: #888 1px solid;
		vertical-align: top;
	}

	td.user_list_4 {
		padding: 2px 4px;
		border-bottom: #888 1px solid;
		vertical-align: top;
	}

	p.user_list_1 {
		margin: 4px 0 2px 0;
		font-size: 1em;
		font-weight: bold;
	}

	p.user_list_2 {
		margin: 4px 0 2px 0;
		font-size: 0.95em;
	}

table.costs_list {
	width: 100%;
}
	table.costs_list input.code {
		font-size: 1em;
		width: 85px;
	}

	table.costs_list select {
		font-size: 1em;
	}

	table.costs_list td.costs_list_1,
	table.costs_list td.costs_list_2,
	table.costs_list td.costs_list_5 {
		padding: 2px 2px;
		border-top: #888 1px solid;
		border-bottom: #888 1px solid;
		font-size: 0.9em;
		font-weight: bold;
		text-transform: uppercase;
		background-color: #eee;
	}

	table.costs_list td.costs_list_2 {
		width: 45px;
	}

	table.costs_list td.costs_list_5 {
		text-align: right;
	}

	table.costs_list td.costs_list_3,
	table.costs_list td.costs_list_4 {
		padding: 2px 2px;
		border-bottom: #888 1px solid;
		font-size: 0.9em;
	}

	table.costs_list td.costs_list_4 {
		text-align: right;
	}

div.top{
	height: 69px;
}
	div.top div.logo{
		width: 167px;
		float: left;
	}

table.print_buttons {
	margin: 5px;
	padding: 10px;
	border: solid 1px #eb008e;
}

table.print_buttons input {
	font-size:0.85em;
}

p.hotel_star_rating {
  margin: 8px 0;
  font-size: 1.6em;
  color: #555;
}

div.note {
  margin: 0 0 10px 0;
  color: #444;
}

div.note p {
  margin: 0;
  padding: 4px;
  font-size: 0.9em;
  background-color: #ddd;
  font-weight: bold;
}

div.note div {
  margin: 0;
  padding: 4px;
  font-size: 0.9em;
  border: #ddd 1px solid;
}

div.hotel_details_all {
	width: 700px;
	padding: 5px;
}

	div.hotel_details_all div.star_rating {
		padding: 4px 0 0 2px;
		float: right;
		}

	div.hotel_details_all div.hotel_images {
		margin: 0 0 5px 5px;
		width: 183px;
		float: right;
	}

	div.hotel_details_all div.hotel_image {
		margin: 0 0 10px 0;
		padding: 4px;
		width: 175px;
		background-color: #eee;
		border: aaa 1px solid;
	}

	div.hotel_details_all div.hotel_image img {
		display: block;
	}

	div.hotel_details_all span.hotel_images {
		margin-left: 2px;
		font-size: 0.65em;
		color: #555;
	}

	div.hotel_details_all p.hotel_details {
		margin: 10px 0;
		font-size: 1em;
	}

#footer-mid{
	background: #1B60B3;
}

	#footer-mid-inner{
		width:950px;
		margin:0 auto;
		padding:10px 0;
	}

		#footer-links{
			list-style-type: none;
		}

			#footer-links li{
				list-style-type: none;
				display: block;
				width:190px;
				margin-right:60px;
				float: left;
			}

			#footer-links li.last{
				margin-right:0 ;
			}

				#footer-links li li{
					display: block;
					float: none;
				}

					#footer-links li a{
						color: #fff;
					}

					#footer-links li a:hover{
						color: #E20C7A;
					}

/*
p.general_text {
  margin: 10px 0;
  font-size: 0.95em;
}
*/


span.general_text {
  font-size: 0.95em;
  /*color: #792871;*/
}

ul.general_text {
  font-size: 0.95em;
}

a.link {
  color: #000;
}

div.price-edit {
	padding: 20px;
	/*width: 2000px;*/
}

	div.price-edit div.hotel_price_grid_add {
		margin: 20px 0 0 0;
	}

	div.price-edit table.hotel_price_grid {
		border-top: #888 1px solid;
		border-left: #888 1px solid;
	}

	div.price-edit td.hotel_price_grid_1,
	div.price-edit td.hotel_price_grid_2a,
	div.price-edit td.hotel_price_grid_2b,
	div.price-edit td.hotel_price_grid_1_err,
	div.price-edit td.hotel_price_grid_2a_err,
	div.price-edit td.hotel_price_grid_2b_err {
		padding: 0px;
		margin: 0px;
		width: 140px;
		text-align: center;
		vertical-align: middle;
		border-right: #888 1px solid;
		border-bottom: #888 1px solid;
	}

	div.price-edit td.hotel_price_grid_2a {
		margin: 0px;
		padding: 0px;
		width: 70px;
		background-color: #eee;
	}

	div.price-edit td.hotel_price_grid_2b {
		margin: 0px;
		padding: 0px;
		width: 70px;
	}

	div.price-edit td.hotel_price_grid_1_err {
		font-weight: bold;
		background-color: #fcc;
	}

	div.price-edit td.hotel_price_grid_2_err,
	div.price-edit td.hotel_price_grid_2a_err,
	div.price-edit td.hotel_price_grid_2b_err {
		margin: 0px;
		width: 70px;
		font-weight: bold;
		background-color: #fcc;
	}

	div.price-edit p.hotel_price_grid_label_1 {
		margin: 0px;
		padding: 0px;
		border: none;
		font-size: 0.7em;
	}

	div.price-edit span.hotel_price_grid_label_1 {
		font-size: 0.7em;
	}

	div.price-edit div.hotel_price_grid_date {
		padding: 4px 0;
		text-align: center;
	}

	div.price-edit select.hotel_price_grid_date_1 {
		width: 38px;
		font-size: 0.9em;
	}

	div.price-edit select.hotel_price_grid_date_2 {
		width: 55px;
		font-size: 0.9em;
	}

	div.price-edit select.hotel_price_grid {
		margin: 2px 0;
		width: 70px;
		font-size: 0.9em;
	}

	div.price-edit input.hotel_price_grid {
		margin: 2px 0;
		width: 40px;
		font-size: 0.9em;
	}

	div.price-edit input.hotel_price_grid_2 {
		margin: 2px 0;
		width: 60px;
		font-size: 0.9em;
	}

	div.price-edit input.hotel_price_grid_button {
		margin: 2px 0;
		width: 70px;
		font-size: 0.95em;
	}

table.hotel_avail {
	width: 100%;
}

	table.hotel_avail td.hotel_avail_1 {
		padding: 4px 0 4px 4px;
		border-top: #888 1px solid;
		border-bottom: #888 1px solid;
		font-size: 0.9em;
		font-weight: bold;
		text-transform: uppercase;
		background-color: #eee;
	}

	table.hotel_avail td.hotel_avail_2,
	table.hotel_avail td.hotel_avail_3 {
		padding: 6px 0 6px 4px;
		border-bottom: #888 1px solid;
		font-size: 0.95em;
		vertical-align: top;
	}

	table.hotel_avail td.hotel_avail_3 {
		text-align: center;
	}

div.booking_pd {
  margin: 0 0 5px 10px;
  padding: 0;
}

div.booking_pd2 {
  padding: 10px 0 30px 0;
}
div.booking_pd h2,
div.booking_pd2 h2 {
  margin: 3px 0 3px 0;
  font-size: 1em;
  font-weight: bold;
  color: #555;
}
div.booking_pd select.date_select {
	margin-right: 3px;
}
div.booking_pd div.notes {
	font-size: 0.85em;
	margin: 5px 0 5px 0;
	padding: 0;
}

div.booking_pd div.notes p {
	margin: 0;
	padding: 0;
}

div.booking.pd p.booking_instructions_1 {
}

div.booking_pd input,
div.booking_pd select{
	font-size:1em;
}
td.booking_pd_t1, td.booking_pd_t1b, td.booking_pd_t2, td.booking_pd_t3, td.booking_pd_t4, td.booking_pd_t5, td.booking_pd_t6 {
  padding: 2px;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  color: #555;
  vertical-align: bottom;
  text-align: center;
  border-bottom: #888 1px solid;
}

td.booking_pd_t1b {
  width: 54px;
}

td.booking_pd_t2 {
}

td.booking_pd_t3 {
}

td.booking_pd_t4 {
}

td.booking_pd_t5 {
  width: 20px;
}

td.booking_pd_t6 {
  width: 115px;
}

td.booking_pd_1, td.booking_pd_1b, td.booking_pd_2, td.booking_pd_3, td.booking_pd_6 {
  padding: 4px 2px 1px 2px;

}
td.booking_pd_1 {
  font-size: 0.85em;
  font-weight: bold;
  color: #555;
}

td.booking_pd_1b {
  width: 50px;
}

td.booking_pd_2 {
  text-align: center;
}

td.booking_pd_3 {
}
td.booking_pd_6 {
  vertical-align: top;
  font-size: 0.85em;
  font-weight: bold;
  color: #555;
}
td.booking_pd_3 select {
}

input.booking_pd_name {
  margin: 0;
  width: 100px;
}

input.booking_pd_age {
  margin: 0;
  width: 22px;
  border-width: 0;
  padding: 0;
  text-align: center;
}

input.booking_pd_dob {
  margin: 0;
  width: 90px;
}

textarea.booking_requests {
  width: 700px;
  height: 60px;
  font-family: arial, verdana, sans-serif;
  font-size: 0.95em;
}

select.booking_title {
  width: 50px;
  font-size: 0.95em;
  margin: 0;
  padding: 0;
}

input.booking_price_adjust {
  margin: 0;
  width: 50px;
}

div.spc {
  height: 10px;
}

table.full_width {
	width: 100%;
}

div.booking_spc_1 {
  height: 20px;
}

div.booking_spc_2 {
  height: 30px;
}

table.flight_select_header {
}
table.flight_select_header td.a {
  	font-size: 1em;
  	font-weight: bold;
  	vertical-align: top;
  	width: 80px;
}
table.flight_select_header td.b {
  	font-size: 1em;
  	vertical-align: top;
}
table.flight_select_header td.c {
  	font-size: 1em;
  	font-weight: bold;
  	vertical-align: top;
  	height: 60px;
}

div.booking_buttons {
	padding: 0 0 6px 0;
	margin: 6px 0 6px 0;
	text-align: center;
}

	div.booking_buttons input.booking_button {
		margin: 0 4px;
		width: 100px;
		font-family: arial, verdana, sans-serif;
		font-size: 1em;
	}

	div.booking_buttons input.long_booking_button {
		margin: 10px 10px;
		width: 165px;
		font-family: arial, verdana, sans-serif;
		font-size: 1em;
	}

div.allocations {
}

	div.allocations div.duration {
		border: #888 1px solid;
		margin: 10px 10px 0px 10px;
		padding: 3px 3px 3px 3px;
	}

		div.allocations div.duration div.header {
			margin: 0px 0px 3px 0px;
			font-size: 1.2em;
			font-weight: 700;
		}

		div.allocations div.duration div.info {
			width: 130px;
			float: left;
		}

			div.allocations div.duration div.info input {
				width: 30px;
			}

			div.allocations div.duration div.info input.readonly {
				color : #333333;
				border: 1px solid #aaaaaa;
				padding: 2px;
			}

		div.allocations div.duration div.space {
			height:10px;
			clear: both;
		}

		div.allocations div.duration div.totals {
			margin: 0 0 0 10px;
			float: left;
			font-size: 1.2em;
			font-weight: 700;
		}

p.costs_summary {
	margin-left: 20px;
}


table.accounts {
  width: 100%;
}

td.accounts_title_1,
td.accounts_title_2,
td.accounts_title_3 {
  padding: 4px 0;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  border-top: #cf0170 1px solid;
  border-bottom: #cf0170 1px solid;
  background-color: #f8f8f8;
}

td.accounts_title_1 {
  width: 50px;
}

td.accounts_title_3 {
  width: 60px;
}

td.accounts {
  padding: 4px 0;
  font-size: 0.95em;
  border-bottom: #cf0170 1px solid;
  background-color: #f8f8f8;
}

td.accounts_raw {
  padding: 8px 0;
  border-bottom: #cf0170 1px solid;
  background-color: #f8f8f8;
}

p.accounts_title {
  margin: 0 0 2px 0;
  font-size: 1em;
  font-weight: bold;
  color: #333;
}

p.accounts_sub {
  margin: 0;
  font-size: 0.9em;
}

td.transaction_totals {
  font-size: 1.2em;
  font-weight: normal;
  color: #555;
}
p.detail {
  	margin: 8px 0;
	font-size: 0.9em;
	color: #555;
}

td.transaction_totals_value {
  font-size: 1.2em;
  font-weight: normal;
  color: #555;
  text-align: right;
}

table.manifest_1 {
  width: 500px;
}

table.manifest_2 {
  width: 500px;
  border-top: #aaa 1px solid;
}

td.manifest_1 {
  padding: 2px 0;
}

td.manifest_2 {
  padding: 6px 0 0 0;
  width: 60px;
}

td.manifest_1b {
  padding: 0;
  font-size: 0.9em;
}

td.manifest_2b {
  padding: 0;
  width: 60px;
}

td.manifest_3 {
  padding: 4px 0;
  font-size: 0.9em;
  border-bottom: #aaa 1px solid;
}

td.manifest_4 {
  padding: 0px 4px;
  font-size: 0.9em;
  border-bottom: #aaa 1px solid;
}

input.manifest_button {
  width: 60px;
}

select.manifest_multiple {
  width: 500px;
  height: 120px;
}

p.small_link {
  font-size: 0.9em;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}

p.report {
  margin-bottom: 3px;
}

a.report_link {
  margin-left: 5px;
  /*display: block;*/
  color: #444;
}

p.login {
  margin: 10px 0 12px 0;
  font-size: 1em;
  color: #555;
}

ul.login {
  font-size: 1em;
  margin: 0px 0px 0px 30px;
}

ul.login li {
  margin: 4px 0;
}

p.booking_instructions_1 {
	margin: 3px 0;
}

span.tooltip {
	position: relative;
	margin-left: 10px;
}

	span.tooltip a {
		color: black;
		font-weight: normal;
		text-decoration: none;
	}

		span.tooltip a span {
			display: none;
		}

	span.tooltip a:hover {
		font-size: 100%;
	}

		span.tooltip a:hover span {
			display: block;
			position: absolute;
			width: 200px;
			margin-top: 2px;
			margin-left: 2px;
			text-decoration: none;
			background: #f0f0f0;
			border: 1px solid grey;
			z-index: 100;
			font-size: 1em;
		}

.redstrike {
	color: red;
	text-decoration: line-through;
}

select.markup_duration_selection {
	margin: 0 0 10px 5px;
	width: 150px;
}

input.prices_main_button {
	width: 100px;
	font-family: arial, verdana, sans-serif;
	font-size: 0.75em;
}

div.prices_main_button {
	padding: 10px 0 6px 0;
}

div.bd_line,
div.bd_line_top {
  padding: 2px 0 2px 0;
  border-bottom: #aaa 1px solid;
  width: 720px;
}

div.bd_line_top {
  border-top: #aaa 1px solid;
}

p.bd_title {
  margin: 10px 0 2px 0;
  font-size: 1em;
  font-weight: bold;
  vertical-align: bottom;
  color: #555;
}

p.bd_text {
  margin: 12px 0 12px 0;
  font-size: 1em;
  color: #555;
}

table.bd_flights, table.bd_hotel, table.bd_passengers, table.bd_notes, table.db_flight_details{
  margin: 0 0 4px 0;
  width: 100%;
}
table.price_breakdown {
  padding-left: 20px;
  width: 100%;
}

td.bd_1 {
  padding: 2px 4px 2px 0;
  font-size: 1em;
  font-weight: bold;
  width: 100px;
  vertical-align: top;
  color: #555;
}

td.bd_2 {
  padding: 2px 4px;
  font-size: 1em;
  vertical-align: top;
  color: #555;
}

td.bd_3, td.bd_8 {
  padding: 2px 4px 2px 0;
  font-size: 1em;
  font-weight: bold;
  width: 100px;
  vertical-align: top;
  color: #555;
  text-align: left
}
td.bd_8 {
  width: 220px;
}

td.bd_4 {
  padding: 2px 4px 2px 0;
  font-size: 1em;
  vertical-align: top;
  color: #555;
}

td.bd_4r {
  padding: 2px 4px 2px 0;
  font-size: 1em;
  vertical-align: top;
  color: #555;
  text-align: right;
}

td.bd_5 {
  padding: 2px 4px 2px 0;
  font-size: 0.85em;
  vertical-align: middle;
  color: #555;
  text-align: right;
}

td.bd_6 {
  padding: 10px 4px 12px 0;
  font-size: 1em;
  width: 100px;
  vertical-align: top;
  color: #555;
}

td.bd_7 {
  padding: 6px 4px 6px 0;
  font-size: 1em;
  vertical-align: middle;
  color: #555;
  text-align: right;
}

a.bd_link {
  color: #555;
}

tr.bd_top td {
  border-bottom: #aaaaaa 1px solid;
}

tr.bd_btm td {
  border-top: #aaaaaa 1px solid;
  border-bottom: #aaaaaa 3px double;
}

tr.bd_b td {
  background: #f4f4f4;
}

tr.bd_a td {
  background: white;
}

td.bd_3a {
  background: transparent;
  padding: 0.2em 2em 0.2em 2em;
  font-weight: bold;
  text-align: left;
  width: 120px;
}

td.bd_3b {
  background: transparent;
  padding: 0.2em 1em 0.2em 1em;
  font-weight: bold;
  text-align: left;
}

td.bd_4a {
  background: transparent;
  padding: 0.2em 2em 0.2em 2em;
  text-align: right;
  width: 50px;
}

td.bd_4l {
  background: transparent;
  padding: 0.2em 2em 0.2em 2em;
  text-align: left;
}

td.bd_4b {
  background: transparent;
  padding: 0.2em 1em 0.2em 1em;
  text-align: left;
}

.bd_2 {
  padding: 8px 4px;
  font-size: 1em;
  vertical-align: top;
  color: #555;
}

.bd_2m {
  padding: 8px 4px;
  font-size: 1em;
  vertical-align: middle;
  color: #555;
}

.bd_2_click_me {
  margin: 10px 0 2px 0;
  width: 100px;
  text-align: right;
  font-size: 1em;
  cursor: pointer;
  cursor: hand;
  font-weight: normal;
  vertical-align: bottom;
  color: #555;
  float: right;
}

div.serverwarning {
  margin: 1em;
  padding: 2px;
  text-align: left;
  border: 1px solid red;
  background-color: #f00;
  color: #fff;
  text-align: center;
}

div.servernotice1 {
  margin: 1em;
  padding: 2px;
  text-align: left;
  border: 1px solid red;
  background-color: #ffa;
  color: #000;
  text-align: center;
}

div.servernotice2 {
  margin: 1em;
  padding: 2px;
  text-align: left;
  border: 1px solid red;
  background-color: #ff0;
  color: #000;
  text-align: center;
}

table.hotel_select_header {
}
table.hotel_select_header td.a {
  	font-size: 1em;
  	font-weight: bold;
  	vertical-align: top;
  	width: 80px;
}
table.hotel_select_header td.b {
  	font-size: 1em;
  	vertical-align: top;
}
table.hotel_select_header p {
  	margin-bottom: 5px;
}
div.package_option {
	border: #0A2D57 2px solid;
  	background-color: #e8e8e8;
	margin-bottom: 10px;
}

div.package_option div.header {
	font-size: 1em;
	color: #fff;
	background: #1B60B3;
	margin: 0;
	padding: 3px;
	height: 17px;
	display: block;
	border-bottom: 2px solid #1B60B3;
}
div.package_option div.header div.title {
	float: left;
	vertical-align: top;
	font-size: 1.1em;
	font-weight: bold;
}
div.package_option div.header div.prices {
	float: right;
	display: inline;
}
div.package_option div.hotel_info {
	float: left;
  	margin: 5px 0 5px 5px;
  	padding: 0;
  	vertical-align: top;
  	width: 380px;
}
div.package_option p.hotel_name {
	margin: 0;
	font-size: 1em;
	color: #eb008e;
	font-weight: bold;
}
div.package_option p.board_types {
	font-size: 0.8em;
	margin: 0 0 6px 0;
	font-size: 1em;

	color: #000;
	font-weight: bold;
}
div.package_option p.age {
	margin: 0 0 6px 0;
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
}
div.package_option p.link {
  	margin: 0;
  	font-size: 0.9em;
  	color: #333;
}
div.package_option p.prices {
	margin: 0 0 0 5px;
	float: right;
	display:inline;
}
div.package_option span.average_price {
	font-size: 1.2em;
	font-weight: bold;
	color: fff;
	margin-right: 5px;
	text-align: right;
	/*float: right;*/
}
div.package_option p.prices span.total {
	margin-right: 5px;
	font-size: 0.8em;
}
table.flight_option {
	/*margin-left: 2px;*/
	padding-left: 5px;
	padding-right: 5px;
}
table.flight_option img {
	vertical-align: middle;
	display: inline;
	margin-right: 4px;
}

table.flight_option td.out {
	border-top: 1px solid #446;
	padding: 4px 1px 2px 1px;;
	margin: 10px;
}

table.flight_option td.ret {
	border-bottom: 1px solid #446;
	padding: 2px 1px 4px 1px;
	margin-bottom: 3px;
}
table.flight_option td.clear_border {
	border: none;
}
table.flight_option td.empty {
}

div.package_option div.image {
	float: left;
  	padding: 5px 0 5px 5px;
  	width: 100px;
  	vertical-align: top;
}
div.package_option div.package_detail {
	float: right;
  	width: 200px;
  	vertical-align: top;
  	margin-top: 5px;
  	margin-right: 5px;
  	background: #2171D5;
  	border: 2px solid #449;
  	padding: 5px;
  	color: #fff;
}
div.package_option div.package_detail label {
	float: left;
	display: block;
	font-weight: bold;
	margin-right: 5px;
	width: 85px;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.package_option div.package_detail p.data {
	display: block;
	width: 110px;
	padding: 0;
	margin-top: 3px;
	margin-bottom: 3px;
	float: left;
}
div.package_option div.package_detail select {
	padding: 0;
}

div.package_option div.e {
	float: left;
  	height: 10px;
  	font-size: 1px;
}
div.package_option div.hotel_info a {
  	font-size:0.9em;
	color:#006;
	display:block;
	margin: 5px 0px 5px 0px;
	text-align: center;
}
div.package_option p.a {
	margin: 4px 0 0 0;
  	font-size: 1em;
  	font-weight: bold;
  	color: #333;
}

div.package_option p.c {
  	margin: 0;
  	color: #555;
  	font-size: 1.1em;
  	font-weight: bold;
}
div.package_option p.d {
  	margin: 0;
  	color: #555;
  	font-size: 0.9em;
}
div.package_option ul {
  	margin: 0;
  	padding: 0;
  	list-style-type: none;
}
div.package_option li {
  	margin: 0;
  	padding: 0;
}
div.package_option div.transfers {
	margin: 5px;
	display: block;
	background: #2171D5;
  	border: 2px solid #449;
	padding: 3px;
}
div.package_option div.transfers p {
	color: #fff;
	margin: 0;
	padding: 0;
}
div.package_option div.buttons {
	display: block;
	height: 24px;
}
div.package_option div.buttons input {
	margin: 0 5px 5px 5px;
	float: right;
}

		   


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
#slider-wrapper .nivo-caption
		   {
			   position:absolute;
			   right:0;
			   top:0;
			   width:175px;
			   height:230px;
			   padding:8px;
			   margin:0;
			   /*background:#000;*/
			   color:#fff;
			   z-index:89;
		   }
			   #slider-wrapper .slide-text a
			   {
				   color:#e20c7a;
				   font-weight:700;
				   text-decoration:none;
			   }
				   #slider-wrapper .slide-text h2
				   {
						float:left;
						width:180px
				   }

				   #slider-wrapper .slide-text p
				   {
						float:left;
						width:170px;

				   }

				   #slider-wrapper .slide-text span.price-details
				   {
						float:right;
						width:90px;
						text-align:left;
						font-size:1.4em;
					   margin-top:10px;

				   }
					   #slider-wrapper .slide-text span.price-details
					   {

					   }

					   #slider-wrapper .slide-text span.price-details .price
					   {
						   font-size:1.8em;
						   font-weight:700;
					   }

					   #slider-wrapper .slide-text span.price-details small
					   {
						   font-size:0.9em;
					   }
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/*============================*/
/*==== NIVO Slider Styles ====*/
/*============================*/
#slider-wrapper {
	height:240px;
	margin-top:10px;
	overflow:hidden;
	position:relative;
	/*border:3px solid #792871;*/
}

#slider {
	position:relative;
    width:730px;
    height:240px;
    /*margin-left:190px;*/
	background:url(/images/slider_loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#efe9d1;
    text-decoration:underline;
}
