﻿/*Green style*/
/*************************
    GENERAL
*************************/
h1
{
	color:#204b28;
}
h2.label, h2.label a

{
	color: #d19447;
}
/*************************
    MAIN MENU
*************************/
#MainMenuArea
{
	background-image: url( 'Images/MainMenuBg.png' );
}

ul#MainMenu li
{
	background-image: url( 'Images/MainMenuBorder.png' );
}

ul#MainMenu li.selected
{
	height:29px;
	background: url('Images/MainMenuBg_active.png') repeat-x left top;
}

/*************************
    SUB MENU
*************************/
#SubMenu ul li .selected
{
	color: #224a29;
	background: #b7cf8b url(/Templates/Images/submenu-arrow-east-selected.gif) no-repeat 6px 7px;
}
/*************************
    BREADCRUMB
*************************/
#MainBodyArea #BreadCrumbsArea a:visited
{
	color:#204B28;
}

/*************************
    PAGE LIST
*************************/
#MainBodyArea .pageList h3 a
{
	color: #204B28;
}
.pageList ul li
{
	border-color:#EAD5BB;
}
/*************************
    SMALL LIST
*************************/
.smallList ul li
{
	border-color: #EAD5BB;
}
.smallList ul
{
	border-color:#EAD5BB;
}
.smallList .alternate
{
	background-color: #faf4e7;
}
/*************************
    MAIN CONTENT
*************************/
.mainBodyContent a, #FaqMainBody a, .faqAnswers p a
{
	color:#204b28;
}


.mainBodyContent a:hover, .mainBodyContent a:visited, #FaqMainBody a:hover, #FaqMainBody a:visited, .faqAnswers p a:hover, .faqAnswers p a:visited
{
	color:#D19447;
}

/*************************
    WEBPOLL
*************************/
.webPoll
{
	background-color: #FAF4E7;
	border: 1px solid #EAD5BB;
}
.webPoll h3
{
	color: #D19447;
}

.webPoll #id_matrix .button
{
	color: #D19447;
}

.webPoll fieldset
{
	color: #3C3C3C;
}

.showResultButton a
{
	color: #D19447;
}


