/* flyout.css */
.moduletable_clo th{
padding: 2px;
text-align:center;
color:#000; 
background: #E9E8D3;
}
.clomenu_flyout {
border-bottom: 1px #CFCFCF solid;
background: transparent;
padding: 3px 3px 5px 3px;
z-index:999;
font-weight:normal;
font-size:10px;
color:#00000;
/*background-color:#DFE0D0; */
}

.clomenuh_flyout { background-color:#E9E8D3; }
a.clomenui_flyout {text-decoration: none; color: #000000; font-size: 11px;}

/* must be name convention */
.clo.flyout {
background: white;
border: 1px grey solid;
padding: 5px;
z-index:999;
}

.clolink a {text-decoration: none; color: #000000; font-weight: bold; font-size: 11px; z-index:999;}
.clolink a:hover {text-decoration: underline; color: #000000; font-weight: bold; z-index:999;}
.clolink a:visited {text-decoration: none; color: #000000; font-weight: bold; z-index:999;}
/* end of css */