/*
 * Adventure Office Style 
 *      Author   : $Author: $
 *      Date     : $Date: $
 *      Revision : $Revision: $
 *      File     : $Workfile: $

*/

body {
	background-color: #030303;
}

/********* START DEFAULT Background Colors *********/
/* Light Tan */
/* Currently not used */
.acWebButton2 {
    background-color: #965a1e;
}

/***** Main Color Palette *****/
/* Overwrite per Client */

    /* Dark Color */
    .acWebTableHeader,
    .acWebGridViewHeaderStyle,
    .acWebDataListHeaderStyle,
    h3.adventureDetail,
    #divExtraSpecific h3.adventureDetail,
    h3.availableDates,
    #divExtraSpecific h3.availableDates,
    h2.adventureResults,
    #divExtraSpecific h2.adventureResults,
    .detailsComponent h2,
    .detailsComponent h3,
    .bgDarkColor,
    .verificationEditMenu {
	    background-color: #cea220;
    }

    /* Medium Color */
    .acWebGridViewRowStyle, 
    .acWebDataListItemStyle,
    h2.acWebFormSectionTitle,
    .acWebFormSectionTitle,
    h2.adventureDetail,
    #divExtraSpecific h2.adventureDetail,
    .bgMediumColor,
    .detailsComponent h4  {
        background-color: #ffc62d;
    }
    
    /* Light Color */
    .acWebGridViewAlternatingRowStyle,
    .acWebDataListAlternatingItemStyle,
    .bgLightColor {
        background-color: #faa652;
    }
    
    /* The Following Colors Sets the Context Right Strip */
    /* Should be the same as the Light color */
    #rightColumn,
    .topButtons,
    .bottomButtons {
        background-color: #faa652;
    }
    
    /* The Following Colors are to be used for financial items only */

    /* Dark Color */
    .bgDarkMoney { 
        background-color: #DFA623;
    }
    
    /* Medium Color */
    .bgMediumMoney { 
        background-color: #E6AF32;
    }
    
    /* Color */
    .bgMoney,
    .importantSection { 
        background-color: #EBB73F;
    }
    
    /* 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: #F8CB63;
    }

    
/***** End Main Color Palette *****/

/********* END DEFAULT Background Colors *********/

/********* START DEFAULT Font Colors *********/

/* Main Text Colors */
body, 
td, 
th,
.acWebGridViewHeaderStyle,
.acWebDataListHeaderStyle,
#divExtraSpecific .topButtons a:link,
#divExtraSpecific .topButtons a:visited,
#divExtraSpecific .bottomButtons a:link,
#divExtraSpecific .bottomButtons a:visited {
    color: #030303;
}

/* Brown */
.acWebFooter,
.adventureInfo {
    color: #030303;
}

/* Dark Rusty Red */
.acWebDescriptionTitle,
.acWebDescriptionTitle a:link {
	color: #030303;
}

/* White */
h2.adventureFinder,
h3.adventureFinder {
    color: #FFFFFF;
}

/** Link Colors **/
/* Normal */
a:link {
	color: #030303;
	text-decoration: underline;
}

/* Visited */
a:visited {
	color: #030303;
	text-decoration: underline;
}

/* Hover */
a:hover {
	color: #030303;
	text-decoration: underline;
}

/* Active */
a:active {
	color:  #030303;
	text-decoration: underline;
}



/********* END DEFAULT Font Colors *********/

/******* Adventure Trip Finder Styles *********/

h2.adventureFinder {
    padding: 0px 0px 2px 0px;
    margin: 0px 0px 0px 0px;
}

h3.adventureFinder {
    padding: 4px 0px 1px 0px;
    margin: 0px 0px 0px 0px;
}
/* The background image can be changed per client */
#divAdventureFinder {
    background-image: url("../images/uiAccents/finderBg.gif");
    background-repeat: no-repeat;
    width: 272px;
    height: 126px;
    padding: 4px 8px 6px 8px;
}

.btnAdventureFinder {
    height: 18px;
    padding: 0px 0px 2px 0px;
    float: right;
    margin: 4px 16px 0px 0px;
}

.ddlAdventureFinder {
    width: 256px;
}



/********** END Adventure Finder Styles *********/

/********** 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;
}

/********** END Book Now Button Styles ********/

/************ Confirmation H3 **********************/
/* Overwrites the buggy style on this client only */

h3.confirmation {
	border-bottom: solid 1px #000000;
}

/*************** Verification Edit Styles *******************/

#EditMenu {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 10px;
	color: #FFFFFF;
}

#divVerificationEdit #ulEditMenu a:link,
#divVerificationEdit #ulEditMenu a:hover,
#divVerificationEdit #ulEditMenu a:visited,
#divVerificationEdit #ulEditMenu a:active {
	color: #FFFFFF !important;
}

#divVerificationEdit {
    padding: 2px 6px 4px 2px;
    text-align: right;
    width: auto;
}

#editLabel {
    text-transform: uppercase;
    color: #FFFFFF;
	font-weight: bold;
    margin: 0px 6px 0px 0px;
}


/**********************************************************/ 





/*************         End       *******************/
/***************************************************/
/*************  Styles to Overwrite  ***************/
/***************************************************/


/* Sets the h1 to default */
h1 {
	font-weight: 600 !Important; 
	font-size: 18px !Important; 
	color: #030303;
}

