/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_dabl {
	width: 200;
	background-color: white;
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 0px solid; 
	BORDER-LEFT: black 1px solid; 
	BORDER-BOTTOM: black 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_dabl_header {
	BACKGROUND-IMAGE: url(dablrepeat.gif);
}
.containerrow2_dabl_white {
	background-color: #FFFFFF
}
.containermaster_dabl_full {
	width: 100%;
	background-color: white;
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 0px solid; 
	BORDER-LEFT: black 1px solid; 
	BORDER-BOTTOM: black 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TitleIMI8_dabl {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  11px;
	font-weight: bold;
	color: #FFFF00;
}