body, html
{
	background-color: #fbfbf3 !important;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Helvetica";
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;	
}

a.link:link
{
	color: #cd6985;
	font-size: 12px;
	text-decoration: none;
}

a.link:visited
{
	color: #cd6985;
	font-size: 12px;
	text-decoration: none;
}

a.link:hover
{
	color: #cd6985;
	font-size: 12px;
	text-decoration: underline;;
}

a.link:active
{
	color: #cd6985;
	font-size: 12px;
	text-decoration: none;
} 

#holidayFrontView
{
	display: block;
	cursor: pointer;
	font-family: "Helvetica";
	margin-top: 24px;
	margin-left: 12px;
}

#holidayFrontView .holiday-fp-container{
	background-image:url('../images/frontpage-holiday-bg.png');
	background-repeat: no-repeat;
	height: 174px;
	width: 171px;
}

#holidayFrontView .holiday-fp-container .holiday-fp-image .holiday-fp-text{
	overflow: hidden;
	text-align: right;
	margin: 5px 5px 5px 35px;
	height: 42px;
	font-size: 10px;
	line-height: 9px;
}

#holidayFrontView .holiday-fp-container .holiday-fp-image {
	margin-left: 4px;
	overflow: hidden;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 167px;
	width: 164px;
}

#holidayFrontView .holiday-fp-container .holiday-fp-image .holiday-fp-overlay{
	position: relative; 
	margin-top: 75px;
	height: 57px;
	overflow: hidden;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

#holidayFrontView .holiday-fp-container .holiday-fp-image .holiday-fp-overlay .holiday-fp-destination{
	margin-left: 5px;
	margin-top: 2px;
	display: inline;
	font-size: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
}

#holidayFrontView .holiday-fp-container .holiday-fp-image .holiday-fp-overlay .holiday-fp-duration{
	margin-left: 5px;
	font-size: 12px;
	line-height: 12px;
	overflow: hidden;
	text-align: left;
}

#holidayFrontView .holiday-fp-container .holiday-fp-image .holiday-fp-overlay .holiday-fp-prize{
	margin-right: 10px;
	margin-top: -10px;
	font-size: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: right;
}

#holidayFrontView .loading-indicator {
	font-size:11px;
	background-image:url('../../resources/images/default/grid/loading.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	margin:10px;
}

p.footerText
{
	font-family: "Helvetica";
	color: #aeb192;
	font-size: 11px;	
}

