﻿
#header .login 
{
	background: url(images/top-green-login.gif) 0 0 no-repeat;
}
#header .search 
{
	background: url(images/top-green-search.gif) 0 0 no-repeat;
}
.search-button 
{
	background: url(images/top-green-search-button.gif) 0 0 no-repeat;
}
#login-bar
{
	background: url(images/top-green.gif) 0 0 repeat-x;
}

#banner { height: 36px; background: url(../images/banner-bottom.jpg) 0 0 no-repeat; }


#content .left h2 { color: #1e9c41; }
#content .right h1 { color: #1e9c41; }
#content .right h2 { color: #1e9c41; }
#content .right a { color: #1e9c41; }


#footer hr { color: #1e9c41; background-color: #1e9c41; border: none; height: 4px; margin-bottom: 1em; }
#footer .divFooterHR
{
	border-top: 4px solid #1e9c41;
}

/*
.subMenu .menuItem
{
	display: block;
}
.subMenu .menuItem .bottom
{
	border-bottom-color: #1e9c41;
}
.subMenu .hover, .subMenu .selected
{
	background-color: #1e9c41;
}
.subMenuBottom
{
	border-bottom-color: #1e9c41;
}
*/
.subMenu .hover, .subMenu .selected
{
	background-color: #1e9c41;
}
.subMenuBottom
{
	border-bottom-color: #1e9c41;
}

.Glossary
{
	width: 100%;
}

.Glossary .Title
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.Glossary .Description
{
	margin-bottom: 20px;
}

.resourceLibrary
{
	width: 100%;
}
.resourceLibrary .row, .resourceLibrary .alternatingRow
{
	padding: 5px;
	padding-left: 20px;
}
.resourceLibrary .row
{
	background-color: #D1EFD9;
}
.resourceLibrary .row .description, .resourceLibrary .alternatingRow .description
{
	padding-left: 10px;
}