﻿/*****************************/
/*** Core html setup stuff ***/
/*****************************/
input.button { 
	border: none;
	background:#d3e4bd;
	color:#000;
}

.inputbox {
	border: none;
	background:#d3e4bd;
	color:#000;
}

.inputbox:hover { background:#dceaca; }

a:link, a:visited {
	color: #77b32c;
}

a:hover {
	color: #77b32c;
}

body {
	background: #276b22 url(../images/bkg_body.gif) top left repeat-x;
}

body, td, div, p {
	color: #000;
}

td, div, p {text-align: left;}


/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#header{
	background: url(gfx/bkg_header.jpg) top left no-repeat;
}

#title {
	color: #266c23;
}

/**********************/
/*** Top Navigation ***/
/**********************/
#topnavi {
}

#topnavi ul li a {
	background: url(../images/bkg_but.gif) top left repeat-x;
}

#topnavi ul li a span{
	color: #77b32c;
}

#topnavi ul li a:hover, #topnavi li#current a {
	background:transparent url(../images/bkg_but_on.gif) top left repeat-x;
}

#topnavi ul li a:hover span, #topnavi li#current a span{
	color: #fff;
}

/**********************/
/*** User 4 (Search menu) ***/
/**********************/
#search {
	background: url(../images/bkg_search.gif) top left repeat-x;
}
#search div.search .inputbox{
	border: none;
	background: transparent;
	color:#6dab29;
}

/**********************/
/*** Top (Newsflash) ***/
/**********************/
#header_text table.contentpaneopen,
#header_text table.contentpaneopen td,
#header_text table.contentpaneopen td p  {
	color:#000;
}

#header_text table.contentpaneopen a {
	color:#77b32c;
	text-decoration: underline;
}


/**********************/
/*** Main Body ***/
/**********************/
#main{
	background: #fff; 
}

/**********************/
/*** Left Column ***/
/**********************/
#leftcol h3{
	color: #fff;
	background: url(gfx/bkg_sideheader.gif) top left no-repeat; 
}

#leftcol div.module_menu div div, #leftcol div.module div div, #leftcol div.module_text div div{
	background: url(../images/bkg_sidetop.gif) top left no-repeat; 
}

#leftcol div.module div div div div{
	background: transparent; 
}

#leftcol div.module_menu , #leftcol div.module, #leftcol div.moduletable_menu, #leftcol div.moduletable, #leftcol div.moduletable_text {
	background: url(../images/bkg_sidemenu.gif) left bottom no-repeat;
} 

#leftcol a:link, #leftcol a:visited {
	color:#77b32c;
}

#leftcol a:hover, #leftcol a:active {
	color:#77b32c;
}

/**********************/
/*** Right Column ***/
/**********************/

/**********************/
/*** Top Column ***/
/**********************/
#topcol h3{
	color: #fff;
	background: url(../images/bkg_topheader.gif) top left no-repeat; 
}

#topcol div.module_menu , #topcol div.module, #topcol div.moduletable_menu, #topcol div.moduletable, #topcol div.moduletable_text {
	background: url(../images/bkg_topmenu.gif) left bottom no-repeat;
} 

#topcol a:link, #topcol a:visited {
	color:#77b32c;
}

#topcol a:hover, #topcol a:active {
	color:#77b32c;
}

/******************************************************************/
/* Controls Link Icon appearance in side modules */
/******************************************************************/
#leftcol ul.menu li a,
#leftcol ul.menu li ul li a,
ul.mostread li a,
ul.latestnews li a,
.moduletable ul li a {
	background: url(../images/bkg_listicon.gif) left no-repeat;
}

#leftcol ul.menu li a:hover,
#leftcol ul.menu li ul li a:hover,
ul.mostread li a:hover,
ul.latestnews li a:hover,
.moduletable ul li a:hover {
	background: url(../images/bkg_listicon_on.gif) left no-repeat;
}

/**********************/
/*** Main Content Menu ***/
/**********************/
.componentheading {
	color: #669e1f;
}

.contentheading {
	color: #000;
}

.contentpaneopen h3  {
	color: #000;
}

#pathway {
	color:#000;
}

.small, .createdate, .modifydate {
	color:#7b7b7b;
}

a.readon, a.readon:hover, a.readon:visited{
	color:#77b32c;
	background: url(../images/bkg_readmore.gif) top left no-repeat;
}

/**************************/
/*** Advertisement Menu ***/
/**************************/

/*******************/
/***  Login Form  ***/
/*******************/

/*************/
/***  Polls  ***/
/*************/
td.sectiontableheader {
  border-right: 1px solid #fff;
  color: #000;
  background: #e9f5da;
}

/******************/
/***  Copyright  ***/
/******************/
#copyright {
	color:#000;
	background: url(gfx/bkg_copyright.gif) top left repeat-x;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	color:#77b32c;
}