/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%; 

}
.containerrow1_gray {
}
.containerrow2_gray {
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}
.smallbuttons
{
cursor: pointer; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.contentarea
{
	font-family: Arial;  
	font-style: normal;
	padding: 5px;
}
.contentwrapper
{
	background-image: url('http://www.adulo.de/Portals/0/tiles/table-bg.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	border-right: 1px solid #6f6f6f;
	border-left: 1px solid #6f6f6f;
	border-bottom: 1px solid #6f6f6f;
	border-top: 1px solid #6f6f6f;
	margin-top: 5px;
	background-color: white;
	width:95%;
}
.contentwrapper1
{
	border-right: 1px solid #6f6f6f;
	border-left: 1px solid #6f6f6f;
	border-bottom: 1px solid #6f6f6f;
	border-top: 1px solid #6f6f6f;
	margin-top: 5px;
	background-color: white;
	width:95%;
}
.titlebar
{
	color: #1b334e; 
	font-family: Arial; 
	font-size: 12; 
	border-bottom: 2px solid #333;
	padding-top: 20px;
	width: 95%;
}
.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/ 
	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; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}