/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_noborder
 {
	width: 100%;
	background-color:#FFFFFF;
	border-left:#BAC2C7 0px solid;
	border-right:#BAC2C7 0px solid;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.AshRound
{
	width:100%;
	
}
.bottcont
{
	width:100%;
	background-color:#E5E5E5;
}
.containermaster_ash
{
	width: 100%;
	background-color:#F8F8F8;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.Content_ash
{
	width:100%;
	background-color:Transparent;
	padding-left:10px;
}
.Content_area_NO
 {
	width:100%;
	padding-left:20px;
padding-right:20px;


 }
.Uniquetitle
{
	width:100%;
	height:39px;
	background-image:url(tpp12.jpg);
	background-repeat:no-repeat;
}

.RedTitle
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	color:#000000;
}