

body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	margin:0px;
	background:#293134;
	overflow:hidden;
}

#logo {
	float:left;
	font-size:35px;
	padding:5px;
	padding-left:15px;
	color:#678cb1;
	font-weight:bold;
}

#addressform {
	float:left;
	margin:0px;
	padding-top:15px;
	padding-left:30px;
	color:#93c763;
	font-weight:bold;
}

#header-links {
	float:left;
	margin-top:20px;
	margin-left:40px;
	font-weight:bold;
}

#refresh {
	background:#293134;
	display:none;
	font-weight:bold;
	color:#994545;
	padding:4px;
	top: 100px;
	left: 100px;
	position: absolute;
}

#map_canvas {
	width:640px; 
	height:480px
}

.panel {
	position:absolute;
	opacity:0.95;
	background:#293134;
	display:none;
	max-width:600px; 
	min-width:400px;
	padding:10px;
	overflow:auto;
}

.left-panel {
	top: 65px;
	left: 10px;
}

.close-thread {
	color:#ffcd22;
	float:right;
	font-weight:bold;
}

#thread-status {
	color:#e0e2e4;
}

.panel-header {
	font-size:25px;
	color:#ec7600;
	font-weight:bold;
}

.latest-view {
	font-size:12px;
	color:#93c763;
}

.latest-view a {
	color:#93c763;
}

.post-num {
	color:#e0e2e4;
}

.post-who {
	color:#994545;
	font-weight:bold;
}

.post-date {
	color:#e0e2e4;
	margin-left:6px;
	font-size:10px;
}

.post-message {
	color:#e0e2e4;
}

.post-message a {
	color:#e0e2e4;
}

.post-image {
	float: left;
	margin-top:3px;
	margin-right: 5px;
}

.post-selected {
	background:#404e51;
}

.thread-reply-text {
	color:#93c763;
	font-weight:bold;
}

#form-entries {
	list-style-type:none;
	color:#e0e2e4;
	margin:0px;
	padding:0px;
}

#form-entries li {
	margin:0px;
	margin-bottom:5px;
	margin-left:0px;
}

.input {
	background:#e0e2e4;

	border: 1px none #CCC;
}

#post-status {
	color: yellow;
	font-weight:bold;
	margin-left:8px;
}

#threadlist-panel {
	color:#e0e2e4;
}

.date-row {
	color:#678cb1;
	padding-right:8px;
	font-size:10px;
}

a.sub-row {
	color:#e0e2e4;
}

