/* 
================================
 Container Styles for DotNetNuke
================================
*/   

#ContainerTable3Line
{
	background:#FFF; 
	border-bottom:0px solid #000; 
	border-left:0px solid #000; 
	border-right:0px solid #000; 
	border-top:0px solid #000; 
}

#ContainerTable3Line th, #ContainerTable3Line td.Content, #ContainerTable3Line td.Footer
{
	text-align: left;
	text-decoration:none; 
    	font-family: arial;
	font-size: 11px; 
	font-weight: bold; 
	color:#FFF; 
	line-height:19px; 
	padding: 0 5px 2px 5px;
}

#ContainerTable3Line th
{
	background:#FFF; 
	border-bottom:1px solid #000; 

}

#Title3 .Head
{
	color:#990000; 
	font-size: 11px;
}

#ContainerTable3Line td.Footer
{
	background:#d2d1c6; 
	border-bottom:1px solid #000; 
	padding: 2px 5px 0px 5px;
	vertical-align: middle;
}

#ContainerTable3Line td.Content
{
	line-height: normal;
	font-weight: normal; 
	padding: 5px 5px 5px 5px;
}


