.clCMEvent{
	position:absolute;
	z-index:300;
	width:100%;
	height:100%;
	clip:rect(0,100%,100%,0);
	left:0;
	top:0;
	visibility:hidden
}

.clCMAbs{
	position:absolute;
	width:10;
	height:10;
	left:0;
	top:0;
	visibility:hidden
}

.clT {
	position:absolute;
	overflow:hidden;
	width:130;
	height:25;
	cursor:pointer;
	cursor:hand;
	padding:4px;
	font-size:12px;
	font-weight:bold;
	color:white;
}

.clTover {
	position:absolute;
	overflow:hidden;
	width:130;
	height:25;
	cursor:pointer;
	cursor:hand;
	padding:4px;
	font-size:12px;
	font-weight:bold;
	color: white;
	background-color: orange;
/*	color: black;
	background-color: white;
	opacity:.75;
	filter: alpha(opacity=75);
*/
}

.clS {
	position:absolute;
	overflow:hidden;
	width:130;
	height:25;
	cursor:pointer;
	cursor:hand;
	padding:2px;
	font-size:11px;
	font-weight:bold;
	color:orange;
	layer-background-color:#3d4b66;
	background-color:#3d4b66;
}

.clSover {
	position:absolute;
	overflow:hidden;
	width:130;
	height:25;
	cursor:pointer;
	cursor:hand;
	padding:2px;
	font-size:11px;
	font-weight:bold;
	color:white;
	layer-background-color:saddlebrown;
	background-color:saddlebrown;
}

.clS2 {
	position:absolute;
	overflow:hidden;
	width:130;
	height:25;
	cursor:pointer;
	cursor:hand;
	padding:2px;
	font-size:11px;
	font-weight:normal;
	color:orange;
	layer-background-color:#3d4b66;
	background-color:#3d4b66;
}

.clS2over {
	position:absolute;
	overflow:hidden;
	width:130;
	height:25;
	cursor:pointer;
	cursor:hand;
	padding:2px;
	font-size:11px;
	font-weight:normal;
	color:white;
	layer-background-color:saddlebrown;
	background-color:saddlebrown;
}

.clB {
	position:absolute;
	visibility:hidden;
	z-index:300;
	layer-background-color:orange;
	background-color:orange;
}

.clBar {
	position:absolute;
	width:10;
	height:10;
	visibility:hidden;
	layer-background-color:orange;
	background-color:orange;
}
