.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: 10px; 
	height: 10px; 
	left: 0; 
	top: 0; 
	visibility: hidden;
	}

.clT, .clTover, .clS, .clSover, .clS2, .clS2over {
	position: absolute; 
	overflow: hidden;
	width: 180px;
	height: 20px;
	cursor: pointer;
	}
	
.clT, .clTover {
	padding: 4px; 
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	}
	
.clT {
	color: #FFFFFF;
	}
	
.clTover {
	color: #FCCE55;
	}

.clS, .clSover {
	padding: 4px; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	}

.clS2, .clS2over {
	padding: 4px; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
	}

.clS, .clS2 {
	color: #000000; 
	background-color: #D7D7D7; 
	}

.clSover, .clS2over {
	color: #FCCE55;
	}

.clSover, .clS2over, .clTover, .clB, .clBar {
	background-color: #000000;
	}

.clB {
	position: absolute; 
	visibility: hidden; 
	z-index: 300;
	}

.clBar {
	position: absolute; 
	width: 10px; 
	height: 10px; 
	visibility: hidden; 
	}
