
.tabs {
    background-color: #FFFFFF;
    font: normal normal bold 12px "Arial, Helvetica, Sans-Serif";
    color: #444444;
    text-align: center;
    margin-bottom: 10px;
    width: auto;
    padding: 0;
    
}

.tab-on,.tab-off {
    float: left;
    display: inline;
    cursor: pointer;
    margin: 2px 0 0 6px;
}

.tabs .tab-off {
    height: 45px;
    width: 141px;
    background: URL("/static/gfx/bg/bg_tab_off.gif") repeat-x bottom center;
}

.tabs .tab-on {
    background-color: #689EB6;
    height: 45px;
    width: 141px;
    background: URL("/static/gfx/bg/bg_tab_arrow.gif") no-repeat bottom center;
    color: #FFFFFF;
}

.tab-on a,.tabs .tab-off a {
    display: block;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    line-height: .9em;
    margin: 0px 0 0 0;
}

.tab-on a {
    color: #ffffff;
}

.tab-on a:hover,.tabs .tab-off a:hover {
    text-decoration: underline;
}

.tab-off a {
    color: #666666;
}

#mainBlock div.tabsRow {
    margin: 7px 7px 0px 0px;
    height: 36px;
}

#mainBlock div.tabsRow a.help {
    font-weight: normal;
    text-decoration: underline !important;
}

#mainBlock div.tabsRow a.command {
    float: left;
    margin: 0px 0px 0px 4px;
    font-size: 11px;
}

#mainBlock div.tabsRow div.tab {
    float: left;
    margin: 0px 5px 0px 0px;
    padding: 5px 6px 5px 8px;
    color: #ffffff;
    background-color: #6EC2CE;
    cursor: pointer;
    text-transform: uppercase;
}

#mainBlock div.tabsRow div.tab a {
    text-decoration: none;
    color: #ffffff;
}

#mainBlock div.tabsRow div.tab.disabled {
    color: #A0A0A0;
    background-color: #E0E0E0;
    cursor: default;
}

#mainBlock div.tabsRow div.tab.activated {
    padding-bottom: 10px;
    color: #47342E;
    background-color: #3DAEBD;
}

#mainBlock div.tabsRow div.tab.activated a {
    text-decoration: none;
    color: #145576;
}

#mainBlock .closeButton {
	display: none;
}
#mainBlock div.tab td {
	height: 21px;
}
/*
#mainBlock div.tab table {
	margin-top: -2px;
}

#mainBlock div.tab.activated table {
	margin-top: -4px;
}
*/
#colorTab {
    margin: 3px 0px 0px -6px
}

#colorTab .tab-on {
    background-color: #6EC2CE;
}

#colorTab .tab-off {
    background-color: #3DAEBD;
}

.wideTabs {
    background-color: #FFFFFF;
    font: normal normal bold 11px "Arial, Helvetica, Sans-Serif";
    color: #666666;
    text-align: center;
    margin-bottom: 10px;
}

.wideTabs .tab-on {
    width: 136px;
}

.wideTabs .tab-off {
    width: 134px;
}

#mainBlock .tripBlock {
    border: 10px solid #3DAEBD;
    width:563px;
}

/* .wideTabs #gifts-tab_en a {line-height:26px;} */ /* Auto Completion */
ul.autocomplete {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

li.autocomplete {
    display: block;
    list-style-type: none;
    float: left;
    width: 195px !important;
    width /**/: 199px;
    margin: 0;
    padding: 2px;
    cursor: default;
    font-family: "Arial, Helvetica, Sans-Serif";
    font-size: 11px;
}

div.autoSpace {
    font-size: 1px;
    clear: both;
    Height: 1px;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}

.autoAirportName {
    float: left;
    width: 90px;
    text-align: left;
}

.autoState {
    float: left;
    width: 30px;
    text-align: center;
}

.autoCountry {
    float: left;
    width: 30px;
    text-align: center;
    margin-right: 7px;
}

.autoAirportCode {
    text-align: center;
    float: left;
    clear: right;
}
/*
.selected {
    background-color: #EBF1F4;
}*/

.autoHighLight {
    font-weight: normal;
    color: #FF5C00;
}

div.autoBlock {
    margin-top: 1px;
    border: 1px solid #BBBBBB;
    width: 240px !important;
/*    max-height: 176px;
    height: auto;
    height: 176px;*/
    height: 176px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: white;
    cursor: default;
    z-index:4;
}
/** html div.autoBlock { 
   height: expression( this.scrollHeight > 175 ? "176px" : "auto" );
   max-height: 176px;
}*/

div.autoBlock li{
/*	border-top:#DBDBDB 1px solid;	
	margin-top:-1px; */
	border-bottom:#DBDBDB 1px solid;
}

div.autoBlock ul li.selected {
    /* background-color: #EBF1F4; */
}

div.autoBlock div.code{
	float:left;
    width: 28px;
	padding:5px 3px 0px 4px;
}
div.autoBlock div.code div{
    padding: 0px;
    width: 26px;
    line-height: 10px;
    border-right: 1px solid black;
    float: left;
    display:inline;
}
div.autoBlock div.desc{
	float:left;
	width:185px;
	padding-top:3px;
	padding-bottom:4px;
}
div.autoBlock div.desc div {
    display:inline;	
    padding: 3px 0px 4px 0px;
    white-space:nowrap
}
div.autoBlock ul li span.match {
    color: #F60;
}

div.airportCompleterHelpBox {
    position: absolute;
    z-index: 4;
    margin-top: 1px;
    width: 228px;
    border: 1px solid #CCCCCC;
    padding: 4px 4px 4px 8px;
    background-color: #f0f6f9;
}

div.airportCompleterHelpBox ul li {
    margin-left: 4px;
}

div.airportCompleterHelpBox div.message.error {
    font-weight: bold;
    color: red;
}

div.airportCompleterHelpBox div.message.warning {
    font-weight: bold;
    color: orange;
    /* "base.css"-defined style workaround... */
    border: none;
    float: none;
    padding: 0px;
    width: auto !important;
}

/* Travel Menu */
.tmRadio {
    float: left;
    padding: 2px 0px 4px 0px;
    width: 20px;
}

* html .tmRadio {
    margin-top: -4px;
    margin-left: -4px;
}  /* IE HACK */
.tmOneWayOn {
    float: left;
    padding: 2px 0px 4px 0px;
    width: 70px;
}

.tmOneWayOff {
    float: left;
    padding: 2px 0px 4px 0px;
    width: 70px;
}

.tmReturnOn {
    float: left;
    padding: 2px 0px 4px 0px;
    width: 70px;
}

.tmReturnOff {
    float: left;
    padding: 2px 0px 4px 0px;
    width: 70px;
}

.tmMultiCityOn {
    float: left;
    padding: 2px 0px 4px 0px;
    width: 70px;
}

.tmMultiCityOff {
    float: left;
    padding: 2px 0px 4px 0px;
    width: 70px;
}

.tmMultiCityOffMulti {
    float: left;
    padding: 2px 0px 4px 0px;
    width: 70px;
}

.tmMultiOn {
    float: left;
    padding: 2px 0px 4px 0px;
    width: 85px;
}

.tmMultiOff {
    float: left;
    padding: 2px 0px 4px 0px;
    width: 85px;
}

.tmHelp {
    float: right;
}

/* Error */
#main-middle-content div.errorBox {
	border:2px solid red;
	margin-bottom:15px;
	padding:10px;
}
#main-middle-content div.error-normal-text {
	float:left;
	margin-left:10px;
	width:512px;
}
.searchErrorBlock {
    float: left;
    padding: 5px 15px 5px 35px;
}

.searchErrorBlockMulticity {
    float: left;
    margin: 5px 15px 5px 20px;
}

.searchErrorImg {
    float: left;
    margin-right: 10px;
}

.searchErrorText {
    float: left;
    line-height: 20px;
    color: #FC0000;
}

.txt {
    padding: 0px 15px 0px 15px;
}
#multicity .txt {
    padding: 0px 15px 0px 27px;	
}

.txt2w {
    padding: 0px 0px 0px 15px;
}
#multicity .txt2w {
    padding: 0px 0px 0px 27px;	
}
#multicity .travelLong {
	width:216px;	
}
#return .travelLong {
	width:233px;	
}
.infantDialogBox {
    float: left;
    width: 170px;
}

.unaccompaniedWarning {
    clear: both;
    float: left;
    display: none;
    padding-left: 20px;
    width: 350px;
}

.lFloatw20 {
    float: left;
    width: 20px;
}

.lFloatw17 {
    float: left;
    width: 17px;
}

.lFloatw15 {
    float: left;
    width: 15px;
}

.lFloatp2 {
    float: left;
    padding-left: 2px;
}

.lFloatm5 {
    float: left;
    margin-left: 5px;
}

.lFloatp20 {
    float: left;
    padding-left: 20px;
}

.lFloatp15 {
    float: left;
    padding-left: 15px;
}

.dateBorder {
    float: left;
 	margin-right: -8px;
 	padding-bottom: 8px;
}

.dateBlock {
    float: left;
    width: 125px
}

.searchVeil {
    z-index: 1;
    filter: alpha(opacity =       75);
    -moz-opacity: 0.75;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #eeeeee;
    width: 100%;
    height: 100%;
}

.innerSearchVeil {
    width: 100%;
    height: 100%;
}

.intro1 {
    float: left;
    width: 325px;
    padding-right: 20px;
    padding-left: 12px;
    background: url(/static/gfx/adr/bg/bg_dotted_vline.gif) repeat-y right top;
}
#multicity .intro1 {
	padding-left:0px;	
}
#multicity .intro1 a{
	color:#ED7703;
}

#searchAgain .intro1 {
    background: url(/static/gfx/adr/bg/brown_dotted_vline.gif) repeat-y right top;
}
#searchAgain .introduction {
	display:none !important;	
}
#searchAgain button {
    background: transparent url('/static/gfx/adr/bg/buttonGray.gif') repeat-x left top;
	border:1px solid #bbbbbb;
	color:#ff5c00;
}
#searchAgain button:hover {
    background-color: #bbbbbb;	
    background-image:none;	
    border-color: #bbbbbb;
    color: #ffffff;
}

#searchAgain div.activated td.tabTD {
	color: #47342e;
}


.introRight {
    width: 165px;
    float: right;
}

.intro2 {
    float: right;
    margin-left: 10px;
    text-align: right;
}

.intro3 {
    float: right;
    vertical-align: top;
    margin-top: 1px
}

.addLinkTB {
    float: right;
    padding-right: 15px;
}

.leftSep {
    float: left;
    padding-left: 20px;
}

.multiFlightNumber {
    background-color: #F6F5F4;
    font-weight: bold;
    padding-top: 3px;
    height: 16px;
    padding-left: 12px;
    margin: 0px 15px;
    color: #47342E;
}
div.multiFlightNumber img{
    margin-right: 6px;
    cursor:pointer;
    margin-top:-1px;
    #margin-top:1px;
}
#block3-link img{
    margin-right: 6px;
    cursor:pointer;	
}
div.multiFlightNumber .removeLink {
	float:right;
	font-weight:normal;
}
div.multiFlightNumber a {
    text-decoration: none;
    margin-right:5px;
}

div.multiFlightNumber a:hover {
    text-decoration: underline;
}

#suggestedDestinationsZone {
    float: left;
    width: 250px;
    height: 160px;
}

#suggestedDestinations {
    border: 1px solid #e5e5e5;
    background-color: #f6f5f4;
    padding: 10px;
    height: 150px;
    width: 202px;
    color: #4a3526;
}

#suggestedDestinations .title {
    font-size: 13px;
    padding-bottom: 8px;
    margin-left:3px;
}
#suggestedDestinations #searchTitle{
	display:block;
}
#suggestedDestinations #modifyTitle{
	display:none;
}

#suggestedDestinations .type {
    border: 1px solid #cfbb90;
    margin-top: 5px;
    height:23px;
    padding-left:20px;
    padding-top:12px;
    color: #47342e;    
    cursor:pointer;
}

#suggestedDestinations #theme1 {
    background: #f2f1f0 URL("/static/gfx/adr/destination1.gif") no-repeat 170px 4px;	
}
#suggestedDestinations #theme2 {
    background: #f2f1f0 URL("/static/gfx/adr/destination2.gif") no-repeat 170px 4px;	
}
#suggestedDestinations #theme3 {
    background: #f2f1f0 URL("/static/gfx/adr/destination3.gif") no-repeat 170px 4px;	
}

#comparedDestinations {
	float:left;
    width:274px;
}

#comparedDestinations button {
    margin-top: 10px;
    float:right;
}

.maxCityText {
    margin-top: 20px;
}

.dashBlock {
    float: left;
    margin-left: 11px;
    width: 15px;
    padding-left:1px;
    height: 120px;
    background: transparent URL("/static/gfx/adr/bg/bg_dotted_vline.gif") repeat-y scroll left top;
}
#searchAgain .dashBlock {
    background: transparent URL("/static/gfx/adr/bg/brown_dotted_vline.gif") repeat-y scroll left top;
}

.dashBlock2 {
    float: left;
    width: 37px;
}

.dashBlockMain {
    float: left;
    width: 173px;
    height: 152px;
    background: URL("/static/gfx/bg/bg_dotted_vline.gif") repeat-y top right;
}
.dashedLine {
    background: URL("/static/gfx/adr/bg/bg_dotted_hline.gif") repeat-x bottom center;
    margin-right: 5px;
}
#searchAgain .dashedLine {
    background: URL("/static/gfx/adr/bg/brown_dotted_hline.gif") repeat-x bottom center;
}
.dashedField{
	display:none;
}
#multi .fromField .dashedField{
	display:block;
	float:left;
	width:27px;	
	padding-top:10px;
}
#multi .fromField .dashedField .dashTop{
	background: URL("/static/gfx/adr/bg/bg_dotted_hline.gif") repeat-x center top; /*blue*/
	margin-left:4px;
	height:1px;
	width:22px;
}
#searchAgain #multi .fromField .dashedField .dashTop{
	background-image: URL("/static/gfx/adr/bg/brown_dotted_hline.gif");  /*brown*/
}
#multi .fromField .dashedField .dashBottom{
	background: URL("/static/gfx/adr/bg/bg_dotted_vline.gif") repeat-y left top; /*blue*/
	width:10px;
	height:10px;
	margin-left:14px;
}
#searchAgain #multi .fromField .dashedField .dashBottom{
	background-image: URL("/static/gfx/adr/bg/brown_dotted_vline.gif");	  /*brown*/
}
#multi .multiSep{
	background: URL("/static/gfx/adr/bg/bg_dotted_vline.gif") repeat-y 276px top; /*blue*/	
	width:auto;
	clear:both;
	height:14px;
}
#searchAgain #multi .multiSep{
	background-image: URL("/static/gfx/adr/bg/brown_dotted_vline.gif");/*brown*/	
}

.add5More {
    float: left;
    padding-left: 210px;
}

.passengerNumbers {
    float: left;
    margin-right: 45px;
}

.passengerNumbers .box {
    float: left;
    width: 45px;
}

.passengerNumbers .label {
    margin-top: 1px; #
    margin-top: 2px;
    float: left;
}

.adultBox {
    float: left;
    width: 60px;
}

.childrenBox {
    float: left;
    width: 110px
}

.infantBox {
    float: left;
    margin-top: -4px;
    background: url("/static/gfx/adr/arrow.gif") no-repeat left 3px;
    padding-left: 17px;
    width: 260px;
    color:#888888;
}
#searchAgain a {
    color:#ff5c00;
    text-decoration:underline;
}

.teaser {
    margin: 0px;
}

.timeNote1, .timeNote2 {
    margin-top: 6px;
    margin-left: 15px;
    float: left;
    width: 125px;
    background: url(/static/gfx/adr/bg/bg_dotted_vline.gif) repeat-y left top;
    padding: 6px 0px 6px 25px;
    color: #888888;
}
.timeNote2 {
    width: 190px;
}
#searchFormMessage2Return1.timeNote1 {
	width:190px;	
}

#searchAgain .timeNote1, #searchAgain .timeNote2 {
	background: url(/static/gfx/adr/bg/brown_dotted_vline.gif) repeat-y left top;
}
#searchAgain .timeNote2 {
	width:265px;
}
/*.timeNote2 {
    margin-top: 16px;
    float: left;
    width: 130px;
    height: 90px;
    border-left: 1px solid #666666;
    padding-left: 5px;
}*/

img.browser-alert-image {
    float: left;
    padding-right: 10px;
}

div.browser-alert-text {
    float: left;
    color: #83B2C7;
    font-weight: bold;
    padding-bottom: 10px;
    width: 510px;
}

div.text-no-image {
    display: inline;
    float: left;
    margin: 15px 15px 0px
}

#nearbyAirportsLayer {
    margin-top: 10px;
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
}

#nearbyAirportsLayer div.title {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px;
    color: #555555;
    font-size: 12px;
    font-weight: bold;
    background-color: #f6f5f4;
}

#nearbyAirportsLayer div.content {
    padding: 6px;
}
#nearbyAirportsLayer div.content *{
    font-size: 10px;
}

#nearbyAirportsLayer div.content div.subject {
    margin-bottom: 15px;
    line-height:10px;
}

#nearbyAirportsLayer div.content div.airport {
    margin-top: 6px;
}
#nearbyAirportsLayer div.content div.airport td.col2{
	padding-left:4px;
	#padding-left:0px;
	#padding-top:3px;
}

#nearbyAirportsLayer div.content label,
#nearbyAirportsLayer div.content input {
    margin: 0px;
    line-height:12px;
    padding:0px;
}

#nearbyAirportsLayer div.content label {
    font-size: 11px;
    cursor: pointer;
}
#nearbyAirportsLayer div.content input {
	#margin-left:-3px;
}
#nearbyAirportsLayer div.content div.distance {
    color: #555555;
    /*text-align: right;*/
}

#nearbyAirportsLayer div.footer {
    margin-top: 10px;
    height:28px;
}

#nearbyAirportsLayer div.footer button:hover {
    border-color: #DAC79F;
    color: #4A3526;
    background-color: #F5ECD7;
}
#filtersLink {
	clear:both;
	height:25px;
	padding-top:12px;
}

/* MODIFY SEARCH */
#searchAgain {
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #E8e8e8;
    border-bottom: 1px solid #e8e8e8;    
    background-color: #F2F1F0;
    background-image: url(/static/gfx/adr/bg/bg_vline2.jpg);
    background-position: 87px;
    _background-position: 88px;
    background-repeat: repeat-y;
}

#searchAgain .tabsCol {
    width: 89px;
    float: left;
}

#searchAgain .tripBlock {
    border-width: 0px;
    padding-top:12px;
}

#searchAgain .forms {
    float: left;
    width: 627px;
    background-color: #ffffff;
}

#searchAgain .tabsCol div.tab {
    width: 81px;
    padding: 4px 0px 4px 6px;
    border-bottom: 1px solid #e8e8e8;
    border-right: 2px solid #e8e8e8;
    background-color: #F2F1F0;
    float: left;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    vertical-align: middle;
} 
#searchAgain div.tab td {
	height: 39px;
}
#searchAgain .tabsCol div.tab.activated {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    width: 82px;
    padding: 4px 0px 4px 6px;
    background-color: #ffffff;
    color: black;
    vertical-align: middle;
}
#searchAgain .tabsCol #searchTypeTab_return{
	border-top-width: 0px;	
}

#searchAgain .tabsCol div.tab.activated.first {
    border-top: 0px;
}
#searchAgain .tabsCol .tabTD{
	color: #ff5c00;
}

#searchAgain .savedSearch {
    display: none;
}
#searchAgain #suggestedDestinationsZone {
	height:125px;	
}
#searchAgain #suggestedDestinations {
    border: 1px solid #e9e0cd;
    background-color: #f6f5f4;
    padding: 10px;
    height: 150px;
    width: 202px;
    color: #4a3526;
}
#searchAgain #suggestedDestinations #modifyTitle{
	display:none;
}
#searchAgain #suggestedDestinations .type{
    border: 1px solid #e5e5e5;
    margin-top: 5px;
    height:23px;
    padding-left:20px;
    padding-top:12px;
    color: #4a3526;    
    cursor:pointer;
}
#searchAgain #suggestedDestinations #theme1 {
    background: #F2F1F0 URL("/static/gfx/adr/destination1.gif") no-repeat 170px 4px;	
}
#searchAgain #suggestedDestinations #theme2 {
    background: #F2F1F0 URL("/static/gfx/adr/destination2.gif") no-repeat 170px 4px;	
}
#searchAgain #suggestedDestinations #theme3 {
    background: #F2F1F0 URL("/static/gfx/adr/destination3.gif") no-repeat 170px 4px;	
}

td.tabTD {
    font-size: 11px;
    font-weight: bold;
}

#searchAgain #tipMulti {
    display: none;
}

#searchAgain #oneway div.sep, #searchAgain #oneway .space20 {
    display: none;
}

#searchAgain #multicity .multiFlightNumber {
    background-color: #F6F5F4;
}

#searchAgain #multicity div.sep, #searchAgain #multicity .space20 {
    display: none;
}


#searchAgain .closeButton {	
	height: 21px;
	margin-left: auto;
	padding-right: 10px;
	float: right;
	cursor:pointer;
	text-align: right;
}
#searchAgain .closeButton a{	
	text-decoration:underline;
}
#searchAgain .closeButton a:hover{	
	text-decoration:none;
}
#searchAgain .closeButton img{
	margin-top:-4px;
	#margin-top:-3px;	
	margin-left:5px;
}



#cityPicker.dialog {
    width: 315px;
}

#cityPicker.dialog div.content {
    padding: 0px 20px;
    background-color:#F0F6F9;
    width: 273px;
    border-color: #FF5C00;   
}

#cityPicker.dialog div.popupText {
    width: auto;
    margin:0px 0px 5px 0px;
}

#cityPicker.dialog .travelLong {
	width:243px;	
}

#cityPicker div.header {
    background-color:#FF5C00;  
}

#cityPicker {
    border-color: #FF5C00;
}

img.cabinHover {
	margin-left:2px;
	cursor:pointer;	
}

/* IE6 */
#cityPicker div.header {
    _height: 20px; /* IE6 */
}

/* IE6 */
#cityPicker div.header div.commands {
    _margin: 0px; /* IE6 */
    _padding: 4px; /* IE6 */
}

#citySelectEl option {
	border-bottom:#DBDBDB 1px solid;
	padding-top:2px;
	height:17px;	
}

@media print {
    *.not-printable,
    #content #col-left.not-printable, /* for IE6 */
    #content-plain #col-left.not-printable { /* for IE6 */
        display: none !important;
    }

    #itineraryDialog {
        width: auto;
        position: fixed !important;
        top: 0px !important;
        left: 0px !important;
    }

	#itineraryDialog div.header, /* removed ">" for IE6 */
    #itineraryDialog div.footer { /* removed ">" for IE6 */
        display: none;
    }

    #itineraryDialog div.content { /* removed ">" for IE6 */
        border: none;
    }
}

div.sugg_space3{font-size: 1px;clear:both;width: 10px; height:3px; margin: 0px; padding:0px; line-height:0px;}
div.sugg_space5{font-size: 1px;clear:both;width: 10px; height:5px; margin: 0px; padding:0px; line-height:0px;}
div.sugg_space10{font-size: 1px;clear:both;width: 10px; height:10px; margin: 0px; padding:0px; line-height:0px;}

.sugg_halfCancel{float:left;margin-right:4px;}
.sugg_ButtonLeft{float:left;}
.sugg_ButtonRight{float:right;}
.sugg_proceedButton { margin:0px; cursor: pointer; text-transform: uppercase; text-decoration: none; background-color:#E4EBF5; border : 1px solid #5F84B1; font: bold 11px Arial, Helvetica, sans-serif; padding: 2px 10px 2px 10px; color: #5F84B1; }
.sugg_proceedButton_disabled { margin:0px; cursor: default; text-transform: uppercase; text-decoration: none; background-color:#CEDAE8; border : 1px solid #AEC0D8;  font: bold 11px Arial, Helvetica, sans-serif; padding: 2px 10px 2px 10px; color: #AEC0D8; }
.sugg_proceedButton_on { margin:0px; cursor: pointer; text-transform: uppercase; text-decoration: none; background-color:#5F84B1; border : 1px solid #E4EBF5; font: bold 11px Arial, Helvetica, sans-serif; padding: 2px 10px 2px 10px; color: #E4EBF5; }
#sugg_text{width:225px;}

#suggestedDestinationsDialog { 
	z-index:1000;
	float:left;
	margin: -75px 0px 0px 100px;
}

	
#suggestedDestinationsDialog .dialogText { width: 180px;padding:10px 10px 5px 10px}
.tipsRight {float:left;width:120px;margin-left:20px;}



#validItineraryExplanation {
	width: 580px;
}

#validItineraryExplanation div.content {
	height: 400px;
}