@charset "iso-8859-1";

/*******************************************************************************
*  theme/green.css : 2005.09.07
* -----------------------------------------------------------------------------
*  Tank! Theme - Green
*******************************************************************************/

body
{
	background-color: #efe;
	color: #000;
}
#pageWrapper, #innerColumnContainer, #masthead, #footer, #topMenu, #topMenu ul, #topMenu a
{
	border-color: #484;
}
div.twoColumns div.leftColumn, div.twoColumns div.rightColumn
{
	border-color: #ddd;
}
#pageWrapper
{
	background-color: #fff;
	color: #999;
}
#masthead
{
	background-color: #aca;
	color: #000;
}
#masthead h2
{
	color: #fff;
}
#outerColumnContainer
{
	background-color: #fff;
	color: #223;
	border-right-color: #f7fff7;
}
#topMenu li a, #topMenu li a:link, #topMenu li a:visited, #topMenu li a:active
{
	background-color: #efe;
}
#topMenu li a:hover
{
	color: #fff;
	background-color: #484;	/* keep the same color as the borders */
}
#rightColumn ul.rMenu li a
{
	border-color: #9c9;
}
#rightColumn ul.rMenu li a:link, #rightColumn ul.rMenu li a:visited, #rightColumn ul.rMenu li a:active
{
	background-color: #ded;
	color: #336;
}
#rightColumn ul.rMenu li a:hover
{
	background-color: #9c9;
	color: #fff;
}
#rightColumn h3
{
	color: #363;
}
