/*
** special add a point
*/
.MapData  {
	BORDER-RIGHT: #000 1px solid;
	BORDER-TOP: #000 1px solid;
	MARGIN: 5px;
	BORDER-LEFT: #000 1px solid;
	BORDER-BOTTOM: #000 1px solid
}


.mapCommentWindow, .mapInfoWindow, .mapMediaWindow {
  background-color:#ffffff;
  border:1px #000000 solid;
  width:400px;
  height:300px;
  margin: auto;
  white-space: normal;
  overflow: auto;
  z-index: 10000;
}

.mapInfoDiv
{
	border-style: double;
	border-width: 3px;
	border-color: #999;
	padding: 3px;
	background-color: #FF9;
	color: #000000;
	font-weight: bold;
	position: relative;
	text-align: center;
	top: 20%;
	width: 50%;
	margin: 0 auto;
	_margin-left:30%;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	z-index: 9999;
	visibility: hidden;
	white-space: normal;
}

.biggerFont{
font-size:1.2em;
}

.mapInfoCat
{
	color:#666;
}

.mapInfoTags {
   color:#008000;
}

.mapInfoFooter {
    padding:2px;
    font-size:0.8em;
    text-align:left;
}
.mapInfoFooter a{
color:#008000;
font-size:1.1em;
}


.mapInfoWinAddress {
font:bold 150% arial;
color:#dd5e07;
margin:0.5em 0 0;
white-space:normal;
}

input.submitbutton {
    background-color:#dd5e07;
}


.aheader {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	FONT: 12px arial;
	COLOR: #000;
	PADDING-TOP: 5px;
	BACKGROUND-COLOR: #66cc66;
	TEXT-ALIGN: center
}

.tooltip {
  padding:1px;
  background-color: #FFFFFF;
  color: #000000;
  font-weight: bold;
  width:100%;
  display: block;
  white-space: nowrap;
  filter:alpha(opacity=95);
    -moz-opacity:0.95;
}

.req{
	FONT: 10px arial;
}

.arow {

 	border: 1px solid #000;
	display: block;
	clear: both;
	PADDING-BOTTOM: 2px;
	FONT: 12px arial;
	COLOR: #000;
	PADDING-TOP: 2px;
	TEXT-DECORATION: none;
	border: 1px solid #000;
	cursor: pointer;
	cursor:hand;
}

.arow1 {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	FONT: 12px arial;
	COLOR: #000;
	PADDING-TOP: 2px;
	BACKGROUND-COLOR: #66cc66;
	TEXT-DECORATION: none
}

.arow2 {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	FONT: 12px arial;
	COLOR: #000;
	PADDING-TOP: 2px;
	BACKGROUND-COLOR: #ddd;
	cursor: pointer;
	cursor:hand;
	TEXT-DECORATION: none
}

/*             styles for the star rater                */
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 125px;
		height: 25px;
		position: relative;
		background: url(/images/alt_globe.gif) top left repeat-x;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a, .star-rating li{
		display:block;
		width:25px;
		height: 25px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(/images/alt_globe.gif) left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-stars{
		left:25px;
	}
	.star-rating a.two-stars:hover{
		width: 50px;
	}
	.star-rating a.three-stars{
		left: 50px;
	}
	.star-rating a.three-stars:hover{
		width: 75px;
	}
	.star-rating a.four-stars{
		left: 75px;
	}
	.star-rating a.four-stars:hover{
		width: 100px;
	}
	.star-rating a.five-stars{
		left: 100px;
	}
	.star-rating a.five-stars:hover{
		width: 125px;
	}
	.star-rating li.current-rating{
		background: url(/images/alt_globe.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}

