/* CoolMenus 4 - default styles - do not edit */
.clCMEvent{position:absolute; width:99%; height:99%; clip:rect(0,100%,100%,0); left:0; top:0; visibility:visible}
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.bar {
	position: relative; 
	width: 10; 
	height: 20; 
	background-color: #D9E6A9; 
	layer-background-color: #D9E6A9;
	visibility: hidden
}
.bar_background {
	position:absolute;
	/*background-color: #000000;*/
	width: 10;
	height: 20; 
	background-color: #FEDB3C; 
	layer-background-color: #FEDB3C; 
	visibility:visible;
}
/*Styles for level 0,1 and 2*/
.ml0 {
	position: absolute; 
	padding: 3px 1px 3px; 
	font-family: verdana,tahoma,arial,helvetica; 
	font-size: 11px; 
	font-weight: normal;
	background-color: #D9E6A9; 
	layer-background-color: #D9E6A9; 
	color: #030400;
}
.ml0o {
	position: absolute; 
	padding: 3px 1px 3px; 
	font-family: verdana,tahoma,arial,helvetica; 
	font-size: 8pt; 
	font-weight: normal;
	background-color: #FEDB3C; 
	layer-background-color: #FEDB3C; 
	color: #50630A; 
	cursor: pointer;
	cursor: hand; 
}
.ml0b {
	position: absolute; 
	visibility: hidden; 
	background-color: #000066; 
	layer-background-color: #000066;
}

BODY {
	font-family:	Verdana;
	font-size:		8pt;
	background-color: #FFFFFF;
}
SELECT {
	font-family:	Verdana;
	font-size:		8pt;
}
TEXTAREA {
	font-family:	Verdana;
	font-size:		8pt;
}
INPUT {
	font-family:	Verdana;
	font-size:		8pt;
}
TD {
	font-size:		8pt;
}
A {
	color: #8BA7CF;
}

BODY.header {
	font-family:	Verdana;
	font-size:		8pt;
	background-color: #D9E6A9;
}
BODY.bottom {
	font-family:	Verdana;
	font-size:		8pt;
	color: #50630A;
	background-color: #D9E6A9;
}

