html { height: 100% }
html, body { margin: 0 }
body {
	font-family: Tahoma;
	font-size: 11px;
	color: #666;
	background-color: #999;
}

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

form, table.moduletable, table.moduletable th, table.moduletable td, table.contentpane { 
	margin: 0;
	padding: 0;
}

img { border: none }

.clr { clear: both }

.poll {}
.pollstableborder { margin-bottom: 10px; }
table.pollstableborder td { padding: 2px; text-align: left; }

.highlight { background-color: #ccc; }

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

ul {
	margin: 0;
	padding: 0 0 0 15px;
}

li {
	padding: 1px 0;
	text-align: left;
}

.inputbox {
	font-family: Tahoma;
	font-size: 11px;
	background-color: none;
}

.button {
	padding: 1px 3px;
	font-family: Tahoma;
	font-size: 11px;
	cursor: pointer;
}

.back_button {
	width: 50px;
	height: 20px;
	line-height: 18px;
	margin-top: 25px;
	text-align: center;
	background-color: #eee;
	border: 1px solid #444;
}
.back_button a {
	font-weight: normal;
	color: #333;
	display: block;
}
.back_button a:hover { text-decoration: none }

table.contentpane { width: 100% }

.componentheading {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #060;
}

.contentheading {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.contentdescription {
	padding-bottom: 30px;
	font-size: 11px;
}

.mosimage {
	margin: 4px;
	background-color: #fff;
	border: 1px solid #c0ffb1;
}
.mosimage_caption {
	padding: 2px 0 2px 0;
	color: #060;
	background-color: #c0ffb1;
}

.small, .createdate, .modifydate {
	font-size: 10px;
	color: #aaa;
}

.sectiontableheader {
	padding: 0 5px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #060;
}

td.sectiontableentry1, td.sectiontableentry2 {}
tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	padding: 5px;
	border-bottom: 1px solid #060;
}

.pagenav {
	line-height: 50px;
	padding: 2px 4px 2px 4px;
	font-weight: normal;
	color: #333;
	background-color: #eee;
	border: 1px solid #444;

}
a.pagenav, a.pagenav:visited { color: #111 }
a.pagenav:hover {
	color: #000;
	border: 1px solid #111;
}

.pagenavcounter {
	font-size: 11px;
	color: #333;
}
.pagenavbar { text-align: right }

table.contenttoc { margin: 0 0 4px 4px }
table.contenttoc td {
	padding: 2px 4px;
	background-color: #eee;
}
table.contenttoc th {
	padding-left: 4px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
    color: #fff;
	background-color: #060;
}

.blog_more {}

a.readon {
	padding-left: 10px;
	background: url(../images/arrow.png) left center no-repeat;
}