/* 
================================
 Container Styles for DotNetNuke
================================
*/   
/*
.ModuleTitle_MenuBar {margin-left:0px;margin-bottom:0px;margin-top:0px; position:relative; cursor: pointer!important; height: 25px!important; }
.ModuleTitle_SubMenu {left:0!important; top:15px!important; width:150px;}
.ModuleTitle_MenuItem { cursor: pointer!important; color: #DDF6FF;margin-bottom:0px;margin-top:0px; font-family: "Times New Roman", Tahoma, Arial, Helvetica; font-size: 12px; font-weight: bold; font-style: normal; background-color: #002E69;}
// .ModuleTitle_MenuBreak { background-color: #BBF098; }
.ModuleTitle_MenuIcon { background-color: #002E69;  }
.ModuleTitle_MenuItemSel { background-color: #E5B32E; color: #DDF6FF; }
.Normal { font: inherit; }
.border { background-color: #008080; width:100%;  }
.containerrow1_gray {
color: RED;
}
*/
#cleartextarea
{ 
width:100%; 
height: auto; 
margin:0; 
padding: 0px 0px 0px 0px; 
overflow: visible; 
font-weight: bold; 
margin-bottom:20px;
border:0px;
border-style:solid;
border-color:black;

}
.ModuleTitle_MenuBar 
{
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px; 
	position:relative; 
	cursor:pointer!important; 
	height:25px!important;		
}
.ModuleTitle_SubMenu 
{
	left:0!important; 
	top:15px!important;
	width:150px;
	color:#002C69;	
}
.ModuleTitle_MenuItem 
{ 
	cursor: pointer!important; 
	color:#002C69;
	margin-bottom:0px;
	margin-top:0px; 
	font-family: "Times New Roman", Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #9AE6FE ;	
}
/*.ModuleTitle_MenuBreak { background-color: #BBF098; }*/
.ModuleTitle_MenuIcon 
{ 
	background-color: #9AE6FE;
	padding: 0px 0px 0px 0px;	 
}
.ModuleTitle_MenuItemSel 
{ 
	background-color: #002C69;
	color: #ffffff;
}
.Normal 
{
	 font: inherit;
}
/*.border 
{	
	background-color:#9AE6FE;
	width:100%;
	}*/
.containerrow1_gray 
{
	color:#ffffff;	
}
