/* if close */

.cClose_top {
	position:absolute; 
	overflow:hidden; 
	vertical-align:middle; 
	width:100px; 
	height:22px; 
	padding:1px; 
	cursor:pointer; 
	cursor:hand; 
	text-align: center; 
	font-family:"Lucida Grande","Lucida Sans Unicode",verdana,arial,helvetica; 
	font-variant:small-caps; 
	font-weight:normal; 
	font-size: 9pt;
	font-size: 100%;
	color:#FFFFFF; 
	layer-background-color:#C5E47A; 
	background-color:#C5E47A; 
	border: 1px solid #E5F3C5; 	
}
.cClose {
	position:absolute; 
	overflow:hidden;                       						      						 
	padding:2px; 
	text-align: left;
	font-family:"Lucida Grande","Lucida Sans Unicode",verdana,arial,helvetica; 
	font-weight:normal; 
	font-size:8pt; 
	color:#808080;  
	layer-background-color:#C5E47A; 
	background-color:#C5E47A; 
}  

/* borders */

.clB {
	z-index: 300;
	position: absolute;
	visibility: hidden;
	layer-background-color: #E5F3C5;
	background-color: #E5F3C5;
}
/* top level */

.clT {
	position: absolute;
	overflow: hidden;
	vertical-align: middle;
	width: 100px;
	height: 22px;
	padding: 1px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	font-family: "Lucida Grande","Lucida Sans Unicode",verdana,arial,helvetica;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 9pt;
	font-size: 100%;
	color: #000000;
	layer-background-color: transparent;
	background-color: transparent;
	border: 0px; 
	border: 1px solid #FFFFFF; 
}
.clT_over {
	position:absolute; 
	overflow:hidden; 
	vertical-align:middle; 
	width:100px; 
	height:22px; 
	padding:1px; 
	cursor:pointer; 
	cursor:hand; 
	text-align: center; 
	font-family:"Lucida Grande","Lucida Sans Unicode",verdana,arial,helvetica; 
	font-variant:small-caps; 
	font-weight:normal; 
	font-size:9pt;
	font-size: 100%; 
	color:#FFFFFF; 
	layer-background-color:#CC0000; 
	background-color:#CC0000; 
	border: 1px solid #FFFFFF; 
}

/* sub level 1 */
	
.clS	  {
	position:absolute; 
	overflow:hidden; 
	width:120; 
	height:20; 
	padding:2px; 
	cursor:pointer; 
	cursor:hand; 
	text-align: left;
	font-family:"Lucida Grande","Lucida Sans Unicode",verdana,arial,helvetica; 
	font-size:8pt; 
	font-weight:normal; 
	color:#323232; 
	background-color:#E5F3C5; 
	layer-background-color:#E5F3C5; 
	} 
.clS_over {
	position:absolute; 
	overflow:hidden; 
	width:120; 
	height:20; 
	padding:2px; 
	cursor:pointer; 
	cursor:hand; 
	text-align: left;
	font-family:"Lucida Grande","Lucida Sans Unicode",verdana,arial,helvetica; 
	font-size:8pt; 
	font-weight:normal; 
	color:#FFFFFF; 
	layer-background-color:#CC0000; 
	background-color:#CC0000; 
}

/* sub level 2 */

.clS2	{
	position:absolute; 
	overflow:hidden; 
	width:120; 
	height:20; 
	padding:2px; 
	cursor:pointer; 
	cursor:hand; 
	text-align: left;
	font-family:"Lucida Grande","Lucida Sans Unicode",verdana,arial,helvetica; 
	font-size:8pt; 
	font-weight:normal; 
	color:#323232; 
	background-color:#E5F3C5; 
	layer-background-color:#E5F3C5; 
} 
.clS2_over {
	position:absolute; 
	overflow:hidden; 
	width:120; 
	height:20; 
	padding:2px; 
	cursor:pointer; 
	cursor:hand; 
	text-align: left;
	font-family:"Lucida Grande","Lucida Sans Unicode",verdana,arial,helvetica; 
	font-size:8pt; 
	font-weight:normal; 
/*	color:#FFFFFF;  */
/*	background-color:#69B0FF;  */
/*	layer-background-color:#69B0FF;  */
	color:#FFFFFF; 
	layer-background-color:#CC0000; 
	background-color:#CC0000; 
}

/* rest */

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