/*
 * Adventure Office Style 
 *      Author   : $Author: $
 *      Date     : $Date: $
 *      Revision : $Revision: $
 *      File     : $Workfile: $

*/


/********* START DEFAULT Background Colors *********/


/***** Main Color Palette *****/
/* Overwrite per Client */

    /* Medium Tan */
    .acWebTableHeader,
    .acWebGridViewHeaderStyle,
    .acWebDataListHeaderStyle,
    h3.adventureDetail,
    #divExtraSpecific h3.adventureDetail,
    h3.availableDates,
    #divExtraSpecific h3.availableDates,
    h2.adventureResults,
    #divExtraSpecific h2.adventureResults,
    .detailsComponent h2,
    .userSections h2,
    .detailsComponent h3,
    .userSections h3,
    .bgDarkColor,
    .verificationEditMenu {
	    background-color: #E0DCCE;
    }
    
    /* Very Light Tan */
    .acWebGridViewRowStyle, 
    .acWebDataListItemStyle,
    h2.acWebFormSectionTitle,
    .acWebFormSectionTitle,
    h2.adventureDetail,
    #divExtraSpecific h2.adventureDetail,
    .bgMediumColor,
    .detailsComponent h4 {
        background-color: #EBE8DE;
    }
    
    /* This color should be the same as the 
     *Very Very Light Color unless that color is #FFFFFF (white)
     *
     *.acFormRequired,
     *.bgRequiredColor {
     *   background-color: #F4F2E5 !important;
     *}
     */

    /* Very Very Light Tan */
    .acWebGridViewAlternatingRowStyle,
    .acWebDataListAlternatingItemStyle,
    .bgLightColor {
        background-color: #F3F1E9;
    }
    
    /* The Following Colors Sets the Context Right Strip */
    #rightColumn,
    .topButtons,
    .bottomButtons {
        background-color: #F3F1E9;
    }
    
    /* The Following Colors are to be used for financial items only */

    /* Dark Color */
    .bgDarkMoney { 
        background-color: #D98F1B;
    }
    
    /* Medium Color */
    .bgMediumMoney { 
        background-color: #E69515;
    }
    
    /* Color */
    .bgMoney,
    .importantSection { 
        background-color: #F39809;
    }
    
    /* Light Color */
    .bgLightMoney,
    th.subTotalMoney,
    td.feesTaxes,
    #rightColumn .detailsComponent td.feesTaxes,
    #rightColumn .detailsComponent th.subTotalMoney,
    #rightColumn .detailSubComponent tr.tripTotalMoney,
    tr.tripTotalMoney,
    #rightColumn .detailsComponent th.subTotalMoney,
    #rightColumn .detailSubComponent tr.tripTotalMoney { 
        background-color: #F5A62A;
    }

    
/***** End Main Color Palette *****/

/********* END DEFAULT Background Colors *********/

/********* START DEFAULT Font Colors *********/

/* Almost Black */
body, 
td, 
th,
.acWebGridViewHeaderStyle,
.acWebDataListHeaderStyle,
#divExtraSpecific .topButtons a:link,
#divExtraSpecific .topButtons a:visited,
#divExtraSpecific .bottomButtons a:link,
#divExtraSpecific .bottomButtons a:visited {
    color: #333333;
}

/* Brown */
.acWebFooter,
.adventureInfo {
    color: #C5BA75;
}

/* Dark Rusty Red */
.acWebDescriptionTitle,
.acWebDescriptionTitle a:link {
	color: #A05024;
}

/* White */
h2.adventureFinder,
h3.adventureFinder {
    color: #FFFFFF;
}

/** Link Colors **/
/* Dark Rusty Red */
a:link,
#divExtraSpecific .topButtons a:link,
#divExtraSpecific .topButtons a:visited,
#divExtraSpecific .bottomButtons a:link,
#divExtraSpecific .bottomButtons a:visited {
	color: #A05024;
}

/* Red Orange */
a:visited {
	color: #C44A06;
}

/* Light Red Orange */
a:hover {
	color: #D85E1A;
}

/* Dark Rusty Red */
a:active {
	color:  #A05024;
}

/* Validation Code Color */
#divExtraSpecific .acValidation,
#divExtraSpecific .acError {
	color:  #FF0000 !important;
	background-color: #FFFFFF;
	border: solid 1px #FF0000;
	font-weight: bold;
	text-transform: capitalize;
	padding: 2px;
	line-height: 18px;
}


/********* END DEFAULT Font Colors *********/


/********** START Book Now Button Styles ********/
/* The background image can be changed per client */
.bookTrip {
    background-image: url("../images/uiAccents/bookNow.gif");
}

/* The Link color can be changed per client */
.bookTrip a:link,
.bookTrip a:visited,
.bookTrip a:hover,
.bookTrip a:active {
    color: #FFFFFF !important;
}

/********** Adventure Finder background ********/


/* The background image can be changed per client */
#divAdventureFinder {
    background-image: url("../images/uiAccents/finderBg.gif");
}





/*************         End       *******************/
/***************************************************/
/*************  Styles to Overwrite  ***************/
/***************************************************/

/* Spaces table rows - do not overwrite */
/* Does not integrate well with semi-custom wrappers */

td {
	padding: 2px 0px;
}

/* do not overwrite - adjusts top buttons for the default wrappers only */
.topButtons {
	top: -21px;
}

