/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width:100%;
	margin-top:15px;
}
.containerrow1_gray {
	border-right: #9A9A9A 1px solid; 
	border-top: #9A9A9A 1px solid; 
	border-left: #9A9A9A 1px solid; 
	border-bottom: #9A9A9A 1px solid; 
	height:21px;
}

.ContainerContent 
{
	background-color: #CCCCCC;
	border-right: #9A9A9A 1px solid; 
	border-top: #9A9A9A 1px solid; 
	border-left: #9A9A9A 1px solid; 
	border-bottom: #9A9A9A 1px solid; 
}

.ContTrTitle
{
	background-image:url('HeaderBg.png');
	background-repeat:repeat-x;
}

.TransTitle
{
	font-weight:bold;
	font-size: 15px;
	font-family: Arial, Verdana;
	color:White;
}
.TransContainer1ContentPane
{
	color: black;
}

.transTitleBar
{
	border-bottom:solid 1px white;
}

