a {
	color: #9B9A4E;
}

h2
{
	color: #9B9A4E;    
}

#container {
	background: #FFF url(/Templates/Public/Images/themes/green/background-container_green.gif) repeat-y;
}

#container.white {
	background: #FFF url(/Templates/Public/Images/themes/green/background-container_greenwhite.gif) repeat-y;
}

div.headline {
	background: #9B9A4E url(/Templates/Public/Images/themes/green/background-headline_green.gif) no-repeat bottom left;
}

.white div.headline {
	background: #9B9A4E url(/Templates/Public/Images/themes/green/background-headline_greenwhite.gif) no-repeat bottom left;	
}

div.headline ul li {
	background: url(/Templates/Public/Images/themes/green/arrow-headline_green.gif) no-repeat left;
}

div.headline ul li a {
	color: #FFF;
}

ul.navigation-path li {
	background: url(/Templates/Public/Images/themes/green/arrow_green.gif) no-repeat left;
}

ul.navigation-path li.title {
	padding-left: 0;
	background: none;
	font-weight: bold;
}

div.navigation-side div.corner {
    background: url(/Templates/Public/Images/themes/green/navigation-side-corner_green.gif) no-repeat;
}

div.navigation-side li a {
	background: #C0B970 url(/Templates/Public/Images/themes/green/background-navigation-side_green.gif) repeat-x bottom left;
}

/*selected*/
div.navigation-side li .selected 
{ 
 color:#9B9A4E; 
}

div.navigation-side li li a {
	background-color: #ABABAD;
}

div.navigation-side li li li a {
	background-color: #C4C4C6;
}

/*selected*/
div.navigation-side li a:hover {
	background-color: #C9C9CC !important;
	color:#FFF;
}

#navigation {
	background: #89898B url(/Templates/Public/Images/themes/green/navigation_green.gif) repeat-x;
}

#navigation li {
	background-image: url(/Templates/Public/Images/themes/green/navigation-right_green.gif);
}

#navigation li.active {
	background-color: #575759;
	background-image: url(/Templates/Public/Images/themes/green/navigation-right-active_green.gif);
}

#navigation li.active span {
	background-image: url(/Templates/Public/Images/themes/green/navigation-left_green.gif);
}

.calendar .selected
{    
     background-color: #C9C9CC !important;    
}

.Footer
{
    padding:10px 10px 15px 20px;
    background:url(/Templates/Public/Images/themes/green/bg-footer_green.gif);
}

.navigation-path {
    color:#9B9A4E;
}