/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-top:0px;
	margin-bottom:12px;
}
.Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	line-height:25px;
	height:25px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	background-color: transparent;
}
.Header {
	height:25px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:4px;
	background-image:url(bar_silver.gif);
	background-repeat:repeat-x;
	width: 100%;
}
.content {
	padding-top:10px;
	padding-right:12px;
	padding-bottom:0px;
	padding-left:12px;
}
.close {
	background-image:url(close_bar.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:3px;
}
.containermasterLines {
	width: 100%;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-top:0px;
	margin-bottom:12px;
}
.HeadLines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #0D3F92;
	line-height:30px;
	height:30px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}
.HeaderLines {
	height:30px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:11px;
	border-top: 0px solid #b5b4b4;
	border-right: 0px solid #b5b4b4;
	border-bottom: 0px solid #b5b4b4;
	border-left: 1px solid #b5b4b4;
}
.contentLines {
	padding:8px;
	background-color:transparent;
	border-top: 0px solid #b5b4b4;
	border-right: 1px solid #b5b4b4;
	border-bottom: 0px solid #b5b4b4;
	border-left: 1px solid #b5b4b4;
}
.lineright {
	border-right: 1px solid #b5b4b4;
}
.lineleft {
	border-left: 1px solid #b5b4b4;
}
.gradright {
	background-color:#b5b4b4;
	text-align:left;
}
.gradleft {
	background-color:#b5b4b4;
	text-align:right;
}
