﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.ContainerMaster {
	clear: both;
	background-color: transparent;
	padding: 0px;
	margin-bottom: 20px;
}

.ContainerMaster_Colored {
	clear: both;
	background-color: transparent;
	padding: 0px;
	margin-bottom: 0px;
}

/* style for module titles */
.ContainerHeader {
	background-color: transparent;
	border-bottom: 1px #0033cc solid;
}

.ContainerHeader_Colored {
	height: 20px;
	border-bottom: 0px orange solid;
	background-color: #0033cc;
}

.ContainerHeaderCenter
{
	float: left;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.Head   
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.Head_Colored   
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	vertical-align: middle;
}

.ContainerHeaderLeft
{
	float:left;
}

.ContainerHeaderLeft_Colored
{
	float:left;
}

.ContainerHeaderRight
{
	float:right;
}

.ContainerHeaderRight_Colored
{
	float:right;
}


/******************
*style for content*
******************/


.ContainerContent
{
	background-color: transparent;
	padding: 3px;
	border-right: 0px #2E2A00 solid;
	border-left: 0px #2E2A00 solid;
}

.ContainerContent_Colored {
	background-color: transparent;
	padding: 3px;
	border-right: 0px #2E2A00 solid;
	border-left: 0px #2E2A00 solid;
}

.ContainerContent_Banner {
	background-color: white;
	padding: 0px;
	text-align: center;
}

.ContainerFooter
{
	background-color: #2E2A00;
}

.ContainerFooter_Colored
{
	background-color: #2E2A00;
	height: 5px;
}

.ContainerFooterLeft
{
	width:4px;
	float: left;
	background-image: url(BottomLeft.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.ContainerFooterLeft_Colored
{
	width:4px;
	float: left;
	background-image: url(BottomLeft.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.ContainerFooterRight
{
	width:4px;
	float: right;
	background-image: url(BottomRight.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.ContainerFooterRight_Colored
{
	width:4px;
	float: right;
	background-image: url(BottomRight.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	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; 
	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; 
	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; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-style: normal;
	background-color: #C1D2EE;
}
