A
/* ################################### Body ### */
body {
  background-color : #dcdcdc;
  color            : Black;
}

/* ################################### Links ### */
a.buttonbar {
  font             : bold 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  text-transform   : uppercase;
  text-decoration  : none;
}

a.buttonbar:hover {
  color            : #000099;
  text-decoration  : none;
}

a {
  font             : 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #406080;
  text-decoration  : none;
}

a:hover {
  color            : #990000;
  text-decoration  : underline;
}

a:active {
  color            : #CC0000;
  background-color : #F0E0A0;
  text-decoration  : underline;
}

/* ################################### Tables ### */
td {
  font             : 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
}
ul.homelinks {
margin-top:5px;
display: block;
padding-top: 5px;
margin-left: 0px;
padding-left: 0px;
}
.homelinks a{
color: #FFF;
font-size: 15px;
font-family: Trebuchet MS;
/*font-weight: bold;*/
}
.homelinks li{
text-align: right;
list-style: none;
line-height: 2.3em;
margin-right: 20px;
}
/* ################################### Menu Things ### */
hr {
  height           : 1px;
  width            : 100%;
  color            : #D0D0D0;
}

.componentHeading {
  font             : bold 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #004080;
  text-align       : left
}
/*
// This was killing the numbering
/-----------------------------------------------------------------------------/
li {
  list-style       : inside url(../images/themes/theme_akoblueportal/arrow.gif) 2px;
  list-style-image : url(../images/themes/theme_akoblueportal/arrow.gif);
}
/-----------------------------------------------------------------------------/
*/
.poll {
  font             : 9px Arial, Helvetica, Verdana, sans-serif;
  color            : #666666;
  line-height      : 14px
}

/* ################################### Content Things ### */
.articlehead {
  font             : bold 13px Verdana, Arial, Helvetica, sans-serif;
  color            : #004080;
}

.newsarticle {
  font             : 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  text-align       : left
}

.newspane {
  background-color : #FFFFFF;
}

.newspaneopen {
  background-color : #FFFFFF;
}

.popupwindow {
  background-color : #FFFFFF; }

.small {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #990000;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  font-weight      : normal;
}

.navigationline {
  font             : 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #999999;
}

/* ################################### Section Things ### */
.sectiontableheader {
  background       : url(../images/themes/theme_akoblueportal/logo_bar_back.gif);
  color            : #FFFFFF;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}

/* ################################### Formular Things ### */
.button {
  font             : bold 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  background-color : #C0C0C0;
  border           : 1px solid #000000;
  text-transform   : uppercase;
  background       : url(../images/themes/theme_akoblueportal/but_bar_back.gif);
}

.inputbox {
  font             : 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  background-color : #F5F5F5;
  border           : 1px solid #000000;
}

.mainmenu {
	color : #000066;
	font-size : 12px;
	font-family: Trebuchet MS;
	font-weight : bold;
  	text-transform   : uppercase;
	text-decoration : none;
}

.mainmenu:hover {
	color : #808080;
	font-size : 12px;
	font-family: Trebuchet MS;
	font-weight : bold;
  	text-transform   : uppercase;
	text-decoration : none;
}

.mainmenu:active {
	color : #FF6600;
	font-size : 12px;
	font-family: Trebuchet MS;
	font-weight : bold;
  	text-transform   : uppercase;
	text-decoration : underline;
}

.submenu {
	color : #003399;
	font-size : 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

submenu:hover {
	color : #808080;
	font-size : 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

submenu:active {
	color : #FF6600;
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
}

