/* 
=======
 Container Styles for DotNetNuke
=======
*/   

#ContainerTableTitle
{ background:transparent; border: solid 0 #000; }

#ContainerTableTitle th, #ContainerTableTitle td.Content, #ContainerTableTitle td.Footer
{ text-align: left; text-decoration:none; font-size: 16px; font-weight: bold; color:#633; font-family: Georgia, "Times New Roman", Times, serif; line-height:25px; padding: 0 5px 2px; }

#ContainerTableTitle th
{
	/*OldColor #5F89D5; Little lighter blue */
	background: transparent; 
	border-bottom:2px solid #633;
	
}

#TitleTitle
{ color:#633; font-size:20px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; }


#TitleTitle .Head
{
	font-size: 18px;
}

#ContainerTableTitle td.Footer
{
	background:#FFFFFF; 
	border-bottom:1px solid #000; 
	padding: 2px 5px 0px 5px;
	vertical-align: middle;
}

#ContainerTableTitle td.Content
{
	line-height: normal;
	font-weight: normal; 
	padding: 5px 5px 5px 5px;
}
