.container {
	width:1100px;
	margin: 0 auto;
}
#tblContainer.td {
	border: 1px solid black;
}
.titlebar, .button, .snap_button {
	float:left;
	color:black;
	display:block;
	font-family:Consolas,verdana;
	font-weight:700;
	height:22px;
	background-color: #FFFFCC;	
	border-bottom: 1px solid black;
}
.titlebar {
	width:90%;
}

#maps_dropdown {
	border-bottom: thin solid black;
	border-left: thin solid black;
	background-color: #FFC;
	display: none;
}

#maps_dropdown:after {
	display: block;
	content: "";
	clear: both;
}

.maps_dropdown_form {
	float: left;
}

.button {
	text-align:right;
	width:10%;
}
.content {
	overflow:auto;
	width:100%;
	height:90%;
	display:block;
	font-size:14px;
	font-family:Consolas,verdana;
}
.window { 
	position:absolute;
	width:300px;
	height:200px;
	z-index:200;
	border:2px solid black;
	background-color: #FFFFFF
}

#maptitle {
	background-color: #FFFFCC;
	width:1000px;
	border-bottom: thin solid black;
	border-right: thin solid black;
}

table {
	table-layout:fixed;
}

#map {
	padding: 10px;
	width: 1000px;
	height: 580px;
	max-width: 1000px;
	max-height: 580px;
	vertical-align:text-top;
	overflow: auto;
}

#map_canvas {
	left: 0px;
	top: 0px;
}

#content_tiles img {
	padding: 2px;
}

#tilepicker ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-bottom: 10px;
}

#tilepicker h3 {
	border-bottom: 1px solid black;
	margin: 0px;
	padding: 0px;
}

#tilepicker img {
	border: 1px solid black;
	float: left;
	margin-right: 35px;
	margin-left: 5px;
}

#tilepicker p {
	vertical-align: middle;
	float: left;
	margin: 0px;
}
