/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster{
	width: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #474747;
	border-left-color: #474747;
}
.content {
	padding-top: 12px;
	padding-right: 16px;
	padding-left: 16px;
}
.TL {
	BACKGROUND-IMAGE: url(assets/left.gif);
	width: 12px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: top;
}
.TR {
	BACKGROUND-IMAGE: url(assets/right.gif);
	width: 12px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: top;
}
.top {
	background-image: url(assets/top.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

.BL {
	BACKGROUND-IMAGE: url(assets/BL.gif);
	width: 12px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: left;
}
.BR {
	BACKGROUND-IMAGE: url(assets/BR.gif);
	width: 12px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: right;
}
.bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #474747;
}
.titletext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #999999;
}
.BL {
	BACKGROUND-IMAGE: url(assets/BL.gif);
	width: 12px;
	height: 21px;
	background-repeat: no-repeat;
}

.bottom {
	BACKGROUND-IMAGE: url(assets/bottom.gif);
	background-repeat: repeat-x;
	padding-bottom: 2px;
}
.BR {
	BACKGROUND-IMAGE: url(assets/BR.gif);
	width: 12px;
	height: 21px;
	background-repeat: no-repeat;
}

HR {
 height: 1px;
 color: #474747;
}

