﻿/* Main.css */


/* COLORS
A32204	dark red
F6382C	light red
EFEFE3	very light gray
CFCFC3	light gray
9F9F93	gray
484848	dark gray
*/


body
{
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #484848;
    font-weight: normal;  
}

/* SiteRefresh content */
#divPageHeaderOver, #divPageHeaderUnder
{
    display:none;
    visibility:hidden;
}

/* heading tags */
h1
{
    margin: 0px;
    font-size: 18px;
}

h2, h3
{
    margin: 0px;
    font-size: 13px;
    font-weight: bold;
}

/* hyperlink */
a
{
    color: #A32204;
    text-decoration: underline;
}
a:hover
{
    color: #F6382C; 
}
.fake_link
{
    color: #A32204;
}
.no_underline
{
    color: #484848;
    text-decoration: none;
}

#divPageContent
{
    width: 825px;
    margin: 0px auto;
    margin-top: 15px;
}


/* HOME PAGE ******************************************************/
.region_item
{
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight:normal;
    background-color:White;
    cursor:default;
}
.region_item:hover
{
    background-color:#CFCFC3;
    cursor:pointer;
} 
.region_item_disabled
{
    font-family: Trebuchet MS;
    font-size: 11px;
    font-weight:normal; 
    color:#9F9F93;
    background-color:White;
    cursor:default;
}

/* NAVIGATION */
.nav_heading
{
    height: 30px;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
    width: 20%; 
}
.nav_heading_end
{
    height: 30px;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: right;
    width: 120px;
}
.nav_header_red
{
    color: #A32204;
    font-weight: bold;
    font-size:14px; 
} 
.tr_nav_details
{
}
.td_nav_detail
{
    vertical-align: top; 
    /*white-space: nowrap; */
}
.div_nav_detail 
{ 
    padding: 0px 2px 1px 5px;
    text-align: left;
    vertical-align: top;
}  
.div_nav_detail_price
{  
    text-align: right; 
    font-weight:bold;
}  
.td_nav_detail_end
{
    width: 120px;
    text-align: right;
    vertical-align:top; 
    padding-top: 3px; 
    padding-right:0px;
}


/* COMMON STYLES */
.bold_style
{
    font-weight: bold;
}
.big_bold_style
{
    font-size: 13px;
    font-weight: bold;
}


button.blackButton { 
	position: relative;
	border: 0; 
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
	padding: 0 10px 0 0; 
	margin: 0 0px 0 0;
	font-size:10px;
	text-align: center; 
	background: transparent url(/user/images/booking/buttons/buttonBkgdRight.jpg) no-repeat right top; 
}

button.blackButton::-moz-focus-inner 
{
	border: none;  /* overrides extra padding in Firefox */
}
	
button.blackButton span 
{
	position: relative;
	display: block; 
	white-space: nowrap;	
	padding: 0 0 0 10px; 
	margin: 0px -2px 0px 0;
	height: 19px;
	background: transparent url(/user/images/booking/buttons/buttonBkgdLeft.jpg) no-repeat left top; 
	color:#fff;	
}

ul.redArrowBullet
{
	list-style-image: url(/user/images/booking/arrow_red.bmp);
}

ul.grayArrowBullet
{
	list-style-image: url(/user/images/booking/arrow_gray.bmp);
}

.header
{
	font-size: 14pt;
	font-weight: bold;	
}

/* TOOL TIPS ***************************************************************/
div.tool, span.tool, span.tool-click
{
    float: left;
    position: relative;
}
p.tip
{
    position: absolute;
    display: none;
    width: 200px;
    left: 30px;
    top: 1px;
    border: 3px solid #666;
    padding: 10px;
    background: #f9f9f9;
    color: #A32204;
    margin-bottom: 0;
}
div.tool:hover p, span.tool:hover p, p.tip:hover
{
    display: block;
}

/* cbx */
.cbx-input
{
    background: white url(/user/images/booking/checkbox-unchecked.gif) 2px 1px no-repeat;
    margin: 1px;
    padding: 2px 0 3px 21px;
    width: 100px;
    cursor: pointer;
    text-align: left;
}
.clicked
{
    background: white url(/user/images/booking/checkbox-checked.gif) 2px 1px no-repeat;
    font-weight: bold;
}
.disabled
{
    background: #CFCFC3 url(/user/images/booking/checkbox-unchecked.gif) 2px 1px no-repeat;
    cursor: default;
}

/* hotel tab popup */
.selected_heading
{
    font-weight: bold;
}

/* Terms And Conditions And Advisements */
.terms_conditions_advisements
{
    font-family: Trebuchet MS;
    font-size: 12px; 
    color: #484848;
}

/* Detail for the Excursion Summary */
.tdExcursionDetailSummary
{
   	background-image:url(/user/images/booking/summary_background.gif);
	background-position: top right;
	background-repeat: repeat-y; 
}
#divExcursionDetailSummary
{
	width: 100%;
	text-align: left;
}
.dvExcSmTitle
{
	width: 290px;
	color: #484848;
}
.dvExcSmLine
{
	width: 100%;
	height: 20px;
	margin: 0px auto;
}
.dvExcSmPax
{
	margin: 0px 0px 0px 10px auto;
	padding-left: 10px;
	width: 260px;
	float: left;
	color: #484848;
}
.dvExcSmCost
{
	margin: 0px auto;
	width: 75px;
	float: right;
	color: #484848;
	text-align: right;
	padding-right: 10px;
}


/**************************************************************/
/* ProductEmail.aspx --- STOLEN FROM BRANDSITES COMMON.CSS    */
/**************************************************************/
#formProductEmail {
	width: 610px;
	text-align: left;
}
/* Page Title - Product Name */
#formProductEmail h1 {
	margin: 6px 0px 0px 0px;
	font-size:16px;
}

/* Content Title */
#formProductEmail h2 {
	font-size:14px;
	margin: 8px 0px 2px 0px;
}

/* Product Subtitle */
#formProductEmail h3 {
	margin: 0px 0px 0px 0px;
	font-size:12px;
}

/* Content Subtitle */
#formProductEmail h4 {
	margin: 12px 0px 0px 0px;
	font-size:12px;
	padding-bottom: 4px;
}

#formProductEmail p {
	margin:0px;
}

#formProductEmail .footnote {
	font-size:9px;
	font-weight: normal;
}

#formProductEmail td {
	font-size: 11px;
	font-weight: bold;
}

#divProductEmailFooter {
	margin-top: 12px;
}

#divProductEmailLogo {
	float:right;
}

#divEmailThisPageIntro {
	font-weight: bold;
	margin-bottom: 8px;
	
}
#divEmailThisPageSubmit {
	margin: 8px 200px; 
}

#tblEmailThisPageRequest { 
	text-align:left; /* gak - different from BrandSites */
	vertical-align:top; /* gak - different from BrandSites */
}

#tblEmailThisPageRequest td {
	width: 200px; 
}

#divEmailThisPageComment {
	margin: 8px 0px; 
	font-weight:bold;	 
	width:700px; /* gak - different from BrandSites */
}

#divEmailThisPageDeliveryParms {
	font-weight: normal;
}

#divEmailThisPageDeliveryParms p {
	margin: 4px 0px;
}

#divEmailThisPageDeliveryParms span {
	font-weight: bold;
	width: 184px;
}

#divEmailThisPageDeliveryParms input {
	border:none;
	margin-left: 16px;
}

#divEmailThisPageMessages {
	font-style:italic;
}

#divEmailThisPageContentIntro {
	margin: 12px 0px 0px 0px;
	font-size:12px;
}

#divEmailThisPageContent {
	width: 610px;
	font-size:13px;
	margin-top: 8px;
	border-style:double;
	padding: 4px 12px;
}
#divEmailThisPageContent img {
	margin-top: 6px;
}

#divEmailThisPageMsgIntro {
	margin: 8px;
	text-align: left;
}


/* Styles for Monograms tabs */
.tabCollection 
{    
    text-decoration:underline;
    font-size:12px;	
    list-style: none;
	line-height: normal;  
}
.tabTop
{ 
    float:left; 
    background-image: url(/user/images/booking/nav/tab_unselected_top.bmp);
    background-repeat: no-repeat;   
    width: 150px; 
    text-align: center;  
    color:#A32204;   
	height:25px; 
	padding-top: 4px;
	margin-top:-2px;
}
.tabTop:hover
{
    color:#F6382C; 
}
.tabTopSelected
{
    background-image: url(/user/images/booking/nav/tab_selected_top.bmp);
    background-repeat: no-repeat;  
    font-weight:bold;   
} 
.tabBottom
{ 
    float:left; 
    background-image: url(/user/images/booking/nav/tab_unselected_bottom.bmp);
    background-repeat: no-repeat;   
    width: 150px; 
    text-align: center;  
    color:#A32204;   
	height:25px;  
}
.tabBottom:hover
{
    color:#F6382C; 
}
.tabBottomSelected
{
    background-image: url(/user/images/booking/nav/tab_selected_bottom.bmp);
    background-repeat: no-repeat;  
    font-weight:bold;   
}

 

/* exists in Monograms.css
*/