/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containerm_blue {
	width: 100%;
	/* background-color: #dfe5f2; */
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.red {



background-color: #EFECE7;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}




.containerrow1_blue {
	background-color: #dfe5f2;
  	background-repeat: no-repeat;
	height:25px;


	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
}

.containerrow2_blue {
	/*background-color: #ffffff; */
	background-image: url(blend_linksblauw.gif);
  	background-repeat: repeat-x;
	background-position:bottom left; 
	background-attachment: scroll;


	-moz-border-radius-bottomleft: 0.5em;
	-webkit-border-radius-bottomleft: 0.5em;
	border-radius-bottomleft: 0.5em;

	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-radius-bottomright: 0.5em;
	border-radius-bottomright: 0.5em;

}


/* SideMenu  */
.MenuHdr
{ 
  font-size: 10pt; 
padding-left: 10px; 
font-weight: bold; 
padding-bottom: 2px; 
  background-color: #f1f1f1; 
padding-top: 2px; 
cursor: default;
font-family: Tahoma, Arial, Helvetica;
}
.MenuItemHR
{
  background-color: #f1f1f1; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999999;   
  margin-right: 5px; 
}

.MenuItemMouseOver
{
  background-position: right top;
  background-image: url(images/menuarrow-bg.gif);
  background-repeat: no-repeat;
}

.MenuItem, .MenuItemMouseOver
{
  font-size: 8pt; font-weight: normal; padding-bottom: 1px;
  background-color: #f1f1f1; padding-top: 1px; font-family: Tahoma, Arial, Helvetica;
  border: #f1f1f1 1px solid; 
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  text-decoration: none; color: black; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link, 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  display: block;
  padding-left: 20px;
  padding-bottom: 1px;
  cursor: pointer;
  color: black;
  padding-top: 1px;
  text-decoration: none;   
  width: 100% 
}

.MenuCurrentPage
{
  color: #696969;
}
  
.MenuItemMouseOver
{
  border: #00008B 1px solid;
  background-color: #cccccc !important;  
}

