/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/* Container */
.containermaster_onlytitlecontainer {
	width: 100%;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	moz-border-radius-bottomleft: 1px; 
	moz-border-radius-bottomright: 1px; 
	moz-border-radius-topleft: 1px; 
	moz-border-radius-topright: 1px
}

/* Green Title */
.containermaster_green_title	{
	background-color: #FFFFFF;
	font-family:verdana, sans-serif;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
}

/* Black Title */
.containermaster_black_title	{
	background-color: #FFFFFF;
	font-family:verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

containermaster_onlytitlecontainer_title{
	background-color: #FFFFFF;
	font-family:verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.containermaster_onlytitlecontainer_content	{
	background-color: #FFFFFF;
	font-family:verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

/* No Content 
.containermaster_nocontainer {
	width: 100%;
	background-color: #FFFFFF;
	border: #FFFFFF 0px solid;
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px
}

.containermaster_nocontainer_content	{
	background-color: #FFFFFF;
	display:inline;
	font-family:verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}*/







