/*
================================
 Container Styles for DotNetNuke
================================
*/   

.container {
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 5px;
    border-left: solid #000000 1px;
    border-right: solid #000000 1px;
    border-bottom: solid #000000 1px
}
.cTextTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.containerHeader {
	background-image: url(darkslate.gif);
	background-repeat: repeat-x;
	height: 28px;
}
.containerContent {
	background-color: #FFFFFF;
}

















