/* apply a natural box layout model to all elements */

/*   * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;} */

body {
	background-color: #f7f7f7;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size: 15px;
}

a {text-decoration: none; }

hr {
	border: 1px solid;
	width: 98%;
	color: #e0e0e0;;
	background-color: #e0e0e0;;
}

.inputline,.inputbox {
	padding:4px 2px;
	margin: 4px 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
}

ul.errors {
	color: red;
}

.small_text {
	font-size: 11px;
	color: #606060;
}

/* header area */

div#logo {
	float:left;
	height:100px;
}

div#hcontent {
	float:left;
	margin: 8px;
}

span.red {
	color: red;
}

span.blue {
	color: #026873;
}

div#hcontent h2 {
	font-size: 16px;
	margin-top: -12px;
}

/* the menu sidebar */

div#sidebar {
	float: left;
	width: 150px;
	min-height: 600px;
}

div.menubox {
	margin: 0 0 0 6px;
	/*background: white; */
}

div.menubox h1 {
	margin-top: 0px;
	margin-left: 4px;
	padding-top: 6px;
	font-size: 12px;
	font-weight: bold;
}

div.menubox a {
	color: #0066cc;
	text-decoration: none;
}

div.menubox li {
	list-style: none outside none;
}

ul.menulist {
	margin-top: 0;
	padding-left: 6px;
	font-size: 12px;
	line-height: 20px;
}

div#copyright {
	margin: 6px;
	font-size:11px;
}

/* main content */

div#content {
	float: left;
	border: solid 1px #d7d7d7;
	background-color: white;
	width: 1000px;
	min-height: 600px;
	padding-left: 6px;
}

div#content h1 {
	margin-top: 0px;
	padding-top: 6px;
	font-size: 16px;
	font-weight: bold;
}

div#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #026873;
}

/* welcome header */

div#welcome_header {
	float: left;
	border: solid 1px #d7d7d7;
	background-color: #e0e0e0;
	min-width: 1000px;
	min-height: 30px;
	padding-left: 4px;
	margin: 0 0 8px -6px;
}


/* forms */

div#form {float:left;}

table.edit {
	border-width: 1px;
	border-spacing: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: rgb(255, 245, 238);
}
table.edit th {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: ;
}
table.edit td {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: ;
}
table.edit td input {
	padding-left: 6px;
	font-size: 13px;
	border: 1px solid #006;
	background: #ffd;
}

/* list tabled, usedto display sets of data */

table.list {
	border-width: 1px;
	border-spacing: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: rgb(255, 245, 238);
}
table.list th {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: ;
}
table.list td {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: ;
}

/* the map */

div#map_canvas {
	float: left;
	margin-left: 60px;
	width: 200px;
	height: 165px;
	border: solid 1px #808080;
}

/* -------- login panel -------- */

#login_panel {
	width: 220px;
}

#login_panel p {
	font-size: 12px;
}

#login_panel fieldset {
	padding: 12px 20px 20px 20px;
	border: 1px solid #0066cc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#login_panel legend {
	padding: 0 6px;
	color: #606060;;
	font-size: 16px;
	font-weight: bold;
}

#login_form label {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #606060;
}

#login_form .plain {
	font-size: 12px;
	font-weight: bold;
	color: #606060;
}

#login_form .itext {
	margin: 0px 0px 5px 10px;
	width: 160px;
	border: 1px solid #bdc7d8;
	font-size: 11px;
	padding: 3px;
	display: block;
}

#login_form .submit {
	margin: 10px 0px 0px 10px;
	font-size: 11px;
	text-align: center;
	padding: 1px 8px 2px 8px;
	background: #e0e0e0;
	display: block;
}

#login_form a {
	font-size: 11px;
	color: #0066cc;
	text-decoration: none;
}

#login_form a:hover {
	text-decoration: underline;
}

/* -------- misc page elements -------- */

.message {
	display: block;
	color: #ee2020;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
}

.pro {
	border: solid 1px #808080;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 1px 7px;
	margin-top: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #606060 !important;
	margin-left: 8px;
}

.url_button {
	border: solid 1px #202020;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*background: #7cb451; */
	padding: 1px 7px;
	margin-top: 8px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: black !important;
}

.url_button:hover {
	background-color: #e0e0e0;
}

div#topics_list a:link { color: #026873; }
div#topics_list a:visited { color: #026873; }
div#topics_list a:hover { color: #000ab6; }

ul.topic,ul.thread, ul.post {
	list-style: none;
	padding-left: 0px;
}

li.topic,li.thread,li.post {
	width: 95%;
	border: solid 1px #c0c0c0;
	border-width: 0 0 1px 0;
	margin-bottom: 4px;
	padding: 4px 4px 0px 4px;
}

li.odd {
	background: #f0f0f0;
}

li.even {
	background: #f8f8f8;
}

a.topic_link {
	text-decoration: none;
	font-weight: bold;
}

span.synopsis {
	font-size: 13px;
	color: black;
}

p.synopsis {
	font-size: 14px;
	background-color: #f0f0f0;
	padding: 6px;
	width: 95%;
}


p.topic_details,p.thread_details,p.post_details {
	font-size: 11px;
	color: #404040;;
}

div#verbiage p {
	width: 80%;
	padding-left: 6px;
}

img.avatar {
	vertical-align: top;
	margin-right: 8px;
}

a.author_link {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #026873;
}

div.post, span.post {
	color: #303030;
	font-size: 13px;
	margin-bottom: 4px;
}

fieldset.new_thread {
	padding: 12px 20px 20px 20px;
	background-color: #f0f0f0;
	border: 1px solid #606060;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

fieldset.new_thread label {
	color: #606060;
	font-weight: bold;
}
