/**
* WWOOF Japan template
* @version 1.0
* @package WWOOFJapan
* @copyright (C) Copyright 2007 by BoyJah. All rights reserved!
* @license http://www.boyjah.net/
*/

/* ###################### 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;
}

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

/* ############## 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            : #0000FF; 
/*   color            : #E6C414; */
/*  color            : #81AE53; */
  font-weight      : normal;
}

a.mainlevel:hover {
  color            : #A5D30C;
}

table.moduletable {
  width            : 100%;
  border           : 1px solid #e0e0e0;
  padding          : 4px;
  margin-bottom    : 10px;
}

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  color            : #F0D818;
/*  color            : #000000; */
  text-align       : center;
/*  background-color : #F0F0F0; */
/*  background-color : #81AE53; */
  background-color : #064B0E;
  width            : 100%;
}

table.moduletable td {
  font-size        : 10px;
  font-weight      : normal;
}

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

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
  background-color : #CCCCCC;
  color            : #779707;
  font-weight      : bold;
  text-align: 	   : left;
 }
.sectiontableentry1 td, .sectiontableentry2 td { 
border-bottom: 2px gray solid;
padding          : 10px;
}
img {
border:none;
}
.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      : 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        : 14px;
  font-weight      : bold;
/*  color            : #A5D30C; */
/*  color            : #81AE53; */
  color            : #064B0E;
  text-align       : left;
}

.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        : 12px;
  font-weight      : bold;
  background-color : #9AC885;
  color            : #000000;
  border           : 2px solid #1C8A03;
}

.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            : #648F39; */
  color            : #0000FF;
  text-decoration  : none;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
  color            : #A5D30C;
  text-decoration  : none;
}

a.category:link, a.category:visited {
  color            : #0000FF;
  font-weight      : bold;
}

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

