/* flyout.css */
/* turn off border around image */
a img {
   border-style: none;
}
.moduletable_clo th{
padding: 2px;
text-align:center;
color:#000; 
background: #E9E8D3;
}
p.closec {
margin: 8px 0 0 0;
background: transparent;
color: #315669;
font-size: 16px;
font-weight: bold;
text-align:left;
padding: 3px;
}

.clomenu_flyout {
border: 1px #26326E solid;
background: transparent url(../../../images/baseballSmall.gif) no-repeat scroll left top;
padding-left:22px; 
padding-top:5px; 
padding-bottom:5px; 
z-index:999;
font-weight:normal;
font-size:10px;
color:#00000;
margin: 0 0 2px;
/*background-color:#DFE0D0; */
}

a.clomenui_flyout:hover {
background:#333 !important;
color:#fff !important;
}


.clomenuh_flyout { background-color:#26326E; color: #FFFFFF; font-weight: bold; }
a.clomenui_flyout {font-family: Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; color: #FFFFFF; font-size: 12px; }

/* must be name convention */
.clo.flyout {
background: white;
border: 1px grey solid;
padding: 15px;
z-index:999;min-width: 250px;
}
.clolink  {text-align: left;}
.clolink a {text-decoration: none; color: #000000; font-weight: bold; font-size: 11px; z-index:999;}
.clolink a:hover {text-decoration: underline; color: #6a6a6a; font-weight: bold; z-index:999;}
.clolink a:visited {text-decoration: underline; color: #B54234; font-weight: bold; z-index:999;}
/* end of css */