/* CSS Document */
#fullcover {
	background-color: #000000;
}
#popupContent {
	background-color: #FFFFFF;
}
#fullcover, #fullcontainer {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index:1000000000;
}
#fullcontainer table.header {
	border-color: #999999 rgb(204, 204, 204) rgb(170, 170, 170);
	border-style: solid;
	border-width: 1px 3px;
	height: 22px;
	margin: 0pt;
	padding: 3px 0pt;
	background-image: url(header_bg.gif);
	width: 100%;
}
#fullcontainer .caption {
	font-weight: bold;
	padding-right: 20px;
	text-align: left;
	white-space: nowrap;
	color: #535353;
}
#fullcontainer .close {
	text-align: right;
}
#fullcontainer .close img {
	padding: 0pt 3px 0pt 0pt;
}
#fullcontainer .close span {
	font-size: 12px;
	color: #666666;
}
#fullcontainer .content {
	margin: 0pt;
	padding: 0pt;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-style: none solid solid;
	border-width: 0px 3px 3px;
	-moz-box-sizing: border-box;
	text-align: left;
	overflow: hidden;
}
#googleMap {
	width: 596px ;
	height: 500px;
}

*+html #googleMap {
	width: 602px;
	height: 470px;
}


#googleMapContent {
	width: 596px !important;
	width: 590px;
	height: 470px;
}

*+html #googleMapContent {
	width: 590px;
	height: 470px;
}



