/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* header: heading text */
.header, .plainheader {
	color: #284D00;
}

/* link: normal links, active: links in use */
a:link, a:active, div.icons a {
	color : #284D00;
}

/* fieldnameback: background color for column and row title sections */
/* sideback: background color for side and top frames */
.LB_closeAjaxWindow, .bar, .sideback, .fieldnameback {
	background-color : #284D00;
}

/* menuback: left nav menu background color with no right and bottom border */
.menuback, #lmenu, #tngnav a.here, #tngnav a:hover, #tabs a:hover, #tabs .here {
	background-color: #284D00;
}

a.snlink:hover, .snlinkact, .adminnav .snlinkact {
	background-color:#284D00
}

ul.tngdd a {
	color:#284D00;
}

ul.tngdd .menulink:hover, ul.tngdd .menuhover {
	background: #284D00 url(../img/arrowdown2.gif) 2px 8px no-repeat;
}

a.admincell:hover, a.leftlink:hover {
	background-color: #aaaa77;
}
