﻿body {
	background-color: #00873D;
}
#view {
	background-color: #00873D;
}
#sidebar2 {
	background-color: #DBEEE4;
}
#copyright {
	color: #D0E9DB;
}

hr, hr .dashed-top {
	border: none 0;
	width: 100%;
	height: 1px;
	border-top: solid 1px #000;
	margin-top: 16px;
	margin-bottom: 16px;
}

hr {
	border-top: solid 1px #00873D;
}

.dashed-top {
	border-top: dashed 1px #00873D;
}

.illustration-title {
	font-weight: bold;
	text-align: center;
	color: #00873D;
}

.answer {
	text-align: left;
	color: #00873D;
	margin-left: 14px;
}

.note {
	background-color: #DBEEE4;
	padding: 2px 8px 2px 8px;
	line-height: normal;
	font-style: italic;
	font-size: 90%;
}

.quotation {
	color: #00873D;
}

.tab, .subtab {
	color: #D0E9DB;
}
.tab-current, .subtab-current {
	color: #00873D;
}
.tab-current:hover, .subtab-current:hover {
	color: #00451F;
}
.tab-current:visited:hover, .subtab-current:visited:hover  {
	color: #00451F;
}
.tab-current:visited, .subtab-current:visited {
	color: #00873D;
}
.tab:visited, .subtab:visited {
	color: #D0E9DB;
}
/*.tab-current:visited {
	color: #fff;
}*/


.table-basic {
	background-color: #fff;
}
.table-basic tr td {
	background-color: #DBEEE4;
	color: #00451F;
}
.table-basic .table-title {
	vertical-align: middle;
	background-color: #00873D;
	color: #D0E9DB;
}
.table-basic .table-subtitle {
	background-color: #3DA86D;
	color: #fff;
}

.figure-border {
	margin: 0 auto 0 auto;
	width: 90%;
	border: solid 1px #00873D;
	padding: 2px 8px 2px 8px;
}

.table_boxes {
	margin: 0 auto 0 auto;
	 width: 80%;
	color: Red;
}

.table_boxes tr td {
	text-align: center;
	 width: 50%;
	margin: 0 auto 0 auto;	
	border: solid 1px #00873D;
	color: Red;
}
