
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
clear: both;
width: 100%;
overflow: hidden;
border-bottom: 2px solid #3354AA; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs
{ 
/*padding-left: 25px;*/
}

.mattblacktabs ul{
margin: 0;
margin-left: 25px;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

/* left and right edges of tab bar */
.mattblacktabs div.leftTab,
.mattblacktabs div.rightTab
{ 
  width: 10px;
  height: 21px;
  float: left;
  display: none;
  margin-top: 12px; 
  border-right: 1px solid white; /*right divider between tabs*/
  border-bottom: 1px solid white;
  color: white;
  background: #5d709f; /*background of tabs (default state)*/
}

.mattblacktabs div.leftTab
{ 
  margin-left: 30px;
}
.cltop, .crtop
{
  display: block;
  background: white;   /* background color */
}

.cltop *, .crtop *
{
  display: block;
  height: 1px;
  overflow: hidden;
  background: #5d709f;
}

.cl1
{
  margin: 0 0 0 4px;
  border-left: 1px solid #9eb7cf; /* anti-alias 50% */
}

.cr1
{
  margin: 0px 4px 0 0;
  border-right: 1px solid #9eb7cf; /* anti-alias 50% */
}

.cl2
{
  margin: 0 0 0px 2px;
  border-left: 1px solid #cedbdf; /* anti-alias 25% */
}

.cr2
{
  margin: 0px 2px 0 0;
  border-right: 1px solid #cedbdf; /* anti-alias 25% */
}

.cl3
{
  margin: 0 0 0 1px;
  border-left: 1px solid #c9cfdf; /* anti-alias 33% */
}

.cr3
{
  margin: 0px 1px 0 0;
  border-right: 1px solid #c9cfdf; /* anti-alias 33% */
}

.cl4
{
  margin: 0;
  border-left: 1px solid #cedbdf; /* anti-alias 25% */
}

.cr4
{
  margin: 0; 
  border-right: 1px solid #cedbdf; /* anti-alias 25% */
}

.cl5
{
  margin: 0;
  border-left: 1px solid #9eb7cf; /* anti-alias 50% */
}

.cr5
{
  margin: 0; 
  border-right: 1px solid #9eb7cf; /* anti-alias 50% */
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
margin-top: 12px; 
height: 16px;
padding: 3px 8px 2px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
border-bottom: 1px solid white;
color: white;
background: #5d709f; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, 
.mattblacktabs li a:focus
{
text-decoration: underline; 
}

.mattblacktabs li a:hover, 
.mattblacktabs li a:focus, 
.mattblacktabs li.selected a
{
border-bottom: 1px solid #3354AA;
color: white;
background: #3354AA; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


/******************************************************************************
//
//  Rectangle with soft corners (rounded).  No border.
//  
*/

.rounded 
{
  background: #AA0000;
  margin: 0px 1px;
  margin-top: 10px;
}

.rtop, .rbottom
{
  display: block;
  background: #FCFCFC;   /* background color */
}

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

.r1
{
  margin: 0px 5px;
}

.r2
{
  margin: 0px 3px;
}

.r3
{
  margin: 0px 2px;
}

.r4
{
  margin: 0px 1px; 
  height: 2px;
}

/******************************************************************************
//
//  Rectangle with soft corners (rounded) and border
//  
*/

.border 
{
  background: #3354AA;         /* border color */
  margin: 0px;
  margin-top: 10px;
}

.btop, .bbottom
{
  display: block;
}

.btop *, .bbottom *
{
  display: block;
  height: 1px;
  overflow: hidden;
  background: #3354AA;         /* border color */
}

.b1
{
  margin: 0 5px;
  background: #3354AA;
}

.b2
{ 
  margin: 0 3px;
  background: white;
  border-left: 2px solid #3354AA;
  border-right: 2px solid #3354AA;
}

.b3
{
  margin: 0 2px;
  background: white;
  border-left: 1px solid #3354AA;
  border-right: 1px solid #3354AA;
}

.b4
{
  margin: 0 1px; 
  height: 2px;
  background: white;
  border-left: 1px solid #3354AA;
  border-right: 1px solid #3354AA;
}

.borderInside
{
  background: white;
  margin: 0 1px;
}

.topInside *, .bottomInside *
{
  display: block;
  height: 1px;
  overflow: hidden;
  background: white;
}

body 
{ 
        margin: 0;
        padding: 0;
        font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif,helvetica;
        font-size: 12px;
}

.mainContainer
{ 
        margin: 0;
        padding: 0;
        width: 100%;
}

.header
{ 
        background-color: white;
        text-align: left !important;
}

.header img
{
        border: 0;
        margin-top: 10px;
        margin-left: 25px;
}

.content
{ 
        margin-top: 0%;
}

.left
{
        clear: left;
        float: left;
        width: 560px;
        padding: 10px;
        padding-top: 0px;
}

#recentSearchesDiv
{
  display: none;
  padding-left: 0;
  padding-bottom: 10px;
  font-size: 12px;
}

#recentSearchesDiv .fancyHr
{ 
  margin-right: 0px;
}

div#recentSearchesRect
{ 
  margin-top: 0px;
}

#recentSearchesRect 
{
  background: #E5EAF6;
}

div#recentSearchesRect .btop *, 
div#recentSearchesRect .bbottom *
{
  background: #E5EAF6;
}

div#recentSearchesRect .b1
{
  background: #E5EAF6;
}

div#recentSearchesRect .b2
{ 
  background: #cedfdf;
  border-left: 2px solid #E5EAF6;
  border-right: 2px solid #E5EAF6;
}

div#recentSearchesRect .b3
{
  background: #cedfdf;
  border-left: 1px solid #E5EAF6;
  border-right: 1px solid #E5EAF6;
}

div#recentSearchesRect .b4
{
  background: #cedfdf;
  border-left: 1px solid #E5EAF6;
  border-right: 1px solid #E5EAF6;
}

div#recentSearchesRect .borderInside
{
  background: #cedfdf;
  padding: 0 10px;
}

div#recentSearchesRect .topInside *, 
div#recentSearchesRect .bottomInside *
{
  background: #cedfdf;
}

#recSearchTitle
{ 
  font-size: 13px;
  float: left;
  font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
  font-weight: bold;
}

.recSearchLoc
{ 
  width: 85px;
  float: left;
}

.recSearchDate
{  
  width: 75px;
  float: left;
}

.recSearchRef
{ 
  font-size: 12px;
  float: right;
  padding-left: 0px;
}

#recentSearches a
{
  color: blue;
}

.right
{ 
        padding: 10px 0px;
        /*padding-left: 0px;*/
        /*padding-top: 0px;*/
        margin-left: 580px;

        /* 
        *   right is 780px (critical content)
        *             -left column width
        *             -padding on right of middle
        *             -10 for IE6
        */
        width: 310px;
}

.right a img
{ 
  margin-bottom: 10px;
}


.fieldsetClass
{
        border: none;
        padding-bottom: 0;
        margin-right: 0;
        padding-right: 0;
        margin-left: 10px;
        padding-left: 0px;
}


.fsLegend
{
        font-weight: bold;
        font-size: 18px;
        color: #D45500;
}

#searchDiv
{
        /*text-align: center;*/
        clear: left;
}

#searchDiv p
{
        clear: both;
        font-size: 10px;
        margin: 0;
        padding-top: 5px;
        text-align: center;
}

#search
{
        margin-top: 20px;
}

.footer
{ 
        clear: both;
        text-align: center;
        width: 100%;
        font-size: 12px;
        border-top: 1px solid #3354AA; 
}


.footer img
{
        border: none;
        vertical-align: middle;
}


.footer p
{
        margin: 0.5em;
}

.flag
{ 
        margin-right: 5px;
}

.hspacerQuarter /* for splitting divs by 3 */
{
        float: left;
        width: 24.9%;
}

.hspacerThird /* for splitting divs by 3 */
{
        float: left;
        width: 33%;
}

.hspacerHalf /* for splitting divs by 2 */
{
        float: left;
        width: 49.9%; /* 49% (vs 50%) for IE */
}

input.error 
{ 
        border: 1px solid red; 
}

label.error 
{
  background: url('/redx3.png') no-repeat;
  color: red;
  padding-left: 18px;
  margin-left: 0px;
  width: 100%;
}

.mailAddress
{
  padding-left: 150px;
}

.siteNotSelectable
{ 
  opacity: 0.25;
}

img.travelSite
{ 
  vertical-align: middle;
}

div.travelSite
{ 
  margin-bottom: 10px;
  height: 31px;
}

.extraCluetipDesc
{ 
  font-weight: bold;
  display: none;
}

#jsDisabledWarning
{ 
  margin: 0 10px;
}

#warning div
{ 
  color: white;
  margin-left: 25px;
}

#warning h1
{ 
  font-size: 18px;
}

#warning p,
#warning ul li a
{ 
  font-size: 14px;
}

#warning ul li a
{ 
  color: #acbedf;
}

.ct-tooltip,
.hidden
{ 
  display: none;
}

.headerLeft
{ 
  float: left;
  width: 400px;
}

.headerMiddle
{ 
  float: left;
  width: auto;
  text-align: right;
  color: #062971;
  font-size: 14px;
  padding-top: 14px;
}

.headerRight
{ 
  float: right;
  width: auto;
  padding-right: 10px;
}

#popupAlert
{ 
  font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif,helvetica;
}

.popupAffSpan
{
  margin: 5px 15px; 
  width: 246px; 
  height: 31px;
}

#popupAlert span
{
  float: left;
}

#popupAlert img
{ 
  vertical-align: middle; 
  margin-left: 10px;
  border: none;
}

#popupAlert h3
{ 
  color: #D45500;
  font-size: 18px;
  margin-top: 0;
}

#popupAlert p
{ 
  font-size: 14px;
}

#tellMeMoreDiv
{ 
  color: black;
  /*font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif,helvetica;*/
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
}

#tellMeMoreDiv h1
{ 
  color: #D45500;
  margin-top: 0;
}

.fancyHr
{
  height: 0px;
  font-size: 0px; /* ie6 line-height bug for empty divs */
  border-top: 1px solid #acbedf;
  border-bottom: 1px solid #E5EAF6;
  width: auto;
  margin-right: 10px;
}

.fancyHrHack
{
  /* hack for IE, since IE ignores margins on some divs */
  height: 5px;
  font-size: 0px; /* ie6 line-height bug for empty divs */
  width: 100%;
}

#additionalSitesDiv,
#optionalSitesDiv
{
    display: none; /* initially */
}

.siteClassTitle
{ 
  color: #5d709f;
  font-weight: bold;
}

#moreSitesDiv,
#fewerSitesLinkDiv
{ 
  clear: left;
}

#fewerOptionsLink,
#moreOptionsLink,
#fewerSitesLink,
#moreSitesLink
{ 
  color: blue;
}

#overviewTitle
{
    font-size: 18px;
    color: #D45500; 
    margin-top: 10px;
}

.overview
{
    font-size: 13px;
    margin: 0 15px 0 15px;
    text-align: center;
}

#overviewText
{
  padding-bottom: 15px;
}

#bannerAdTgt
{ 
  margin-left: 15px;
}

.adsenseAds
{
  margin-top: 5px;
  margin-left: 3px;
}

#minorsErrorDiv,
#siteErrorDiv
{ 
  /* force error div to clear list of sites */
  float: left; 
  clear: left;
}

.hoteldesc
{
   font-size: 13px;
}

#hotelTitle
{
    font-size: 13px;
    font-weight: bold;
    color: #D45500; 
}

.adUrl a
{ 
  font-size: 12px;
  text-decoration: none;
  color: #008000;
}

#tgtAds
{
    margin-top:   0px;
    margin-left:  0px;
    margin-right: 0px;
    /*background-color: #FFFFDC;*/
}

.headerTitle
{ 
  display: inline;
  color: #062971;
  font-size: 14px;
  font-weight: normal;
}

.dealsFlightLinks
{ 
  clear: left;
  float: left;
  width: 100%;
  background-color: white;
}

div#linkRectDeals
{ 
  /*margin-top: 0px;*/
}

#linkRectDeals 
{
  background: #E5EAF6;
}

div#linkRectDeals .btop *, 
div#linkRectDeals .bbottom *
{
  background: #E5EAF6;
}

div#linkRectDeals .b1
{
  background: #E5EAF6;
}

div#linkRectDeals .b2
{ 
  background: #cedfdf;
  border-left: 2px solid #E5EAF6;
  border-right: 2px solid #E5EAF6;
}

div#linkRectDeals .b3
{
  background: #cedfdf;
  border-left: 1px solid #E5EAF6;
  border-right: 1px solid #E5EAF6;
}

div#linkRectDeals .b4
{
  background: #cedfdf;
  border-left: 0px solid #E5EAF6;
  border-right: 0px solid #E5EAF6;
}

div#linkRectDeals .borderInside
{
  background: #cedfdf;
  padding: 0 10px;
}

div#linkRectDeals .topInside *, 
div#linkRectDeals .bottomInside *
{
  background: #cedfdf;
}

#linkRect h2,
#linkRectDeals h2
{ 
  font-weight: bold;
  font-size: 18px;
  color: #d45500;
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
}

#linkRectDeals tr
{ 
  margin-left: 10%;
}

#linkRectDeals tr.even
{ 
  background: #E5EAF6;
}


#linkRectDeals .price
{
    color: #3354AA;
    font-weight: bold;
    font-size: 14px;
    padding-left: 2%;
    padding-right: 1%;
    width: 12%;
}

#linkRectDeals .price a
{
    color: #880000;
    text-decoration: none;
}


#linkRectDeals .type
{
    padding-left: 1%;
    padding-right: 1%;
    width: 8%;
}


#linkRectDeals .flightDealTable
{
    width: 98% ;
    position: relative;
    margin: 1%;
    border-collapse: collapse;
}

#linkRectDeals .deal
{
  padding-left: 1%;
  padding-right: 1%;
  font-size: 13px;    
}

#linkRectDeals td
{
    padding-top: 5px;
    padding-bottom: 5px;
}

#linkRectDeals .dealVendor
{ 
  color: #555;
  text-decoration: none;
}

#linkRectDeals .footnote
{
    margin: 10px 0;
}

#linkRectDeals .footnote span
{
    font-size: 11px;
}

#linkRectDeals .footnote p
{
    margin: 0 2%;
}

#linkRectDeals sup
{
    color: black;
    font-weight: bold;
}

#moreDealLink
{
  color: blue;
}

div#cityDescRect,
div#overviewRect
{ 
  margin-top: 0px;
}

#cityDescRect,
#overviewRect
{
  background: #FAFCFB;
}

div#cityDescRect .btop *, 
div#cityDescRect .bbottom *,
div#overviewRect .btop *, 
div#overviewRect .bbottom *
{
  background: #FAFCFB;
}

div#cityDescRect .b1,
div#overviewRect .b1
{
  background: #FAFCFB;
}

div#cityDescRect .b2,
div#overviewRect .b2
{ 
  background: #E5EAF6;
  border-left: 2px solid #FAFCFB;
  border-right: 2px solid #FAFCFB;
}

div#cityDescRect .b3,
div#overviewRect .b3
{
  background: #E5EAF6;
  border-left: 1px solid #FAFCFB;
  border-right: 1px solid #FAFCFB;
}

div#cityDescRect .b4,
div#overviewRect .b4
{
  background: #E5EAF6;
  border-left: 1px solid #FAFCFB;
  border-right: 1px solid #FAFCFB;
}

div#cityDescRect .borderInside,
div#overviewRect .borderInside
{
  background: #E5EAF6;
  padding: 0 10px;
}

div#cityDescRect .topInside *, 
div#cityDescRect .bottomInside *,
div#overviewRect .topInside *, 
div#overviewRect .bottomInside *
{
  background: #E5EAF6;
}

