/* 
================================
 Container Styles for DotNetNuke
================================
*/

.containermaster
{
	width: 100%;
	background-color: #f1f1f1;
}

.innerTable
{
	background-color: white;
	border-color: #cccccc;
	border-left-width: 1pt;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-style: solid;
}

.headerTable
{
	background-image: url(container_header_background.png);
	background-repeat:repeat-x;
	background-position:top left;
	border-color: #cccccc;
	border-left-width: 0pt;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 1pt;
	border-style: solid;
	height:20px;
	}

.containerrow1_free
{
	background-color: Transparent;
}
.containerrow2_free
{
	background-color: Transparent;
}

.title
{
	font-weight: normal;
	font-size: 9pt;
	color: #444444;
	font-family: Tahoma, Arial, Helvetica;
}
