/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/*.containermaster2 {

	background-color: #ffffff;
	
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color:#006633;
}*/
.containermaster2 {
/*	width: 100%;*/
	background-color: #fff;
	background-image: url(images/center.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color:#006633;
}
.containermasterIcon {
	background-color: #fff;
	background-image: url(images/center.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color:#006633;
	padding-top:2px;
	vertical-align:top;
}
.containermaster3
{
	background: none Transparent;
}
.containermasterIcon3
{
	color:#006633;
	padding-top:2px;
	vertical-align:top;
}

.containermasterIcon3 img
{
	margin-left:-7px;
}
.containermasterIcon img
{
	margin-left:-7px;
}
.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;
}
.Tbl_Border{
	margin-bottom:1px;
/*	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1f994e;
	border-bottom-color: #1f994e;
	border-left-color: #1f994e;*/
}
.Tbl_Border1{
	margin-bottom:1px;
}
.containermaster3 span.Head
{
	color:#005AA6;
	font-family:"Century Gothic","Times New Roman",serif;
	font-size:12pt;
	font-weight:bold;
}
.containermaster2 span.Head
{
	font-family: "Trebuchet MS", Arial;
	font-size:14px;
	font-weight:bold;
}

