/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.noheadnoback{
border: 0px solid white;
padding: 0px;
font-family: Arial;
font-weight: bold;
font-size: 11pt;
width: 606px;
}
.logoarea
{
	padding-left: 5px;
	text-align: left;
}

.contentarea
{
	padding-left: 10px;
	text-align: left;
}
.contentarea p, .contentarea A:link, .contentarea A:visited, .contentarea A:hover
{
	color:#343635;
	font-family: Arial;
	font-size: 11pt!important;
}
.profiles TD
{
	color:#343635;
	font-family: Arial;
	font-size: 10pt!important;
	padding-left:5px;
	padding-top: 15px;
	text-align: justify;
}
.contentarea h2
{
	color: #3553e7;
}
.contentarea A:link, .contentarea A:visited, .contentarea A:hover
{
	text-decoration: underline;
}


.qltitle{
color:#329d1b;
font-family: Century Gothic;
font-size:16pt;
font-weight:normal;
}
.qlcontent
{
	padding-top: 10px;
	padding-left: 25px;
}

.qlcontent a:link,.qlcontent a:hover, .qlcontent a:visited
{
	width: 220px;
	color:#343635;
	font-family: Arial;
	font-size: 11pt!important;
}

.ql-top{
background-image:url(images/ql-top.jpg);
background-position:top left;
background-repeat:no-repeat;
height:30px;
width:229px;
}
.ql-bottom{
background-image:url(images/ql-bottom.jpg);
background-position:top left;
background-repeat:no-repeat;
height:33px;
width:229px;
}

/*MENU ITEMS FOR CONTAINERS*/

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

