/**	
*	Distributed under the terms of the GNU General Public License
*	File Name: template_css.css
*	Developer: Limbo Freaks 
*				   http://www.limbofreak.com
*	Date: 17/05/2005
* 	Version #: 1.0
**/

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background-color: #1C3601;
}

.title {
	color: #ffffff;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 2px;
	text-align: left;
	font-variant: small-caps;
	font-weight: bold;
}

form {
	padding-left: 10px;
}

a {
	text-decoration: none;
}

td {
	font-size: 11px;
}

table.contentpaneopen {
	width: 100%;
	background-color: #6D8A15;
	padding-left: 5px;
}

.button {
	padding: 2px 5px 2px 5px;
	background-color: #1C3601;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	margin-top: 5px;
}

.inputbox {
	padding: 2px;
	border: solid 1px #333333;
	background-color: #F5DEB3;
}

.searchbox {
	border: 0px solid #4B4B4B;
	background-color: transparent;
	color: #3E3E3E;
	padding-left: 7px;
}


.contentcolumn {
	padding-right: 5px;
	padding-left: 5px;
}

.contentheading {
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	padding: 3px;
	text-transform: uppercase;
	background-color: #028503;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

.componentheading{
font-weight: bold;
color: #1C3601;	
font-size: 14px;
}


table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	padding-left: 5px;
}

table.moduletable th {
	color: #ffffff;
	text-align: center;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background: #028503;
	border: 0px solid #CCCCCC;
	}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.moduletable-header {
width: 100%; 
border: 1px solid #999999;
 }

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #028503;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #6D8A15;
}

.sectiontableentry2 {
	background-color : #6D8A15;
}

.small {
	color: #FF4500;
	font-size: 9px;
	font-weight: normal;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #FF4500;
	font-size: 9px;
	font-weight: normal;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #FF4500;
	font-size: 9px;
	font-weight: normal;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding-left: 0px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc th {
   background: Blue;
   color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	line-height: 20px;
   width: 98%;
	text-decoration: none;
	background: #993300;
	border-top: 1px solid White;
	border-left: 1px solid White;
	border-bottom: 1px solid #acacac;
	border-right: 1px solid #acacac;
	text-indent: 3px;
	height: 20px;
		
		}

a.mainlevel:hover {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-align: left;
	padding-top: 0px;
	width: 98%;
	text-decoration: none;
	background: #FF9900;
	border-top: 1px solid #ffd1b3;
	border-left: 1px solid #ffd1b3;
	border-bottom: 1px solid #acacac;
	border-right: 1px solid #acacac;
	height: 20px;
	text-indent: 3px;
	line-height: 20px;
		
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 9px;
	font-weight: bold;
	color: #1C3601;
	text-align: left;
}

a.sublevel:hover {
	color: #ffcc00;
	text-decoration: none;
background: #E2E2E2;
	text-indent: 3px;
	line-height: 20px;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 9px;
	font-weight: bold;
	color: #1C3601;
	text-align: left;
}

a.sublevel:hover {
	color: #ffcc00;
	text-decoration: none;
}
.blockborder{
	border: 1px solid #CCCCCC;
}
.pathway {
	padding-left: 7px;
	color: White;
}
a.pathway:link, a.pathway:visited {
	color: White;
}
a.pathway:hover {
	color: #3333FF;
	font-weight: bold;
	text-decoration: none;
}

.footera {
	background-color: #6D8A15;
	color: #FFFFFF;
	font: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.footera:link, a.footera:visited {
	text-decoration: none;
                color: #FFFFFF;
}

a.footera:hover  {
 	text-decoration: none;
	font-weight: bold;
                color: #FFFFFF;
}

.readon {
	padding-left: 10px;
	font-size: 11px;
	color: #FF4500;
	font-weight: bold;
}

a.readon:hover {
	text-decoration: underline;
}