/* ---------- LAYOUT begins ---------- */
body {
    font-family: Tahoma, Arial, Verdana,  Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #777777;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    background-color: #FFFFFF;
    line-height: 1.3em;
    behavior: url(csshover3.htc);
}
.oneColFixCtr #container {
    width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: none;
    margin: -40px auto 30px auto; /* the auto margins (in conjunction with a width) center the page */
    *margin: 0px auto 30px auto;
    _margin: -40px auto 30px auto;
    text-align: left; /* this overrides the text-align: center on the body element. */
}
/*.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*}*/
a:link {
    color: #40a8de;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #40a8de;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
    color: #ff1589;
    font-weight: bold;
}
a:active {
    text-decoration: none;
    color: #40a8de;
    font-weight: bold;
    outline: none;
}
a:active, a:focus{
    outline: 0;
}
a img{
    border: 0;
}
p {
    margin: 1em 0;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}
h1.hugeTitle {
    font-size: 32px;
    margin-top: 50px;
}
h1 {
    font-size: 18px;
    color: #666666;
}
h2 {
    font-size: 16px;
    color: #444444;
}
h2 a:link, h2 a:active, h2 a:visited{
    color: #f9602a;
}
h2 a:hover{
    color: #ff1589;
}
h3 {
    font-size: 16px;
    color: #777777;
}
h4 {
    font-size: 14px;
    color: #777777;
}
h5 {
    font-size: 12px;
    color: #666666;
}
.alignLeft{
    text-align : left;
}
.alignRight{
    text-align : right;
}
.alignCenter{
    text-align : center;
}
.red{
    font-weight : bold;
    color       : #FF0000;
}
#leftColumn {
    font-family: "Trebuchet MS", Verdana, Tahoma;
    width: 160px;
    padding: 0;
    margin: 0;
    float: left;
}
#mainColumn {
    width: 800px;
    padding: 0;
    margin: 0;
    float: right;
}
#leftColumn p{
    margin: 1em 0 0 1em;
}
#leftColumn h4{
    margin: 0.25em 0 1em 1em;
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.floatRight{
    float:right;
}
.floatLeft{
    float: left;
}
.center {
    text-align: center;
}
.clearfloat {
    clear: both;
    font-size: 1px;
}
.topMessage {
    width: 780px;
    padding: 5px 10px;
    background-color: #f7f7f7;
    margin: 10px 0;
}
ul.pagination{
    text-align:center;
    list-style:none;
}
ul.pagination li {
    display: inline;
    margin: 0 15px;
    width : 90px;
    font-size: 14px;
    font-family: "Trebuchet MS", Verdana, Tahoma;
}
ul.pagination li.disabled{
    display: inline-block;
    background-color: #EEE;
    border: 1px solid #d9e383;
    width : 90px;
    color: #999;
    padding: 2px 8px;
}
ul.pagination li a{
    display: inline-block;
    background-color: #e5f27b;
    border: 1px solid #d9e383;
    width : 90px;
    color: #666666;
    padding: 2px 8px;
}
ul.pagination li a:hover{
    background-color: #fe8a61;
    border-color: #d78466;
    color: #ffffff;
    text-decoration: none;
}
.submitButton {
    background-image: url(../images/divs/buttonStrip.jpg);
    background-position: top;
    background-repeat: repeat-x;
    border: 1px solid #e89b80;
    width: 100px;
    height: 27px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
    margin: 0 0 0 10px;
}
.submitButtonSend {
    background-image: url(../images/divs/buttons/send.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100px;
    height: 27px;
    color: #FFFFFF;
    border: 0;
    padding: 0px;
    margin: 0 0 0 10px;
}
.submitButtonRemove {
    background-image: url(../images/divs/buttons/remove.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100px;
    height: 27px;
    color: #FFFFFF;
    border: 0;
    padding: 0px;
    margin: 0 0 0 10px;
}
.submitButtonBack {
    background-image: url(../images/divs/buttons/back.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100px;
    height: 27px;
    color: #FFFFFF;
    border: 0;
    padding: 0px;
    margin: 0 0 0 10px;
}
.submitButtonCancel {
    background-image: url(../images/divs/buttons/cancel.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100px;
    height: 27px;
    color: #FFFFFF;
    border: 0;
    padding: 0px;
    margin: 0 0 0 10px;
}
.submitButtonSave {
    background-image: url(../images/divs/buttons/save.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100px;
    height: 27px;
    color: #FFFFFF;
    border: 0;
    padding: 0px;
    margin: 0 0 0 10px;
}
.submitButtonPublish {
    background-image: url(../images/divs/buttons/publish.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100px;
    height: 27px;
    color: #FFFFFF;
    border: 0;
    padding: 0px;
    margin: 0 0 0 10px;
}
.submitButtonJoin {
    background-image: url(../images/divs/buttons/joinTour.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100px;
    height: 27px;
    color: #FFFFFF;
    border: 0;
    padding: 0px;
    margin: 0 0 0 10px;
}

.submitButtonImport {
    background-image: url(../images/divs/buttons/import.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100px;
    height: 27px;
    color: #FFFFFF;
    border: 0;
    padding: 0px;
    margin: 0 0 0 10px;
}

.submitButtonAccept {
    background-image: url(../images/divs/buttons/accept.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100px;
    height: 27px;
    color: #FFFFFF;
    border: 0;
    padding: 0px;
    margin: 0 0 0 10px;
}

.submitButtonDecline {
    background-image: url(../images/divs/buttons/decline.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100px;
    height: 27px;
    color: #FFFFFF;
    border: 0;
    padding: 0px;
    margin: 0 0 0 10px;
}

.submitButtonBackout {
    background-image: url(../images/divs/buttons/backOut.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100px;
    height: 27px;
    color: #FFFFFF;
    border: 0;
    padding: 0px;
    margin: 0 0 0 10px;
}

.submitButtonPost {
    background-image: url(../images/divs/buttons/post.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100px;
    height: 27px;
    color: #FFFFFF;
    border: 0;
    padding: 0px;
    margin: 0 0 0 10px;
}

.submitButtonPreview {
    background-image: url(../images/divs/buttons/preview.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100px;
    height: 27px;
    color: #FFFFFF;
    border: 0;
    padding: 0px;
    margin: 0 0 0 10px;
}

.buttons {
    float: right;
    padding: 0;
    margin: 10px 0;
}
ul li{
    margin: 1.25em 0;
}
ul img{
    vertical-align: middle;
}
/* ---------- LAYOUT ends ---------- */



/* ---------- HOMEPAGE begins ---------- */
.homepageSocialIcons {
    float: left;
}
.homepageSocialIcons>div{
    margin-right: 20px;
}
.homepageSocialIcons img{
    margin: 0 5px 0 0;
}
.homepageSocialIcons h3{
    margin: 0;
    float: left;
}
.homepageMoto {
    margin: -25px 0 0 200px;
}
.homepageYouCan {
    width: 650px;
    float: left;
}
.homepageYouCan h2{
    font-size: 17px;
    color: #40a8de;
    margin: 30px 0 0px 0;
}
.homepageYouCan h3 {
    color: #999999;
    margin: 5px 0 0 0;
    font-size: 15px;
}
.homepageYouCan h4 a{
    color: #fe8a61;
    font-size: 18px;
    float: right;
    margin:0;
}
.homepageYouCan p{
    font-size: 13px;
    color: #999999;
    line-height: 1.5em;
    margin: 5px 0 0 0;
}
.homepageSignUp{
    border: 4px solid #d4e165;
    background-color: #e5f27b;
    padding: 10px;
    margin: 0 0 0 20px;
}
.homepageSidebar{
    width: 310px;
    float: right;
}
.homepageSignUp h4{
    margin: 0 0 10px 0;
    line-height: 1.5em;
}
.homepageSignUp p{
    margin: 0 0 10px 0;
}
.homepageTours {
    text-align: left;
    width: 800px;
}
.signUpTable {
    vertical-align: middle;
    margin: 0px 0 10px 0;
}
.signUpTable th{
    text-align: right;
    vertical-align: middle;
    width: 75px;
    height: 38px;
}
.requestInvitationTable{
    vertical-align: middle;
    margin: 0;
}
.requestInvitationTable th{
    text-align: left;
    vertical-align: middle;
    width: 65px;
    height: 38px;
}
.requestInvitationTable #referer,.requestInvitationTable #intro{
    width: 244px;
}
.requestInvitationTable #intro{
    height: 50px;
}
.requestInvitationTable img.captchaImage{
    margin-bottom: 5px;
}
.requestInvitationTable .captchaField{
    width: 153px;
    margin-bottom: 15px;
}
.signUpField {
    width: 182px;
    background-color: #FFFFFF;
    border: 1px solid #d4e165;
    margin: 0;
    font-size: 16px;
    padding: 5px;
    color: #666;
}
.signUpName {
    width: 80px;
    background-color: #FFFFFF;
    border: 1px solid #d4e165;
    margin: 0;
    font-size: 16px;
    padding: 5px;
    color: #666;
}
.signUpCopyright {
    font-size: 9px;
    line-height: 1.65em;
    text-align: right;
    margin: 0;
}
.signUpCopyright a{
    color: #999999;
}
.signUpButton {
    width: 111px;
    height: 41px;
    background-image: url(../images/divs/buttons/signUp.png);
    background-position: top left;
    background-repeat: no-repeat;
    float: right;
    border: none;
    margin: 4px 0 0 10px;
    background-color: #fe8e67;
}
.requestInvitationButton {
    width: 251px;
    height: 41px;
    background-image: url(../images/divs/buttons/requestInvitation.png);
    background-position: top left;
    background-repeat: no-repeat;
    border: none;
    background-color: #fe8e67;
}
.homepageNavigationBG {
    background-image: url(../images/divs/homepageNavBG.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 380px;
    height: 80px;
    float: right;
    margin: 12px 0 0 0;
    padding: 0 20px 20px 20px;
    text-align: left;
}
.homepageNavigationBG h2{
    margin: 0 0 7px 0;
}
.homepageLogin {
    background-color: #e0e0e0;
    width: 361px;
    height: 38px;
    padding: 10px;
}
.homepageLoginField {
    float: left;
    margin: 0px 5px 0 0;
}
.homepageLoginField input {
    width: 130px;
    border: 1px solid #cfcfcf;
    margin: 5px 0 0 0;
    position: relative;
}
input.login {
    width: 71px;
    height: 21px;
    border: none;
    background-image: url(../images/divs/buttons/signin.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #ff946e;
    float: right;
    margin: 5px 0 0 0;
}
.homepageTopFlags {
    float: right;
}
.homepageTopFlags img{
    vertical-align: middle;
}
.homepageTopFlags .forgotPassword a{
    color: #d21e5e;
    font-size: 11px;
}
.introText p{
    font-size: 14px;
    color: #999999;
    line-height: 1.75em;
}
.homepageTourSteps {
    margin: 20px 0 20px 0;
}
.homepageTourSteps h1{
    margin: 0 0 20px 0;
    color: #fe8a61;
}
.homepageStepBox {
    width: 287px;
    height: 325px;
    padding: 10px;
    background-color: #eaf7fd;
    margin: 8px;
    float: left;
}
.homepageStepBox h1{
    color: #666666;
}
.homepageStepBox p{
    font-size: 14px;
    line-height: 1.75em;
    color: #666666;
}
.stepImage {
    width: 84px;
    height: 107px;
    float: left;
    margin: 4px;
}
.stepImage img{
    border: 1px solid #bbbbbb;
}
.stepImage p{
    margin:0;
    text-align: center;
    background-color: #dddddd;
    font-size: 10px;
}
/* ---------- HOMEPAGE ends ---------- */



/* ---------- TOP NAV begins ---------- */

.topstrip {
    width: 100%;
    height: 22px;
    border-top: 3px solid #40a8de;
    margin: 0;
    padding: 0;
    background-image: url(../images/divs/topHR.png);
    background-position: top left;
    background-repeat: repeat-x;
}
.tripScavenger {
    width: 440px;
    height: 62px;
    margin: 11px 0 0 0;
    float: right;
}
#addTour a{
    background-image: url(../images/divs/addTour.png);
    width: 187px;
    height: 62px;
    text-indent: -999em;
    display: block;
    float: right;
}
#addTour a:hover {
    background-position: 0 62px;
}
#tripScavenger a{
    background-image: url(../images/divs/tripScavenger.png);
    width: 187px;
    height: 62px;
    text-indent: -999em;
    display: block;
    float: right;
}
#tripScavenger a:hover {
    background-position: 0 62px;
}
.languages {
    float: right;
    width: 66px;
    height: 58px;
    background-image: url(../images/divs/flagsBG.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 20px;
    _line-height: 1em;
    padding: 6px 0 0 0;
}
.languages img {
    float: none;
}

/* ---------- TOP NAV begins ---------- */



/* ---------- PERSONAL NAV begins ---------- */
.mainNavigation{
    margin: 20px 0;
    font-size: 14px;
    width: 160px;
}
.mainNavigation ul{
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #DDD;
}
.mainNavigation ul li{
    display: block;
    background-color: #F0F0F0;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
    margin: 0;
}
.mainNavigation ul li a{
    display: block;
    padding: 10px;
}
.mainNavigation ul li a:hover{
    background-color: #40A8DE;
    color: #FFF;
    text-decoration: none;
}
.mainNavigation ul li li {
    /*background-color: #F7F7F7;*/
}
.mainNavigation ul li.subNavigation{
    background-color: #F7F7F7;
}
.mainNavigation ul li.subNavigation a{
    color: #7DBEDF;
    padding: 8px 10px 8px 20px;
}
.mainNavigation ul li.subNavigation a:hover{
    background-color: #999;
    color: #fff;
}
/* ---------- PERSONAL NAV ends ---------- */
/* --------  PEOPLE SEARCH begins -------- */
.peopleSearch{
    width:160px;
}
.peopleSearch input{
    padding: 4px;
    width: 150px;
    border: 1px solid #DDD;
    color: #AAA;
    font-size: 10px;
}
/* --------  PEOPLE SEARCH ends -------- */
/* ---------- FOOTER begins ---------- */

#footer {
    width: 100%;
    height: 77px;
    background-image: url(../images/divs/footerStrip.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    border-top: 3px solid #40a8de;
    font-family: "Trebuchet MS", Verdana, Tahoma;
    color: #888888;
}
#footer .container{
    width: 980px;
    height: 77px;
    vertical-align: bottom;
}
.footerLinks {
    margin: 20px 0 0 180px;
    *margin: 20px 0 0 90px;
    padding: 0;
    float: left;
    font-size: 14px;
}
#footer .footerLinks a{
    color: #d21e5e;
}
#footer .footerLinks a:hover{
    color: #f9602a;
}
.footerLanguages {
    float: right;
    margin: 5px 0 0 0;
}
#footer .footerLanguages a{
    color: #d21e5e;
}
#footer .footerLanguages a:hover{
    color: #f9602a;
}
.footerflags {
    vertical-align: middle;
    border: 0;
}
.copyright {
    float: right;
    text-align: right;
    margin: 0;
}

/* ---------- FOOTER ends ---------- */



/* ---------- SEARCH begins ---------- */
#searchBox {
    width: 100%;
    height: 73px;
    background-image: url(../images/divs/searchbarStrip.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    margin: 0;
}
.searchContainer{
    padding: 7px 0px 0px 20px;
    *padding: 1px 0 0 20px;
    _margin: -2px 0 0 0;
}
.keywordField {
    width: 434px;
    /*height: 26px;*/
    background-color: #FFFFFF;
    border: solid 1px #d5d5d5;
    font-size: 20px;
    color: #666666;
    padding: 5px;
    vertical-align: middle;
}
.regionField {
    width: 174px;
    height: 38px;
    background-color: #FFFFFF;
    border: solid 1px #d5d5d5;
    font-size: 20px;
    color: #666666;
    padding: 5px;
    vertical-align: middle;
    margin: 0;
}
.searchSubmit {
    width: 45px;
    height: 38px;
    background: none;
    background-image: url(../images/divs/searchButton.png);
    background-position: top left;
    background-repeat: no-repeat;
    border: 0;
    *padding: 20px 0 0 0;
    *vertical-align: bottom;
}
.advancedButton {
    float: right;
    margin: 0;
    padding: 0;
    _margin: -4px 0 0 0;
}
.advancedSearchDuration input,select{
    background-color: #FFFFFF;
    border: solid 1px #d5d5d5;
    font-size: 14px;
    color: #666666;
    padding: 5px;
    vertical-align: middle;
}
.advancedSearchConditions input,select{
    background-color: #FFFFFF;
    border: solid 1px #d5d5d5;
    font-size: 14px;
    color: #666666;
    padding: 5px;
    vertical-align: middle;
}
.advancedSearchPricing input,select{
    background-color: #FFFFFF;
    border: solid 1px #d5d5d5;
    font-size: 14px;
    color: #666666;
    padding: 5px;
    vertical-align: middle;
}
.addCommentForm textarea{
    width: 770px;
    height: 75px;
    margin: 5px;
}
.advancedSearchDuration {
    height: 18px;
    float: left;
    width: 215px;
}
.advancedSearchConditions {
    height: 18px;
    float: left;
    width: 310px;
}
.advancedSearchPricing {
    height: 18px;
    float: left;
    width: 185px;
}
.advancedSearchSeparator {
    width: 30px;
    height: 180px;
    background-image: url(../images/divs/advancedSearchSeparator.png);
    background-position:bottom;
    background-repeat: no-repeat;
    float: left;
}
.minmaxField {
    height: 18px;
    width: 30px;
}
.datesField {
    height: 18px;
    width: 100px;
}
.conditionsField {
    height: 18px;
    width: 174px;
    height: 30px;
    margin: 0;
}
/* ---------- SEARCH ends ---------- */



/* ---------- TOUR CARD begins ---------- */
#tourcardGroup {
    font-family: "Trebuchet MS", Verdana, Tahoma;
    width: 800px;
    margin: 0;
    padding: 0;
}
#tourcardGroup .tourCard{
    width: 368px;
    height: 134px;
    border: 1px solid #dbf2f4;
    background-image: url(../images/divs/tourcardStrip.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    padding: 7px 10px;
    margin: 0 10px 20px 0;
    float: left;
}
#tourcardGroup .tourJoinerCard{
    width: 100px;
    height: 134px;
    border: 1px solid #dbf2f4;
    background-image: url(../images/divs/tourcardStrip.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    padding: 7px 10px;
    margin: 0 10px 10px 0;
    float: left;
}
#tourcardGroup .tourCardAlt{
    width: 368px;
    height: 134px;
    border: 1px solid #dbf2f4;
    background-image: url(../images/divs/tourcardStrip.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    padding: 7px 10px;
    margin: 0 0px 20px 10px;
    float: right;
}
.tourcardLeft {
    width: 250px;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 11px;
}
.tourcardRight {
    width: 100px;
    float: right;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 11px;
    line-height: 1em;
}
.tourcardVR {
    width: 10px;
    height: 133px;
    background-image: url(../images/divs/tourCard/vr.png);
    background-position: top center;
    background-repeat: repeat-y;
    float: left;
}
.ratingBar {
    width: 98px;
    height: 11px;
    background-color: #DDDDDD;
    border: 1px solid #BBBBBB;
    font-size: 10px;
    margin: 3px 0 0 0;
    color: #555555;
    padding: 0px;
}
.greenBar {
    background-color: #e5f27b;
    float: left;
    border-right: 1px solid #BBBBBB;
}
.ratingValue {
    width: 98px;
    *width: 100%;
    float: left;
    text-align: center;
    color: #333333;
}
.tourcardLeft h1{
    font-size: 14px;
    color: #888888;
    margin: 0 0 10px 0;
}
.tourcardLeft img{
    float: left;
    border: 1px solid #cf9eaf;
    margin: 0 5px 1px 0;
}
img.tourCardTourPhoto {
    margin: 0 8px 0 0;
}
.tourcardRight img{
    border: 1px solid #66b9e3;
    margin: 5px 0 5px 0;
}
.countryName a:link, .countryName a:active, .countryName a:visited{
    color: #ff71a3;
}
.countryName a:hover{
    color: #f9602a;
}
.indicatorContainer {
    margin: 0;
}
.indicatorContainer div{
    height: 25px;
    float: left;
    margin: 5px 5px 0 0px;
    font-size: 90%;
    line-height: 1.25em;
    color: #555555;
}
.indicatorContainer img{
    border: 0;
}
.indicatorContainer h3{
    margin: 7px 0 0 0;
    color: #555555;
}
.indicatorContainer .price{
    float: right;
}
/* ---------- TOUR CARD ends ---------- */


/* ---------- ADs begins ---------- */
.leaderboard {
    text-align: center;
    padding: 0px;
    margin: 20px 0 20px 0;
    width: 100%;
}
.videoAd {
    width: 388px;
    height: 318px;
    text-align: center;
    vertical-align: middle;
    float: right;
    border: 1px solid #EEEEEE;
}
.videoAd img{
    margin: 19px 0 0 0;
}
.expediaAd {
    float: left;
    padding: 10px;
    border: 1px solid #e9e9e9;
    width: 165px;
    height: 165px;
    margin: 0 0 0 15px;
}
.expediaAd p{
    margin: 0;
}
.expediaProfile {
    width: 358px;
    float: right;
    border: 1px solid #EEEEEE;
    padding: 15px;
    margin: 0 0 10px 0;
}
.expediaProfile img{
    float: left;
}
/* ---------- ADS ends ---------- */


/* ---------- PIGEON HOLE begins ---------- */
.pigeonHoleEntry {
    width: 780px;
    background-color: #f7f7f7;
    padding: 10px 10px 0 10px;
    margin: 0;
    line-height: 1.75em;
}
.pigeonHoleEntryAlt {
    width: 780px;
    background-color: #ececec;
    padding: 10px 10px 0 10px;
    margin: 0;
    line-height: 1.75em;
}
.unreadMessage {
    background-color: #DFF4FF;
}
.pigeonHoleEntry p {
    margin: 0 0 5px 0;
}
.pigeonHoleEntryAlt p {
    margin: 0 0 5px 0;
}
.pigeonHoleControls {
    float: right;
    margin: 0;
}
.pigeonHoleControls img{
    border: 0;
}
.pigeonHoleControls a:hover{
    text-decoration: none;
}
.pigeonHoleDate {
    color: #ff71a3;
    font-weight: bold;
    float: right;
    font-size: 10px;
}
.pigeonHoleEntry .pigeonHoleDate a{
    color: #d21e5e;
}
.pigeonHoleEntryAlt .pigeonHoleDate a{
    color: #d21e5e;
}
.pigeonHolePhoto img{
    float: left;
    padding: 0;
    margin: 0 5px 10px 0;
    border: 1px solid #66b9e3;
}
.pigeonHoleEntry .pigeonHoleSender a, .reviewEntry .pigeonHoleSender a{
    color: #d21e5e;
}
.pigeonHoleEntryAlt .pigeonHoleSender a{
    color: #d21e5e;
}
.replyEntry {
    background-color: #EFEFEF;
    padding: 1px 10px 0 10px;
}
.toField {
    width: 506px;
    height: 18px;
    background-color: #FFFFFF;
    border: solid 1px #d5d5d5;
    font-size: 14px;
    color: #666666;
    padding: 2px;
    vertical-align: middle;
}
.multiToField {
    float: left;
    margin: 0 0 10px 0px;
}
.contactForm input {
    width: 250px;
    height: 18px;
    background-color: #FFFFFF;
    border: solid 1px #d5d5d5;
    font-size: 14px;
    color: #666666;
    padding: 2px;
    vertical-align: middle;
}
.contactForm .contactLine{

    margin-bottom : 10px;
}
.contactForm .contactLine .contactLabel{
    font-weight: bold;
    width : 65px;
    float : left;
}
.contactForm .contactLine input{
    float:left;
}
.messageField {
    width: 768px;
    height: 200px;
    background-color: #FFFFFF;
    border: solid 1px #d5d5d5;
    font-size: 14px;
    color: #666666;
    padding: 5px;
    margin: 10px 0 10px 0;
}
.pigeonHoleMessageText {
    margin: 20px 0 0px 0;
}
.pigeonHoleMessageText p{
    margin: 1em 0;
}
a.readMessage {
    font-weight: normal;
}
/* ---------- PIGEON HOLE ends ---------- */


/* ---------- TOUR DETAILS starts ---------- */
.tourDetails {
    background-color: #fff1f6;
    border: 1px solid #f0dee4;
    padding: 10px;
}
.joinedTourMessage {
    color: #aaa;
    font-weight: bold;
    float: right;
    margin: 20px 0 0 0;
}
.pricingBox {
    background-color: #f7e8ed;
    border: 1px solid #f0dee4;
    padding: 10px;
    float: right;
    width: 251px;
    height: 151px;
}
.tourPhoto {
    border: 1px solid #cf9eaf;
    float: left;
    margin: 0 10px 0 0;
}
.tourDescriptionText {
    line-height: 1.75em;
    margin: 0 0 30px 0;
}
.tourDetailsMiddleColumn{
    float: left;
}
.tourHostBox {
    height: 167px;
    background-color: #eaf7fd;
    border: 1px solid #cfe0e7;
    padding: 5px 10px 10px 10px;
    float: right;
    margin: 0 0 1px 5px;
}
.tourHostBox h2 a:link, .tourHostBox h2 a:active, .tourHostBox h2 a:visited{
    color:#40a8de;
}
.tourHostBox h2 a:hover{
    color: #ff1589;
}
.tourHostBox h2{
    margin: 0 0 5px 0;
}
.corporateHostBox {
    background-color: #e1ffdf;
    border: 1px solid #cfe7d7;
}
.composeLabel{
    font-weight : bold;
    float: left;
    display:block;
    width: 60px;
}
.hostPhoto {
    border: 1px solid #66b9e3;
    float: left;
}
.tourRatingBar {
    width: 148px;
    height: 24px;
    background-color: #DDDDDD;
    border: 1px solid #BBBBBB;
    font-size: 10px;
    margin: 3px 0 0 0;
    color: #555555;
    padding: 0px;
}
.tourGreenBar {
    height: 24px;
    background-color: #e5f27b;
    float: left;
    border-right: 1px solid #BBBBBB;
}
.hostBox {
    float: left;
    margin: 0 0 0 10px;
}
.hostBox h4{
    margin: 0 0 5px 0;
}
.hostBoxTourNumbers{
    margin: 0 0 30px 0;
}
.tourDates {
    width: 252px;
    height: 42px;
    background-image: url(../images/divs/tourDatesStrip.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    border: 1px solid #dadada;
}
.tourDates h4{
    margin: 3px 0 4px 5px;
}
.tourType {
    font-size: 14px;
    color: #8dbe23;
    font-weight: bold;
}
.tourWeather {
    font-size: 14px;
    color: #40a8de;
    font-weight: bold;
}
.tourDetails h5{
    margin: 25px 0 3px 0;
    color: #999999;
}
.tourPriceSummary {
    text-align: right;
    font-size: 14px;
    line-height: 1.25em;
    margin: 40px 0 0 0;
}
.tourPriceSummary h1 {
    margin: 25px 0 5px 0;
}
/* ---------- TOUR DETAILS ends ---------- */


/* ---------- PROFILE starts ---------- */
.profileCard {
    width: 780px;
    height: 140px;
    background-color: #eaf7fd;
    border: 1px solid #cfe0e7;
    padding: 10px;
    float: left;
    margin: 0 0 20px 0;
}
.corporateProfile {
    background-color: #e1ffdf;
    border: 1px solid #cfe7d7;
}
.enthusiastProfile {
    background-color: #fff5df;
    border: 1px solid #e7e1cf;
}
.profileCard h2{
    margin: 0 0 10px 0;
}
.profileStats {
    width: 150px;
    height: 120px;
    background-color: #e5f1f6;
    border: 1px solid #cfe0e7;
    float: right;
    padding: 10px;
}
.corporateStats {
    background-color: #d3efd1;
    border: 1px solid #cfe7d8;
}
.corporateAccount {
    margin: 0 0 20px 0;
    color: #a2c7a0;
}
.enthusiastStats {
    background-color: #e7e1cf;
    border: 1px solid #e7decf;
}
.enthusiastAccount {
    margin: 0 0 20px 0;
    color: #ccc2ae;
}
.profileStats h4{
    margin: 0 0 5px 0;
}
.profileInfo {
    width: 450px;
    float: left;
    margin: 0 0 0 10px;
}
.profileCardRight {
    float: right;
    width: 220px;
    height: 140px;
    padding: 0 10px;
    border-left: 1px solid #c8d1d5;
}
.profileCard p{
    margin: 0 0 15px 0;
}
.profileCountries {
    margin: 20px 0 0 0;
}
.profileCountries ul{
    padding: 0 0 0 10px;
    float: left;
}
.profileCountries ul li{
    list-style-type: none;
    margin-left: 0;
}
.profileCountriesVisited {
    float: left;
    width: 180px;
    height: 220px;
    border-left: 1px solid #c8d1d5;
    border-right: 1px solid #c8d1d5;
    margin: 0 20px;
    padding: 0 20px;
}
.profileCountriesVisited h2, .profileCountriesToVisit h2{
    margin: 0 0 10px 0;
}
.profileCountriesToVisit {
    float: left;
    width:180px;
}
.leftSeparator{
    border-left: 1px solid #c8d1d5;
    padding-left: 20px;
}
.profileCountriesArrows {
    float: right;
    margin: 0 0 0 10px;
    width:20px;
}
.profileCountriesArrows .topArrow{
    float: right;
    margin: 20px 0 110px 0;
}
.profileCountriesArrows .bottomArrow{
    float: right;
    margin: 0px;
}
.profileAds {
    float: right;
    width: 390px;
}
.profileEntry {
    width: 780px;
    background-color: #f7f7f7;
    padding: 10px;
    margin: 0;
    line-height: 1.75em;
}
.profileEntryAlt {
    width: 780px;
    background-color: #ececec;
    padding: 10px;
    margin: 0;
    line-height: 1.75em;
}
.profileEntry h2{
    margin: 0 0 10px 0;
}
.profileEntryAlt h2{
    margin: 0 0 10px 0;
}
.profileEntry p {
    margin: 0;
}
.profileEntryAlt p {
    margin: 0;
}
.profileTourReviewed {
    font-weight: bold;
    font-size: 10px;
    float: left;
}
.profileSelect {
    width: 150px;
    height: 25px;
    padding: 2px;
    background-color: #FFFFFF;
    border: solid 1px #d5d5d5;
}
.profileTable th{
    text-align: right;
    width: 170px;
}
.profileInstructions {
    font-weight: normal;
    color: #999999;
    padding: 0 10px 0 0;
    vertical-align: top;
}
.languageInstructions {
    float: left;
    width: 170px;
    padding: 0 10px 0 0;
    color: #999;
    text-align: right;
}
.profileTable input {
    border: solid 1px #d5d5d5;
    color: #666;
    font-size: 14px;
    height: 18px;
    padding: 3px;
}
input.number{
    width: 40px
}
.profileTextField {
    width: 390px;
    height: 180px;
    background-color: #FFFFFF;
    border: solid 1px #d5d5d5;
    font-size: 14px;
    color: #666666;
    padding: 5px;
    margin: 0;
}
/* ---------- PROFILE ends ---------- */


/* ---------- CONTACT US starts ---------- */

.nameField {
    width: 250px;
    height: 18px;
    background-color: #FFFFFF;
    border: solid 1px #d5d5d5;
    font-size: 14px;
    color: #666666;
    padding: 2px;
    vertical-align: middle;
}
.contactTable th{
    text-align: right;
    width: 170px;
}
.contactTable tr{
    height: 35px;
}

/* ---------- CONTACT US ends ---------- */

.reportSelect {
    width: 200px;
    height: 25px;
    padding: 2px;
    background-color: #FFFFFF;
    border: solid 1px #d5d5d5;
}
.reportReview{
    color: #666;
    font-weight: normal;
}
.reportReview a:link, .reportReview a:visited, .reportReview a:active{
    color: #40a8de;
}

.acceptDeclineBox {
    width: 780px;
    background-color: #eaf7fd;
    border: 1px solid #cfe0e7;
    padding: 0 10px;
    margin: 0 0 20px 0;
}
.acceptDeclineBox h3{
    margin: 10px 0;
}
.acceptDeclineHostBox {
    float: left;
    width: 250px;
    margin: 0 20px 20px 10px;
}
.acceptDeclineHostBox h4{
    margin: 0 0 5px 0;
}
.acceptDeclineText {
    float: right;
    margin: 0;
}
.acceptDeclineTextField {
    width: 315px;
    height: 60px;
    background-color: #FFFFFF;
    border: solid 1px #d5d5d5;
    font-size: 14px;
    color: #666666;
    padding: 5px;
    margin: 00;
}
.acceptDeclineBox h2 a:link, .acceptDeclineBox h2 a:visited, .acceptDeclineBox h2 a:active{
    color:#40a8de;
}
.acceptDeclineBox h2 a:hover{
    color: #ff1589;
}
.acceptDeclineRight {
    float: right;
    width: 430px;
    border-left: 1px solid #cfe0e7;
    padding: 0 0px 10px 10px;
    margin: 0 0 0 10px;
}
.requestDecline {
    margin: 10px 0 0 0;
}
.sorting{
    font-size: 14px;
    float: right;
    margin: 0 0 20px 0;
}
.sorting a:link, .sorting a:active, .sorting a:visited{
    color: #ff71a3;
}
.sorting a:hover{
    color: #f9602a;
}
.addCommentContainer{
    background-color:#E5F27B;
    border:1px solid #D3E06C;
    padding:0 10px 10px 10px;
    position:relative;
    text-align:center;
}
.addCommentContainer p{
    font-weight : bold;
    text-align : left;
}
.addCommentContainer textarea{
    margin : 0 0 10px 0;
}
.search_panel{
    background-color:#E5F27B;
    border:1px solid #D3E06C;
    font-weight:bold;
    padding:0px 10px 10px 10px;
    text-align:right;
    display:none;
}
.search_panel h4{
    text-align:left;
    line-height:0;
}
.reviewEntry {
    width: 780px;
    background-color: #f7f7f7;
    padding: 10px 10px 0 10px;
    margin: 0;
}
.reviewEntry .pigeonHolePhoto img{
    margin-bottom: 10px;
}
.reviewEntry h3{
    margin: 0 0 15px 0;
}
.reviewField {
    width: 768px;
    height: 80px;
    background-color: #FFFFFF;
    border: solid 1px #d5d5d5;
    font-size: 14px;
    color: #666666;
    padding: 5px;
    margin: 10px 0;
}
.altReview {
    background-color: #ececec;
}
.removeNotice a{
    color: #d21e5e;
}
.viewAll a:link, .viewAll a:active, .viewAll a:visited{
    color: #f9602a;
}
.viewAll a:hover{
    color: #ff1589;
}
.error{
    font-weight: bold;
    color: #FF0000;
    font-size : 10px;
    display:block;
}
input.error{
    border: 1px solid #FFBFBF;
}

.invitationList{
    width: 100%;
    margin: 0 0 20px 0;
}
.invitationList td{	
    background-color: #EEE;
    padding: 5px;
}
.overlayForm{
    padding: 10px;
    width: 500px;
}
.overlayForm h4{
    margin: 0 0 10px 0;
}
.overlayEntry {
    background-color: #f7f7f7;
    padding: 10px;
    margin: 0;
    line-height: 1.75em;
}
.overlayEntryAlt {
    background-color: #ececec;
    padding: 10px;
    margin: 0;
    line-height: 1.75em;
}
.overlayTextField {
    width: 465px;
    height: 180px;
    background-color: #FFFFFF;
    border: solid 1px #d5d5d5;
    font-size: 14px;
    color: #666666;
    padding: 5px;
    margin: 0;
}

.overlayEntry p, overlayEntryAlt p {
    margin: 0;
}
p.languageAddMore{
    text-align : right;
    margin-right: 120px;
}
p.locationsMore{
    text-align : right;
    margin-right: 70px;
}
.overlayForm{
    padding: 10px;
    text-align : left;
}
.overlayForm h4{
    margin: 0 0 10px 0;
}
.overlayEntry {
    background-color: #f7f7f7;
    padding: 10px;
    margin: 0;
    line-height: 1.75em;
}
.overlayEntryAlt {
    background-color: #ececec;
    padding: 10px;
    margin: 0;
    line-height: 1.75em;
}
.overlayTextField {
    width: 465px;
    height: 180px;
    background-color: #FFFFFF;
    border: solid 1px #d5d5d5;
    font-size: 14px;
    color: #666666;
    padding: 5px;
    margin: 0;
}

.overlayEntry p, overlayEntryAlt p {
    margin: 0;
}
input[type='button']{
    cursor : pointer;
}
input[type='submit']{
    cursor : pointer;
}
button{
    cursor : pointer;
}
.jcrop-holder {
    margin-bottom: 10px;
}
.note_success, .note_warning, .note_error, .note_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:10px 10px 5px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.note_success {
    color: #99D519;
    background-color: #F2FFD5;
}
.note_warning {
    color: #FA9A2A;
    background-color: #FFE5C6;
}
.note_error {
    color: #D21E5F;
    background-color: #FFBED5;
}
.note_success ul, .note_warning ul, .note_error ul, .note_validation ul{
    padding: 0;
    margin: 0;
}
.note_success ul li, .note_warning ul li, .note_error ul li, .note_validation ul li{
    display: block;
    list-style-type: none;
    margin: 0 0 0.5em 0;
}
.feedbackDiv {
    position: fixed;
    top: 45%;
    margin: -25px 0 0 0;
    z-index: 9999;
    height: 100px;
    width: 25px;
}
.cvContainer{
    height:183px;
    overflow:hidden;
    float:left;
    width:150px;
    position:relative;
}
