/* 
================================
 Container Styles for DotNetNuke
================================
*/

.summarycell
{
	padding: 0 5 0 5;
	font-weight: normal;
	line-height:17px;
}

.containertop
{
	background-color: #F8EED3;
	border-top: 1px solid #E4CCA3;
}

.containerleft
{
	background-color: #F8EED3;
	border-left: 1px solid #E4CCA3;
}

.containertopleft
{
	background-color: #F8EED3;
	border-top: 1px solid #E4CCA3;
	border-left: 1px solid #E4CCA3;
}

.containerbody
{
	width: 100%;
	background-color: #F8EED3;
	padding-left: 0px;
	padding-right: 0px;
}

.containertitle
{
	background-image: url(header_bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6B3D1A;
}

.containerheader
{
	background-image: url(header_bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.containerheader TD
{
	height: 20px;
}


.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;
}

.transparent
{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.borderless
{
	background: #F8EED3;
	margin-bottom: 10px;
	border: 1px solid #E7CAA7;
}

.borderless300
{
	width: 300px;
	background: #F8EED3;
	margin-bottom: 10px;
	border: 1px solid #E7CAA7;
}