﻿.map-container {
	width: 410px;
	height: 310px;
	margin: 0px 10px 0px 0px;
}
.map-container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	margin: -3px 0px 0px 13px;
	*margin: -3px 0px 0px 20px;
}
.map-container a.link-to:link, .map-container a.link-to:visited, .map-container a.link-to:active {
	font-size: 12px;
	color: #1264df;
	text-decoration: none;
	display: block;
	float: left;
}
.map-container a.link-to:hover {
	font-size: 12px;
	color: #1264df;
	text-decoration: underline;
	display: block;
	float: left;
}

/* Black Style */
.map-container .black-outer-border {
	background-color: #000;
	float: left;
}
.map-container .black-box {
	margin: 5px;
}
.map-container .black-top-left {
	background: transparent url(../images/styles/black/top_left.gif) no-repeat left top;
	width: 111px;
	height: 10px;
	margin: 0px;
	*margin: 0px 0px -10px 0px;
	float: left;
}
.map-container .black-bottom-right {
	background: transparent url(../images/styles/black/bottom_right.gif) no-repeat right bottom;
	width: 111px;
	height: 10px;
	float: right;
}
/* Black Style End */

/* Grey Style */
.map-container .grey-outer-border {
	background-color: #818181;
	float: left;
}
.map-container .grey-box {
	margin: 5px;
}
.map-container .grey-top-left {
	background: transparent url(../images/styles/grey/top_left.gif) no-repeat left top;
	width: 111px;
	height: 10px;
	margin: 0px;
	*margin: 0px 0px -10px 0px;
	float: left;
}
.map-container .grey-bottom-right {
	background: transparent url(../images/styles/grey/bottom_right.gif) no-repeat right bottom;
	width: 111px;
	height: 10px;
	float: right;
}
/* Grey Style End */

/* Red Style */
.map-container .red-outer-border {
	background-color: #b11d00;
	float: left;
}
.map-container .red-box {
	margin: 5px;
}
.map-container .red-top-left {
	background: transparent url(../images/styles/red/top_left.gif) no-repeat left top;
	width: 111px;
	height: 10px;
	margin: 0px;
	*margin: 0px 0px -10px 0px;
	float: left;
}
.map-container .red-bottom-right {
	background: transparent url(../images/styles/red/bottom_right.gif) no-repeat right bottom;
	width: 111px;
	height: 10px;
	float: right;
}
/* Red Style End */

/* Orange Style */
.map-container .orange-outer-border {
	background-color: #f67a00;
	float: left;
}
.map-container .orange-box {
	margin: 5px;
}
.map-container .orange-top-left {
	background: transparent url(../images/styles/orange/top_left.gif) no-repeat left top;
	width: 111px;
	height: 10px;
	margin: 0px;
	*margin: 0px 0px -10px 0px;
	float: left;
}

.map-container .orange-bottom-right {
	background: transparent url(../images/styles/orange/bottom_right.gif) no-repeat right bottom;
	width: 111px;
	height: 10px;
	float: right;
}
/* Orange Style End */

/* Yellow Style */
.map-container .yellow-outer-border {
	background-color: #fada00;
	float: left;
}
.map-container .yellow-box {
	margin: 5px;
}
.map-container .yellow-top-left {
	background: transparent url(../images/styles/yellow/top_left.gif) no-repeat left top;
	width: 111px;
	height: 10px;
	margin: 0px;
	*margin: 0px 0px -10px 0px;
	float: left;
}
.map-container .yellow-bottom-right {
	background: transparent url(../images/styles/yellow/bottom_right.gif) no-repeat right bottom;
	width: 111px;
	height: 10px;
	float: right;
}
/* Yellow Style End */

/* Green Style */
.map-container .green-outer-border {
	background-color: #038d00;
	float: left;
}
.map-container .green-box {
	margin: 5px;
}
.map-container .green-top-left {
	background: transparent url(../images/styles/green/top_left.gif) no-repeat left top;
	width: 111px;
	height: 10px;
	margin: 0px;
	*margin: 0px 0px -10px 0px;
	float: left;
}
.map-container .green-bottom-right {
	background: transparent url(../images/styles/green/bottom_right.gif) no-repeat right bottom;
	width: 111px;
	height: 10px;
	float: right;
}
/* Green Style End */

/* Blue Style */
.map-container .blue-outer-border {
	background-color: #064ceb;
	float: left;
}
.map-container .blue-box {
	margin: 5px;
}
.map-container .blue-top-left {
	background: transparent url(../images/styles/blue/top_left.gif) no-repeat left top;
	width: 111px;
	height: 10px;
	margin: 0px;
	*margin: 0px 0px -10px 0px;
	float: left;
}
.map-container .blue-bottom-right {
	background: transparent url(../images/styles/blue/bottom_right.gif) no-repeat right bottom;
	width: 111px;
	height: 10px;
	float: right;
}
/* Blue Style End */

/* Purple Style */
.map-container .purple-outer-border {
	background-color: #d100c0;
	float: left;
}
.map-container .purple-box {
	margin: 5px;
}
.map-container .purple-top-left {
	background: transparent url(../images/styles/purple/top_left.gif) no-repeat left top;
	width: 111px;
	height: 10px;
	margin: 0px;
	*margin: 0px 0px -10px 0px;
	float: left;
}
.map-container .purple-bottom-right {
	background: transparent url(../images/styles/purple/bottom_right.gif) no-repeat right bottom;
	width: 111px;
	height: 10px;
	float: right;
}
/* Purple Style End */

/* Load Map */
.map-holder {
	width: 400px;
	height: 300px;
}
