/* ###################### OVERALL SETTINGS ###################### */
BODY {
  margin           : 0px 0px 0px 0px;
  background-color : #FFFFFF;
  color            : #000000;
}

td, tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #333333;
}

/*ul {
  margin           : 0px 0px 0px 0px;
}*/

body,td,th {
	color: #666666;
}

hr {
	height           : 1px;
	width            : 100%;
	background-color: #B3CDF0;
	background: #B3CDF0;
}

/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #CCCCCC;
}

a.pathway:link, a.pathway:visited {
  color            : #8CA0B4;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #F0F0F0;
  font-weight      : normal;
}


/* ################### MAIN AND SUB MENU SYSTEM ################### */
a.mainlevel:link, a.mainlevel:visited {
  color            : #566882;
  font-weight      : normal;
}

a.mainlevel:hover {
  color            : #89A4B7;
}

table.moduletable {
  width            : 100%;
  margin-bottom: 5px;
}

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  text-transform: uppercase;
  text-align       : left;
  background-color : #FFFFFF;
  width            : 100%;
  padding: 5px;
  color: #999999;
}

table.moduletable td {
  font-size        : 10px;
  font-weight      : normal;
  background: #EFEFEF;
  padding: 5px;
}

table.moduletable td * td{
	padding: 0px;
	margin: 0px;
}

.poll {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #666666;
  line-height      : 14px;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader{
  background-color : #C6DAEA;
  color            : #333333;
  font-weight      : bold;
  padding: 3px;
}

.sectiontableentry1 {
  background-color : #FFFFFF;
  font-weight : normal;
}

.sectiontableentry2 {
  background-color : #ECF3F9;
  font-weight: normal;
}

.sectiontableentry1 td, .sectiontableentry2 td{
	padding: 3px;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #3366C0;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  /*background       : #FFFFFF;*/
}

.contentpaneopen {
  /*background       : #FFFFFF;*/
}

.contentheading, .componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 13px;
  font-weight      : bold;
  color            : #333333;
  text-align       : left;
}

.contentpagetitle, a.contentpagetitle:link, a.contentpagetitle:visited {
   font-size: 12px;
   font-weight: bold;
   padding-left: 0px;
}

a.contentpagetitle:hover {
   color: #4C7AB6;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #F0F0F0;
  border           : 1px solid #CCCCCC;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  background-color : #FFFFFF;
  border           : 1px solid #CCCCCC;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  font-size        : 11px;
  color            : #808080;
  text-decoration  : none;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
  color            : #333333;
  text-decoration  : none;
}

a.category:link, a.category:visited {
  color            : #333333;
  font-weight      : bold;
}

a.category:hover {
  color            : #A5D30C;
}

a.readon, a.readon:link, a.readon.visited {
  color            : #4C7AB6;
  font-weight      : normal;
}

a.readon:hover {
   color            : #666666;
}

.bottom .moduletable, .bottom .moduletable td table{
	width: auto;
	margin: 0px;
	padding: 0px;
}

.bottom .moduletable td{
	text-align: center;
}

.bottom .moduletable .mainlevel{
	padding-left: 5px;
}

.bottom{
	text-align: center;
}

.searchbox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	background: #FFFFFF;
	border: 1px solid #EFEFEF;
	width: 105px;
	height: 15px;
	margin-right: 5px;
	padding-left: 3px;
}
