/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.nopadding
{
 padding: 0px;
}
.containermaster_text {
	width: 100%;
	background-color: #FFFFFF;
	border: 0px;
}
.containerrow1_text {
	background-image: url(textheader_grad.gif);
	background-position:  left;
	background-repeat: repeat-y;
	height: 30px;
}
.containerhr_text
{
	width: 100%;
	color: #E1E1E1;
	size: 5px;
	height: 3px;
}
.containerContent_text
{
	background-color: #FFFFFF;
}
.containermaster_image {
	width: 100%;
	background-color: #E1E1E1;
	border-right: #E1E1E1 1px solid; 
	border-top: #E1E1E1 1px solid; 
	border-left: #E1E1E1 1px solid; 
	border-bottom: #E1E1E1 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_image {
	background-image: url(header_grad.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: white;
	height: 30px;
}
.containerrow2_image {
	background-color: #ffffff;
}
.containerRightGrad_image
{
	width: 6px;
	font-size: 6px;
	background-image: url(right_grad.gif);
}

.containerBottomGrad_image
{
	height: 6px;
	background-image: url(bottom_grad.gif);
}
.containerCornerGrad_image
{
	height: 6px;
	width: 6px;
	background-image: url(corner.gif);
}

.containerContent_image
{
	padding: 5px;
	border: 1px solid #ABABAB;
	background-color: #FFFFFF;
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  8pt;
    font-weight:  bold;
    color: #2D4E6F;
}


