/* CSS Document */
/* Need to separate box style from typography */
html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: #fff9dd;
	background-image: url("http://www.ythuc.com/templates/rhuk_solarflare_ii/images/paper-background.jpg");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
}

a:link, a:visited {
	color: #f7931d;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #fdc689;
	text-decoration: none;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

.marker {
	white-space: nowrap;
}

.marker h3 {
	margin-right: 1em;
	margin-bottom: 0px;
}

#listingtext ul {
	margin-top: 0px;
	margin-left: 1em;
	padding-left: 0em;
	margin-bottom: 0.5em;
}

#listingtext ul li {
	display: inline;
	list-style-type: none;
	margin-right: 1em;
}

v\:* {
	behavior: url(#default#VML);
}

#stage {
	background-color: white;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	height: 75%;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#map {
	width: 70%;
	height: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

#map_overview {
	border: 0px;
}

#listing {
	width: 30%;
	height: 100%;
	float: left;
	overflow: auto;
}

#footer {
	float: right;
	padding-right: 1em;
	text-align: right;
}

input, select {
	font-size: 10px;
}

label, .label {
	font-size: 10px;
	text-align: right;
}

label.required {
	color: red;
}

#tabbar {
	float: left;
	width: 100%;
	background-color: #eeeeee;
	border-bottom: 1px solid #999999;
	margin-bottom: 1em;
}

.tab {
	float: left;
	padding: 10px;
	color: #999999;
}

.tab a:link, .tab a:visited, .tab a:active {
	color: #999999;
}

.tab a:hover {
	color: black;
}

.active {
	background-color: #f7931d;
	color: white;
}
