/* 
================================
 Container Styles for DotNetNuke
================================
*/   
/*****************************************************/
/*  Anpassungen, Border + Styles | G.Haas, 3.01.2008 */
/*****************************************************/

/* Container mit Image Rand **************************/

.container-frameX {
	width: 100%;
	background-color: #ffffff;
}
/* top mit Hintergrund */

.container-frameX .topIx-- {
	background-image: url(frame-topIx--.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 34px;
	vertical-align: top;
}
.container-frameX .topI-x- {
	background-image: url(frame-topI-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 34px;
}
.container-frameX .topI--x {
	background-image: url(frame-topI--x.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 34px;
	vertical-align: top;
}

/* top ohne Hintergrund */

.container-frameX .topx-- {
	background-image: url(frame-topx--.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 34px;
	vertical-align: top;
}
.container-frameX .top-x- {
	background-image: url(frame-top-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 34px;
}
.container-frameX .top--x {
	background-image: url(frame-top--x.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 34px;
	vertical-align: top;
}

/* links und rechts */

.container-frameX .midx-- {
	background-image: url(frame-midx--.gif);
	background-repeat: repeat-y;
	width: 17px;
	height: 100%;
}
.container-frameX .mid--x {
	background-image: url(frame-mid--x.gif);
	background-repeat: repeat-y;
	width: 17px;
	height: 100%;
}

/* unten */

.container-frameX .botx-- {
	background-image: url(frame-botx--.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	vertical-align: top;
}
.container-frameX .bot-x- {
	background-image: url(frame-bot-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 17px;
}
.container-frameX .bot--x {
	background-image: url(frame-bot--x.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	vertical-align: bottom;
}

/* Container ohne Image Rand ************************/

.container-frame {
	width: 100%;
	background-color: #ffffff;
    	-moz-border-radius-bottomleft: 3px; 
	-moz-border-radius-bottomright: 3px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}

.containermaster_blank {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #f3f5fa 1px solid; 
	border-top: #f3f5fa 1px solid; 
	border-left: #f3f5fa 1px solid; 
	border-bottom: #f3f5fa 1px solid; 
	-moz-border-radius-bottomleft: 3px; 
	-moz-border-radius-bottomright: 3px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}

.containermaster_white {
	width: 100%;
	background-color: #ffffff;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 3px; 
	-moz-border-radius-bottomright: 3px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}

.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 3px; 
	-moz-border-radius-bottomright: 3px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}

.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
.containerrow3_blue {
	background-color: #f3f5fa;
}

.containerrow_white {
	background-color: #ffffff;
}

.containerrow_blank {
	background-color: #f3f5fa;
}
.containerrow1_grey {
	background-image: url(gradient_LtGrey.jpg);
}

/*************************************/
/* Overrides für Container, G.Haas   */
/*************************************/

ul {
    /* border-style: solid;
    border-width: 2px;
    border-color: #f3f5fa;
    */
    padding-left: 20px;
    margin-left: 0px;
}

li {
    list-style-image: url(node_red.gif);
    border-bottom-style: solid;
    border-bottom-color: #f3f5fa;
    border-bottom-width: 1px;
    padding-top: 3px;
    padding-bottom: 3px;    
}

/*************************************/

.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;
}


