﻿/* MonogramsBooking.css */


/* COLORS
A32204	dark red
F6382C	light red
EFEFE3	very light gray
CFCFC3	light gray
9F9F93	gray
484848	dark gray
*/


body
{ 
  	background-repeat:repeat;
  	background-position: top center;
	background-image: url(/siteimages/bg_siteheader.jpg);
	background-color: #ffffff;
	background-repeat:repeat-x;  
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #484848;
    font-weight: normal;  
	margin:0 auto;
}

/* TAP skin header background (TAP_Site header) */
.tap_header_bg 
{
    background-repeat: repeat-x;
    background-position: top;
    background-image: url("https://secure.globusandcosmos.com/Portals/5/Skins/skin-agents/images/bg_header.gif");
    height:138px;
    width:100%;
    text-align:center;
    position:relative;
}

/* 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;
}

.divPrimaryHeaderContainer
{
    width: 825px;
    margin: 0px auto;
}

.divPrimaryContentContainer
{
    width: 825px;
    margin: 0px auto;
    margin-top: 15px;  
}

/***********************************************************************************/
/* User style classes - SiteRefresh only, not used in code - ALSO IN Monograms.css */
/***********************************************************************************/ 
#divSiteHeaderBanner
{
      margin:0 auto;
      width:760px; 
      text-align:center;
      height:0 auto;
}
#divSiteHeaderTopLinks
{
    width: 760px;
    margin: 0px auto;
    height: 34px;
}

#divSiteHeaderHomeHelp
{
    float: right; 
    margin: 5px 0px 10px 50px; 
    line-height: 20px;
    text-align: center;
    font-family:"Trebuchet MS";
    color:#f6382c;
    font-size:10px;
}
#divSiteHeaderHomeHelp a
{
      color:#f6382c;
      text-decoration:none;
}
#divSiteHeaderHomeHelp a:hover 
{
      text-decoration:underline;
}
#divSiteHeaderRegion
{
    float: right; 
    margin: 5px 0px 10px 50px; 
    line-height: 20px;
    text-align: center;
    font-family:"Trebuchet MS";
    color:#f6382c;
    font-size:10px;
}
#divSiteHeaderRegion a
{
      color:#f6382c;
      text-decoration:none;
}
#divSiteHeaderRegion a:hover 
{
      text-decoration:underline;
}
#divSiteHeaderLogoContainer
{
    margin: 0px auto;
    width: 760px;
    text-align: left;
    margin-bottom:23px;
}
#divSiteHeaderLogo
{
    background-image: url(/siteimages/logo.jpg); 
    width: 236px; 
    height: 49px; 
    cursor:pointer;
}
#divSiteFooter
{     
      margin: 0 auto; 
      text-align: center; 
      width: 760px;
}
#divSiteFooter ul, #divSiteFooter div 
{
      margin: 0px 46px 0px 0px;
      line-height: 14px;      
}
#divSiteFooter li, #divSiteFooter a
{
      display:inline;
      list-style:none;
}    
#divSiteFooterPhoneNumber 
{
    text-align: left; 
    padding-bottom: 5px;
}
#divSiteFooterBar
{
    background-color: #be2603; 
    height: 6px; 
    width: 100%;
}
#divSiteFooterCopyright 
{
      float: right; 
      font-family:"Trebuchet MS";
      font-size:10px;
      color:#7a7972;
      text-decoration:none;
      padding-top: 10px;
}
#ulSiteFooterNav01 
{     
      padding-top: 10px;
      padding-bottom: 2px;
      clear: both; 
      width: 600px; 
      float: left; 
      text-align: left;
      color:#7a7972;
}
#ulSiteFooterNav01 a
{
      font-family:"Trebuchet MS";
      font-size:10px;
      color:#7a7972;
      
      text-decoration:none;
}
#ulSiteFooterNav01 a:hover
{
      text-decoration:underline;
}
#ulSiteFooterNav02 
{     
      padding-top: 2px;
      clear: both; 
      width: 600px; 
      text-align: left;
      color:#f6382c;
      float: left; 
}
#ulSiteFooterNav02 a
{
      font-family:"Trebuchet MS";
      font-size:10px;
      color:#f6382c;
      text-decoration:none;
}
#ulSiteFooterNav02 a:hover
{
      text-decoration:underline;
} 

/* This should be removed from the SiteRefresh asset */
#imgPageHeaderAssetImage
{
    display:none;
    visibility:hidden;
}


/* Navigation styles - used in NavigationControl **************************************/
.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;
}

/* Black Button Styles *********************************************************************************/
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;	
}

/* Bullets **********************************************************************************************/
ul.redArrowBullet
{
	list-style-image: url(/user/images/booking/arrow_red.bmp);
}

ul.grayArrowBullet
{
	list-style-image: url(/user/images/booking/arrow_gray.bmp);
}

/* LOGIN *************************************************************************************************/
.login_header
{
	font-size: 14pt;
	font-weight: bold;	
}

/* Departures *************************************************************************************************/
.divDepartureMonth
{
    width: 100%;
    padding: 5px 0px 8px 0px;
    text-align: center;
    background-color: #A32204;
    background-image:url(/user/images/booking/divDepartureMonthLine.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.divDepartureMonth span
{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -2px;
    left: 2px;
}

/* TOOL TIPS - ALSO IN MonogramsSearch.css  ***************************************************************/
.tool, .tool-click
{
    float: left;
    position: relative;
}
.tool-click a.stressLink
{
    font-weight: bold;
    font-size: 12px;
}
.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, .tool:hover p, .tip:hover
{
    display: block;
}

/* cbx - ALSO IN MonogramsSearch.css ***************************************************************/
.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;
} 

/* 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;
}
div.excursion_location
{
    display:none;
    visibility:hidden;
}
 
/* Styles for Monograms dynamic 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;   
}
.disclaimer{
	font-size:7pt;
}


/* On your own suggestions */
.on_your_own_location
{
    display:none;
    visibility:hidden;
}




.divPopupMainContainer
{
    display: none;
}
.divPopupOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 990;
	filter: alpha (opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	background-color: #9F9F93;
}
.divPopupContentMasterContainer {
	position: fixed;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 995;
	text-align: center;
	margin: 0px auto;
	padding-top: 5%;
	border: none;
}
.divPopupContentContainer {
	margin: 0px auto;
	height: 80%;
	width: 80%;
	border: inset 4px Black;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	top: 20%;
}
.divPopupScrollingContent {
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.divPopupFooter {
	background-color: #A32204;
	color: #ffffff;
	text-align: right;
	width: 100%;
	height: 25px;
	display: block;
	margin: 10px 0px 0px 0px;
}
.divPopupContentHeader {
	margin: 0px 0px 10px 0px;
	display: block;
	text-align: left;
}
.PopupHeaderCloseRight
{
    padding-top: 3px;
    float: right;
    padding-right: 15px;
}

.PopupHeaderSpacer
{
    height: 5px;
    background-image: url(/user/images/booking/graywhite.bmp);
    background-repeat: repeat-x;
    width: 100%;
    margin: 0px auto;
}
.PopupHeaderBanner
{
    width: 100%;
    height: 30px;
}
.PopupHeaderTitle
{
    height: 30px;
    width: 50%;
    text-align: left;
    padding-left: 15px;
    font-size: 18px;
    float: left;
}
.PopupTourDescription
{
    width: 80%;
    float: left;
}
.PopupTourPrice
{
    width: 280px;
    text-align: left;
    float: right;
}
