/* GlobusPrint.css */


/* Hide non-printable elements */
#tdLeftCol, #tdRightCol, #divHeaderPicture, #divSiteFooter, #divPageBanner,
#ProductContent_divRelatedTours, #ProductContent_divShips, #ucShipDisplay_divShipNavHeader, 
#divProductListLinks 
{
	display:none
}
 
body {
	color:#666666;
  	margin: 0px 0px 0px 0px;
    font-family:Arial;
	font-size:8pt; 
	text-align:center; /* IE6 hack to center contained divs */
}

a {
	color:#FF0000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* default text style */
#tblPageContent 
{
	font-size: 8pt;
	text-align: left;
}

/* General.aspx */ 
#formGeneralPage {
	width:600px;
	clear:both;
}

#formGeneralPage h1
{
	font-size:12pt;
	margin: 12px 0px;
	text-align: center;
}

#formGeneralPage h2
{
	font-size:10pt;
	margin: 8px 0px 3px 0px;
	text-align: left;
}

#formGeneralPage P
{
	font-size:8pt;
	margin: 0px 0px 8px 0px;
	text-align: left;
}
#formGeneralPage li, a
{
	font-size:8pt;
	text-align: left;
}

/*  ProductGroup.aspx */
/* currently only ship pages on avalon */
#formProductGroupPage {
	width:600px;
	clear:both;
}

#formProductGroupPage h1
{
	margin: 6px 0px 2px 0px;
	font-size:11pt;
	font-weight:bold;
    color: #333333;
}

/* PRODUCT PAGE */

/* ProductPrint.aspx */
#formProductPrint {
    font-family:Arial;
    font-size:12px;
	margin-left: 0px;
	text-align:left;
	width:600px;
	clear:both;
}
#formProductPrint p {
    font-size: 12px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
}

/* Product Title */
#formProductPrint h1 {
	margin: 6px 0px 2px 0px;
	font-size:11pt;
    font-family: Georgia; 
    color: #333333;
    font-weight:normal;
}

/* Content Titles */
#formProductPrint h2 {
	margin: 6px 0px 4px 0px;
	font-size:11pt;
    font-family: Georgia; 
    color: #672210;
    font-weight:normal;
}

/* Product Subtitle */
#formProductPrint h3 {
	margin: 4px 0px 12px 0px;
    font-family: Georgia; 
    color: #672210;
    font-weight:normal;
	font-size:8pt;
}  

#divProductTitleDetail .ProductTitleDetail {
    font-family:Arial;
    font-size:12px;
}

/* Itinerary - 'City' */
#ProductContent_divProductContentTitleItinerary {
    padding-bottom:5px;
}
.ProductDayTitle {
    font-family:Arial;
    font-size:13px;
    color:#8e2615;
    margin-bottom:5px;
    font-weight:bold;
}
.ProductDayTitle #spanProductDay {
    font-family:Georgia;
    margin-right:10px;
    color:#666666; 
}


/* Product highlights & accommodations */ 
#ProductContent_divHighlights h4,
#ProductContent_divAccommodations h4
{
    font-size: 12px;
    font-family: Arial; 
    color: #666666;
    font-weight:bold;
}

#ProductContent_divOptionals h3 {
    display:inline;
}

#ProductContent_divDatesPrices #divPriceIntro {
    display:none;
}

/**************************/
/* ProductEmail.aspx      */
/* (also ref common.css)  */
/**************************/
/* Page Title - Product Name */
#formProductEmail h1 {
    color: #333333;
}

/* Content Title */
#formProductEmail h2 {
    color: #672210;
}

/* Product Subtitle */
#formProductEmail h3 {
    color: #672210;
} 

/**************************************/
/* Specific Control Print formatting  */
/**************************************/

/* TravelAgentLocator.ascx */
#tblAgencyLocRequest, #divAgencyLocSubmit
{
	display:none;
}

#divAgencyLocResults 
{
	font-size: 10pt;
	text-align:left;
	margin:12px 0px 0px 0px;
}

#divAgencyLocResultsAgency {
	background-image: url("../siteimages/dotted_line_horizontal.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
}



/* TMR Class */
.location 
{
	font-size:9pt;
	font-weight:bold;
    color:#8e2615;
}


/*****************/
/* NEW PRICE BOX */
/*****************/
.PriceBox_Main
{
	border: solid 1px #666666;
	font-size:8pt;
	width:100%;
}
.PriceBox_Main td
{
	font-size:12px;
}
.PriceBox_Header
{
	font-size:12px;
	color:White;
	background-color:#666666;
	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:#666666;
	background-color:#e2eff1;
	height:17px;
}
#divPriceBoxFootnote
{
	font-size: smaller;
	text-align:left;
	margin: 4px 0px 6px 0px;
}
.sub_content_terms_heading
{
	margin: 8px 0px 4px 0px;
	font-size:11px;
	font-weight:bold;
	color:#737060;
}

.sub_content_terms
{
    font-size: 8pt;
	color: #666666;
}

.disclaimer
{
    margin-bottom: 20px;
}

#pnlProductPrintNoContent
{
    margin: 20px 10px 0px 10px;
}
