
h1 {
	color:#638f2b;	
}

a {
	color: #638f2b;	
}

div#action-bar {
	border-color:#c6ceb1;
}

div#action-bar table td a {
	color: #638F2B;
}

.dotted {
	border-color:#638f2b;
}

div#content-data h2 {						/** sub header in the content data **/
	color:#638f2b;
	border-color:#80b63a;
}

table.button .bcenter {
	color:#638f2b;	
}

div.button div {							/** define the default button text color **/
	color:#638f2b;
}

div#tabs li a span {						/** define the main tabs color **/
	color:#80b63a;
}

table#system-overview th {					/** define thesystem overview table **/
	border-bottom-color: #80b63a;
	color:#638f2b;
}

table#system-overview tr.hoverable:hover {
	background-color: #f0f7e6;
}

td.dotted-border-bottom {					/** define the doted table bottom (system overview) **/
	border-bottom-color: #80b63a;
}

div#content-data div#log-data {				/** define the log tail table border **/
	border-color: #80b63a;
}

td.dotted-border-bottom {					/** define the directives table **/
	border-bottom-color: #80b63a;
}

.collapsable {								/** define the directives collapse table **/
	color:#638f2b;
}

.inner-collapsable tr td {					/** define the directives collapse table **/
	border-bottom-color: #80b63a;	
}

div.separate-line {							/** define the debugger separate line **/
	border-bottom-color: #638f2b;
}

.debugger form.hostlist table {				/** define the debugger host list **/
	border-top-color: #638f2b;
}

.debugger form.add-host td div.dot {		/** define the add debugger host **/
	color:#638f2b;
}

div#sidebar table.sub-tabs td.selected { 
	color: #3a4a54;
}
div#sidebar table.sub-tabs td {
	color: #638f2b;
}
div#sidebar table.sub-tabs td.menu-seperator {
	color:#80b63a;
}

.inner-collapsable {
	border-color: #d4dccc;
}

span.selected-view {
	color: #598127;
}

/** dashboard */

div#dashboard div.title {
	color: #638f2b;
}

div#dashboard td.dotted-line {
	border-bottom-color:#80b63a;
}

/** admin tasks **/

.tasks div.separate-line {
	border-bottom-color: #80b63a;
}

/** extensions table hover **/

table.extensions tbody tr:hover {
	background-color: #f0f7e6;
}


/** login link **/
#login-form-container a {
	color:#78b63b;
}