*
{
	margin: 0;
	padding: 0;
	
	font-family: Arial;
	
	color: #063A06;
	background-repeat: no-repeat;
}
	
body
{
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
}

h1
{
	float: left;
	height: 100%
}

ul
{
	list-style: none none outside;
}    

a
{
	color: #063A06;
}

th a, ul.menu a
{
	text-decoration: none;
}

label
{
	float: left;
	padding: 3px;
}

input, select, textarea, .textInput
{
	float: left;
	line-height: 15px;
	width: 164px;
	margin-bottom: 9px;
	padding: 2px 3px;	
	border: solid 1px #638D57;
	background: #DDEAD5 url(Images/InputBackground.png) repeat-x;
	color: #063A06;
}
.checkbox input
{
	width: auto;
}
select
{
	width: 172px;
}
input.date
{
	width: 141px;
}
input.time
{
	width: 70px;
	margin-left: 8px;
}
input.calendarButton
{
	width: 23px;
	padding: 0;
	border: 0;
	margin-left: -1px;
	cursor: pointer;
}

hr
{
	height: 1px;
	color: #BAD4A4;
	background-color: #BAD4A4;
	border: none;
	clear: both;	
}

/* Buttons */
button, .hyperlink, .attachButton
{
	float: left;
	padding: 3px;
	border: solid 1px #ECF1E5;
	border-right: solid 1px #096109;
	border-bottom: solid 1px #096109;
	background: #ABC287 url(Images/ButtonBackground.png) repeat-x 1px 0px;
	color: inherit;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	text-decoration: none;
}
button
{
	height: 23px;
}
.attachButton
{
	padding-top: 0px;
	height: 13px;
}
.attachButton.disabled
{
	color: Gray;
}
.hyperlink
{
	height: 15px;	
}
.hyperlink span
{
	margin-top: 1px;
	margin-left: 2px;	
	margin-right: 2px;	
	float: left;
	display: block;
}

a.orderNow img, a.download img
{
	border: none;
	margin: 0;
	float: left;
}
a.orderNow, a.readMoreSpade
{
	width: 88px;
	text-decoration: none;
}
a.readMoreSpade
{
	padding-left: 2px;
}
a.readMoreSpade span
{
	margin: 1px 0px;	
	padding-left: 15px;
}
a.orderNow img
{
	margin-left: 1px;	
}

/* Buttons end*/

fieldset
{
	margin: auto;
	padding: 16px 10px;
	background-color: #B2CD9A;
	border: solid 8px #C9E1BE;
}

.hiddenText
{
	display: none;
	font: 1px;
}
br
{
	clear: both;
	height: 0;
	font-size: 0;
}
br.nonClear
{
	clear: none;	
}

a.readMore
{
	float: right;
}

a.hearts
{
	padding-left: 19px;
	text-decoration: none;
}
a.spades, a.clubs
{
	padding-left: 16px;
	text-decoration: none;
}

.spades
{
	background-image: url(Images/CardSuits/Spades.png);
}
.hearts
{
	background-image: url(Images/CardSuits/Hearts.png);
}
.diamonds
{
	background-image: url(Images/CardSuits/Diamonds.png);
}
.clubs
{
	background-image: url(Images/CardSuits/Clubs.png);
}

/* Cruise Promo Panel */
.promoAlert
{
	color: #FF0000;
}

/* Validators */
span.validator
{
	float: left;
	margin-left: 6px;
}
span.validator span
{
	display: block;
	width: 20px;
	height: 20px;
}
span.required
{
	background-image: url(Images/MissingValueError.gif);
}
span.invalid
{
	background-image: url(Images/InvalidValueError.gif);
}

.underline
{
	text-decoration: underline;
}
.italic
{
	font-style: italic;
}
.strikeOut
{
	text-decoration: line-through;
}

blockquote
{
	font-style: italic;
}