
/**************************/
/* Global defaults        */
/**************************/
html, body {
	height:100%;
	margin:0 auto;
}

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:#333333;
}

form
{
	width:760px;
	text-align:left;
	margin:0 auto;
	clear:both;
}

h1 {
	margin: 0px;
	font-size:15px;
}

h2, h3 {
	margin: 0px;
	font-size:13px;
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#a32204;
}
a:hover
{
	text-decoration:underline;
}

table , div, p
{
	font-size:11px;
}

td {
	vertical-align: top;
}

input
{
	font:11px verdana ;
	border-color:#969696;
	vertical-align:middle;
	
} 

select {
	font:11px verdana ;
	border-color:#969696;
	vertical-align:middle;
} 

ul, li  {
	 list-style:none;
}

img
{
	border-style: none;
}

/**************************/
/* Default Page styles    */
/**************************/
#divHeaderPicture 
{
}
#divPageBanner
{
	background-image:url(/siteimages/title_bar.jpg);
	background-repeat:no-repeat; 
}
#divPageBannerText
{
	margin-left: 33%;
	color:#ffffff;
	font-weight:bold; 
	position:relative;
	top:-19px;
}
#divPageBannerText h1
{
	font-size:13px;
}
#divPageBannerOver
{
	display:none;
}
#divPageBannerUnder
{
	display:none;
}

/* Page Content Containers */
#tblPageContent
{
	height:400px;  /* create a minium height for pages with little content */
}
#tblPageContent li
{
	background-image:url(/siteimages/arrow_grey.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:10px;
}

#tdLeftCol
{
	width:260px; 
}
/* 
Move the right column to the left side and
Move the div in the right column to the lower left side
#tdRightCol 
{
	position:relative;
	left:-575px;
}
#divRightCol 
{
	margin-top:250px;
	width:130px;
}
*/


/**************************/
/* Page Specific styles   */
/**************************/
/***************************/
/* General.aspx			   */
/***************************/
#formGeneralPage {
}
/* Page Titles enclosed in H1 */
#formGeneralPage h1
{
	width: 660px;
	margin: 0px 0px 0px 48px;
	padding: 20px 0px 4px 0px;
	background-image: url(/siteimages/bg_subheader.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

/*******************************/
/* CurrencyConverterFrame.aspx */
/*******************************/
#formCurrencyConverter 
{
	width: 100%;
}


/***************************/
/* ProductGroup.aspx	   */
/***************************/
#formProductGroupPage {
}

#formProductGroupPage h1
{
	width: 650px;
	margin: 0px 0px 0px 58px;
	padding: 20px 0px 4px 0px;
	background-image: url(/siteimages/bg_subheader.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}


/************************/
/* Product.aspx         */
/************************/
#formProductPage
{
}
/* Page Title - Product Name */
#formProductPage h1
{
	margin-left: 25%;
	margin-top:0px;
	margin-bottom:8px;
	text-transform:uppercase;
}

/* Content Title */
#formProductPage h2
{
	font-size:13px;
	font-weight:bold;
	margin-bottom:0px;
}


/* Content Subtitle */
#formProductPage h4
{
	font-size:12px;
	margin-bottom:0px;
}

/* No title (from product page) */
#divProductTitleDetail
{
	display:none;
}

#formProductPage p
{
	margin-top:0px;
}

#formProductPage .location
{
	font-weight:bold;
}

#divProductNavHeader
{
	display:none;
}

#divProductNavFooter
{
	display:none;
}

#divProductContentUnder
{
	display:none;
}

#divProductReturnLink
{
	display:none;
}

#divProductEmailPrint 
{
	display:none;
}

#divProductReturnLink 
{
	display:none;
}

/* Special Product Context Nav */
#divProductNavHeader
{
	display:none;
}

/* Product Page Footer Nav  */
#divProductNavFooter
{
	display:none;
}


/**********************************************/
/*     Control Specific styles                */
/**********************************************/
/***************************/
/* LeftNav.ascx			   */
/***************************/
#ulLeftNav 
{
	margin-left: 0px;
	margin-right: 24px;
	width:260px; 
	list-style:none;
	background-image: url(/siteimages/bg_sidenav.gif);
	background-repeat: repeat-x;
  	background-position: left top;
}
#ulLeftNav li {	
	color:#a32204;
	height:20px;
	background-image: url(/siteimages/bg_sidenav.gif);
	background-repeat: repeat-x;
  	background-position: left bottom;
	margin-top:5px;
	padding-left: 10px;
}
#ulLeftNav a 
{
	text-decoration:none;
}
#ulLeftNav a:hover {
	color:#f05103;
	background-image: url(/siteimages/arrow_orange.gif);
	background-repeat:  no-repeat;
  	background-position: left center;
}
#liLeftNavParent a {
	padding-left: 10px;
	font-weight: bold;
	font-size:12px; 
	text-decoration:none;
}
#liLeftNav_selected {
	text-indent: 10px;
	font-weight:bold; 
}
#liLeftNav a {
	padding-top: 4px;
	padding-left: 10px;
}
/***************************/
/* ProductList2007.ascx    */
/* (also ref common.css)   */
/* NOT USED IN MONOGRAMS   */
/***************************/

/***************************/
/* ProductTripSelect.ascx  */
/***************************/

#divProductTripSelect 
{
	min-height:670px;
}
#divProductTripSelect p
{
	padding-top: 0px;
}

#spanProductDay			/* Itinerary - 'Day x' */
{
	padding-right: 8px; 
}
#ProductTripSelect_divTripSelectionStage
{
	/*position: fixed;
	min-height: 375px;*/
	width: 167px;	
	float: left;
	background-color:White;
}

#ProductTripSelect_divTripSelectionStage img
{
	padding-bottom: 4px;
}

#ProductTripSelect_divTripSelectionStage p
{
	margin: 0px;
}

.TripSelectionStageContent
{
	color: #a32204;
}

#divSelectionStageNav
{
	padding: 8px 0px;
	background-image:url(/siteimages/dots.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#divSelectionStageNav a 
{
	padding-right:6px;
}

#ProductTripSelect_divPageBanner
{
	background-image:url(/siteimages/title_bar_product.jpg);
	background-repeat:no-repeat;
	margin-bottom: 24px;
}

#ProductTripSelect_divPageBannerText
{
	margin-left: 25%;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}

#ProductTripSelect_divNextPage 
{
	position:relative;
	float:right;
	margin-right:32px;
}

#ProductTripSelect_divSelectOverview h4
{
	margin-top: 2px;
}


#ProductTripSelect_divOverview p 
{
	margin-bottom: 4px;
}

#ProductTripSelect_divItinerary
{
	margin-top: 12px;
}

#ProductTripSelect_divServices h4 
{
	margin-top: 8px;
}


#ProductTripSelect_divSelectOverviewImages
{
	position:absolute;
	top: 325px;
}

#ProductTripSelect_divMap, #ProductTripSelect_divContentImages
{
	margin-left:350px;
	width: 220px;
}

#ProductTripSelect_divMap img
{
	height: auto;	
	width: 220px;	
}

#ProductTripSelect_divContentImages
{
	height:280px;
	background-image:url(/siteimages/dots.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:20px;
	text-align:left;
}



#ProductTripSelect_divOverview, #ProductTripSelect_divItinerary, #ProductTripSelect_divMeals, #ProductTripSelect_divServices
{
	margin-left: 25%;	
	margin-right: 32%;	
}

#ProductTripSelect_divSelectHotel, #ProductTripSelect_divSelectExtension, #ProductTripSelect_divSelectDeparture
{
	margin-left: 25%;	
}

#ProductTripSelect_divSelectHotel
{
}

#ProductTripSelect_divSelectHotel div, #ProductTripSelect_divSelectExtension div
{
	width: 100%;
	background-image: url(/siteimages/dots.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	margin-bottom: 8px;
}
#ProductTripSelect_divSelectHotel ul
{
	margin-top: 6px;
	margin-left: 0px;
}

#ProductTripSelect_divSelectHotel img
{
	margin-top: 6px;
}

#ProductTripSelect_divSelectHotel a, #ProductTripSelect_divSelectExtension a
{
	text-decoration: underline;
	background-image: url(/siteimages/arrow_red.jpg);
	background-position: 100% 60%;
	background-repeat:no-repeat;
	/*color: #464645;*/
	padding-right: 12px;
}

#ProductTripSelect_divSelectHotel a:hover, #ProductTripSelect_divSelectExtension a:hover 
{
	background-color: #a32204;
	color: #ffffff;
	background-image: none;
}

#ProductTripSelect_divSelectExtension p
{
	margin: 0px;
	padding: 6px 0px;
}

#spanTripSelectExtensionLearnMore 
{
	width: 100%;
	display: inline;
}

#spanTripSelectExtensionLearnMore a
{
	text-decoration: none;
	text-transform:uppercase;
	margin-left: 4px;
	color:#333333;
	background-image: url(/siteimages/arrow_grey.gif);
	background-position: 95% 50%;
	background-repeat:no-repeat;
}

#spanTripSelectExtensionLearnMore a:hover
{
	color:#ffffff;
	background-color:#333333;
	background-image: none;
}

/************************/
/* ProductContent.ascx  */
/* NOT USED IN MONOGRAMS   */
/************************/

/**************************************/
/* NEW PRICE BOX - Golesorkhi - 11/07 */
/**************************************/
.PriceBox_Main
{
	border: solid 1px DarkGray;
	font-size:8pt;
	width:560px;
}
.PriceBox_Main td
{
	font-size:8pt;
}
.PriceBox_Header
{
	color:#f3f2e3;
	background-color:#be2603;
	height:25px;
	vertical-align:middle;
}
.PriceBox_Header a, .PriceBox_Header a:hover, .PriceBox_Header a:visited
{
	color:White;
}
.PriceBox_Row
{
    height:17px;
}
.PriceBox_AlternatingRow
{
	color:#615F51;
	background-color:#efefee;
	height:17px;
}
.PriceBox_Pager
{
    text-align:left;
    font-weight:bold;
}
#divPriceBoxFootnote
{
	font-size: smaller;
	text-align:left;
	margin: 4px 0px 6px 0px;
}

/****************************************/
/* PriceBox.ascx                        */ 
/*  + DepartureAvailabilityDisplay.ascx */ 
/* (also ref common.css)                */ 
/***************************************

#trPriceBoxHeader td {
	color:#f3f2e3;
	background-color:#be2603;
}

#trPriceBoxItem td {
	color:#615F51;
	background-color:#ffffff;
}

#trPriceBoxItemAlt td {
	color:#615F51;
	background-color:#efefee;
}

#divPriceDetails li
{
	background-image:url(/siteimages/arrow_grey.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:10px;
}
*/

/***************************/
/* TravelAgentLocator.ascx */
/* (also ref common.css)   */
/***************************/
#divAgencyLocResultsAgency {
	background-image: url(/siteimages/dots.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
}

#divAgencyLocResultsHeader {
	color:#333333;
}

#divAgencyLocResultsIntro {
	color:#333333;
}

#divAgencyLocResultsFooter {
	padding-bottom: 12px;
}


/******************************************************************************************/
/* User style classes - SiteRefresh only, not used in code - ALSO IN MonogramsBooking.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;
} 

/* Product Page User Styles */
#divPageHeaderOver 
{
	width: 100%;
	margin-top: 10px;
	background-image: url(/siteimages/dots.jpg);
	background-repeat: repeat-x;
}

#divPageHeaderUnder 
{
	width: 100%;
	margin-top: 10px;
	background-image: url(/siteimages/dots.jpg);
	background-repeat: repeat-x;

}

#divProductEmailButton,#divProductPrintButton
{
	vertical-align:top;
	float:right;
	margin-top: -58px;
}


/* Image gallery */
.rollover_images {
	cursor: default;
	list-style: none;
	width: 222px;
	margin-left:0px;
}
.rollover_images a {
	cursor: default;
}
.rollover_images a .preview {
	display: none; 
}
.rollover_images a .preview_map { 
	display: none; 
}
.rollover_images a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.rollover_images a:hover .preview_map { 
	display: block;
	position: absolute;
	left:-80px;
	bottom:0px; 
	z-index: 1;
}
.rollover_images img {
	color: inherit;
	vertical-align: top;
	width: 69px;
	height: 69px;
}
.rollover_images li {
	color: #CCCCCC;
	display: inline;
	float: left;
	margin: 0px;
	padding: 2px;
	position: relative;
}
.rollover_images .preview {
	border-color: #000;
	width: 150px;
	height: 150px;
}
.rollover_images .preview_map { 
	border-color: #000;
	position:absolute;
	left:-80px;
	bottom:0px; 
}
.rollover_images a {
	position: relative;
}
.rollover_images a:hover {
	display: block;
	font-size: 100%;
	z-index: 1;
}
.rollover_images a:hover .preview {
	top: -38px;
	left: -40px;
}
.rollover_images a:hover .preview_map { 
	position:absolute;
	bottom:0px; 
}
.rollover_images li {
	position: static;
}
/* Magnifying glass */
.rollover_images li div 
{
	position:relative;
	margin-top:-19px;
	width: 19px;
	height: 19px;
}
.rollover_images li div img {
	color: inherit;
	vertical-align: bottom;
	width: 19px;
	height: 19px;
}
.rollover_images li div img:hover {
	display:none;
	visibility:hidden;
}

/* Hotel Rollover */
.hidehotel 
{
	display:none; 
	visibility:hidden; 
} 
.showhotel 
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 5px;
	position:absolute; 
	width:200px;
	margin-left:5px;
	margin-top:5px;
	border:thin;
	border-style:solid;
	visibility:visible; 
}
#ProductTripSelect_divSelectHotel a.foundtext {
	text-decoration:none;
	color:#990000;
	text-transform:uppercase;
	background-image:none;
}
#ProductTripSelect_divSelectHotel a.foundtext:hover {
	text-decoration:none;
	color:#990000;
	background-color:#ffffff;
	text-transform:uppercase;
	background-image:none;
}

/* HOME PAGE STYLES */
#divHomeContentHeader
{
	margin: 0 auto; 
	text-align: center; 
	background-image: url(/siteimages/title_bar.jpg);
    background-repeat: no-repeat; 
    width: 100%; 
    height: 21px; 
    margin-bottom: 20px;
    margin-top: 10px;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	line-height:22px;
}
#divHomeContentHead1
{
	float: left; 
	text-align: left; 
	margin-left: 5px;
}
#divHomeContentHead2
{
	text-align: left; 
	margin-left: 300px;
}
#divHomeContentCopy,
#divHomeContentCopy div,
#divHomeContentCopy td div{
	color:#333333;
	font-size:10px;
	text-align:left;
}

/* Gift Card Request ****************************************************************/
#divGiftCardRequest td
{
   font-size: 11px;
   vertical-align: baseline;
}
#divGiftCardRequest span
{
   font-weight: bold;
}
#divGiftCardRequest input[type="checkbox"], input[type="radio"]
{
    border: none;
}
#divGiftCardRequest h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
}
#divGiftCardRequest h2
{
	font-size:15px;
	font-weight: bold;
	margin: 8px 0px 2px 0px;
	text-align: left;
}
#divGiftCardRequest h3
{
	font-size:13px;
	font-weight: bold;
	margin: 8px 0px 2px 0px;
	text-align: left;
}
#divGiftCardRequest h4
{
	font-size:13px;
	font-weight: bold;
	margin: 8px 0px 2px 0px;
	text-align: left;
}