/*
	ASE Project
	UI elements 
*/

.container_!2 {
	overflow-y: auto;

}
.pane {
	padding: 2px;
	border-color: #878787;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	background-color: #e9e9e9;
	color: #252525;
}

.map h3 {
	visibility: visible;
	background-position: 8px 8px;
	background-image: url(http://nem0.newsreaders.ru/img/icons/silk_color/map.png);
	background-repeat: no-repeat;

}

.closed h3 {
	background-position: 8px 8px;
	background-image: url(http://960gs.nova-lan.ru/img/triangle-closed.png);
	background-repeat: no-repeat;
}


.opened h3 {
	background-position: 8px 8px;
	background-image: url(http://960gs.nova-lan.ru/img/triangle-opened.png);
	background-repeat: no-repeat;
}

.pane h3 {
	text-shadow: 1px 1px 1px black;
	padding-left: 28px;
	padding-bottom: 7px;
	padding-right: 7px;
	padding-top: 7px;
	display: block;
	background-color: #4e4e4e;
	color: #e9e9e9;
	height: 18px;
	font-family: "PT Sans";
	font-size: 11pt;
	font-weight: 700;
}

.pane div {
	margin-top: 2px;
}
#GoogleMap {
	width:100%;
	height: 280px;
	background-color: #878787;
}
