/* Style definitions for the CoolMenus */

/* 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 */

.clT,.clTover,.clS,.clSover,.clS2,.clS2over {
  position:absolute;
  overflow:hidden;
  width:130; height:25;
  cursor:pointer; cursor:hand
}

.clT,.clTover{
  padding:4px; font-size:12px; font-weight:bold;
  color:#006699;
  background-color:#CDDBEB;
  layer-background-color:#CDDBEB;
}
/*.clT{color:white; }*/
.clTover{color:#FCCE55;}

.clS,.clSover{padding:2px; font-size:11px; font-weight:bold}
.clS2,.clS2over{padding:2px; font-size:11px;}
.clS,.clS2{
  color:#006699;
  background-color:#CDDBEB;
  layer-background-color:#CDDBEB;
}
.clSover,.clS2over{color:#FCCE55;}
.clSover,.clS2over,.clTover,.clB,.clBar {
  background-color:#006699;
  layer-background-color:#006699;
}
.clB{position:absolute; visibility:hidden; z-index:300}
.clBar{
  position:absolute;
  width:10; height:10;
  visibility:hidden;
  background-color:red;
  layer-background-color:red;
}
