* {
	margin: 0;
	padding: 0;
}
body {
	cursor: default;
	text-align: center;
}
input.button {
	cursor: pointer;
}
input, textarea, select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 2px;
}
p {
	margin-bottom: 5px;
	margin-top: 0;
}
img {
	border: none;
}
ul {
	margin: 15px;
}
label {
	cursor: pointer;
}
a:link, a:visited {
	color: #286ba9;
	text-decoration: none;
}
a:hover {
	color: #c60000;
}
a:active, a.active {
	color: #1880c6;
}
a.readon {
	background: url('../images/indent7.png') no-repeat left center;
	float: left;
	margin-top: 10px;
	padding-left: 10px;
}
span.description {
	display: block;
	padding-left: 30px;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}
legend {
	padding: 0 10px;
}
td.key {
	border-bottom: 1px solid #eeeeee;
}
.sectiontableheader {
	background: #eff6ff;
	border-bottom: 1px solid #c7dcf6;
	font-weight: bold;
}
.sectiontableentry2 {
	background: #f5f5f5;
}
div.offline {
	background: #fffebb;
	font-size: 1.2em;
	left: 0;
	padding: 5px;
	position: absolute;
	top: 0;
	width: 100%;
}
h1 {
	font: normal 26px Arial, Helvetica, Verdana, sans-serif;
	vertical-align: bottom;
}
h4 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
h3, .componentheading, table.moduletable th, legend {
	font: normal 20px Arial, Helvetica, Verdana, sans-serif;
	margin: 5px;
}
.menu li a:link {
	font: bold 12px Arial, Helveitca, sans-serif;
}
.menu li.parent {
	border: none;
}
.menu li li {
	border: none;
	padding: 10px;
}
.contentheading {
	color: #189718;
	font: normal 18px Arial, Helvetica, Verdana, sans-serif;
}
.small {
	font-size: 10px;
}
.modifydate, .createdate {
	font-size: 10px;
}
.invalid {
	border-color: #ff0000;
}
label.invalid {
	color: #ff0000;
}
span.article_separator, table.blog span.article_separator {
	display: block;
	height: 10px;
}
.article_column {
	padding-left: 5px;
}
.column_separator {
	padding-left: 10px;
}
.buttonheading img {
	border: none;
}
.contentpaneopen_edit {
	float: left;
}
table.contentpaneopen, table.contentpane {
	width: auto;
}
table.contentpaneopen li {
	margin-bottom: 5px;
}
table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}
table.contentpane td, table.poll td {
	padding: 4px;
}
table.poll {
	margin: 0 auto;
}
div.moduletable, div.module, div.module_menu {
	margin-bottom: 20px;
}
div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}
div.module table {
	width: auto;
}
table.adminform textarea {
	height: 400px;
	width: 540px;
}
div.mosimage {
	margin: 5px;
}
div.mosimage_caption {
	font-size: 10px;
}
div.caption {
	padding: 0 10px 0 10px;
}
div.caption img {
	border: 1px solid #CCC;
}
table.paramlist {
	margin-top: 5px;
}
table.paramlist td.paramlist_key {
	height: 30px;
	width: 128px;
}
div.message {
	background: #f9f9f9;
	border: solid 1px #d5d5d5;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 10px;
	text-align: center;
}
.breadcrumbs img {
	position: relative;
	top: 5px;
}
.banneritem img {
	margin: 0 auto;
}
.banneritem_text, .bannerfooter_text {
	font-size: 11px;
	padding: 5px;
}
.pagination span {
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	color: #555555;
	padding: 2px 4px 2px 4px;
}
.pagination a:link, .pagination a:visited {
	background: #2d9ada;
	border: 1px solid #1481c1;
	color: #ffffff;
	font-weight: bold;
	margin-right: 1px;
	padding: 2px 4px 2px 4px;
}
.pagination a:visited {
	background: #999999;
	border: 1px solid #999999;
}
.pagination a:hover {
	background: #ff6600;
	border: 1px solid #ff6600;
}
.tool-tip {
	background: #f4f4f4;
	border: 1px solid #D4D5AA;
	float: left;
	max-width: 200px;
	padding: 5px;
}
.tool-title {
	background: url('../../system/images/selector-arrow.png') no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-bottom: 5px;
	padding-top: 15px;
}
.tool-text {
	font-size: 100%;
}
#system-message {
	margin-bottom: 10px;
}
#system-message dd.message ul {
	background: url('../../system/images/notice-info.png') 4px center no-repeat;
}
#system-message dd.error ul {
	background: url('../../system/images/notice-alert.png') 4px center no-repeat;
	border: none;
	color: #c60000;
	padding-left: 20px;
}
#system-message dd.notice ul {
	background: url('../../system/images/notice-note.png') 4px center no-repeat;
	border: none;
	color: #c60000;
	padding-left: 20px;
}