div#views {
	display: block;
	position: relative;
	padding: 0px;
}

div#view-buttons {
	display: block;
	width: 113px;
	float: left;
	position: relative;
	left: 17px;
	top: 50px;
	margin-top: -37px;
	z-index: 5000;
	cursor: pointer;
}

div.view {
	width: 650px;
	/*height: 324px;
	position: relative;
	top: -35px;*/
	margin-bottom: 5px;
}

h3.view-button {
	width: 48%;
	text-align: center;
	background: #ddd;
	color: black;
	font-weight: bold;
	display: block;
	font-size: 90%;
	font-family: sans-serif;
	padding: 1px;
	float: left;
}

h3.view-button:hover {
	background-color: #c26113;
	color: #eee;
}

h3.button-active {
	background-color: #ffdabc;
}

div.grid_default {
	padding-left: 0px;
	top: 0px;
}

iframe#gmapframe {
    margin-top: 20px;
    margin-bottom: 1px;
    height: 324px;
}

div#view_grid {
    background-color: #f5f5f5;
    z-index: 1000;
    /*float: left;*/
    margin-top: -349px;
    display: none;
}

div#view_grid table {
    background-color: #f5f5f5;
}
