/* 
================================
 Container Styles for DotNetNuke
================================
*/


.containermaster_black
{
	width: 100%;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #ffffff;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.containermaster_bg
{
	width: 100%;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-image: url(bg_gradientslice.jpg);
	background-repeat: repeat-x;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.bm_content
{
	color: Black;
}

.menuTitlebar
{
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height: 20px;
	margin-left: 5px;
	text-align:center;
}
.menuTitlebarbg
{
	height: 30px;
	background-image: url(content_block_header_bg.jpg);
	text-align:left;
}
.menuTitlebargr
{
	
	height: 30px;
	background-image: url(grayslice20x38.jpg);
	
	}
.menuTitlebarsm
{
	background-image: url(small_header_bg.jpg);
	height: 20px;
	text-align:left;
}
.menuTitlebarsmall
{
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height: 20px;
	margin-left: 5px;
	vertical-align: middle;
	text-align:center;
	
}

.smallhdBar
{
	background-image: url(small_header_bg.jpg);
	height: 20px;
}

.smallHDSmall
{
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height: 20px;
	margin-left: 5px;
	vertical-align: middle;
}


