/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster
{
	width: 100%;
	background-color: #B8B6B5;
	border-right: #B8B6B5 1px solid;
	border-top: #B8B6B5 1px solid;
	border-left: #B8B6B5 1px solid;
	border-bottom: #B8B6B5 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.containermaster_grey
{
	width: 100%;
	border-right: #B8B6B5 1px solid;
	border-top: #B8B6B5 1px solid;
	border-left: #B8B6B5 1px solid;
	border-bottom: #B8B6B5 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.containermaster_grey_cell
{
	background-image: url(bg_pattern_donker2.gif);
}

.containermaster_trans
{
}


.containerrow {
	background-color: #ffffff;
}

.containerrow_trans
{
}

.containermaster_line 
{
	
}

.ModuleTitle_cell_black
{
	color: #000000;
	font-size: smaller; 
}


.ModuleTitle_cell_red
{
	color: #e4202a;
	font-size: larger;
}

.ModuleTitle_cell
{
	color: #ffffff;
	font-size: smaller;
}

.ModuleTitle
{
	font-weight: bold;
	font-family: Verdana;
}




