﻿body
{
    font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
    font-size: 80%;
    background-color: #D0E9FD;
}

#breadcrumbwrapper
{
    position: relative;
}
#homesearchwrapper
{
    position: relative;
}
.breadcrumb
{
    position: absolute;
    right: 0%;
}
.link
{
    font-size: x-small;
    color: darkblue;
}
.link:visited
{
    color: darkblue;
}
.smalllink
{
    font-size: xx-small;
    color: darkblue;
}
.smalllink:visited
{
    color: darkblue;
}
.GeneralText
{
}

.AdminEdit
{
    font-size: x-small;
}

.ErrorMessage
{
    font-weight: bold;
    font-size: x-small;
    color: red;
}
.CenterTable
{
    border-style: solid;
    border-color: White;
    border-top-width: 4px;
    border-bottom-width: 0px;
    border-left-width: 4px;
    border-right-width: 0px;
    width: 100%;
}
.CenterTable td
{
    border-collapse: collapse;
}

.ReverseLink
{
    font-size: xx-small;
    text-decoration: none;
    color: Red;
    font-weight: bold;
}


.MapOverviewLink
{
    font-size: xx-small;
    font-weight: bold;
    text-align: center;
}
.MapOverviewLink A
{
    text-decoration: none;
}

/* parts that are in each panel */
.ItineraryLeftCell
{
    font-weight: bold;
    vertical-align: top;
    padding-left: 2px;
}
.ItineraryRightCell
{
    vertical-align: top;
}


.ListTitle
{
    font-weight: bold;
    padding-left: 2px;
}
.List
{
    padding-left: 2px;
}

.DepartureDateHeading
{
    font-weight: bold;
}
.DepartureDateDate
{
    vertical-align: bottom;
}

.center
{
    vertical-align: top;
}

/* general */
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

a img
{
    border: none;
}

td.maincontent a:link
{
    color: Black;
    font-weight: normal;
}
td.maincontent a:visited
{
    color: Black;
    font-weight: normal;
}
td.maincontent a:hover
{
    color: #0066CC;
    font-weight: normal;
}

a.footerlink:link
{
    color: #0066CC;
    font-weight: bold;
}
a.footerlink:visited
{
    color: #0066CC;
    font-weight: bold;
}
a.footerlink:hover
{
    color: #3399FF;
    font-weight: bold;
}
td#contactus a:link
{
    color: #0066CC;
    font-weight: bold;
}
td#contactus a:visited
{
    color: #0066CC;
    font-weight: bold;
}
td#contactus a:hover
{
    font-weight: bold;
}
#wrapper
{
    width: 930px;
    padding: 3px 25px 0px 25px;
    clear: both;
    background-color: White;
}
.out
{
    display: block;
    background: #C2DFF6;
    position: relative;
    margin: -5px auto 0px auto;
    width: 990px;
}

.in2
{
    display: block;
    border-left: 1px solid #C2DFF6;
    border-right: 1px solid #C2DFF6;
    position: relative;
    margin: 0px 1px 0px 1px;
}
.in
{
    border-left: 1px solid #B8D7F0;
    border-right: 1px solid #B8D7F0;
    position: relative;
}
.in3
{
    border-left: 1px solid #AECFEA;
    border-right: 1px solid #AECFEA;
    position: relative;
    background-color: #FFFFFF;
}
.in4
{
    border-left: 1px solid #A2C7E4;
    border-right: 1px solid #A2C7E4;
    position: relative;
}
.in5
{
    border-left: 1px solid #96BEDE;
    border-right: 1px solid #96BEDE;
    position: relative;
}

#faux
{
    margin-bottom: 0px;
    width: 930px;
}
#header
{
    color: White;
    width: 930px;
    padding: 0px;
    height: 74px;
    margin: 0px;
    background: White;
}
#header2
{
    color: White;
    width: 930px;
    padding: 0px;
    height: 161px;
    border-bottom: 1px solid White;
    background: White;
}

#navigation
{
    position: relative;
    left: 295px;
    width: 635px;
    color: White;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    background: #003366;
    font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
    color: White;
    font-size: x-small;
    font-weight: bold;
    z-index: 1;
}
#search
{
    width: 930px;
    margin: 0 auto;
    padding: 0px;
    background-image: url('images/search/search-top.gif');
    font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
    color: White;
    font-size: xx-small;
    font-weight: bold;
    background-repeat: repeat-x;
}
#expandedsearch
{
    width: 930px;
    margin: 0 auto;
    padding: 0px;
    background-image: url('images/search/search-bottom.gif');
    font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
    color: White;
    font-size: xx-small;
    font-weight: bold;
}
#leftcolumn
{
    display: inline;
    color: Black;
    margin: 15px 10px 0px 0px;
    padding: 0px;
    width: 225px;
    float: left;
}
#leftmiddle
{
    display: inline;
    float: left;
    color: Black;
    margin: 15px 10px 0px 0px;
    padding: 0px;
    width: 225px;
    position: relative;
}
#rightmiddle
{
    display: inline;
    position: relative;
    color: Black;
    margin: 15px 10px 0px 0px;
    padding: 0px;
    width: 225px;
    float: left;
}
#rightcolumn
{
    display: inline;
    position: relative;
    color: Black;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    width: 225px;
    float: right;
}
#secondleftcolumn
{
    display: inline;
    color: Black;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 225px;
    float: left;
}
#secondleftmiddle
{
    display: inline;
    float: left;
    color: Black;
    margin: 0px 10px;
    padding: 0px;
    width: 225px;
    position: relative;
}
#secondrightmiddle
{
    display: inline;
    position: relative;
    color: Black;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 225px;
    float: left;
}
#secondrightcolumn
{
    display: inline;
    position: relative;
    color: Black;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 225px;
    float: right;
}
#footer
{
    width: 930px;
    clear: both;
    background: #D0E9FD;
    margin: 2px 0px 0px 0px;
    padding: 0px;
    
}
#footer2
{
    width: 910px;
    margin: 10px 0px 20px 18px;
    padding: 0px;
}
.clear
{
    clear: both;
    background: none;
}

.menucontrol
{
    text-align: center;
    text-decoration: none;
    border-top: 0px solid White;
    border-right: 0px solid White;
    border-bottom: 0px solid White;
    border-left: 1px solid White;
    background-color: #003366;
    height: 34px;
    padding: 0px 1px 0px 1px;
    color: White;
    background-image: url(App_Themes/background-button.gif);
    font-size: 1.1em;
}
.menucontrolstatic
{
    height: 34px;
    background-image: url(App_Themes/background-button.gif);
    font-size: 1.1em;
}
.topmenuhover
{
    text-align: center;
    text-decoration: none;
    border-top: 0px solid White;
    border-right: 0px solid White;
    border-bottom: 0px solid White;
    border-left: 1px solid White;
    background-color: #013C76;
    height: 34px;
    padding: 0px 1px 0px 1px;
    color: #3399FF;
    font-size: 1.1em;
}
.menupopcontrol
{
    text-align: left;
    text-decoration: none;
    border-top: 1px solid #4E779F;
    border-right: 1px solid #4E779F;
    border-bottom: 0px solid White;
    border-left: 1px solid #4E779F;
    background-color: #013C76;
    height: 20px;
    padding: 2px 5px 2px 5px;
    color: White;
    font-size: 1.1em;
}
.menuhover
{
    text-align: left;
    text-decoration: none;
    border-top: 1px solid #4E779F;
    border-right: 1px solid #4E779F;
    border-bottom: 0px solid White;
    border-left: 1px solid #4E779F;
    background-color: #003366;
    height: 20px;
    padding: 2px 5px 2px 5px;
    color: #3399FF;
    font-size: 1.1em;
}
.style3
{
    text-align: center;
}
.style4
{
    text-align: left;
    padding-left: 5px;
    vertical-align: inherit;
}
.list1
{
    text-align: left;
    font-size: 10px;
    width: 113px;
}

.footertext
{
    text-align: left;
    font-size: inherit;
    font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 150%;
}
#search .error
{
    font-weight: bold;
    font-size: large;
    color: white;
}



.leftlinksimage
{
    /*height:49px;*/
}



.smalltext
{
    font: normal xx-small Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
    color: #000000;
}
.large
{
    font-weight: bold;
    font-size: larger;
    color: #0066CC;
}
.medium
{
    font-size: x-small;
}
.small
{
    font-size: xx-small;
}

#uniceftext
{
    width: 287px;
    float: right;
}
.hide
{
    display: none;
}
.completionlist
{
    z-index: 1;
    text-align: left;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    width: 300px;
    margin: 0px;
    text-indent: 3px;
}

.ContentLeftPanel
{
    display: inline;
    color: Black;
    margin: 25px 0px 0px 0px;
    padding: 0px;
    width: 276px;
    float: left;
}

.ContentRightPanel
{
    display: inline;
    position: relative;
    color: Black;
    margin: 25px 0px 0px 0px;
    padding: 0px;
    width: 625px;
    float: right;
}

.leftmenutourimage
{
    /*border-top: solid 1px white;*/
}

/* help styles */
.helpframe
{
    position: absolute;
    font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
    font-size: small;
    padding: 2px 3px;
    width: 400px;
    z-index: 1;
}
.helpoverlay
{
    border: solid 1px #808080;
    border-width: 1px 1px;
}
.helpunderlay
{
    position: absolute;
    background-color: #000;
    bottom: -1px;
    filter: alpha(opacity=12);
    left: -1px;
    right: -1px;
    top: 3px;
    z-index: -1;
}
.helpheader
{
    cursor: move;
    background: url(Images/Help/sprite.png) repeat-x 0px -200px;
    color: #000;
    border-bottom: solid 1px #ccc;
    padding: 3px 10px;
}
.helpheader .helpmsg
{
    font-weight: bold;
}
.helpupdating, .helpbody
{
    background-color: #fff;
    color: #000;
    padding: 10px;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
}
.helpupdating
{
    color: #808080;
    background: #fff url(Images/Help/activity.gif) no-repeat center;
}
.helpfooter
{
    text-align: right;
    background: url(Images/Help/sprite.png) repeat-x 0px -200px;
    color: #000;
    border-top: solid 1px #ccc;
    padding: 5px 3px;
}
.helpclose
{
    right: 7px;
    background: url(Images/Help/sprite.png) no-repeat 0px -300px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 7px;
    height: 15px;
}

.topdivlabel
{
    padding: 16px 0px 16px 0px;
    margin-left: 310px;
    float: left;
    color: White;
    font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: large;
}

.topdivlogout
{
    padding: 20px 6px 15px 2px;
    float: right;
}
/* login/out styles */
a.logoutbutton
{
    padding: 2px;
    border: 1px solid white;
    color: white;
    font-size: x-small;
    font-weight: bold;
}

/* lightbox styles */
#lightbox
{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#lightbox a img
{
    border: none;
}

#outerImageContainer
{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer
{
    padding: 10px;
}

#loading
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#hoverNav
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#imageContainer > #hoverNav
{
    left: 0;
}
#hoverNav a
{
    outline: none;
}

#prevLink, #nextLink
{
    width: 49%;
    height: 100%;
    background: transparent url(images/lightboximages/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
}
#prevLink
{
    left: 0;
    float: left;
}
#nextLink
{
    right: 0;
    float: right;
}
#prevLink:hover, #prevLink:visited:hover
{
    background: url(images/lightboximages/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover
{
    background: url(images/lightboximages/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer
{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
}

#imageData
{
    padding: 0 10px;
    color: #666;
}
#imageData #imageDetails
{
    width: 70%;
    float: left;
    text-align: left;
}
#imageData #caption
{
    font-weight: bold;
}
#imageData #numberDisplay
{
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#imageData #bottomNavClose
{
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

#overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}


/* tooltip styles */
.tooltip
{
    width: 200px;
    color: #000;
    text-decoration: none;
    text-align: center;    
}

.tooltip span
{
    font-size: 85%;
}
.tooltip span.top
{
    padding: 30px 8px 0;
    background: url(images/bt.gif) no-repeat top;
}

.tooltip b.bottom
{
    padding: 3px 8px 15px;
    color: #548912;
    background: url(images/bt.gif) no-repeat bottom;
}


.ajax__calendar
{
    position: relative;
    left: 0px !important;
    top: 0px !important;
    visibility: visible;
    display: block;
}
.ajax__calendar iframe
{
    left: 0px !important;
    top: 0px !important;
}

.ajax__calendar iframe
{
    left: 0px !important;
    top: 0px !important;
}
.similartours
{
    color: #666666;
    cursor: hand;
}
.leftinfopadding
{
    padding: 10px;
}

 #expandedsearch
{
    width: 930px;
    margin: 0 auto;
    padding: 0px;
    background-image: url('images/search/search-bottom.gif');
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: White;
    font-size: xx-small;
    font-weight: bold;
}
