html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
form, fieldset, label, legend, caption,
strong, em {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
}

body {
	line-height: 1.1em;
	font-family: Arial,Helvetica,sans-serif;
}

#contentContainer {
	font-size: 12px;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}

b, strong, h1, h2, h3, h4, h5, h6, label {
	font-weight: bold;
}

em {
	font-style: italic;
}

img {
	vertical-align: bottom;
}

.center {
	text-align: center;
}
/*
tbody, tfoot, thead, tr, th, td {
	vertical-align: middle;
}*/

#contentContainer td {
	font-size: 12px;
}
#contentContainer td.columnTitle {
	font-size: 13px;
}

input, textarea, select {
	font: 11px arial, sans-sarif;
	margin-top: 4px;
	/*padding: 1px;*/
	/*
	border: 1px solid #999;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	*/
}

input.borderless {
	border: 0;
}

.textsuper {
	font-size: 8px;
	vertical-align: super;
}

.textSmall {
	font-size: 11px;
}
.textLarge {
	font-size: 13px;
}
.textXLarge {
	font-size: 14px;
}
.textXXLarge {
	font-size: 16px;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}

.textLight {
	color: #777;
}
.textRed {
	color: #DF0000;
}
.textAlert,
td.hilightValue,
th.hilightValue {
	color: #FF0000;
}

.bordered { 
	border: 1px solid #ccc;
}

.clear {
	clear: both;
}

.contentBlock p {
	padding-top: 15px;
}

.rightwise {
	float: right;
}

.leftwise {
	float: left;
}

/* template defaults */

h2 {
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

#termsContainer {
	margin-top: 15px;
	padding-top: 15px;
	padding-left: 100px;
	border-top: 1px solid #ccc;
}

#bookingSummary {
	margin-bottom: 5px;
}

#bookingSummary p {
	margin-bottom: 10px;
}

.bookingSummaryInfoItem,
#bookingSummaryItems {
	padding: 10px;
}

#priceSummaryTotalTable td,
#priceSummaryTable td {
	padding: 0 10px;
}
#priceSummaryTable td.textRight {
	padding-left: 0px;
}

#priceSummaryTotalTableContainer,
#priceSummaryTableContainer {
	padding: 0 10px;
}
  
#contentContainer,
.rowDefault td {
	background-color: #fff;
	vertical-align: middle;
}
#bookingSummary,
.rowAlt td {
	background-color: #efefef;
	vertical-align: middle;
}

#topCallInfoContainer,
#callInfoImage {
	width: 200px;
	height: 164px;
}

.columnBannerDark,
.columnBannerLight {
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #e8e8e8;
}

.bookingSummaryInfoItem,
.columnBannerDark {
	background-color: #cccccc;
}

.bookingSummaryInfoItem {
	text-align: center;
}

.columnBannerDark .subHeading,
.columnBannerLight .subHeading {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 7px;
}

.tableRowAsCellDefault {
	background-color: #efefef;
}
.tableRowAsCellAlt {
	background-color: #fff;
}

.tableFooter,
.tableRowSeperator {
	border-top: 1px solid #ccc;
}

.columnTitle {
	border-bottom: 1px solid #cccccc;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
}

table.inputForm {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 15px;
}

table.inputForm td {
	padding-bottom: 3px;
}

table.grid {
	border-bottom: 1px solid #ccc;
}

.grid th {
	font-weight: bold;
	padding: 3px;
	text-align: center;
}
.grid td {
	padding: 3px;
	text-align: center;
}
.gridList td.textRight,
.grid td.textRight {
	text-align: right;
}

table.gridList td,
table.inputForm td {
	vertical-align: top;
	/*padding-top: 3px;*/
}

table.gridList td {
	vertical-align: bottom;
}

table.inputForm td b {
	font-weight: normal;
}

fieldset.seperator {
	padding-bottom: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
fieldset.buttons p {
	text-align: center;
}
#cruisesummary fieldset.buttons p {
	text-align: left;
	padding-left: 95px;
	padding-top: 5px;
}

.formContainer {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.formContainer p {
	padding-bottom: 15px;
}

/*
 * Disclaimer Styles
 */

.disclaimerContainer p {
	margin-top: 15px;
	font-size: .85em;
	color: #777;
}
#insuranceText p {
	padding-top: 0;
}
#additionalCabinText {
	float: left;
	width: 250px;
	padding-top: 5px;
	padding-bottom: 15px;
}
#fareTotalTableContainer {
	float: left;
	width: 275px;
	padding-top: 5px;
	padding-bottom: 15px;
}

#fareTotalTableContainer2 {
	float: right;
	width: 250px;
	padding: 5px 2px 15px 0;
}

.searchPagingLeft {
	float: left;
	width: 380px;
	text-align: left;
}
.searchPagingRight {
	float: right;
	width: 350px;
}

#WaitPage {
	text-align: center;
	height: 100%;
	vertical-align: center;
}

#itineraryMapContainer,
#mapImageContainer,
#shipImageContainer {
	padding-bottom: 15px;
}

#itineraryTableContainer,
#itineraryDetailsContainer {
	font-size: .9em;
	padding-right: 15px;
	padding-bottom: 15px;
}

#itineraryDetailsContainer img {
	border: none;
}

#itineraryTableContainer td {
	text-align: center;
	font-weight: bold;
	padding: 2px;
	vertical-align: top;
}
#itineraryTableContainer td {
	padding: 4px;
}
#itineraryTableContainer td.textRight {
	text-align: right;
}
#itineraryTableContainer td.columnTitle {
	font-weight: normal;
}

#itineraryDetailsContainer {
	padding-top: 15px;
	line-height: 1.75em;
}

#itineraryDetailsContainer ul li {
  	list-style: none;
}

#termsPopupContainer {
	padding: 10px;
}

#cruiseconfirm #itineraryMapContainer {
	padding-bottom: 0px;
}

#cruiseconfirm #securityBadge {
	display: none;
}