/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.Normal {
	width: 100%;
	background-color: transparent;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #666666;
	text-align: left;

}
.Normal td,li,blockquote,ul,p,table {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 1.0em; 
	color: #666666;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;

}

a:link {
	color: #0052A5;
}
a:visited {
	color: #0052A5;
}
a:hover {
	color: #cc9933;
	text-decoration: none;
}
a:active {
	color: #0052A5;
}

.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: Verdana Tahoma, Arial, Helvetica; 
	font-size: 1em; 
	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: .9em; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}


h1
{
	font-family: Verdana, Helvetica; 
	font-size: 1.6em;
	line-height: 1.8em;
	color: #cc9933;
}

h2
{
	font-family: Verdana, Helvetica; 
	font-size: 1.3em;
	line-height: 1.8em;
	color: #cc9933;
/*	border-bottom:solid 2 #cc9933;*/
}

h3
{
	font-family: Verdana, Helvetica; 
	font-size: 1.3em;
	line-height: 1.8em;
	color: #666666;
	 font-weight:bold;
/*	border-bottom:solid 2 #cc9933;*/
}

.Head 
{
	font-family: Verdana, Helvetica; 
	font-size: 1.5em;
	line-height: 1.5em;
	color: #cc9933;
}






