/* ###################### OVERALL SETTINGS ###################### */
BODY {
  margin           : 0px 0px 0px 0px;
  background-color : #FFFFFF;
  color            : #000000;
  background-image: url(../images/background.gif);
  background-repeat: repeat-x;
}

td, tr, p, div, br {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color			   : #000066;
}

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

hr {
  background       : #CCCCCC;
  height           : 1px;
  width            : 100%;
}

/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#000066 ;
 
}

a.pathway:link, a.pathway:visited {
  color            : #000066;
  font-weight      : normal;
  text-decoration: underline;
}

a.pathway:hover {
  color            : #000066;
  font-weight      : normal;
}


/* ################### MAIN AND SUB MENU SYSTEM ################### */
a.mainlevel:link, a.mainlevel:visited {
  color            : #000066;
  /*font-weight      : bold;*/
  background-image: url(../images/menu.jpg);
  background-repeat: no-repeat;
 
}

a.mainlevel:hover, a.mainlevel:active {
  color            : #000066;
  /*background-color : #FFFFCC;*/
  font-weight      : bold;
  text-decoration: none;
  background-image: url(../images/menu_hover.jpg);
  background-repeat: no-repeat;

}

a.sublevel:link, a.sublevel:visited {
  color            : #000066;
  /*font-weight      : bold;*/
  /*background-image: url(../images/menu.jpg);*/
  background-repeat: no-repeat;
 
}

a.sublevel:hover, a.sublevel:active {
  color            : #000066;
  /*background-color : #FFFFCC;*/
  font-weight      : bold;
  text-decoration: none;
  /*background-image: url(../images/menu_hover.jpg);*/
  background-repeat: no-repeat;

}

.moduleheading,  {
  font-size        : 13px;
  font-weight      : bold;
  color            : #000000;
  text-align       : left;
  background-color : #F0F0F0;
  width            : 100%;
}
table.moduletable 
{
	width            : 169px;
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
 }

table.moduletable th 
{
 font-family      : Verdana, Arial, Helvetica, sans-serif;
 background-image : url(../images/module_th.jpg);
  font-size        : 11px;
  font-weight      : bold;
  color            : #FFFFFF;
  text-align       : center;
  text-indent	   :4px;
  height           : 22px;
  width            : 169px;
}

table.moduletable td {
        
        
 }

.poll {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #666666;
  line-height      : 14px;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
  background-color : #FFFFFF;
  color            : #333333;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color:#F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #3366C0;
  text-decoration  : none;
  font-weight	   :normal
}

.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        : 14px;
  font-weight      : bold;
  color            : #0072B8;
  text-align       : left;
}

.archiveHeading{
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 14px;
  font-weight      : bold;
  color            : #0072B8;
  text-align       : left;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000066;
  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;
  color            : #000000;
  border           : 1px solid #CCCCCC;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  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            : #666666;
  text-decoration  : underline;
  /*background-color : #FFFFCC;*/
  font-weight      : bold;
}

a.lang:hover {
  height           : 20px;
  width            : 68px;
  background-image : url(../images/lang_hover.jpg);
  color            : #FFFFFF;
  text-decoration  : none;
  /*background-color : #FFFFCC;*/
  font-weight      : bold;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

a.lang:link, a.lang:visited {
  padding-left     : 4px;
  height           : 20px;
  width            : 68px;
  font-size        : 10px;
  background-image : url(../images/lang.jpg);
  color            : #033FAB;
  text-decoration  : none;
  font-weight      : bold;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}



a.category:link, a.category:visited {
  color            : #333333;
  font-weight      : bold;
  text-decoration  : underline;
}

a.category:hover {
  color            : #666666;
}

/*  ##################################### */

.newsflash {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
	font-weight: bolder;
  color            : #FFFFFF;
  text-align       : left;
  font-style: italic;
}

.seta {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 11px;
  color: #FAF302;
 
}

a.readon:link, a.readon:visited {
  color: #023E7C;
  font-weight      : bold;
  text-decoration  : underline;
}

a.readon:hover {
  color            : #023E7C;
}
