@CHARSET "UTF-8";

/*
orange: #E77817;
green:	#00923F;
grey:	#F0F0F0;
*/

html {
	height: 100%;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	display: block;
	background-color: white;
}

A.dellink:link {
	color: red;
	text-decoration: none;
}

A.dellink:visited {
	color: red;
	text-decoration: none;
}

A.frontlink:link {
	color: #E77817;
	text-decoration: none;
}

A.frontlink:visited {
	color: #E77817;
	text-decoration: none;
}

a.frontlink img {
	border: none;
}

A.viewres {
	display: block;
	text-decoration: none;
}

A.viewres:link img {
	border: 0px none;
}

A.viewres:visited img {
	border: 0px none;
}


A.navlink {
	border: solid 2px #E77817;
	padding: 5px;
	background-color: #F0F0F0;
	display: block;
	clear: both;
	margin: 5px;
	font-weight: bold;
	text-decoration: none;
}

A.sub {
	font-size: small;
	margin: 5px 40px 5px 40px;
}

A:link {
	color : #00923F;
}

A:active {
	color : #00923F;
}

A:hover {
	color : #00923F;
}

A:visited {
	color : #00923F;
}

#profcontainer {
	border-spacing: expression(cellSpacing=15); /* for IE */
	border-spacing: 15px;
}

#maintable {
	border-spacing: expression(cellSpacing=5); /* for IE */
	border-spacing: 5px;
	height: 100%;
}

#maintable tr>td {
	vertical-align: top;
}

#includecell {
	text-align: left;
	vertical-align: top;
	height: auto;
	height: 100%;
	min-height: 100%;
}

#includetable {
	width: 100%;
	min-width: 600px;
	height: auto;
	height: 100%;
	min-height: 100%;
}

#nav {
	width: 250px;
	vertical-align: top;
}

#shortcut {
	width: 200px;
	vertical-align: top;
}

#maincontent {
	margin: 10px auto;
	text-align: left;
	display: block;
	width: 95%;
	font-family: tahoma;
	font-size: 14 pt;
	color: #00923F;
	height: 100%;
}

.prop {
	height: 100%;
	float: right;
	width: 1px;
}

img.frontlogo {
	display: block;
	clear: both;
	margin-bottom: 20px;
}

hr.front {
	display: block;
	clear: both;
	border: solid 1px #E77817;
}

#profdata{
	float: left;
	display: block;
	text-align: left;
	margin: 20px;
	width: 400px;
}

#userctrl {
	text-align: left;
}

#userctrl a {
	color: #00923F;
	display: block;
	font-size: small;
	text-decoration: none;
	margin-bottom: 3px;
}

#userctrl a:link {
	border-bottom: 1px solid #F0F0F0;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

#userctrl a:visited {
	border-bottom: 1px solid #F0F0F0;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

#userctrl a:hover {
	border: 1px solid #E77817;
	background-color: #F0F0F0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

#copyright {
	font-size: small;
	font-weight: bold;
}

#newposts {
	font-size: small;
}

div.postlist {
	display: block;
	clear: both;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: small;
}

div.smallpostprev {
	display: block;
	margin-bottom: 5px;
	clear: both;
	border-bottom: 1px solid #F0F0F0;
}

.frontbtn {
	color: #00923F;
	//font-weight: bold;
	background-color: white;
	border: 1px solid;
	//margin-top: 10px;
	border-color: #BBBBBB #000000 #000000 #BBBBBB;
}

.smallbtn {
	border: none;
	background-color: white;
	color: red;
	font-style: italic;
	font-size: x-small;
	margin-left: 10px;
	margin-right: 10px;
}

.error {
	color: red;
	font-size: small;
	margin-bottom: 10px;
}

.info {
	margin-bottom: 10px;
}

td.formlabel {
	vertical-align: top;
}

div.webpost_input {
	display: block;
	clear: both;
	border: 1px solid #00923F;
	padding: 10px;
	background-color: #F0F0F0;
	margin-bottom: 20px;
}

table.webpost_input {
	text-align: left;
}

div.webpost_list_container {
	padding: 10px;
	margin-bottom: 25px;
}

div.posttitle {
	font-weight: bold;
	font-style: 24pt;
	margin-bottom: 25px;
}

div.webpost_view {
	padding: 10px;
	display: block;
	clear: both;
}

table.webpost_list {
	border-spacing: 3px;
	border: 1px solid;
	margin-bottom: 10px;
}

table.webpost_list td,th {
	background-color: #F0F0F0;
	padding: 5px;
}

.small {
	font-size: small;
}

.xsmall {
	font-size: x-small;
}

.emph {
	font-style: italic;
}

div.comment {
	margin-bottom: 15px;
}

div.viewimg {
	dislpay: block;
	width: auto;
	margin: 10px;
	text-align: center;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div.prev_container {
	dislpay: block;
	float: left;
	clear: both;
	//width: 220px;
	//border: 1px solid #00923F;
	//text-align: center;
	margin: 20px;
}

div.prev_list {
	dislpay: block;
	float: left;
	text-align: center;
	margin: 5px;
	background-color: white;
}

div.largepic {
	dislpay: block;
	float: left;
	clear: both;
	//border: 1px solid #00923F;
	text-align: center;
	margin: 20px;
}

div.largepic div.prev_desc {
	font-size: small;
}

div.prof_image {
	//width: 220px;
	//border: 1px solid #00923F;
	text-align: center;
}

div.prof_image div.prev_desc {
	font-size: small;
}

.blogimg_container {
	padding: 2px;
	border: 1px solid #AAAAAA;
	width: auto;
	height: auto;
}

.blogimg_container img {
	display: block;
}

div.prev_desc {
	display: block;
	clear:both;
	text-align: left;
	font-size: x-small;
	color: #555555;
	font-weight: bold;
	margin-top: 5px;
	padding: 2px;
}

.center {
	text-align: center;
}

div.faq {
	display: block;
	clear: both;
	margin-bottom: 20px;
}

div.question {
	font-weight: bold;
	margin-bottom: 10px;
}

div.answer {
	font-style: italic;
}

.clear{
	clear: both;
}

div.userlist {
	display: block;
	clear: both;
	margin-bottom: 20px;
	background-color: #F0F0F0;
	padding: 5px;
}

div.user {
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #00923F;
}

div.userpres {
	font-style: italic;
	font-size: small;
}

img.rating {
	vertical-align: middle;
}

div.filter {
	background-color: #F0F0F0;
	border: 1px solid #00923F;
	padding: 5px;
	font-size: small;
	margin-bottom: 20px;
}

div.backdata {
	border: 1px solid #00923F;
	width: auto;
}

div.backdata table td {
	padding: 5px;
}

div.backdata table td.label {
	background-color: #F0F0F0;
	font-weight: bold;
}

div.backlist {
	border: 1px solid #00923F;
	width: auto;
}

div.backlist table {
	border-spacing: expression(cellSpacing=3); /* for IE */
	border-spacing: 3px;
}

div.backlist table td,th {
	background-color: #F0F0F0;
	padding: 5px;
}

.important {
	font-style: italic;
	color: #E77844;
}

.bold {
	font-weight: bold;
}

.head {
	margin-top: 10px;
	margin-bottom: 10px;
}

img.rssfront{
	vertical-align: middle;
}

div.stripenav {
	background-color: #F0F0F0;
	padding: 3px;
	font-size: x-small;
	text-transform: uppercase;
	text-align: center;
}

img.resicon {
	display: inline;
	vertical-align: middle;
}

div.usrmsg {
	padding: 5px;
	border: 1px solid #F0F0F0;
	background-color: #FAFAFA;
}

.video {
	display: block;
	clear: both;
	margin: 20px;
}

div.webpost_view object {
	display: block;
	clear: both;
	margin: 20px;
}

.abstract {
	color: #555555;
	font-size: small;
}
