/* ======================
	Container Styles
========================*/   
.visibility{float:right; margin-right: 10px; height: 24px;}
.actions{float:left; white-space:nowrap; padding-left: 9px; margin: 3 0; height: 17px;}
.title{float:left; height: 17px; margin: 3 0; text-decoration: none;}
.titleLink {cursor: pointer; }
a.titleLink {color: #000;}
.titleLink:hover {color: #80e434; text-decoration: none;}
a span.titleLink:hover {color: #80e434; text-decoration: none;}

.head{font-weight:bold; font-size:14px; width: 100%;}
.head_left{padding:0px; margin:0px; background:url(images/cw_head_left.gif) no-repeat top left; height:25px;}
.head_right{padding:0px; margin:0px; background:url(images/cw_head_right.gif) no-repeat top right; height:25px;}
.head_bg{margin:0 5px 0 5px; background:#FFF url(images/cw_head_bg.gif) repeat-x top; height:25px;}

.content_left{padding:0px; background:url(images/cw_content_left.gif) repeat-y top left; width: 100%;}
.content_right{padding:0px; background:url(images/cw_content_right.gif) repeat-y top right; width: 100%;} 
.content{background:#FFF; margin: 0 3px 0 1px;}
.empty_content{background:none;}

.bot_left{padding:0px; background:url(images/cw_bot_left.gif) no-repeat top left; }
.bot_right{padding:0px; margin:0px; background:url(images/cw_bot_right.gif) no-repeat top right; padding:0px 5px 0px 5px;}
.bot_bg{padding:0px; margin:0px; background:url(images/cw_bot.gif) repeat-x top right; height: 6px;}

.clear_float{clear:both;}

/*================================
 Container Menu Styles
================================*/
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D url(images/cw_menu_hover.gif) repeat-x top left;
	color: Gray;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}

.ModuleTitle_MenuItem
{
	background-color: #FFF;
}



