/*########################### Zen Frog Template CSS ##############################*/

body {
	padding: 0px;
	border: 0px;
	background-color: #FCF9F0
}

hr {
	color: #99cc66;
	background-color: #669900;
	height: 2px;
	width: 90%;
}

hr.separator {
	height: 2px;
	width: 40%;
}

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

div, tr, td, p {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color:  #000000;
}

.date {
	text-align: right;
}

.path {
  text-align: left;
	text-weight: bold;
}

/*################################### Links ######################################*/

a {
	font-size: small;
	text-decoration:  none;
	font-weight:  bold;
}

a:visited, a:active, a:link {
	color:  #336600;
}

a:hover {
	color:  #779900;
}

/*####################################### Menus ##################################*/

.mainlevel {
	font-size:  small;
	font-weight: bold;
}

.sublevel {
	font-size:  small;
	font-weight: bold;
}

###################################### Modules #################################

table.moduletable {
	padding: 2px;
	margin-bottom: 15px;
	width: 100%;
}
table.moduletable td {
/*	background-color: #ffffff;*/
	padding: 3px;
/*	font-size: 11px;*/
}
table.moduletable th {
	border-bottom: 2px dotted #336600;
	color: #404040;
/*	background-color: #ffffff;*/
/*	font-size: 12px;*/
	text-align: center;
	font-weight:  bold;
	text-transform: uppercase;
	padding: 3px;
}
.poll {
}
.button {
	color:  #000000;
/*	font-size: 10px;*/
	font-weight:  bold;
	background-color:  #669900;
	border-style:  solid;
	border-color:  #336600;
	padding:  0px;
}
.inputbox {
	color:  #000000;
	background-color:  #ffffff;
	border-width:  2px;
	border-style:  dotted;
	border-color:  #336600;
	padding: 0px;
	color: #000000;
	font-weight: bold;
}
################################## Tabs ########################################

.ontab {
/*	font-size:  10px;*/
	color: #000000;
	font-weight:  bold;
/*	background-color:  #669900;*/
	border-width:  1px;
	border-style:  solid;
	border-color:  #336600;
	cursor:  pointer;
}
.offtab {
/*	font-size:  10px;*/
	background-color:  #99cc66;
	border-width:  1px;
	border-style:  solid;
	border-color:  #336600;
	cursor:  pointer;
}
############################# Content Pages ####################################

.categorytitle {
/*	font-size:  13px;*/
	font-weight:  bold;
	color: #336600;
}
.contentheading, .componentheading {
/*	font-size:  13px;*/
	font-weight:  bold;
	padding: 2px;
	color: #336600;
}
.contentdescription {
	text-align: left;
}
/*#################################### Small Text etc. ###########################*/

.small {
	font-size:  small;
	color:  #669900;
	font-weight: bold;
}

.smalldark  {
	font-size:  xx-small;
	font-weight:  normal;
	color:  #336600;
}

.smalldark a  {
	font-size:  xx-small;
	font-weight:  normal;
}

.createdate {
	font-style: italic;
	color: #669900;
}
.modifydate {
	font-style: italic;
	color: #669900;
}

############################## Section Listings ################################

.sectiontableheader {
	font-weight:  bold;
	padding: 2px;
	color: #336600;
}
.sectiontableentry1 {
	background-color:  #d8ddd8;
}
.sectiontableentry2 {
	background-color:  #e8eee9;
}

#################################### Contact table etc #########################

table.contact {
	border-width:  1px;
	border-style:  dotted;
	border-color:  #336600;
	background-color:  #99CC66;
}
table.contact td.details {
/*	font-size:  12px;*/
}

.header {
/*	font-size: 50px;*/
	font-weight: bold;
	text-align: left;
	padding: 10px;
	color: #99cc66;
}

.topbar {
  border-width: 1px;
  border-style: solid;
  border-color: #99cc66;
  background-color: #e8eee9;
  padding: 2px;
}

/*************************************gallery**********************************/

.gallery {
	font-size: small;
}
