/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
:focus {
	outline: 0;
}
body {
	line-height: 100%;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ZOOMBU */

html, body {
	height: 100%;	
}

body {
	background-color: #036484;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #4db1d1;
	/*
	background-image: url(../images/body_header.jpg);
	background-repeat: repeat-x;
	background-position: top center;*/
}

input[type=text], input[type=password], textarea, select {
	display: block;
	border: 1px solid #c0c9cd;
	font-family: Tahoma, Geneva, sans-serif;
}

label {
	display: block;
}

strong {
	font-weight: bold;
}

h1, h2, h3 {
	font-weight: bold;
	font-family: "DinG", Arial, Helvetica, sans-serif;
}

/* SEARCH PROGRESS TICKER */

#ajaxticker1{
width: 150px;
height: 50px;
padding: 5px;
background-color: #f1f9fc;

}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #f1f9fc;
}

.someclass{ //class to apply to your scroller(s) if desired
}

/* HEADER */

#outerHeader {
	width: 100%;
	min-width: 990px;	
	height: 155px;
	*height: 155px;
	overflow: visible;
    background-image: url(../images/body_header.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

#header {
	height: 155px;
	*height: 155px;
	width: 990px;
	clear: both;
	margin: 0 auto;
	position: relative;
}

#logo {
	width: 311px;
	height: 85px;
	display: block;
	position: absolute;
	left: 0px;
	top: 25px;
}

#logo span {
	display: none;
}

#registration {
	width: 300px;
	height: 28px;
	position: absolute;
	right: 0px;
	top: 33px;
	color: #aeeaff;
	font-size: 12px;
	padding: 7px 10px 0px 0px;
	text-align: right;
}

#registration a, #logged a {
	color: #ffffff;
	text-decoration: underline;	
}

#logged {
	height: 28px;
	position: absolute;
	right: 65px;
	top: 33px;
	color: #aeeaff;
	font-size: 12px;
	padding: 7px 0px 0px 0px;
	text-align: center;
}

#logged .l {
	width: 12px;
	height: 35px;
	background-image: url(../images/headerLoggedL_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

#logged .r {
	width: 12px;
	height: 35px;
	background-image: url(../images/headerLoggedR_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;	
}

#menu {
	position: absolute;
	right: 0px;
	top: 100px;	
	height: 20px;
}

#menu li {
	float: left;
	margin-right: 10px;
}

#menu a {
	color: #ffffff;
	font-weight: bold;
}

#menu a:hover {
	color: #92e3fe;
}

/*
#topLine {
	height: 1px;
	background-color: #0c4e70;
	border-top: 1px solid #187293;
	width: 1000px;
	margin: 0 auto;
}
*/

#social {
	width: 80px;
	height: 24px;
	display: block;
	position: absolute;
	right: 10px;
	top: 70px;
}

#social a {
	background-image: url(../images/button_social.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#social li span {
	display: none;
}

#social li {
	float: left;
	height: 24px;
}

#social a.facebook {
	width: 26px;
	height: 24px;
	display: block;
	background-position: 0px 0px;
}

#social a.facebook:hover {
	background-position: 0px -24px;
}

#social a.twitter {
	width: 26px;
	height: 24px;
	display: block;	
	background-position: -26px 0px;
}

#social a.twitter:hover {
	background-position: -26px -24px;
}

#social a.rss {
	width: 28px;
	height: 24px;
	display: block;
	background-position: -53px 0px;	
}

#social a.rss:hover {
	background-position: -53px -24px;
}


/* MAIN */

#outerMain {
	width: 100%;
	min-width: 960px;
	background-color: #ffffff;
	background-image: url(../images/main_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	*background-position: top center;
	*position-top: -10px;


}

#main {
	width: 960px;
	padding: 35px 0px 35px 0px;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;	
}

div.formError {
	display: none;
	line-height: 14px;
	border: 1px solid #f7c8c8;
	background-color: #f8e8e8;
	color: #f15352;
	padding: 4px 6px 5px 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-image: url(../images/icon_error.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin-bottom: 4px;
}

div.formWarning {
    display: none;
    line-height: 14px;
    border: 1px solid #fcd113;
    background-color: #f8da4e;
    color: #915608;
    padding: 4px 6px 5px 25px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    background-image: url(../images/icon_warning.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

/* MAIN - INDEX */

div.row {
	clear: both;
	overflow: hidden;
	position: relative;
}

div.intro {
	margin-bottom: 20px;
}

div.boxGrey .bc {
	border: 1px solid #c7c6c6;
	padding: 10px;
	background-color: #f9f9f9;
	overflow: hidden;
}

div.boxGrey .tl {
	width: 9px;
	height: 9px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	background-image: url(../images/corner_tl.png);
	background-repeat: no-repeat;
}

div.boxGrey .tr {
	width: 9px;
	height: 9px;
	position: absolute;
	z-index: 10;	
	top: 0px;
	right: 0px;
	background-image: url(../images/corner_tr.png);
	background-repeat: no-repeat;
}



div.boxGrey .bl {
	width: 9px;
	height: 9px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/corner_bl.png);
	background-repeat: no-repeat;
}

div.boxGrey .br {
	width: 9px;
	height: 9px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url(../images/corner_br.png);
	background-repeat: no-repeat;
}

#introBox {
	width: 195px;
	float: left;
	line-height: 17px;
	padding: 0px 15px 0px 0px;
}

#introBox p {
	margin-bottom: 14px;
}

#stepBox1 {
	float: left;	
	width: 190px;
	height: 55px;
	line-height: 17px;	
	background-image: url(../images/box_step1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 135px 20px 0px 40px;
}

#stepBox2 {
	float: left;	
	width: 190px;
	height: 72px;
	line-height: 17px;	
	background-image: url(../images/box_step2.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	padding: 118px 20px 0px 40px;
}

#stepBox3 {
	float: left;	
	width: 190px;
	height: 88px;
	line-height: 17px;	
	background-image: url(../images/box_step3.jpg);
	background-repeat: no-repeat;	
	background-position: right top;
	padding: 102px 20px 0px 40px;
}

/*
#stepBox1 {
	width:192px;
	padding: 135px 20px 0px 20px;
}

#stepBox2 {
	width:192px;
	margin:0px 12px 0px 12px;
	padding: 118px 20px 0px 20px	
}

#stepBox3 {
	width:192px;
	padding: 102px 20px 0px 20px;
}*/

#searchBox {
	float: left;
	margin: 20px 0px 0px 20px;
	width: 400px;	
}

#searchBox h2 {
	font-size: 32px;
	margin-bottom: 15px;
}

#searchBox form {
	margin-top: 20px;
}

#searchBox div.row {
	padding: 6px 0px 6px 0px;
}

#searchBox label {
	width: 80px;
	float: left;
	font-weight: bold;
}

#searchBox input {
	float: left;
	padding: 4px 4px 4px 4px;	
}

#searchBox_From, #searchBox_To {
	width: 200px;
	color: #4db1d1;
}

#originLocationCheck {
	margin: 0px 0px 20px 80px;
}

#destinationLocationCheck {
    margin: 0px 0px 20px 80px;
}

#originLocationCheck a {
	color: #1b7c9d;
}

#originLocationCheck a:hover {
	text-decoration: underline;
}

#destinationLocationCheck a {
	color: #1b7c9d;
}

#destinationLocationCheck a:hover {
	text-decoration: underline;
}

#searchBox_Depart, #searchBox_Return {
	width: 160px;
	color: #4db1d1;	
}

#searchBox_Submit {
	background-image: url(../images/button_search.jpg);
	background-repeat: no-repeat;
	width: 132px;
	height: 58px;
	border: 0px;
	cursor: pointer;
	margin: 10px 0px 10px 0px;
}

#indexBox_map {
    float: right;
    border: 3px solid #d5dbdc;
    width: 460px;
    height: 350px;
}

#searchBox_map {
	float: right;
	border: 3px solid #d5dbdc;
	width: 234px;
	height: 390px;
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 0px;
	margin-top: 130px;
	overflow: hidden;
}

#hotel {
	top: 540px;
	float: right;
	border: 3px solid #d5dbdc;
	width: 234px;
	/*height: 390px;*/
	position: absolute;
	/*z-index: 10;*/
	right: 0px;
	/*margin-top: 130px;*/
	overflow: hidden;
}

/* MAIN - SUBPAGE */

#leftSide {
	width: 580px;
	padding: 15px 0px 0px 0px;
	float: left;
}

#leftSide td {
	text-align: center;
	padding-bottom: 10px;
}

#leftSide h1 {
	font-size: 42px;
	margin-bottom: 15px;
	line-height: 40px;
}

#leftSide h1.error {
	color: #f65354;
}

#leftSide h2 {
	font-size: 30px;
	margin-bottom: 15px;
}

#leftSide h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

#leftSide p {
	margin-bottom: 20px;
}

#leftSide ul {
	margin: 0px 0px 30px 35px;
}

#leftSide ul li {
	padding-left: 5px;
	list-style-type: square;
	font-size: 14px;
	line-height: 20px;
	color: #3a7285;
}

#leftSide ol {
	margin: 0px 0px 30px 35px;
}

#leftSide ol li {
	padding-left: 5px;
	list-style-type: decimal;
	font-size: 14px;
	line-height: 20px;
	color: #3a7285;
}

#leftSide a {
	color: #f24242;
	text-decoration: underline;
}

#leftSide a:hover {
	color: #034961;
}

#leftSide input[type=text] {
	width: 250px;
	height: 16px;
	font-size: 12px;
	padding: 5px 4px 4px 4px;
	color: #4db1d1;	
	font-family: Tahoma, Geneva, sans-serif;	
}

#leftSide select {
	height: 29px;
	padding: 6px 6px 5px 2px;
	color: #4db1d1;
	font-family: Tahoma, Geneva, sans-serif;
}

#leftSide input[type=password] {
	width: 195px;
	height: 16px;
	font-size: 12px;	
	padding: 5px 4px 4px 4px;
	color: #4db1d1;	
	font-family: Tahoma, Geneva, sans-serif;
}

#leftSide textarea {
	padding: 5px 4px 5px 4px;
	width: 400px;
	height: 200px;
	color: #4db1d1;
	font-size: 12px;
	line-height: 18px;
	font-family: Tahoma, Geneva, sans-serif;	
}

#leftSide label {
	float: left;
	padding: 3px 0px 0px 0px;
	font-weight: bold;
	width: 130px;
	color: #3a7285;	
	font-size: 12px;
}

#leftSide #buttonFormSubmit {
	margin-top: 10px;
}


#rightSide {
	width: 340px;
	padding: 15px 0px 20px 0px;
	float: right;
	/*overflow: hidden;*/
	position: relative;
}

#submenu {
	clear: both;
	float: right;
	width: 189px;
	height: 426px;
	display: block;
	background-color: #dedfe1;
}

#submenu li a {
	display: block;
	background-image: url(../images/rightside_menu.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 159px;
	color: #58b6d2;
	font-size: 22px;
	padding: 20px 0px 0px 30px;
}

#submenu li a.first {
	background-position: 0px -62px;
}

#submenu li a:hover, #submenu li a.active {
	background-position: -189px 0px;
	color: #ffffff;
}

#ticker ul {
	height: 35px;
}

#ticker li {
	text-align: center;
	width: 175px;
	padding: 0px;
	height: 35px;
	line-height: 16px;
}

/* MAIN - LANDING PAGE */

#leftSide.landingPage {
	width:720px;
}

#rightSide.landingPage {
	width:200px;
}

.row.landingPage {
	margin-top:40px;
}

#betasignupBox {
	width: 400px;
	float: left;
}

#betasignupBox .bc {
	height:145px;
}

#modalFeedback div.bc {
	height: 300px;
	} 

#betasignupBox td.form {
	vertical-align:middle;
	height:40px;
}

#betasignupBox td.info {
	vertical-align:top;
	height:40px;
	padding-left:20px;	
}

#betasignupBox input[type=image] {
	margin-top:5px;
}

#betasignupBox input[type=text] {
	width: 200px;
}

#zoombuskiBox {
	width:300px;
	padding-top:45px;
	margin-left:10px;
	float: left;	
}


/* MAIN - SEARCH PAGE */

#searchBar {
	width: 220px;
	float: left;
	position: relative;
	overflow: hidden;
}

#searchBar .bc {
	border: 1px solid #4db1d1;
	padding: 10px;
	background-color: #f1f9fc;
	overflow: hidden;
	min-height: 300px;
}

#searchBar .tl {
	width: 9px;
	height: 9px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	background-image: url(../images/corner2_tl.png);
	background-repeat: no-repeat;
}

#searchBar .tr {
	width: 9px;
	height: 9px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../images/corner2_tr.png);
	background-repeat: no-repeat;
}

#searchBar .bl {
	width: 9px;
	height: 9px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/corner2_bl.png);
	background-repeat: no-repeat;
}

#searchBar .br {
	width: 9px;
	height: 9px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url(../images/corner2_br.png);
	background-repeat: no-repeat;
}

#textRefine {
	display: block;
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
}

#textSearching {
	display: block;
	margin: 0 auto;
	padding: 25px 0px 25px 0px;
}

#graphicLoader {
	margin: 0 auto;
	padding: 0px 0px 15px 0px;
	width: 32px;
	display: block;
}

#searchBar div.block {
	padding: 15px 0px 15px 0px;
	width: 174px;
	margin: 0 auto;
}

#searchBar div.center {
	text-align: center;
}

#searchBar div.block2 {
	padding: 15px 0px 15px 0px;
	width: 174px;
	margin: 0 auto;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
}

#searchBar div.block2 p {
	margin: 0px 0px 10px 0px;
	color: #1b7c9d;
}

#searchBar div.label {
	clear: both;
	overflow: hidden;
	height: 35px;
	width: 180px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 14px;
}

#searchBar div.label .left {
	float: left;
	top: 0px;
}

#searchBar div.label .right {
	float: right;
	top: 0px;
	text-align: right;	
}

#searchBar div.label .value {
	width: 36px;
	font-size: 13px;	
}

#searchBar span.label {
	color: #58b6d4;
}

#searchBar .poundSign {
	color: #1b7c9d; 
	font-size: 13px; 
	font-family: tahoma, geneva, sans-serif
	}

#searchBar input.value {
	color: #1b7c9d;
	font-family: Tahoma, Geneva, sans-serif;
	border: 0px;
	background: none;
	width: 50px;
	display: inline;
}

#searchBar #valueOutward1,
#searchBar #valueOutward2,
#searchBar #valueReturn1, 
#searchBar #valueReturn2 {
	width: 80px;
}

#searchBar div.slider {
	margin: 6px 10px 12px 10px;
	clear: both;
}

#searchBar #sliderOutbound {
	margin-bottom: 20px;
}

#searchBar div.line {
	height: 1px;
	width: 175px;
	margin: 0 auto;
	border-top: 1px solid #ffffff;
	background-color: #e0dddd;
}

#searchBar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #1b7c9d;
	margin-bottom: 5px;
	letter-spacing: -1px;
}

#searchBar h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 5px;
	clear: both;
}

#searchBar a.button {
	background-image: url(../images/icon_temp.png);
	display: block;
	width: 31px;
	height: 31px;
}

#searchBar ul {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
}

#searchBar ul.icons li {
	width: 37px;
	height: 35px;
	float: left;
}

#searchBar ul.list {
	margin-top: 15px;
}

#searchBar ul.list li {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
	height: 24px;
}

#searchBar ul.list li .right {
	position: absolute;
	right: -3px;
	top: 0px;
	border: 0px;
}

#searchBar .checkTool {
	position: relative;
	height: 25px;
}

#searchBar .checkTool a {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #f24242;
	text-decoration: underline;
}

#searchBar .checkAll {
	position: absolute;
	left: 0px;
}

#searchBar .decheckAll {
	position: absolute;
	right: 0px;
}

#searchResults {
	width: 715px;
	float: left;
	margin-left: 25px;
	overflow: hidden;
}

#searchResults h1 {
	font-size: 26px;
	line-height: 28px;	
	margin-bottom: 20px;
	clear: both;
	color: #1b7c9d;
}

#searchResults h1 span {
	color: #4db1d1;
}

#hotelSearchResults {
	font-size: 20px;
	line-height: 26px;	
	margin-bottom: 15px;
	clear: both;
	color: #1b7c9d;
}

#newSearch {
	float: right;
	margin-bottom: 10px;
	color: #c5c5c5;
}

#newSearch a {
	color: #f24242;
	text-decoration: underline;
}

#searchLeft {
	width: 460px;
	float: left;
}


/* FEATURED BOXES */

#featuredBoxes {
	width: 452px;
	position: relative;
	overflow: hidden;
}

#boxCheapest,
#boxFastest,
#boxGreenest {
	outline: none;
}

#featuredBoxes .label {
	clear: both;
	overflow: hidden;
}

#featuredBoxes .label span {
	width: 135px;
	display: inline;
	height: 25px;
	float: left;
	padding-left: 15px;
	letter-spacing: -1px;	
}

#featuredBoxes .label h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #1b7c9d;
	margin-bottom: 5px;
	font-weight: bold;
}

#featuredBoxes .bc {
	border: 1px solid #dadada;
	padding: 4px 5px 4px 5px;
	background-color: #ebebeb;
	overflow: hidden;
}


#featuredBoxes .box.active .bc {
	border: 1px solid #4db1d1;
	cursor: pointer;
}

#featuredBoxes .box.active .tl {
	background-image: url(../images/cornerFeatH_tl.png);
}

#featuredBoxes .box.active .tr {
	background-image: url(../images/cornerFeatH_tr.png);
}

#featuredBoxes .box.active .bl {
	background-image: url(../images/cornerFeatH_bl.png);
}

#featuredBoxes .box.active .br {
	background-image: url(../images/cornerFeatH_br.png);
}

#featuredBoxes .tl {
	width: 9px;
	height: 9px;
	position: absolute;
	z-index: 10;
	top: 25px;
	left: 0px;
	background-image: url(../images/cornerFeat_tl.png);
	background-repeat: no-repeat;
}

#featuredBoxes .tr {
	width: 9px;
	height: 9px;
	position: absolute;
	top: 25px;
	right: 0px;
	background-image: url(../images/cornerFeat_tr.png);
	background-repeat: no-repeat;
}

#featuredBoxes .bl {
	width: 9px;
	height: 9px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/cornerFeat_bl.png);
	background-repeat: no-repeat;
}

#featuredBoxes .br {
	width: 9px;
	height: 9px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url(../images/cornerFeat_br.png);
	background-repeat: no-repeat;
}


/* FEATURED BOXES - BOX */

#featuredBoxes div.box {
	width: 140px;
	position: relative;
	overflow: hidden;
	float: left;
}

#featuredBoxes div.box .bc {
	border: 1px solid #d1d1d1;
	padding: 10px 7px 10px 10px;
	background-color: #ffffff;
	overflow: hidden;
	background-image: url(../images/featuredBox_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 170px;	
}

#featuredBoxes div.box .tl {
	width: 9px;
	height: 9px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	background-image: url(../images/cornerFeat2_tl.png);
	background-repeat: no-repeat;
}

#featuredBoxes div.box .tr {
	width: 9px;
	height: 9px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../images/cornerFeat2_tr.png);
	background-repeat: no-repeat;
}

#featuredBoxes div.box .bl {
	width: 9px;
	height: 9px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/cornerFeat2_bl.png);
	background-repeat: no-repeat;
}

#featuredBoxes div.box .br {
	width: 9px;
	height: 9px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url(../images/cornerFeat2_br.png);
	background-repeat: no-repeat;
}

#featuredBoxes div.box table {
	width: 120px;
}

#featuredBoxes div.box td {
	vertical-align: top;
}

#featuredBoxes img.icon {
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	margin: 0px 4px 4px 0px;
}

#featuredBoxes .icons {
	padding-bottom: 5px;
	height: 75px;
}

#featuredBoxes .info {
	font-size: 13px;
	line-height: 16px;
	font-family: Tahoma, Geneva, sans-serif;
}

#featuredBoxes .info span {
	color: #1b7c9d;
}

#featuredBoxes .price {
	width: 95px;
	height: 37px;
	background-image: url(../images/featuredPrice_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #1b7c9d;
	font-weight: bold;
	text-align: center;
	padding-top: 19px;
	line-height: 20px;
}

#featuredBoxes .eco {
	text-align: right;
}

#featuredBoxes .eco img {
	display: block;
}

/* RESULT LIST */

#resultList,
#featuredDetails {
	width: 452px;
	position: relative;
	overflow: hidden;
	clear: both;
}

#featuredDetails {
	margin: 0px 0px 0px 0px;
}

#resultList .bc {
	padding: 0px 5px 5px 5px;
	background-color: #ebebeb;
	overflow: hidden;
}

#resultList .tl {
	width: 9px;
	height: 9px;
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	background-image: url(../images/cornerResult_tl.png);
	background-repeat: no-repeat;
}

#resultList .tr {
	width: 9px;
	height: 9px;
	position: absolute;
	z-index: 5;	
	top: 0px;
	right: 0px;
	background-image: url(../images/cornerResult_tr.png);
	background-repeat: no-repeat;
}

#resultList .bl {
	width: 9px;
	height: 9px;
	position: absolute;
	z-index: 5;	
	bottom: 0px;
	left: 0px;
	background-image: url(../images/cornerResult_bl.png);
	background-repeat: no-repeat;
}

#resultList .br {
	width: 9px;
	height: 9px;
	position: absolute;
	z-index: 5;	
	bottom: 0px;
	right: 0px;
	background-image: url(../images/cornerResult_br.png);
	background-repeat: no-repeat;
}

/* RESULT LIST - ITEM*/

#resultList div.item {
	position: relative;
	overflow: hidden;
	float: left;
	width: 442px;
	margin-top: 5px;
	clear: both;
	cursor: pointer;
}

div.details {
	cursor: default;
}

#resultList div.item .bc {
	border: 1px solid #d1d1d1;
	padding: 0px;
	background-color: #ffffff;
	overflow: hidden;
	background-image: url(../images/featuredBox_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 10px;
}

#resultList div.item .tl {
	width: 9px;
	height: 9px;
	position: absolute;
	z-index: 11;
	top: 0px;
	left: 0px;
	background-image: url(../images/cornerFeat2_tl.png);
	background-repeat: no-repeat;
}

#resultList div.item .tr {
	width: 9px;
	height: 9px;
	position: absolute;
	z-index: 11;
	top: 0px;
	right: 0px;
	background-image: url(../images/cornerFeat2_tr.png);
	background-repeat: no-repeat;
}

#resultList div.item .bl {
	width: 9px;
	height: 9px;
	position: absolute;
	z-index: 11;	
	bottom: 0px;
	left: 0px;
	background-image: url(../images/cornerFeat2_bl.png);
	background-repeat: no-repeat;
}

#resultList div.item .br {
	width: 9px;
	height: 9px;
	position: absolute;
	z-index: 11;
	bottom: 0px;
	right: 0px;
	background-image: url(../images/cornerFeat2_br.png);
	background-repeat: no-repeat;
}

#resultList div.item img.icon {
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	margin: 0px 4px 4px 0px;
}

#resultList div.item a,
#featuredDetails a {
	color: #1b7c9d;
}

#resultList div.item a:hover,
#featuredDetails a:hover {
	text-decoration: underline;
}

#resultList table {
	width: 100%;
}

#resultList td.icons {
	height: 25px;
	padding: 10px 40px 10px 10px;
}

#resultList td.icons .favourite img {
	display: block;
	position: absolute;
	top: 11px;
	right: 11px;
	height: 31px;
	width: 31px;
}

#resultList td.price {
	width: 32%;
	padding: 0px 0px 10px 10px;
}

#resultList td.price div {
	width: 125px;
	height: 65px;
	background-image: url(../images/itemPrice_bg.png);
	background-repeat: no-repeat;
	font-size: 34px;
	line-height: 32px;
	color: #1b7c9d;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

#resultList td.price div.resultListPriceLinked {
	cursor: pointer;
}

#resultList td.eco {
	width: 12%;
}

#resultList td.info {
	width: 57%;
	line-height: 24px;
}

#resultList td.info {
	color: #2a85a3;
}

#resultList td.info span {
	color: #f34f4f;
}

#resultList td.info .time {
	color: #4db1d1;
}

#resultList div.airline {
	clear: both;
	height: 35px;
	margin-top: 10px;
}

#resultList div.airline .logo {
	float: left;
	width: 43px;
	vertical-align: middle;
	padding-top: 5px;
}

#resultList div.airline .airport {
	float: left;
	width: 145px;
	font-size: 12px;
	line-height: 16px;
	background-image: url(../images/icon_airarrow.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 18px;
}

#resultList div.airline .more {
	float: left;
	width: 30px;
	padding-top: 8px;
}

#resultList div.airline .down {
	cursor: pointer;
}

#resultList div.airline .up {
	display: none;
	cursor: pointer;	
}

#resultList div.details,
#featuredDetails div.details {
	border-top: 1px solid #d1d1d1;
	display: none;
	height: 100%;
	z-index: auto;
}

#featuredDetails div.details {
	border: 1px solid #d1d1d1;
	border-bottom: 0px;
	margin: 10px 0px 30px 0px;
}

#resultList div.detailsOut, #resultList div.detailsReturn,
#featuredDetails div.detailsOut, #featuredDetails div.detailsReturn {
	background-color: #e2e2e2;
	color: #4390ab;
	font-size: 15px;
	height: 20px;
	padding: 10px 12px 10px 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

#resultList div.detailsOut span, #resultList div.detailsReturn span,
#featuredDetails div.detailsOut span, #featuredDetails div.detailsReturn span {
	color: #f24242;
}

#featuredDetails div.details img.up {
	position: absolute;
	top: 15px;
	right: 6px;
	cursor: pointer;
}

#resultList div.details tr,
#featuredDetails div.details tr {
	background-color: #ffffff;
	border-bottom: 1px solid #e2e2e2;
	height: 50px;
}

#resultList div.details tr.action,
#featuredDetails div.details tr.action {
	background-color: #f3f3f3;
	height: 14px;
}

#resultList div.details td,
#featuredDetails div.details td {
	border-bottom: 1px solid #e2e2e2;
	padding: 6px 0px 6px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	vertical-align: middle;
	line-height: 16px;
	font-size: 12px;
	color: #1b7c9d;
}

#resultList div.details td.icon,
#featuredDetails div.details td.icon {
	width: 10%;
	padding-left: 5px;
	text-align: center;
}

#resultList div.details td.logo,
#featuredDetails div.details td.logo {
	width: 8%;
	text-align: center;	
}

#resultList div.details td.change
#featuredDetails div.details td.change {
	width: 7%;
	text-align: center;	
}

#resultList div.details td.info,
#featuredDetails div.details td.info {
	width: 5%;
	text-align: center;	
}

#resultList div.details td.time,
#featuredDetails div.details td.time {
	width: 10%;
}

#resultList div.details td.station,
#featuredDetails div.details td.station {
	width: 30%;
}

#resultList div.details td.price,
#featuredDetails div.details td.price {
	font-weight: bold;
	font-size: 22px;
	width: 14%;
	text-align: right;	
}

#resultList div.details td.return,
#featuredDetails div.details td.return {
	width: 6%;
	text-align: center;	
}

#resultList div.details td.book,
#featuredDetails div.details td.book {
	width: 10%;
	text-align: center;
	padding-right: 5px;	
}

#boxFastest {
	margin: 0px 10px 0px 10px;
}

#countResult {
	text-align: center;
	clear: both;
	margin: 10px 0px 10px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

#resultTabs {
	height: 37px;
	width: 451px;	
	clear: both;
	margin-bottom: 5px;
	background-image: url(../images/tabsOuter_bg.png);
	background-repeat: repeat-x;
	overflow: hidden;
}	

#resultTabs ul {
	overflow: hidden;
	width: 451px;
}

#resultTabs li {
	height: 37px;
	float: left;
}

#resultTabs #tabFastest {
	margin: 0px 8px 0px 8px;
}

#resultTabs li a {
	display: block;
	height: 28px;
	width: 145px;
	background-image: url(../images/tabs_bg.png);
	background-position: -145px 0px;
	text-align: center;
	padding-top: 8px;
	color: #1b7c9d;
	border-bottom: 1px solid #d1d1d1;
}

#resultTabs li a:hover, #resultTabs li a.active {
	background-position: 0px 0px;
	border-bottom: 1px solid #ffffff;	
}

#pagerResult {
	text-align: center;
	clear: both;
	margin: 15px 0px 20px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #f24242;
}

#pagerResult a {
	color: #f24242;
	text-decoration: underline;
}

#pagerResult a:hover, #pagerResult a.active {
	color: #4db1d1;
}

#searchRight {
	width: 240px;
	float: right;
}


/* TOOLTIP*/

.qtip {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #a3cedc;
	background-color: #f8fcfd;
	background-image: url(../images/infobox_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.qtip-button {
	top: 10px;
	right: 10px;
}

#tooltipHeader {
	height: 49px;
	background-image: url(../images/infobox_hdr_bg.png);
	background-repeat: repeat-x;
	position: relative;
	padding: 0px 9px 0px 9px;
	width: 215px;
}

#tooltipHeader table {
	width: 100%;
}

#tooltipHeader td {
	vertical-align: middle;
}

#tooltipHeader td.icon {
	height: 49px;
	width: 17%;
	text-align: center;
}

#tooltipHeader td.logo {
	height: 49px;
	width: 17%;
	text-align: center;	
}

#tooltipHeader td.vehicle {
	height: 49px;
	width: 46%;
	padding-left: 5px;
	color: #1b7c9d;
	font-size: 12px;
}

#tooltipHeader td.return {
	height: 49px;
	width: 10%;
	text-align: center;
}

#tooltipHeader td.price {
	height: 49px;
	width: 10%;
	color: #1b7c9d;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

#tooltipHeader .L {
	position: absolute;
	left: 0;
	top: 0;
}

#tooltipHeader .R {
	position: absolute;
	right: 0;
	top: 0;	
}

#tooltipStation {
	font-size: 12px;
	line-height: 16px;
	color: #1b7c9d;
	margin: 5px 0px 10px 0px;
}

#tooltipStation span {
	color: #4db1d1;
}

#tooltipBody {
	color: #4db1d1;
	line-height: 16px;
}

#tooltipBody a, #tooltipHeader a { 
	color: #f24242; 
	text-decoration: underline; 
} 

#tooltipBody a:hover, #tooltipHeader a:hover { 
	color: #4db1d1; 
} 

#tooltipBody ul {
	line-height: 16px;	
	list-style-type: square;
}

#tooltipBody ul li {
	margin: 0px 10px 0px 30px;
}

#tooltipBody a {
	color: #f24242;
}

#tooltipBody a:hover {
	text-decoration: underline;
}



/* MODAL WINDOWS*/

#modalLogin, #modalRegistration, #modalFeedback, #modalReturn, #modalDialog, #modalPassword, #modalFiltering, #modalError {
	width: 380px;
	display: none;
	font-size: 14px;
	line-height: 18px;
	color: #4db1d1;
	padding: 20px;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.ui-dialog h2 {
	font-size: 26px;
	margin-bottom: 10px;
}

.ui-dialog p {
	margin-bottom: 10px;
}

.ui-dialog h2.fail { 
	color: #db3333; 
} 

.ui-dialog table td label {
	color: #1b7c9d;
	width: 90px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.ui-dialog table {
	width: 100%;
}

.ui-dialog input[type=text] {
	width: 195px;
	height: 16px;
	font-size: 12px;
	padding: 5px 4px 4px 4px;
	color: #4db1d1;	
	font-family: Tahoma, Geneva, sans-serif;	
}

.ui-dialog select {
	width: 215px;
	height: 29px;
	padding: 6px 6px 5px 2px;
	color: #4db1d1;
	font-family: Tahoma, Geneva, sans-serif;
}

.ui-dialog input[type=password] {
	width: 195px;
	height: 16px;
	font-size: 12px;	
	padding: 5px 4px 4px 4px;
	color: #4db1d1;	
	font-family: Tahoma, Geneva, sans-serif;
}

.ui-dialog input[type=radio] {
	float: left;
	margin-right: 8px;
	border: 0px;
}

.ui-dialog textarea {
	padding: 6px 4px 5px 4px;
	color: #4db1d1;	
	font-family: Tahoma, Geneva, sans-serif;	
}

.ui-dialog table td {
	color: #1b7c9d;
	line-height: 14px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}

.ui-dialog table td a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #ef4f4f;
	text-decoration: underline;
}

.ui-dialog div.bc {
	padding: 17px 21px 0px 21px;
	height: 265px;	
	position: relative;
}

#modalLogin div.bc {
	height: 300px;
}

#modalLogin table {
	margin-top: 15px;
}

#modalRegistration table {
	margin-top: 10px;
}

#modalPassword div.bc { 
 height: 200px; 
} 

#modalPassword table { 
	margin-bottom: 70px;
}

.ui-dialog input.submit {
	border: 0px;
	background: none;
	position: absolute;
	right: 20px;
	bottom: 15px;
}


#feedType {
	width: 202px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#feedSubject {
	width: 192px;	
	font-size: 12px;
}

#feedMessage {
	width: 192px;
	font-size: 12px;
	height: 100px;
	font-family: Tahoma, Geneva, sans-serif;	
}

#modalReturn p {
	font-size: 14px;
	color: #b2b1b1;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#modalReturn a {
	color: #ef4f4f;
	text-decoration: underline;
}

#modalReturn div.title {
	padding-left: 30px;
	color: #4996b1;
	font-size: 16px;
	margin: 30px 0px 20px 0px;
}

#modalReturn ul {
	margin: 0 auto;
	overflow: hidden;
	width: 300px;
	padding: 0px 0px 30px 20px;
}

#modalReturn ul li {
	width: 150px;
	float: left;
	height: 30px;
	vertical-align: middle;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #1b7c9d;
}


/* FEEDBACK */

#buttonFeedback {
	width: 31px;
	height: 128px;
	display: block;
	background-image: url(../images/button_feedback.jpg);
	background-repeat: no-repeat;
	position: fixed;
	top: 240px;
	right: 0px;
}

#buttonFeedback.top {
	width: 128px;
	height: 31px;
	background-image: url(../images/button_feedbackh.jpg);
	background-repeat: no-repeat;
	top: 0px;
	right: 10px;
}

#buttonFeedback span {
	display: none;
}

/* MESSAGES */

#message {
	background-color: #FFF;
	color: #4db1d1;
	padding: 70px 0px 0px 0px;
	height: 500px;
}

#newwindow {
	width: 550px;
	margin: 0 auto;
	text-align: center;
}

#message h1 {
	font-size: 31px;
}

#message p.url {
	color: #1b7c9d;
	font-size: 21px;
	margin: 10px 0px 20px 0px;
	line-height: 26px;
}

#message p.url a {
	color: #f75353;
	text-decoration: underline;
}

#message p {
	font-size: 16px;
	line-height: 20px;
}

#message #loader {
	margin: 10px 0px 30px 0px;
}


/* FOOTER */

#outerFooter {
	width: 100%;
	min-width: 980px;	
	height: 200px;
	background-color: #024863;
	bottom: 0px;
	background-image: url(../images/footerOuter_bg.png);
	background-repeat: repeat-x;	
}

#footer {
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	width: 980px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

#footer ul {
	display: block;
	margin: 0 auto;
	width: 952px;
	height: 50px;
	overflow: hidden;
	padding-bottom: 7px;
}

#footer ul li {
	text-align: center;
	float: left;
}

#footer ul a {
	display: block;
	width: 136px;
	height: 38px;
	padding: 12px 0px 0px 0px;
	color: #b1b0b0;
}

#footer ul a:hover {
	color: #7b7b7b;
}

#footerStartup {
	display: block;
	margin: 0 auto;
}

.footer-link, .footer-link a:link, .footer-link a:visited, .footer-link a:active {
	color: #fff;
	letter-spacing: 1.5px;
}

.footer-link a:hover {
	color: #ddd;
	letter-spacing: 1.5px;
	text-decoration: underline;
	}




/* AH Forms */

.user-form h2 {
	font-size: 26px;
	margin-bottom: 10px;
}

.user-form a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #ef4f4f;
	text-decoration: underline;
}

.user-form table td {
	vertical-align: middle;
	height:40px;
}

.user-form table td label {
	color: #1b7c9d;
	width: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.user-form input.submit {
	border: 0px;
	background: none;
	position: absolute;
	right: 20px;
	bottom: 15px;
}

#loginLeft, #registerRight, #resetForm, #registerForm {
	width: 380px;
	font-size: 14px;
	line-height: 18px;
	color: #4db1d1;
	padding: 20px;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
}

#resetForm div.bc, #loginLeft div.bc, #registerRight div.bc {
	height: 200px;
}

#resetForm table, #loginLeft table, #registerRight table {
	margin-top: 15px;
}


/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=09_dots_small.png&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 11px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(../images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e3a1a1; background: #cc0000 url(../images/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d8dcdf; background: #eeeeee url(../images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #004276; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #004276; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #cdd5da; background: #f6f6f6 url(../images/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #111111; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #111111; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #eeeeee; background: #ffffff url(../images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #cc0000; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #cc0000; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcd3a1; background: #fbf8ee url(../images/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x; color: #444444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #444444; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cc0000; background: #f3d8d8 url(../images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat; color: #2e2e2e; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #2e2e2e; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #2e2e2e; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../images/ui-icons_cc0000_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../images/ui-icons_cc0000_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../images/ui-icons_cc0000_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/ui-icons_cc0000_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../images/ui-icons_cc0000_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../images/ui-icons_004276_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/ui-icons_cc0000_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background-color: #024861; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; cursor: pointer; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
.ui-datepicker-trigger { cursor: pointer; margin: 2px 0px 0px 10px; width: 23px; height: 22px; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-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: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; background: none; background-color: #ffffff; }
/*.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative; }*/
.ui-dialog .ui-dialog-titlebar { padding: 0; position: relative; background: none; border: 0px; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; display: none; } 
/*.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }*/
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: 6px; top: 15px; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; background-color: #4db1d1; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; border: 0px; width: 26px; height: 12px; cursor: default; background-image: url(../images/button_slider.jpg); cursor: pointer; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background: none; background-color: #d3d3d3; }

.ui-slider-horizontal { height: 4px; border: 1px solid #c5c5c5; background: none; background-color: #ffffff; }
.ui-slider-horizontal .ui-slider-handle { top: -4px; margin-left: -12px; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* CHECKBOX */
.jquery-checkbox {display: inline; font-size: 11px; line-height: 11px; cursor: pointer; cursor: hand;}
.jquery-checkbox .mark {display: inline;}
.jquery-checkbox img {vertical-align: middle; width: 31px; height: 31px;}

input[type="checkbox"].button { display: none; }
.mainIncludeFlight img{background: transparent url(../images/icons/flight.png) no-repeat;}
.mainIncludeCoach img{background: transparent url(../images/icons/coach.png) no-repeat;}
.mainIncludeDrive img{background: transparent url(../images/icons/car.png) no-repeat;}
.mainIncludeFerry img{background: transparent url(../images/icons/ferry.png) no-repeat;}
.mainIncludeLocal img{background: transparent url(../images/icons/metro.png) no-repeat;}
.mainIncludeRail img{background: transparent url(../images/icons/train.png) no-repeat;}
.mainIncludeTaxi img{background: transparent url(../images/icons/taxi.png) no-repeat;}
.mainIncludeEurotunnel img{background: transparent url(../images/icons/eurotunnel.png) no-repeat;}
.originIncludeCoach img{background: transparent url(../images/icons/coach.png) no-repeat;}
.originIncludeDrive img{background: transparent url(../images/icons/car.png) no-repeat;}
.originIncludeSubway img{background: transparent url(../images/icons/metro.png) no-repeat;}
.originIncludeBus img{background: transparent url(../images/icons/bus.png) no-repeat;}
.originIncludeRail img{background: transparent url(../images/icons/train.png) no-repeat;}
.originIncludeTaxi img{background: transparent url(../images/icons/taxi.png) no-repeat;}
.destinationIncludeCoach img{background: transparent url(../images/icons/coach.png) no-repeat;}
.destinationIncludeDrive img{background: transparent url(../images/icons/car.png) no-repeat;}
.destinationIncludeSubway img{background: transparent url(../images/icons/metro.png) no-repeat;}
.destinationIncludeBus img{background: transparent url(../images/icons/bus.png) no-repeat;}
.destinationIncludeRail img{background: transparent url(../images/icons/train.png) no-repeat;}
.destinationIncludeTaxi img{background: transparent url(../images/icons/taxi.png) no-repeat;}

.jquery-checkbox img{ background-position: -31px 0px; }
.jquery-checkbox-hover img{ background-position: 0px 0px; }
.jquery-checkbox-checked img{ background-position: 0px 0px; }
.jquery-checkbox-checked .jquery-checkbox-hover img { background-position: -31px 0px; }
.jquery-checkbox-disabled img{ background-position: 0px 0px; }
.jquery-checkbox-checked .jquery-checkbox-disabled img{ background-position: 0px 0px; }

.landingPageLink {
	color: #3a7285 !important;
}

.landingPageText a {
	color: #3a7285 !important;
}

#emailForm dt {
	clear: both;
}

#emailForm label {
	float: left;
	padding-top: 5px;
	_float: none;

}

#emailForm dd {
	padding-top: 5px;


}
#emailForm input {
	float: right;
	*float: none;
	_float: none;
}

#correctSubmit {
	float: right;
	*float: none;
}


/* Style for the new version of autocomplete using jquery UI */

/* Autocomplete
----------------------------------*/

.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */

* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	border: 1px solid #c0c9cd;
	background-color: #fff;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
	background-color: #fff;
	
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
	color: #4db1d1;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #fff;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: 0px;
	background-color: #7fb2e5;
	color: #0066cc;
}

#searchBox .ui-widget-content {
	background-color: #ffffff;
	}

#ui-datepicker-div {
	background-color: #eeeeee;
}

/*
.ui-menu {
	list-style:none;
	padding: 0px;
	border: 1px solid #c0c9cd;
	margin: 0;
	display:block;
	background-color: #ffffff;
	overflow: hidden;
	z-index: 99999;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
	background-color: #ffffff;
	padding: 3px 5px 3px 5px;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding: 1px 1px 1px 1px;
	line-height:1.5;
	zoom:1;
	color: #4db1d1;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	cursor: pointer;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
	background-color: #7fb2e5;
	color: #0066cc;
} 
*/