/** layout.css **/
html, body {
    margin: 0;
    padding: 0;
    border: 0;
    background: #FFF;
    font: 13px Arial, Verdana, Tahoma, Helvetica, sans-serif;
    /*text-align: center;*/
}

html body h1, html body h2, html body h3 {
    margin: 0;
    padding: 0;
    font-weight: bold !important;
}

a {
    color: #039;
    text-decoration: none;
}

address {
    font-style: normal;
}

a:hover, .aux:hover {
    text-decoration: underline;
}

.popup a:hover {
    text-decoration: none;
}

a img {
    border: 0;
}

.n {
    font-weight: normal !important;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
}

.headline {
    display: inline; 
    font-size: 18px;
}

.active_tab {
    border: solid 1px #dce0e3; 
    border-bottom: solid 1px white; 
    padding: 2px; 
    font-weight: bold; 
    color: #ff7609; 
    background-color: white; 
    /* width: 65px;  */
    text-align: center; 
    font-size: 14px;
}

.inactive_tab {
    border: solid 1px #dce0e3; 
    padding: 2px; color: #002c9b; 
    background-color: #f2f3f5; 
    /* width: 65px;  */
    text-align: center; 
    font-size: 14px;
}

/*margin and padding on body element
  can introduce errors in determining
  element position and are not recommended;
  we turn them off as a foundation for YUI
  CSS treatments. */
body {
  margin:0;
  padding:0;
}

/****************** START Container *********************************/
#container {
    margin: 0 auto;
    padding: 0 1em 8px;
    width: 62.54em;
    text-align: left;
}

html:first-child #container {
    padding-bottom: 8px;
}

/****************** END Container ***********************************/

/****************** START Header ************************************/
.header {
    overflow: hidden;
}

#header {
    margin: 1.4em 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal !important;
    color: #090;
    float: left;
}

h1.about, h1.help {
    color: #999 !important;
}

#header a {
    color: #FF9201;
    padding-right: 1em;
}

.commentsHead {
    font-weight: bold;
    font-family: arial, verdana;
    font-size: 14px;
    border-bottom: solid 1px #dce0e3;
}

.commentBody {
    padding: 10px 0px;
    border-bottom: solid 1px #dce0e3;
}

#commentBox {
    width: 525px;
    height: 100px;
    margin-bottom: 8px;
}

#commentConfirmation {
    border: solid 1px green;
    font-weight: bold;
    color: green;
    padding: 3px;
    font-size: 12px;
    width: 330px;
    margin-top: -8px;
    /*display: none;*/
}

h1.help {
    padding-right: 1em !important;
}

h1.help a {
    padding-right: 0 !important;
}

#header a img {
    width: 135px;
    height: 25px;
}

ul#topnav {
    list-style: none;
    display: block;
    float: right;
    margin: 1em 0 0;
    padding: 0;
    font-size: 12px;
    height: 12px;
}

ul#topnav li {
    display: block;
    float: left;
    padding: 0 7px 0 8px;
    margin: 0;
    line-height: 12px;
    background: url(images/separator2.gif) no-repeat 0 1px;
}

ul#topnav li a {
    color: #039;
    display: block;
    float: left;
}

ul#topnav li.first {
    background-image: none;
}
/****************** END Header **************************************/

#content_container {
    margin: 1.53em 0 0;
    width: 43em;
    padding: 0 0.85em 0 0.08em;
    float: left;
}

/****************** START Tabs **************************************/
.tabs {
    font-size: 16px;
    width: 28.125em;
    height: 25px;
    margin: 0 0 0 1.88em;
    padding: 0;
}

.tabs .tab {
    border: 0;
    height: 100%;
    width: 70px;
    background: url(images/tab.gif) no-repeat 0 -25px;
    float: left;
    padding: 0 0.5em 0 0;
    line-height: 1.56em;
}

.tabs .tab a {
    color: #039;
    float: left;
    display: block;
    line-height: 1.56em;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.tabs .tab.active {
    background-position: 0 0;
}

.tabs .tab.active a {
    color: #FFF;
}

.tabs .tab.active a:hover {
    text-decoration: none;
}

/****************** END Tabs ****************************************/

#content {
    border: 4px solid #778A98;
    width: 41em;
    margin: 0 0 4.1em;
    padding: 0.95em 1em 1.15em;
}

* html #content {
    overflow: hidden;
}

#content h2 {
    color: #FC7309;
    font-size: 16px;
    float: left;
    line-height: 1.2em;
    padding-bottom: 1px;
}

#content .tools {
    float: right;
    font-size: 20px;
}

#content .tools .ctrl {
    font-size: 0.65em;
    position: relative !important;
    height: auto;
}

#content .tools a {
    color: #039;
    height: 100%;
    line-height: 100%;
}

#content .tools .aux {
    cursor: pointer;
    color: #039;
    font-size: 10px;
}

#content .tools img {
    vertical-align: middle;
}

#content .tools .ctrl a.magic {
    padding: 5px 0 5px 5px;
}

#content .tools .ctrl .popup {
    left: -13em;
    width: 40em;
    top: 1.46em;
    max-height: 11.3em;
    height: auto;
    padding: 2px 0;
    margin: 0;
    position: absolute;
    display: none;
    background: #FFF;
    list-style: disc inside;
    border: 1px solid #0167FF;
    overflow: visible;
    z-index: 95;
}

#content .tools .ctrl .normal {
    left: 0;
    width: 100%;
    max-height: 13em;
    height: auto;
}

#content .tools .ctrl .popup li {
    margin: 0;
    padding: 0px 0px 2px 5px;
    background: #FFF;
}

#content .tools .ctrl .popup li a {
    display: inline;
    padding: 3px 1px;
    font-size: 10px;
    background: #FFF;
    height: 1.3em;
}

#content .tools .ctrl .normal li a {
    font-size: 12px;
    line-height: 100%;
}

#content .tools .ctrl .popup a:hover {
    background: #D6F7FF;
}

/*****************************************************************/
.options {
    overflow: hidden;
    height: 22px;
    padding-left: 2px;
    margin-top: -2px;
}

.cars .options2 {
    margin-top: 0;
    padding-left: 0;
    height: 21px;
    overflow: hidden;
}

.options .checkbox, .options label {
    height: 21px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    line-height: 21px;
    float: left;
    display: block;
}

.options .checkbox {
    height: auto !important;
    margin-top: 4px !important;
}

.cars .options2 .checkbox {
    margin-left: 1px;
    margin-right: 3px;
    margin-top: 0;
}

html:first-child .flights .options .pulldown {
    padding: 0 3px !important;
    width: auto !important;
}

.flights .options .pulldown {
    height: auto !important;
    margin: 0 6px;
    float: left;
    display: block;
    padding: 0;
}

.options label {
    margin-right: 10px;
    margin-left: -2px;
}

.options .checkbox {
    margin-right: 5px;
}

/*****************************************************************/

#content .table {
    margin-top: 0.8em;
    margin-bottom: 2.1em;
    padding: 0;
}

.cars .table {
    width: 468px;
}

.hotels .table {
    width: 418px;
}

#content .table .empty {
    height: 9px;
}

html body #content .table td label span, html body #content .table td label span * {
    color: #999;
    display: inline !important;
    float: none !important;
    padding: 0 !important;
    font-weight: normal !important;
    margin: 0 !important;
}

#content .table .c1 label {
    float: left;
}

#content .table .c1 a {
    float: right;
    margin-right: 2px;
}

#content .table {
    color: #999;
}

#content .table input {
    font-size: 14px;
}

#content .table .spacer {
    width: 30px;
}

#content .info {
    font-size: 0.77em;
}

#content * label {
    font-weight: bold;
    color: #000;
}

#calendar {
        position: relative;
}

#content img.calendar {
    width: 1em;
    height: 1em;
    padding: 0 0 0.22em;
    margin-left: -1.28em;
    line-height: 1em;
    vertical-align: middle;
    font-size: 14px;
    cursor: pointer;
}

html > /**/body #content img.calendar {
    position: relative;
}

#content .providers {
    clear: left;
    background: #EFF5F9;
    font-size: 1.7em;
    padding: 0.47em 0.6em 0.60em;
    display: block;
}

#content .providers ul {
    padding: 1px;
    list-style: none;
    display: block;
    margin: 1px;
}

#content .providers ul li {
    font-size: 20px;
    margin: 2px 0 1px;
    float: left;
    display: block;
    padding: 0 1em 0 0;
    height: 1.2em;
    line-height: 1.2em;
    vertical-align: middle;
}

#content .providers ul a {
    color: #039;
    height: 100%;
    display: block;
    float: left;
}

#content .providers ul a.type0 {
    font-size: 0.55em;
}

#content .providers ul a.type1 {
    font-size: 0.6em;
    letter-spacing: -0.2px;
}

#content .providers ul a.type2 {
    font-size: 0.75em;
    letter-spacing: -0.3px;
}

#content .providers ul a.type3 {
    font-size: 0.92em;
    font-weight: 300;
}

#content .providers ul a.type4 {
    font-size: 1.12em;
    font-weight: 600;
}

.hr {
    border-bottom: 1px solid #CEE1EC;
    margin: 0 0 0.97em 0.38em;
    clear: both;
}

* html .hr {
    margin-top: -3px;
}

#sidebar {
    margin-top: 3.5em;
    margin-bottom: 1em;
    float: right;
    width: 17.8em;
    text-align: center;
}

#sidebar .blue {
    background: #EFF5F9;
    margin: 0;
    padding: 1.25em 0.75em 0.75em;
}

#sidebar form {
    margin: 0;
    padding: 0;
}

.sidebar2 {
    margin-top: 1.7em !important;
}

#sidebar * {
    font-size: 12px;
    color: #333;
    letter-spacing: -0.3px;
}

#sidebar p {
    margin: 0.5em 0;
}

#sidebar .textbox {
    letter-spacing: 0;
    display: block;
    width: 16em;
    height: 1.3em;
    margin: 0.92em auto;
    border: 1px solid #343434;
    padding: 0.08em 0.25em;
}

#sidebar #subscribe {
    width: 185px;
    margin: 5px auto;
}

#sidebar #subscribe * {
    letter-spacing: 0;
}

#sidebar #subscribe label {
    font-size: 13px;
    font-weight: bold;
    display: block;
    color: #000;
}

#sidebar #subscribe #ea {
    font-size: 10px;
    border: 1px solid #999;
}

#sidebar #subscribe .submit {
    font-size: 11px;
}

#sidebar .orange-title {
    color: #FC7309;
    font-weight: bold;
}

#sidebar .more-choice {
    width: 100%;
    text-align: right;
}

#footer {
    clear: both;
    text-align: center;
    color: #039;
    list-style: none;
    display: block;
    margin: 0 auto;
    line-height: 12px;
    width: 62.54em;
    padding: 5px 0 0;
    overflow: hidden;
    border-top: 1px solid #CCC;
}

#footer .ad, #footer .copyright {
    font-size: 11px;
    color: #999;
}

#footer ul {
    font-size: 11px;
    list-style: none;
    display: block;
    margin: 0.3em auto 0;
}

#footer li a {
    white-space: nowrap;
    color: #039;
    font-size: 11px;
    background: url(images/separator2.gif) no-repeat 100% 50%;
    padding: 0 5px 0 1px;
    position: relative;
}

#footer li.first a {
    cursor: default;
    text-decoration: none;
}

#footer .copyright {
    margin-top: 0.91em;
}

#footer li {
    display: inline;
    padding: 0;
}

#about {
    margin: 0 0 4.1em;
}

#about h2 {
    font-size: 19px;
}

/*********************************************/
ul#tabnav {
    list-style: none;
    padding: 0;
    display: block;
    float: left;
    margin: 1.65em 0 0;
    padding: 0;
    font-size: 14px;
    height: 29px;
}

ul#tabnav li {
    display: block;
    float: left;
    padding: 0 7px 0 8px;
    margin: 0;
    height: 100%;
    background: url(images/separator.gif) no-repeat left 1.26em;
}

ul#tabnav li a {
    color: #039;
    display: block;
    float: left;
    padding: 1em 0 0;
    margin-bottom: 0.25em;
}

ul#tabnav li.first {
    background-image: none;
}

.hotels #where {
    width: 415px;
}

#from, #to {
    width: 240px;
}

#pickup, #dropoff {
    width: 464px;
}

#pickup_date, #dropoff_date, #checkin, #checkout, #leave, #rdate {
    width: 114px;
}

#ptime, #dtime {
    width: 80px;
}

#ltime, #rtime {
    width: 109px;
}

#guests, #rooms {
    width: 49px;
}

.carhspacer {
    width: 20px;
}

.hhs1 {
    width: 45px;
}

.hhs2, .fhs {
    width: 35px;
}

.r1 {
    height: 3px;
}

.r2 {
    height: 5px;
}

.r3 {
    height: 0 !important;
}

.r4 {
    height: 7px;
}

* html .r1 {
    height: 1px;
}

* html .r2 {
    height: 6px;
}

* html .r3 {
    height: 1px;
}

html:first-child select {
    height: 22px !important;
}

html:first-child .flights .options select {
    height: 20px !important;
}

html:first-child form .checkbox {
    margin-top: 1px !important;
}

@media print {
    #sidebar {
        width: 15em;
    }

    #sidebar .textbox {
        width: 90% !Important;
    }

    * html #content_container {
        margin-bottom: 20px;
    }
}

h2 .gt {
    color: #999;
    font-size: 13px;
    font-weight: normal;
}


.warn_message {
    width: 567px;
    height: 55px;
    background: #FFEAEA;
    margin-bottom: -5px;
    margin-top: 10px;
    margin-left: 1px;
    padding-top: 1px;
}

* html .warn_message {
    width: 564px;
}

.warn_message .wrapper {
    margin-top: 7px;
    margin-left: 10px;
    background: url(images/exclamation.gif) no-repeat 0 3px;
    padding-left: 10px;
}

.warn_message .wrapper strong {
    display: block;
    font-size: 16px;
}
#sidebar .wrap {
    text-align: left;
    letter-spacing: 0;
}
#sidebar .wrap a {
    color: #039;
}

.deals {
    padding-bottom: 0 !important;
}

.deals h2 {
    color: #333 !important;
}

.deals h2 a {
    color: #333;
    text-decoration: none;
}

.deals h2 a:hover {
    color: #333;
    text-decoration: none;
}

.deals h2 span {
    color: #090;
    font-size: 12px;
    font-weight: normal;
}

.deals .hr {
    margin-bottom: 7px;
    margin-left: 0;
    margin-top: -2px;
    clear: none !important;
}

.deals ul.list {
    display: block;
    list-style: none;
    margin: 20px 0 12px 0;
    padding: 0;
}

.deals ul.list li {
    padding: 0;
    margin: 0 0 9px;
}

.deals .list .title {
    color: #FC7309;
    font-weight: bold;

}

.deals .list .link {
    font-weight: bold;
}

.deals ul.list li .pick {
    color: #FC7309;
    font-weight: bold;
    font-size: 12pt;
    font-family: Verdana, Arial, Helvetica, Sans-serif;    
}

.deals ul.list li div.note {
    color: #333;
    font-size: 10px;
    float: none;
    padding: 0;
}

.deals div.note .pick {
    color: #FC7309;
    font-weight: bold;
    font-size: 10pt;    
    font-family: Verdana, Arial, Helvetica, Sans-serif; 
}

.deals div.note {
    float: right;
    color: #999;
    font-size: 10px;
    padding-bottom: 2px;
}

.deals .lastupdate {
    float: right;
    color: #333;
    line-height: 10px;
    font-size: 10px;
    margin-top: 7px;
}

.deals .navwrap {
    float: left;
    position: relative;
    left: 50%;
    line-height: 20px;
    height: 20px;
}

.deals .menu {
    height: 40px;
    background: #EFF5F9;
    margin-top: -1px;
    overflow: hidden;
}

.deals .menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
    left: -50%;
}

* html .deals .menu ul {
    float: left;
}

.deals .menu li {
    padding: 0 7px;
    font-size: 12px;
    float: left;
    background: url(images/dsep.gif) no-repeat right 50%;
}

.deals .menu li.active {
    background: #039;
}

.deals .menu li.active a {
    font-weight: bold;
    color: #FFF;
}

#greenHighlight {
    background-color: #e7f1d8;
    color: #597308;
    border: solid 1px #e5ece5;
    width: 515px;
    padding: 7px;
}

#searchBox {
    float: right;
    display: block;
}

#searchBox form {
    display: inline;
}

#searchBox .textField , #searchResultsBox .textField {
    width: 181px;
    height: 16px;
    border: solid 1px #979797;
    color: #333;
    padding-left: 5px;
}

#searchBox  .button , #searchResultsBox .button {
    background-color: #f77408;
    border: solid 1px #9f9a94;
    color: white;
    font-weight: bold;
    width: 95px;
    height: 20px;
    font-size: 9pt;
    margin-top: 5px;
    margin-right: 5px;
}

#searchResultsBox, #searchResultsBox form {
    display: inline;
}

#searchResultsBox .button {
    background: none;
    color: #333;
    font-weight: normal;
}

/* ------------------------------------ */

#right-column { padding-top: 15px; width: 230px; float: right; text-align: left; font-size: x-small;}

#right-column h3 { clear: left; color: #333; font-family: arial; font-size: 1.6em; font-weight: bold; border-bottom: 1px solid #ccc; padding: 20px 0 4px 0; }
#right-column h3.first { padding-top: 14px; }

/*
ul.categories { padding: 4px 0; margin-left: 0px; margin-top: 0px; }
ul.categories li { line-height: 2em; font-size: 1.3em; font-family: arial; display: inline; }
ul.categories a { padding: 2px 6px 2px 0; margin-right: 3px; color: #003399; background: url(images/separator2.gif) 100% 50% no-repeat; }
ul.categories li.active a { padding: 2px 3px; background: #003399; color: #fff; font-weight: bold; }
*/

p.categories { padding: 4px 0; margin-left: 0px; margin-top: 0px; }
p.categories a { line-height: 2em; font-size: 1.3em; font-family: arial; padding: 2px 6px 2px 0; margin-right: 3px; color: #003399; background: url(images/separator2.gif) 100% 50% no-repeat; }
p.categories .active a { padding: 2px 3px; background: #003399; color: #fff; font-weight: bold; }

p.top-destinations { font-family: arial; font-size: 1.2em; line-height: 2.5em; margin-bottom: 10px; padding: 10px 0 5px;  margin-top: 0px; }
p.top-destinations a { color: #003399; padding-right: 5px; }

p.more { font-family: arial; font-size: 1.1em; }

ul.latest { font-size: 1.2em; padding: 10px 0; }
ul.latest li { padding: 4px 0; }

/* ------------------------------------ */

/* This is the CSS control for the appearance of the box that shows the vote count */
.voteCountBox {
    height: 15px;
    font-weight: bold;
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    border: solid 1px #778A98;
    background-color: #7DA53A; /* This controls the background color */
    color: #FFFFFF; /* This controls the text color */
}

/* This is the CSS control for the box that shows the actual 'vote' link for the users to vote */
.voteLinkBox {
    height: 12px;
    font-weight: bold; 
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
    font-size: 11px; 
    border: solid 1px #778A98; 
    border-top: none;
}

/* This style is for the highlight color of the keywords after search */
.highlighted {
    background-color: yellow;
}

.searchQuery {
    font-size: 11pt;
    color: #333;
}

.top-destinations .cloud_tag_active {
background:#003399 none repeat scroll 0%;
color:#FFFFFF;
font-weight:bold;
padding:2px 3px;
}
.more_tags {
font-family:arial;
font-size:1.1em;
margin-bottom:50px;
}

.plusSign {
    color: #ff7609;
    font-weight: bold;
    font-size: 10pt;
}

.postDealLink {
    color: #009900;
    font-size: 10pt;
    font-weight: bold;
}

.postDealLink:hover {
    text-decoration: underline;
    color: #009900;
}

/* used for displaying 'add deal' form */
#frmNewDeal td {
    vertical-align: top;
}

#frmNewDeal .smallTextBox {
    width: 280px;
    color: #999;
    border: solid 1px #979ea4;
    font-size: 10pt;
}

#frmNewDeal .largeTextBox {
    width: 450px;
    color: #999;
    border: solid 1px #979ea4;
    font-size: 10pt;
}

#livePreview {
    background-color: #fff;
    border: solid 1px #979ea4;
    padding: 3px 13px;
    width: 505px;
    font-size: 10pt;
}

.error {
    border: solid 1px #fd7800;
    color: #fd7800;
    font-weight: bold;
    padding: 3px;
    width: 250px;
    display: none;
    margin-bottom: -10px;
}

.formButton {
    border: solid 1px gray;
    background-color: #eee;
    color: #333;
    font-size: 9pt;
}

#frmNewDeal td {
    color: #333;
    font-size: 9pt;
}

.leftColumn {
    width: 80px;
    padding-top: 4px;
    font-weight: bold;
    font-size: 9pt;
}

.smallText {
    font-size: 9pt;
}

.spacerRow {
    height: 23px;
}

.lightGray {
    color: #999;
}