/* 
================================
 Container Styles for DotNetNuke
================================
*/   
#ContentPane
{
  margin:0px;
}

.Top10
{
  padding-top:10px
}

.White
{
color:#ffffff;
}

.PlainTextHeaderContainer
 {
	width: 100%;	
	BORDER-BOTTOM: solid #212C4A 1px; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_blue {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.PlainTextHeader {
	BORDER-BOTTOM: solid #212C4A 1px; 
}

.PlainTextHeaderContainer2
 {
	width: 100%;	
	BORDER-BOTTOM: solid white 1px; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.Corner
{
  width:6px;
  height:6px;
}

.Side
{
  width:6px
}

.Top
{
  height:6px;
}

.ContainerContent
{
  padding:10px;
  color:White;
}

.RedBG
{
  background-color:#990000;
}

.RedBG .Normal, .OrangeBG .Normal, .GreenBG .Normal
{
  color:#ffffff
}

.OrangeBG
{
  background-color:#cc6633;
}

.GreenBG
{
  background-color:#84aa52;
}

#RedTable .Normal, #OrangeTable .Normal, #GreenTable .Normal
{
  color:White;
}