#main
{
	position:relative;
	width:100%;
	margin:0 0 10px 0;
}
#container{
	position:relative;
    float:left;
	width:100%;
	margin:0 0 10px 0;
}
#maps{
	position:relative;
    float:left;
	border:1px solid #aaa;
	border-radius:5px;
	box-shadow:#ccc 2px 2px 2px;
	margin:0 10px 10px 0;
	width:730px;
}
#preview{
	position:relative;
    float:left;
	border:1px solid #aaa;
	border-radius:5px;
	box-shadow:#ccc 2px 2px 2px;
	margin:0 10px 10px 0;
}

.statsBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.statsBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
	cursor:pointer;
}.statsBtn:active {
	position:relative;
	top:1px;
}
#mapTable{
	width:100%;
}
#mapTable th{
	font-weight:bold;
	background-color:#ededed;
}
#mapTable td{
	text-align:center;
}
#mapTable tr.r0 td{
	background-color:#F7F7F7;
}
#mapTable tr.r1 td{
	background-color:#FFFFFF;
}

h4.medium {
	font-size: 1rem;
	font-weight:bold;
}

h4.large {
	font-size: 2rem;
	font-weight:bold;
}

#maplist{
	margin-top:15px;
}

.map-image{
	margin-left:17px;
}