/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_ten {
	width: 100%; 
}
.container_top {
	background-image: url(content_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.content_left {
background-image:url(content_left.jpg); background-repeat:repeat-y; background-position: left top; width:5px
}

.container_centre {
	padding-right: 3px;
	padding-left: 3px;
}
.title_left {
	background-image:url(content_title_left.gif);
	width:6px;
	height:25px;
	background-position:left top;
	background-repeat: no-repeat;
}
.title_back {
	background-image:url(content_title_back.gif);
	background-repeat:repeat-x;
	background-position: left top;
}
.title_right {
	background-image:url(content_title_right.gif);
	width:6px;
	height:25px;
	background-position:left top;
	background-repeat: no-repeat;
}
.content_right {
background-image:url(content_right.gif); background-repeat:repeat-y; background-position: right top; width:5px
}

.container_btm {

	background-image: url(content_btm.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.title_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

