body {
	background: #fff url(../img/gl/bkgd-body-green.gif) repeat-y left top;
}

th {
	background-color: #CDE8D4;
	border-left: 1px solid #BCDCC4;
	border-bottom: 1px solid #AFD3B8;
}

#pageheader {
	background: #4E946D url(../img/gl/bkgd-pageheader-green.jpg) no-repeat left top;
}

#topnav {
	background: #23613E url(../img/gl/bkgd-topnav-green.gif) repeat-x left top;
	border-top: 1px solid #D0F2D7;
}

#topnav ul {
	border-bottom: 1px solid #126154;
}

#topnav li {
	border-bottom: 1px solid #126154;
}

#topnav li:hover {
	background-color: #7FD1A3;
}

#topnav a:hover {
	background-color: #7FD1A3;
}

#topnav li li {
	background-color: #4D936C;
}

#leftnav li {
	background: url(../img/gl/icon-leftnav-li-yellow.gif) no-repeat 0 4px;
}

#content input:focus, #content textarea:focus { 
	background-color: #E4F3E8; 
}

#content input:hover, #content textarea:hover { 
	color: #45704B;
}

#trash {
	background-image: url(../img/gl/trash_can_green.jpg);
}

#content div.graphic_name {
	border: 1px solid #afd3b8;
	background-color: #cde8d4;
}

#arbitrary_text_toolbar {
	background: #cde8d4;
	border: 1px solid #afd3b8;
	margin-top: 10px;
	width: 100px;
}

#arbitrary_text_toolbar img:hover {
	background-color: #e8f4eb;
}

/* Graphing ----------------------- */ 

table.graph {
	border: 0;
	margin: 20px 0;
	border-right: 2px solid #D3D3D3;
	border-bottom: 1px solid #999;
	border-top: 1px solid #E1DFDF;
}

th.graph {
	text-align: center;
	background-color: #CDE8D4;
	padding: 3px 4px;
	white-space: nowrap;
	border-left: 1px solid #BCDCC4;
	border-bottom: 1px solid #AFD3B8;
} 

.bar {
	width: 400px;
}
   
.bar div { 
	float: left;
	border-top: 2px solid #00DD1F;
	background-color: #008039;
	border-bottom: 2px solid #005124;
	height: 1em;
}

.widget-maximized {
	background: #4E946D;
}
