/* DRB CSS */

body, p, td {
	color: #000;
	background-color: #D2DFD6;
	/*
	background-image: url();
	background-repeat: repeat-y;
	*/
}

div#navbar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 99%;
	margin: 0px;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	border-right: 1px solid #333;
	overflow: auto;
}

div#navbar a, div#navbar a:visited, div#navbar a:active {
	color: #000; /* color: #020; */
	text-decoration: none;
}

div#navbar a:hover {
	color: #080; /* color: #060; */
	text-decoration: underline;
}

div#content {
	background-image: none;
	background-color: #F8F8F8;
	padding: 6px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 154px;
	width: 640px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

div#content p, td {
	background-image: none;
	background-color: #F8F8F8;
}

.error {
	background-image: none;
	background-color: #F2EBC6;
	padding: 3px;
	border: 1px solid #800;
	color: #800;
	font-weight: bold;
}