/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.white_master 
{
	width: 100%;
	font-family: verdana;
	font-weight:normal;
	font-size:100%;
	color:#000000;
}

.white_title
{
	height:27px;
	font-weight: bold;
	font-size:0.75em;	/*12px*/
	color: #B00306;
	background-image: url(images/container_top.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.white_content
{
	padding-top: 1px;
	padding-bottom: 5px;
	font-size:0.6785em;	/*11px*/
	color: #B00306;
}