/*//////////////////////////////////////////////////////////////////////////////
 These styles are used by the cpemodulebar page element
//////////////////////////////////////////////////////////////////////////////*/
table.cpemodulebar {
   margin-bottom:10px;
   }
tr.cpemodulebar {
   background-color:9999bb;
   padding-left:0px;
   padding-right:0px;
   }
td.cpemodulebar {
   padding-left:0px;
   border-bottom-style:solid;
   border-bottom-color:black;
   border-bottom-width:1px; 
   }
a.cpemodulebar {
   color:black;
   text-decoration:underline;
   font-weight:bold;
   font-size:8pt;
   font-family:arial;
   }      
a.cpemodulebar:hover {
   color:cccccc;
   }
a.cpemodulebar:active {
   color:cccccc;
   }
a.cpemodulebar_current:hover {
   color:cccccc;
   }
a.cpemodulebar_current:active {
   color:cccccc;
   }
a.cpemodulebar_current {
   color:black;
   text-decoration:underline;
   font-weight:bold;
   font-size:8pt;
   font-family:arial;
   }
span.cpemodulebar_divider {
   color:black;
   }
/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar {
   position:absolute; 
   width:100; 
   height:20;
   background-color:9999bb; 
   layer-background-color:9999bb; 
   visibility:hidden;
   }

/*Styles for level 0*/
.clLevel,.clLevelover {
   position:absolute; 
   padding:2px; 
   font-family:arial; 
   font-size:12px; 
   font-weight:bold;
   }
   
.clLevel {
   background-color:9999bb; 
   layer-background-color:9999bb; 
   color:black;
   }
.clLevelover {
   background-color:#9999bb; 
   layer-background-color:#9999bb; 
   color:#cccccc; 
   cursor:pointer; 
   cursor:hand; 
   }
.clLevelborder {
   position:absolute; 
   visibility:hidden; 
   background-color:black; 
   layer-background-color:black;
   }




