/* 
================================================
 BWBall Container Styles for DotNetNuke
================================================
*/   

.standardTable{
	background-color: #FFFFFF;
}

.framedTable{
	border: 1px solid #729cb1;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px; 
	color: #7a7a7a; 
	line-height: normal;
	font-weight: normal;
	width: 100%;	
}

.framedTableHeader
{
	background-image: url("images/frameTableHeader.gif");
	width: 100%;	
}

.blueTitle{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 18px; 
	color: #729cb1; 
	line-height: normal;
	font-weight: bold;		
}

.whiteTitle{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px; 
	color: #ffffff; 
	line-height: normal;
	font-weight: normal;	
}

.smallBlackTitle{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px; 
	color: #000000; 
	line-height: normal;
	font-weight: bold;		
}

