﻿body
{
}

#ResortFinder
{

}

#ResortFinderMap
{
	height: 400px;
	width: 400px;

	padding: 5px 5px 5px 5px;
	
	border: 1px solid #ccc;
}

#ResortFinderTextFinder
{
	margin-left: 5px;
	margin-right: 5px;
	
	
}

#ResortFinderTextFinderContainer
{
	border-bottom: 1px dashed #ccc;
}

#ResortFinderTextFinderContainer ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#ResortFinderTextFinderContainer li
{
	margin: 5px 0px 5px 0px;
		
	list-style-type: none;
	
	text-align: center;
	
	padding: 0px 0px 0px 0px;
}

#ResortFinderTextFinderContainer li a
{
	color: #1E5EA9;
	text-decoration: none;	
}

.ResortFinderTextFinderHeader
{
	font-size           : 18px;
	padding             : 4px 6px 4px 6px;
	text-align: center;
	cursor: pointer;
	
	border-top: 1px dashed #ccc;
}

.ClearBoth
{
	clear: both;
}

/* Resort Popup */

.InfoPopupResortName
{
	font-size: 18px;
	font-weight: bold;
	
	color: #1E5EA9;
}

.InfoPopupResortAddress
{
	font-size: 10px;
	
	color: #808080;
}

/* Info Popup */
#InfoPanel
{
	background-color: white;
	
	position: absolute;
	top: 50px;
	left: 50px;
	
	z-index: 10;
}