body,td,th { 
 font-family: Verdana, sans-serif;
 font-size: 10pt;
}

h5 {
 font-family: Verdana, sans-serif;
 font-size: 10pt;
 border-bottom: 1pt solid #00AE00;
 margin-bottom: -8px;
 margin-top: 8px;
}

textarea,select,input,checkbox{
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  border-right: #00AE00 1px solid; 
  border-top: #00AE00 1px solid; 
  border-left: #00AE00 1px solid; 
  border-bottom: #00AE00 1px solid; 
}

hr {
  color: #D78901;
  border-top: #D78901 1px solid; 
}

.button {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  border-right: #AAAAAA 1px solid; 
  border-top: #AAAAAA 1px solid; 
  border-left: #AAAAAA 1px solid; 
  border-bottom: #AAAAAA 1px solid;
  background-color:  #EEEEEE; 
}

.menue {
 color: #FFFFFF; 
 background-color: #00AE00; 
 font-family: Verdana, sans-serif;
 font-size: 10pt;
}
.menue a:visited {
 color: #FFFFFF; 
 text-decoration:none;
}
.menue a:link {
 color: #FFFFFF; 
 text-decoration:none;
}
.menue a:hover {
 color: #FF621D; 
 text-decoration:none;
}	

.menueC {
 color: #00AE00; 
 border-bottom:1px solid #00AE00;
 border-left:1px solid #00AE00;
 border-right:1px solid #00AE00;
 background-color: #FFFFFF; 
 font-family: Verdana, sans-serif;
 font-size: 10pt;
}
.menueC a:visited {
 color: #00AE00; 
 text-decoration:none;
}
.menueC a:link {
 color: #00AE00; 
 text-decoration:none;
}
.menueC a:hover {
 color: #FF621D; 
 text-decoration:none;
}

.menueD {
 color: #00AE00; 
 border-bottom:1px solid #00AE00;
 border-left:1px solid #00AE00;
 background-color: #FFFFFF; 
 font-family: Verdana, sans-serif;
 font-size: 10pt;
}
.menueD a:visited {
 color: #00AE00; 
 text-decoration:none;
}
.menueD a:link {
 color: #00AE00; 
 text-decoration:none;
}
.menueD a:hover {
 color: #FF621D; 
 text-decoration:none;
} 
 
.menueE {
 color: #00AE00; 
 border-bottom:1px solid #00AE00;
 border-right:1px solid #00AE00;
 background-color: #FFFFFF; 
 font-family: Verdana, sans-serif;
 font-size: 10pt;
}
.menueE a:visited {
 color: #00AE00; 
 text-decoration:none;
}
.menueE a:link {
 color: #00AE00; 
 text-decoration:none;
}
.menueE a:hover {
 color: #FF621D; 
 text-decoration:none;
}

.adminTable { 
 text-align:left;
 vertical-align:top;
}
.infoBlobs { min-width: 200px; max-width: 250px;}
.infolast {
 margin-top: 8px;
 font-family: Verdana, sans-serif;
 text-align:right;
 border-top: 1pt solid #00AE00;
}
.infolastnotop {
 margin-top: 8px;
 font-family: Verdana, sans-serif;
 text-align:right;
}

.switchArrowL{position:absolute; bottom:0; left:0; }
.switchArrowR{position:absolute; bottom:0; right:0; }

.error { font-weight: bold; color: #FF0000; margin-left:10px; margin-right:10px; }
.info { font-weight: bold; color: #FFA913; margin-left:10px; margin-right:10px; }
.other { font-weight: bold; margin-left:10px; margin-right:10px; }

/* tablesorter tables */
table.tablesorter {
	font-family: Verdana, sans-serif;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #FFFFFF;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(pics/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	background-color: #D0D0D0;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#FFFFFF;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(pics/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(pics/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #FFFFFF;
}
