﻿body
{
	background-color:White;
	/*padding-left:20px;
	padding-right:20px;
	padding-top:12px;
	padding-bottom:12px;*/
	margin:0px;
}

body, div, td
{
	font-family:Arial,Helvetica,Tahoma,Verdana,sans-serif;
	font-size:12px;
}
select
{
	font-family:Arial;
	font-size:12px;
	color:black;
}
input
{
	font-family:Arial;
	font-size:12px;
	color:black;
}
a, .link, .smallLink, .boldLink
{
	color:#336699;
	text-decoration:underline;
}

.smallLink
{
	font-size:11px;
}

.boldText, .boldLink
{
	font-weight:bold;
}

.blueText, .blueBoldText, .smallBlueText
{
	color:#336699;
}

.blueBoldText
{
	font-weight:bold;
}

.darkBlueText, .darkBlueBoldText, .darkBlueSmallText, .darkBlueSmallBoldText
{
	color:#152B61;
}

.darkBlueBoldText, .darkBlueSmallBoldText
{
	font-weight:bold;
}

.darkBlueSmallText, .darkBlueSmallBoldText, .smallGreyText, .smallBlueText
{
	font-size:11px;
}

.greyText, .smallGreyText
{
	color:#9D9D9D;
}

.headline
{
	font-size:14px;
	font-weight:bold;
	color:#022A6E;
}

.headline2
{
	font-size:18px;
	font-weight:bold;
	color:#022A6E;
}

.cabinPrice
{
	color:#336699;
	font-size:18px;
}

.lightBlueHeadline
{
	font-size:14px;
	font-weight:bold;
	color:#6699CC;
}

.greyBackground
{
	background-color:#DDDDDC;
}

.whiteBackground
{
	background-color: White;
}

.greyLeftBorder
{
	border-left: solid 1px #DDDDDD;
}

.greyTopBorder
{
	border-top: solid 1px #DDDDDD;
}

.greyRightBorder
{
	border-right: solid 1px #DDDDDD;
}


.greyBottomBorder
{
	border-bottom: solid 1px #DDDDDD;
}

.darkGreyLeftBorder
{
	border-left: solid 1px #A3A3A3;
}

.darkGreyTopBorder
{
	border-top: solid 1px #A3A3A3;
}

.darkGreyRightBorder
{
	border-right: solid 1px #A3A3A3;
}


.whiteBottomBorder
{
	border-bottom: solid 1px White;
}
.darkGreyBottomBorder
{
	border-bottom: solid 1px #A3A3A3;
}

.blueLeftBorder
{
	border-left: solid 1px #BDD1E7;
}

.blueTopBorder
{
	border-top: solid 1px #BDD1E7;
}

.blueRightBorder
{
	border-right: solid 1px #BDD1E7;
}

.blueBottomBorder
{
	border-bottom: solid 1px #BDD1E7;
}
.blueBottomBorder2
{
	border-bottom: solid 1px #C7C7C7;
}

.lightBlueLeftBorder
{
	border-left: solid 1px #DEE8F3;
}

.lightBlueTopBorder
{
	border-top: solid 1px #DEE8F3;
}

.lightBlueRightBorder
{
	border-right: solid 1px #DEE8F3;
}

.lightBlueBottomBorder
{
	border-bottom: solid 1px #DEE8F3;
}

UL.details
{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
}

UL.details LI
{
	display: inline;
	padding-right: 10px;
	width: 540px;
	float: left;
	background-image: url(../i/cruisedetails/list_point2.gif);
	background-position: left middle;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-top:3px;
	width:340px;
}

/*booking form*/
.bookingTitleInputContainer
{
	height:27px;
}

.bookingTitleInput
{
	width:70px;
}

.bookingCountryInput
{
	width:154px;
}

.bookingZipInput
{
	width:46px;
}

.bookingPlaceInput
{
	width:95px;
}

.bookingTravelerTitleInput
{
	width:65px;
}

.validator
{
	color:Red;
	padding-top:2px;
}

@media print
{
	.noprint {display:none;}
	
	UL.body LI {display: block; float: inherit;}
}

@media screen
{
	.nodisplay {display:none;}
}

.textBoxHintValue
{
	color:Gray;
}
.blueText INPUT
{
    width: 15px;
    border: none;
    background: none;
    position: relative;
    top: 3px;
    margin-right: 3px;
}

/* ibe controls */
.ibeRadioButton, .ibeRadioButton INPUT
{
    width:auto;
    border:0px;
}

.ibeCheckBox, .ibeCheckBox INPUT
{
    width:auto;
    border:0px;
}
.ibeRadioButton LABEL
{
	position: relative;
	top: -6px;
	left: 3px;
}
.dn{display: none;}