﻿/* Cobrand Print */

a
{
	color:#bc0b00;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#divSiteHeader
{
	width: 612px;
	text-align: left;
	height: 195px;
	overflow: hidden;
}
#divSiteHeader table
{
	display: block;
}

/* Hide non-printable elements */
#tdLeftCol, #tdRightCol, #divHeaderPicture, #divSiteFooter, #divPageBanner,
#ProductContent_divRelatedTours, #ProductContent_divShips, #ucShipDisplay_divShipNavHeader, 
#divProductListLinks 
{
	display:none
}

#divProductEmailHeader
{
	margin-bottom: 15px;
}

body {
	color:#333333;
  	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-align:center; /* IE6 hack to center contained divs */
}
p
{
	font-size: 12px;
}
ul
{
	font-size: 12px;
}

/* default text style */
#tblPageContent 
{
	font-size: 8pt;
	text-align: left;
}

/* General.aspx */ 
#formGeneralPage {
	width:600px;
	clear:both;
}

#formGeneralPage h1
{
	font-size:14px;
	font-weight: bold;
	margin: 12px 0px;
	text-align: left;
}
#formGeneralPage h2
{
	font-size:13px;
	font-weight: bold;
	margin: 12px 0px;
	text-align: left;
}
#formGeneralPage h3
{
	font-size:12px;
	font-weight: bold;
	margin: 12px 0px;
	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:14px;
	font-weight: bold;
	color:#333333;
}

/* ProductPrint.aspx */
#formProductPrint {
	margin-left: 0px;
	text-align:left;
	width:600px;
	clear:both;
}

/* Product Title */
#formProductPrint h1
{
	margin: 6px 0px 2px 0px;
	font-size:14px;
	font-weight: bold;
	color:#333333;
}

/* Content Titles */
#formProductPrint h2
{
	margin: 6px 0px 4px 0px;
	font-size:13px;
	font-weight: bold;
	color:#333333;
}

/* Product Subtitle */
#formProductPrint h3
{
	margin: 4px 0px 12px 0px;
	color:#333333;
	font-size:12px;
	font-weight: bold;
}

/* Content Subtitles */
#formProductPrint h4
{
	font-size:12px;
	margin-top: 0px;
	margin-bottom: 4px;
}

#formProductPrint p
{
	margin-top: 0px;
}

/* Itinerary - 'City' */
.ProductDayTitle 
{
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

/* Itinerary - 'Day x' */
#spanProductDay
{
	color:#333333;
	font-size: 12px;
	padding-right: 8px;
}


/**************************/
/* ProductEmail.aspx      */
/* (also ref common.css)  */
/**************************/
/* Page Title - Product Name */
#formProductEmail h1 {
	color:#333333;
	font-size:14px;
	font-weight: bold;
}

/* Content Title */
#formProductEmail h2 {
	color:#333333;
	font-size:13px;
	font-weight: bold;
}

/* Product Subtitle */
#formProductEmail h3 {
	color:#333333;
	font-size:12px;
	font-weight: bold;
}

/* Content Subtitle */
#formProductEmail h4 {
}

#divEmailThisPageContent 
{
	}

/**************************************/
/* Specific Control Print formatting  */
/**************************************/

/* TravelAgentLocator.ascx */
#tblAgencyLocRequest, #divAgencyLocSubmit
{
	display:none;
}

#divAgencyLocResults 
{
	font-size: 12px;
	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:12px;
	font-weight:bold;
	color:#333333;
}


/**************************************/
/* NEW PRICE BOX - Golesorkhi - 11/07 */
/**************************************/
.PriceBox_Main
{
	border: solid 1px DarkGray;
	font-size:8pt;
	width:100%;
}
.PriceBox_Main td
{
	font-size:8pt;
}
.PriceBox_Header
{
	font-size:7pt;
	color:White;
	background-color:#333333;
	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:#333333;
	background-color:#f0eded;
	height:17px;
}
.PriceBox_Pager
{
    text-align:left;
}
#divPriceBoxFootnote
{
	font-size: smaller;
	text-align:left;
	margin: 4px 0px 6px 0px;
}
#pnlProductPrintNoContent
{
    margin: 20px 0px 0px 0px;
}