/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.redleft
{
	background:url(leftRed.gif) no-repeat; width:5px; height:26px;
}
.redmain 
{
	background:url(bgRed.gif) repeat-x; font-weight:bold; font-size:11px;
}
.redright 
{
	background:url(rightRed.gif) no-repeat; width:5px; height:26px;
}
.blueleft
{
	background:url(leftBlue.gif) no-repeat; width:5px; height:26px;
}
.bluemain 
{
	background:url(bgBlue.gif) repeat-x; font-weight:bold; font-size:11px;
}
.blueright 
{
	background:url(rightBlue.gif) no-repeat; width:5px; height:26px;
}
.greyleft
{
	background:url(left.gif) no-repeat; width:5px; height:26px;
}
.greymain 
{
	background:url(bg.gif) repeat-x; font-weight:bold; font-size:11px;
}
.greyright 
{
	background:url(right.gif) no-repeat; width:5px; height:26px;
}
.containermaster{
	width: 100%;
	background-color: #FFFFFF;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background:white;
	margin-bottom:15px;
}
#ContentPane {
padding:5px;
}
hr {
	border: 1px #999999 inset;
}
