html {
	background-color: #bcc337;/* #9EFFBA;*/
}

body {
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	margin: 0px 5%;
}

div.body {
	background-color: #fff;
	background-image: url(/images/tree_lg-leaf.jpg);
	background-image: url(/images/leaves.jpg);
	background-repeat: no-repeat;
	min-width: 730px;
	max-width: 1200px;
	text-align: left;
	margin: 5px auto;
	border: 1px solid #777;
}

button {
	background-color: #09c;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	min-width: 70px;
}

.login {
	font-weight: bold;
	background-color: #09c;
	color: #fff;
	padding: 5px;
	text-decoration: none;
	margin: 10px;
}

.rounded-corners {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}


div.errors {
	clear: right;
	margin-top: 10px;
	color: red;
	float: right;
	width: 300px;
}

/* -------- Sidebar ---------------*/
.sidebar {
	float: left;
	width: 200px;
}

.menu {
	margin-top: 20px;
	margin-left: 10px;
	border-top: 3px solid #09c;
	border-right: 1px solid #000;
	border-left: 1px solid #aaa;
	color: #09c;
	width: 150px;
}

.menu a {
	margin-left: 10px;
	text-decoration: none;
}

.menu li {
	border-bottom: 1px solid #000;
	background-color: #fff;
	cursor: pointer;
	list-style-type: none;
	margin-left: 0px;
}

.menu li.title  {
	color: #fff;
	padding-left: 10px;
	font-weight: bold;
	background-color: #09c;
}
.menu li:hover {
	background-color: #09c;
}

.menu li:hover a {
	color: #fff;	
	
}

#sidebar-logo {
	margin-top: 50px;
	margin-left: 10px;
}

/* --------- body -------------- */

.main {
	padding-top: 60px;
	margin-left: 200px;
	margin-right: 5px;
	min-height: 600px;
	padding-bottom: 20px;
	padding-right: 10px;
}

.login-div label {
	display: inline-block;
	width: 100px;
	font-weight: bold;

}

.login-div {
	text-align: left;
}


.login-div .field {
	margin-bottom: 5px;
}

h2 {
	color: #09c;
	font-size: 15pt;
	margin: 10px 0;
}

h4 {
	font-weight: bold;
	margin: 10px 0;
}

h5 {
	margin: 10px 0;
}

a {
	color: #09c;
}

p {
	margin-bottom: 10px;	
}

ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
}

table {
	border-collapse: collapse;	
}

table caption {
	text-align: center;
}

table th {
	background: #ccc;
	background-color: #09c;
	color: #fff;

	font-weight: bold;
	padding: 2px;
	text-align: center;
	border: 1px solid black;
}

table td {
	border: 1px solid black;
	padding: 2px;
	text-align: center;
}

table tr:nth-child(odd) {
	background-color: #e5fdff;
}

.disclaimer-indent {
	padding-left: 8px;
	text-indent: -8px;
}

.disclaimer {
	font-size: 8pt;
}

table.classes-table {
	width: 500px;
}

div.key-value span:first-child{
	display: inline-block;
	width: 70px;
}

div.key-value {
	border: 1px dashed #ccc;
	padding: 10px;
}

/* Tabs */
.tabs {
	margin-bottom: 4px;
}

.tab {
	color: #c00;
	color: #000;
	font-weight: normal;
	border: 2px solid #777;
	border-bottom: none;
	padding: 4px;
	cursor: pointer;
	font-size: 12pt;
	margin-bottom: -1px;
	background-color: #ddd;
}

.tab-selected {
/*	background-color: #bcc337; */
	background-color: #fff;
	border-bottom: 2px solid #fff;
	font-weight: bold;
}

.tab-area {
	border: 2px solid #777;
	padding: 5px;
	/*background-color: #bcc337;*/
}

.docs-page ul li{
	list-style: none;

}

.docs-page h4 {
	margin-bottom: 0px;
}

.doc-groups {
	margin-left: 15px;
}

.board-page tr td:nth-child(2) {
	font-weight: bold;

}

.board-page tr td {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

table.sister-table tr:nth-child(odd) {
	background-color: #fff;
}

table.sister-table td {
	border: none;
	padding-right: 10px;
	text-align: left;
	height: 70px;
}

