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