/* Modified: 11/17/2002, phaedrus									*/

/* STANDARD FONTS */

BODY {
	background : #ffffff;
}

P {
	font-family : Times New Roman, Times, serif;
	font-size : 12px;
	line-height : 14px;
	margin-top : 0px;
	margin-bottom : 0px;
	color : #000000;
}

DIV {
	font-family : Times New Roman, Times, serif;
	color : #000000;
}

.sml {
	font-size : 8px;
	line-height : 8px;
}

.reg {
	font-family : Times New Roman, Times, serif;
	font-size : 12px;
	line-height : 14px;
}

.med {
	font-size : 14px;
	line-height : 16px;
}

.large {
	font-size :  16px;
	line-height : 18px;
}

/* SPECIFIC FONTS */

/* customer name */
P.cust {
	font-size :  18px;
	line-height : 22px ;
}

/* cruise title */
P.title {
	font-size :  24px;
	line-height : 26px ;
	font-weight : bold;
}

/* departure date and location */
P.depart {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	text-transform : uppercase;
	margin-top : 3px;
	margin-bottom : 3px;	
}

/* call out ship name */
SPAN.ship-fly {
	font-style : italic;
}

SPAN.ship-broc {
	font-weight : bold;
	text-transform : uppercase;
}

/* header for itinerary days and ports */
P.ports-head {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size :  14px;
	line-height : 16px;
	padding-right : 8px;
	font-weight : bold;
}

/* header for itinerary arrival and departure times */
P.porttimes-head {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size :  14px;
	line-height : 16px;
	font-weight : bold;
	text-align : right;
}

/* itinerary day */
P.daynum {
	vertical-align : top;
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size :  11px;
	line-height : 12px;
}

/* port name */
/* NOTE: if page gets too long, decrease the padding-bottom */
P.portname-fly {
	vertical-align : top;
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size :  11px;
	line-height : 12px;
	font-weight : bold;
	margin-right : 8px;
	margin-bottom : 7px;
}

P.portname-broc {
	vertical-align : top;
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size :  11px;
	line-height : 12px;
	margin-right : 8px;
	margin-bottom : 6px;
}

/* arrival and departure times */
P.ports-time {
	vertical-align : top;
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size :  11px;
	line-height : 12px;
	text-align : right;
}

/* sets spacing for ship highlights and amenities. */
P.onboard {
	margin-top : 3px;
	margin-bottom : 3px;
}

/* disclaimer text */
P.disclaimer {
	font-size :  10px;
	line-height : 12px;
}

/* agent name and agency */
SPAN.agent {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size :  12px;
	line-height : 14px;
	font-weight : bold;
}

/* FLYER SPECIFIC */

/* BROCHURE SPECIFIC */

.cover-dest {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-weight : bold;
	font-size : 26px;
	line-height : 28px;
	text-transform : uppercase;
}

.cover-title {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	text-transform : uppercase;
	font-size : 18px;
	line-height : 20px;
}


.cover-name {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size : 14px;
	line-height : 16px;
}

.broc-title {
	font-family : Times New Roman, Times, serif;
	font-size :  24px;
	line-height : 26px ;
	font-weight : bold;
	text-transform : uppercase;
	color : #2053A3;
}

.broc-itin {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size :  11px;
	line-height : 12px ;
	text-transform : uppercase;
	color : #2053A3;
}

.headline {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size : 14px;
	line-height : 16px;
	font-weight : bold;
	text-transform : uppercase;
	color : #2053A3;
}

.broc-subhead {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size : 14px;
	line-height : 16px;
	font-weight : bold;
	text-transform : uppercase;
}

.broc-subhead-port {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size : 12px;
	line-height : 14px;
	font-weight : bold;
	text-transform : uppercase;
	color : #2053A3;
}
.broc-med {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size : 14px;
	line-height : 16px;
}

.broc-agent {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size : 12px;
	line-height : 14px;
	text-transform : uppercase;
}

.broc-price {
	font-size : 1.2em;
	font-weight : bold;
}

.decknames {
	font-family : Helvetica, Arial, Verdana, sans-serif;
}


/* STANDARD ALIGNMENT AND SPACING */
TR {
	vertical-align : top;
}

/* ALIGNMENT AND SPACING */

.rule {
	margin-top : 6px;
	margin-bottom : 6px;
	display : block;
	background : #000000;
}

TR.ports-head {
	vertical-align : bottom;
}

TD.agentinfo {
	width : 274px;
}

.biglines {
	font-family : Times New Roman, Times, serif;
	font-size : 12px;
	line-height : 18px;
}

/* INLINE BLOCK DISPLAY */

SPAN.iblock {
	display : inline-block;
}

/* BACKGROUNDS AND COLORS */

.rciblue {
	color : #2053A3;
}

TD.bkg-border {
	background : #2053A3;
}

