/* Monograms print styles */

html, body {
	height:100%;
	margin:0% 10%;
}
body {
	font-family:"Trebuchet MS"; 
	font-size:11px;
	color:#666666;
}

a {
	text-decoration:none;
	color:#a32204;
}

form
{
	width:600px; /* 760px; - optionals */
	text-align:left;
	margin:0 auto;
	clear:both;
}

h1 {
	margin: 0px;
	font-size:15px;
}

h2, h3 {
	margin: 0px;
	font-size:13px;
	font-weight:bold;
}

/* General Print This Page */
#formGeneralPage input
{
	display: none;
}


/*********************/
/* ProductPrint.aspx */
/* ProductEmail.aspx */
/*********************/
#formProductPrint, #formProductEmail {
	margin-left: 0px;
	text-align:left;
	width:600px;
	clear:both;
}
#formProductPrint input
{
	display: none;
}
#formProductPrint p , #formProductEmail  p
{
	margin-top: 0px;
}

/* Product Title */
#formProductPrint h1 , #formProductEmail  h1 
{
	margin: 6px 0px 2px 0px;
	font-size:11pt;
	font-weight:bold;
}

/* Content Titles */
#formProductPrint h2 , #formProductEmail h2
{
	margin: 12px 0px 4px 0px;
	font-size:12pt;
	font-weight:bold;
}

/* Product Subtitle */
#formProductPrint h3 , #formProductEmail h3
{
	margin: 4px 0px 12px 0px;
	font-weight:bold;
	font-size:8pt;
}
/* Content Subtitles */
#formProductPrint h4 , #formProductEmail h4
{
	font-size:9pt;
	margin-top: 6px;
	margin-bottom: 0px;
}

/***********************/
/* ProductContent.ascx */
/***********************/

/* Itinerary - 'City' */
.ProductDayTitle 
{
	font-size:9pt;
	font-weight:bold;
}

/* Itinerary - 'Day x' */
#spanProductDay
{
	font-size: 9pt;
	padding-right: 8px;
}

#ProductContent_divHighlights p
{
	margin-bottom: 16px;

}

/* TMR subtitles */
.location
{
	font-size: 9pt;
	font-weight:bold;
}

/* Optionals */
#divProductEmailPrint, #divProductNavHeader, #divProductNavFooter /*, #divSiteFooter*/
{
	display:none;
}
#divProductTitleDetail
{
	visibility:hidden;
}

/***************************/
/* TravelAgentLocator.ascx */
/* (also ref common.css)   */
/***************************/
#tblAgencyLocRequest 
{
	display:none;
}
#divAgencyLocResultsAgency {
	background-image: url(/siteimages/dots.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
}

/**************************************/
/* 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:#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;
}
#divPriceBoxFootnote
{
	font-size: smaller;
	text-align:left;
	margin: 4px 0px 6px 0px;
}

#pnlProductPrintNoContent
{
    margin: 20px 0px 0px 0px;
}