/* CSS Document */



.searchresortsbuttonwidth{
	width: 182px;
	height:35px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:-1px;
	word-spacing:0px;
	text-align:center;
	padding-left:3px;
}

.searchresortsTDwidth{
	height:25px;
	width:188px;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:-1px;
	text-align:center;
	vertical-align:middle;		
	padding-top:10px;
}


.searchresortbutton{
	color:Black;
	background:url(../images/resortsearch_current_background.gif);
	background-repeat:repeat-x;
	border-right:1px solid #b7b7b7;
}

.searchresortbutton_new{
	color:Black;
	background:url(../images/resortsearch_current_background_new.gif);
	background-repeat:repeat-x;
	border-right:1px solid #b7b7b7;
	cursor:pointer;
}

.searchresortbutton_not_current{
	color: white;
	background:url(../images/resortsearch_not_current_background.gif);
	background-repeat:no-repeat;
	border-right:1px solid #ad2000;
}

.searchresortbutton_not_current_new{
	color: white;
	background:url(../images/resortsearch_not_current_background_new.gif);
	background-repeat:no-repeat;
	border-right:1px solid #ad2000;
	cursor:pointer;
}

.searchresortbutton:hover{
	color:#000000;
	cursor:pointer;
}

.searchresortbutton_not_current:hover{
	color: white;
	cursor:pointer;
}


a.searchresorts, a:link.searchresorts, a:active.searchresorts, a:visited.searchresorts{
	color:#666666;
}

a.searchresorts_not_current, a:link.searchresorts_not_current, a:active.searchresorts_not_current, a:visited.searchresorts_not_current{
	color:#FFFFFF;
}

a:hover.searchresorts {
	color:#000000;
}

.multipage
{
	border-top-color:#e33525;
	border-top-style:solid;
	border-top-width:5px;
}

.multipageBottom
{
	border-bottom-color:#e33525;
	border-bottom-style:solid;
	border-bottom-width:5px;
}


