/*---------- To align the Actions, Icon and Title ---------*/
.cContainer{margin-bottom:25px;}
.cIicon, .cActions, .cHeader h2{float:left;}
.cIcon img {float:left; padding-right:4px;}
.icn img{margin-right:5px;}

.cContent, .cFooter{clear:both;}


/*---------- default style for head & normal -----------*/
.Normal p{margin-top:0px;}

/*---------- For the inline edit icons -----------*/
.eipbackimg {background-color:#ffffff;border:solid 1px #999999;}
.cContent .eipbackimg {margin-top:0;margin-left:-20px;}

/* Watchers Action Dropdown */
.ModuleOptionsMenu {cursor: pointer; padding:0; margin:0; background:#fff; position:relative; z-index:10000;}
.ModuleOptionsMenu ul {position:absolute; left:0; width: 20em; padding:0; margin: 0; background:#fff; border:solid 1px #888; border-radius: 5px; }
.ModuleOptionsMenu li {padding:3px; list-style-type: none; margin: 0px; position: relative;}
.ModuleOptionsMenu li ul {display: none; position: absolute; top: 16px; left: 0px;}
.ModuleOptionsMenu li ul ul {display: none; position: absolute; top: 2px; left: 20em;}
.ModuleOptionsMenu li:hover > ul, ul.ModuleOptionsMenu li.sfhover > ul {display: block;}
