/* General overall (catch-all) */
body, html {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
table, tr, td, div, p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
strong, b {
	font-weight: bold;
}
ul {
	list-style: square;
	margin: 0px;
	padding-left: 15px;
}
ol {
	list-style: decimal;
}
li {
}
pre {
}
img {
}

/* Heading */
h1 {
	color: #82CA9C;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
}
h2 {
	color: #82CA9C;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	color: #82CA9C;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
h4 {
	color: #82CA9C;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h5 {
	color: #82CA9C;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
h6 {
	color: #82CA9C;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Horizontal line */
hr {
	height: 2px;
	color: #FF0000;
}
hr.separator {
	width: 40%;
}

/* Other general styles */
.title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF0000;
	text-decoration: none;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	margin: 10px;
}
.small {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #82CA9C;
	text-decoration: none;
}
.smalldark {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #82CA9C;
	text-decoration: none;
}
.author {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #82CA9C;
	text-decoration: none;
	font-weight: bold;
}
.createdate {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #82CA9C;
	text-decoration: none;
}
.modifydate {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #82CA9C;
	text-decoration: none;
}

/* Link */
a {
	font-weight: bold;
	text-decoration: none;
	border: none;
}
a:link, a:visited {
	color: #0072BC;
}
a:hover, a:active {
	color: #7DA7D8;
}

/* Pathway (span, a) */
.pathway {
	color: #E1D2F1;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.pathway:link, a.pathway:visited {
	color: #A186BE;
}
a.pathway:hover, a.pathway:active {
	color: #E1D2F1;
}

/* Menu (a) */
a#active_menu {
	color: #0072BC;
	letter-spacing: 2px;
	font-weight: bold;
}
a.mainlevel {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	line-height: 24px;
	padding-left: 2px;
	text-decoration: none;
	width: 100%;
}
a.mainlevel:link, a.mainlevel:visited {
	color: #0072BC;
}
a.mainlevel:hover {
	color: #7DA7D8;
	letter-spacing: 2px;
	filter: Light;
}
a.sublevel {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-decoration: none;
	width: 100%;
}
a.sublevel:link, a.sublevel:visited {
	color: #0072BC;
}
a.sublevel:hover, a.sublevel:active {
	color: #7DA7D8;
	letter-spacing: 2px;
	filter: Light;
}

/* User Menu (a) */
a#active_menu-user {
	color: #95632F;
}
a.mainlevel-user {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 5px;
	text-decoration: none;
	width: 100%;
	white-space: nowrap;
}
a.mainlevel-user:link, a.mainlevel-user:visited {
	color: #0072BC;
}
a.mainlevel-user:hover {
	color: #7DA7D8;
	filter: Light;
}

/* Read more... (a) */
.readon {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.readon:link, a.readon:visited {
	color: #EC008C;
}
a.readon:hover {
	color: #F49AC1;
	letter-spacing: 5px;
	text-decoration: none; /*has to be, otherwise will be underlined...*/
}

/* Page navigation through tables (span, a) */
.pagenav {
	font-family: Verdana, Helvetica, sans-serif;
	color: #F2F2F2;
	font-size: 14px;
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.pagenav:link, a.pagenav:visited {
	color: #EC008C;
}
a.pagenav:hover {
	color : #F49AC1;
	text-decoration: none;
}
/* Pagenavigation prev & next (th only, no a!!!) through contents */
.pagenav_prev {
	font-size: 14px;
}
.pagenav_prev a:link, .pagenav_prev a:visited {
	color: #EC008C;
}
.pagenav_prev a:hover {
	color: #F49AC1;
	text-decoration: none;
}
.pagenav_next {
	font-size: 14px;
}
.pagenav_next a:link, .pagenav_next a:visited {
	color: #EC008C;
}
.pagenav_next a:hover {
	color: #F49AC1;
	text-decoration: none;
}
/* For contents with multiple pages (div)*/
.pagenavcounter {
	font-size: 9px;
	color: #008440;
}
.pagenavbar div {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}
.pagenavbar a:link, .pagenavbar a:visited {
	color: #00A650;
	font-size: 14px;
}
.pagenavbar a:hover {
	color: #82CA9C;
	font-size: 14px;
	text-decoration: none;
}
.pagenavbar a:active {
	font-size: 14px;
	color: #F2F2F2;
}

 /* ??? */
a.pnav {
}
.pnav:hover {
}

/* Back button (div) */
.back_button {
	font-family: Verdana, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 16px;
	text-decoration: none;
	font-variant: small-caps;
	font-style: oblique;
	text-align: center;
	vertical-align: top;
	border-top: #A186BE solid 4px;
	background-color: #662C91;
	height: 24px;
}
.back_button a:link, .back_button a:visited {
	color: #E1D2F1;
}
.back_button a:hover, .back_button a:active {
	color: #FFFFFF;
}

/* Form (input, select) */
form {
	margin: 0px;
	padding: 0px;
}
.inputbox {
	background:#E1D2F1;
	border: solid 1px #662C91;
	color: #A186BE;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}
.button {
	background:#662C91;
	color: #F4FEF8;
	font-size:12px;
	font-weight: bold;
	border-top-color: #A186BE;
	border-right-color: #E1D2F1;
	border-bottom-color: #E1D2F1;
	border-left-color: #A186BE;
}

/* Buttonheading PDF, Print, E-Mail (td) */
.buttonheading {
}

/* Admin form - Example: Submit News (table) */
.adminform {
	background-color : #FFFFFF;
}

/* Tab-Page (div) */
.tab-page {
}

/* Tab (h2) */
.tab {
}

/* Text-Area (input) */
.text_area {
}

/* Highlights words when performing a search (span) */
.highlight {
	background: #EC008C;
}

/* Component (div) */
.componentheading {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #E1D2F1;
	text-align: left;
	font-variant: small-caps;
	font-style: oblique;
	text-decoration: none;
	vertical-align: bottom;
	padding-left: 4px;
	padding-bottom: 0px;
	border-bottom: solid 4px #A186BE;
	background:#662C91;
	height: 20px;
}

/* Content (table) */
table.contentpane {
}
table.contentpane ul li {
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
}
.contentpaneopen {
	background-color: #FFFFFF;
}
/* (td) */
.contentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #008440;
	font-style: oblique;
	font-variant: small-caps;
	padding-top: 12px;
}
/* (td) */
.contentdescription {
	font-size: 12px;
	color: #82CA9C;
	font-style: italic;
	padding-top: 5px;
}

/* Category (a) */
.category {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0072BC;
	text-decoration: none;
}
a.category:link, a.category:visited, a.category:active {
	color: #0072BC;
}
a.category:hover {
	color: #7DA7D8;
	text-decoration: none;
}
.categorytitle {
	font-weight: bold;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* Section (Table of contents) */
/* (td) */
.sectiontableheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #662C91;
	height: 20px;
	background: #FFFFFF;
	vertical-align: middle;
	border-bottom: solid 2px #A186BE;
	text-indent: 2px;
	padding-top: 20px;
}
/* (tr) */
.sectiontableentry1 {
	background: #CADFF7;
	height: 20px;
	vertical-align: middle;
}
.sectiontableentry2 {
	background: #E6F0FB;
	height: 20px;
	vertical-align: middle;
}
/* (td) */
.sectiontablefooter {
}

/* Contenttoc, for content with multiple pages (table) */
table.contenttoc {
	padding: 3px;
}
table.contenttoc th {
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
}
.toclink {
	font-size: 9px;
	text-decoration: none;
}

/* Module (table) */
.moduletable {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.moduletable th {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-indent: 30px;
	height: 30px;
	vertical-align: middle;
	color: #A186BE;
	white-space: nowrap;
	background: url(../images/module.png) no-repeat left;
}
.moduletable td {
	font-size: 12px;
	margin-left: 0px;
	padding-left: 0px;
	left: 0px;
}
.moduletable li {
	margin-left: 0px;
	padding-left: 0px;
	left: 0px;
}

/* Search (div) */
.search {
	margin: 0px;
	padding: 0px;
}

/* Search Intro Table (table) */
.searchintro {
}

/* Latest News (ul, li, a) */
ul.latestnews {
	margin-top: 10px;
	color: #CADFF7;
	padding-left: 20px;
}
li.latestnews {
}
a.latestnews:link, a.latestnews:visited {
}
a.latestnews:hover {
}

/* Poll */
.poll {
	font-size: 10px;
	text-align: center;
}

/* Blog */
.blog {
	width: 100%;
}
.blogsection {
	font-size: 10px;
}
.blog_more {
	font-size: 10px;
}
.blog_more ul li{
	list-style: none;
	padding-left: 14px;
	line-height: 18px;
}

/* Article Seperator (span) */
.article_seperator {
}

/* For modifying {moscode} output. Don't set the colour! */
.moscode {
	background-color: #FFFAF0;
}		
.code {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	margin: 0px;
}
.mosimage {
  border: 0px solid #CCCCCC;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #EFEFEF;
  padding: 1px 2px;
  color: #333333;
  font-size: 10px;
  border-top: 1px solid #CCCCCC;
}

/* Text passed with mosmsg url parameter (div) */
.message {
	font-weight: bold;
	font-size : 14px;
	color : #CC99CC;
	padding: 5px;
}

/* End CSS File */