/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.urc{text-align:right}
.containertop {
	width: 100%;
	background-color:Transparent;
	border-bottom: #6ba6b5 1px solid; 
	padding-bottom:5px;
}
.containertitle
{
	font-family:Arial;
	font-weight:bold;
	font-size:larger;
	color:#6ba6b5;
}
.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; 
	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;
}

.topbg1 
{
	background-image: url(contbg_01.gif);
	background-repeat:no-repeat;
	width:16px;
	height:21px;
}
.topbg2 
{
	background-image: url(contbg_02.gif);
	background-repeat:repeat-x;
	height:21px;
}
.topbg3 
{
	background-image: url(contbg_03.gif);
	background-repeat:no-repeat;
	width:22px;
	height:21px;
}
.vbg 
{
	background-image: url(contbg_04.gif);
	background-repeat:repeat-y;
	width:16px;
}
.hbg 
{
	background-image: url(contbg_06.gif);
	background-repeat:repeat-y;
	width:22px;
}
.bundbg1 
{
	background-image: url(contbg_07.gif);
	background-repeat:no-repeat;
	width:16px;
	height:24px;
}
.bundbg2
{
	background-image: url(contbg_08.gif);
	background-repeat:repeat-x;
	height:24px;
}
.bundbg3 
{
	background-image: url(contbg_09.gif);
	background-repeat:no-repeat;
	width:22px;
	height:24px;
}


