body
{
	margin:									0;
	background-color:				#99CC99;
}
*
{
	font-family:						Verdana;
	font-size:							12px;
}
h3
{
	margin:									0 0 5px;
	padding:								0;
	font-size: 							18px;
	font-weight: 						bold;
	color:									#9A3201;
}
.tabelrand
{
	border:									1px solid #336600;
}
.tabelrand th
{
	border:									1px solid #336600;
	border-bottom:					2px solid #336600;
}
.tabelrand td
{
	border:									1px solid #336600;
}
#container
{
	width:									770px;
	margin:									0 auto;
	border:									1px solid #336600;
	background:							url('/images/menu_left.jpg') repeat-y;
	background-color:				white;
}
#banner
{
	display:								block;
}
#menu
{
	float:									left;
	display:								inline;
	min-height:							300px;
	width:									150px;
}
#content
{
	float:									left;
	display:								inline;
	width:									600px;
	padding:								10px 0;
}
#submenu
{
	margin:									0;
	padding:								12px 0;
	background:							url('/images/menu_top.jpg');
	list-style-type:				none;
	text-align:							center;
}
#menu ul
{
	margin:									20px 0 0 4px;
	padding:								0;
	list-style-type:				none;
	z-index:								3;
}
#menu li
{
	margin:									0;
	padding:								0;
}
#menu li a
{
	text-decoration:				none;
	color:									white;
	padding-left:						20px;
}
#menu li a:hover
{
	padding-left:						18px;
	border-left:						2px solid white;
}
#submenu li
{
	margin:									0;
	padding:								0;
	display:								inline;
}
#submenu a
{
	text-decoration:				none;
	color:									white;
	height:									36px;
	padding:								10px;
	border-right:						1px solid white;
}
#submenu a:hover
{
	background:							url('/images/menu_top_reverse.jpg') repeat-x;
}
#dhtmltooltip
{
position: 								absolute;
left: 										-300px;
width: 										150px;
border: 									1px solid #336600;
padding: 									2px;
background-color: 				#EEEEEE;
text-align: 							center;
visibility: 							hidden;
z-index: 									100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: 									progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer
{
position:									absolute;
left: 										-300px;
z-index: 									-101;
visibility: 							hidden;
}
.submit
{
	background-color:				#336600;
	color: 									white;
	font-size:							11px;
	-moz-border-radius:			4px;
	border:									2px solid #9A3201;
}
.button
{
	background-color:				#99CC99;
	color: 									#000000;
	font-size:							11px;
	-moz-border-radius:			4px;
	border:									2px solid #9A3201;
}
.nee
{
	background-color:				#9A3201;
	color: 									white;
	font-size:							11px;
	-moz-border-radius:			4px;
	border:									2px solid #336600;
}
.false
{
	background-color:				#9A3201;
	border:									1px solid #336600;
	color:									white;
}
.true
{	
	border:									1px solid #9A3201;
}
input, textarea
{
	border:									1px solid #9A3201;
	padding:								2px;
}
