/* CSS Document */

.c_head{padding:0; margin-top:8px;text-align:left;}

/*---------- To align the Actions, Icon and Title ---------*/
.c_icon, .c_actions, .head_title h1{float:left;}
.c_icon img { float:left; padding-right:4px; }
.head_title h1{margin:0; padding:0;}
.icn img{margin-right:5px;}

.head_title{margin:0; float:left;width:100%;}
.title_vis{margin:0; float:right;}

.c_content{clear:both;}

.c_contentpane {
	text-align: left;
	
}
.c_footer {clear:both;margin-bottom:20px;padding:0; text-align:right;}

/*---------- default style for head & normal -----------*/
.Normal p{margin-top:0px;}

/*---------- For the inline edit icons -----------*/
.eipbackimg {background-color:#DAE7F2;border:solid 1px #4F839F;}
.c_content .eipbackimg {margin-top:0;margin-left:-20px;}


.containermaster_gradient {
	background-image: url(images/gradientbackground.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 100%;
	padding: 8px;
}

.containertitle_blue {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 18px;
	color: #0091ba;
	float: left;
}
.dash_blue {
	background-image: url(images/dash_blue.gif);
	background-repeat: repeat-x;
}

.tableheader {
	float: left;
}

/* Container Bottom */

.containermaster_ontwerpers {
	width: 232px;
	margin-left: 2px;
	margin-right: 2px;
}
.containerheader_ontwerpers {
	background-image: url(images/ContainerBottom/voorontwerpers.gif);
	background-repeat: no-repeat;
	width: 232px;
	height: 184px;
}


.containermaster_ontwikkelaars {
	width: 232px;
	margin-left: 2px;
	margin-right: 2px;
}
.containerheader_ontwikkelaars {
	background-image: url(images/ContainerBottom/voorontwikkelaars.gif);
	background-repeat: no-repeat;
	width: 232px;
	height: 184px;
}


.containermaster_eindgebruikers {
	width: 232px;
	margin-left: 2px;
	margin-right: 2px;
}
.containerheader_eindgebruikers {
	background-image: url(images/ContainerBottom/vooreindgebruikers.gif);
	background-repeat: no-repeat;
	width: 232px;
	height: 184px;
}


.containercontent_bottom {
	width: 232px;
/*	padding: 10px;*/
	padding: 0px;
/*	border: 10px solid #dbdbdb;
	border: 10px solid #e5e5e5;*/
	border: 8px solid #ececec;
}


.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 */
	text-align:left;
}

.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;
}



