.Park
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	left: -1px;
	border-left: black 1px solid;
	width: 15px;
	cursor: pointer; cursor: hand;
	border-bottom: black 1px solid;
	position: absolute;
	top: -1px;
	background-color: yellow;
	text-align: center;
	font-size: 8pt;
}

.Site
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	left: -1px;
	border-left: black 1px solid;
	width: 15px;
	cursor: pointer; cursor: hand;
	border-bottom: black 1px solid;
	position: absolute;
	top: -1px;
	background-color: yellow;
	text-align: center;
	font-size: 8pt;
}

.SiteAvailable
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	left: -1px;
	border-left: black 1px solid;
	width: 15px;
	cursor: pointer; cursor: hand;
	border-bottom: black 1px solid;
	position: absolute;
	top: -1px;
	text-align: center;
	background-color: lime;
	font-size: 8pt;
}

.SiteBooked
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	left: -1px;
	border-left: black 1px solid;
	width: 15px;
	cursor: pointer; cursor: hand;
	border-bottom: black 1px solid;
	position: absolute;
	top: -1px;
	text-align: center;
	background-color: line;
	font-size: 8pt;
}

A.SiteName:link, A.SiteName:visited
{
    text-decoration: underline;
    font-weight: bold;
}


.PolicyWindow
{
    display:none; 
    position: absolute; 
    left:0px; 
    top:0px; 
    background-color:#cccccc; 
    text-align:center;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);    
}

.PolicyInfo
{
    display:none; 
    border:solid 1px black;
    text-align:left;
    background-color:#ffffff;
    position: absolute;
    width:500px;
}




