/* CSS Document */
/*
.windowMap
{
	position: absolute;
	left: 5px;
	top: 5px;
	width: 1000px;
	height: 750px;
	overflow: hidden;
	display: none;
}
.windowMapTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(../images/window_top_end.jpg);
	background-position: right top;
	background-repeat: repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
.windowMapTopContent
{
	margin-right: 13px;
	background-image:url(../images/window_top_start.jpg);
	background-position:left top;
	background-repeat: repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

.windowMapClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.windowMapBottom
{
	position: relative;
	height: 700px;
	background-image: url(../images/window_bottom_end.jpg);
	background-position: right bottom;
	background-repeat: repeat;
}
.windowMapBottomContent
{
	position: relative;
	height: 750px;
	background-image: url(../images/window_bottom_start.jpg);
	background-position: left bottom;
	background-repeat: repeat;
	margin-right: 13px;
}
.windowMapContent
{
	position:absolute;
	top: 10px;
	left: 10px;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #000000;
	width: 990px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#B3D1E7;
}
.windowMapContent *
{
	margin: 0px;
}
*/

.transMap
{
	border: 1px solid #F00;
	background-color: #9abdd3;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}


.windowMap
{
	position: absolute;
	left: 10px;
	top: 15px;
	width: 990px;
	height: 680px;
	overflow: hidden;
	display: none;
}
#windowMapTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(../images/window_top_end.jpg);
	background-position: right top;
	background-repeat: repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowMapTopContent
{
	margin-right: 13px;
	background-image:url(../images/window_top_start.jpg);
	background-position:left top;
	background-repeat: repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

#windowMapClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#windowMapBottom
{
	position: relative;
	height: 700px;
	background-image: url(../images/window_bottom_end.jpg);
	background-position: right bottom;
	background-repeat: repeat;
}
#windowMapBottomContent
{
	position: relative;
	height: 680px;
	background-image: url(../images/window_bottom_start.jpg);
	background-position: left bottom;
	background-repeat: repeat;
	margin-right: 13px;
}
#windowMapContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #000000;
	height: 620px;
	width: 965px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#B3D1E7;
}
#windowMapContent *
{
	margin: 0px;
}