/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.container {
	width: 100%;
	background-color: #cccccc;
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.headerbar{
	background: url("headerbg.gif");
	background-repeat:repeat;
	color:#FFFFFF;
	font-size:9pt;
}

/*Makes title on container smaller - overwrites default */
.head {
	color:#FFFFFF;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

a.normal {
	color:#FF0000;
}
