/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_outline {
	width: 100%;
	background-color: #ffffff;
	border-right: #eb613e 1px solid; 
	border-top: #eb613e 1px solid; 
	border-left: #eb613e 1px solid; 
	border-bottom: #eb613e 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster {
}
.containerrow1 {
}
.containerrow2 {
}
.containermasterblk 
{
    color: #FFF;
}
.containerrow1blk 
{
    color: #FFF;
}
.containerrow2blk 
{
    color: #FFF;
}
.shadowrow1col1 {
width:25px;
height:27px;
background: url(images/box_r1_c1.gif) no-repeat;
}
.shadowrow1col2 {
background: url(images/box_r1_c2.gif) repeat-x;
height:27px;
}
.shadowrow1col3 {
width:27px;
height:27px;
background: url(images/box_r1_c3.gif) no-repeat;
}
.shadowrow2col1 {
width:25px;
background: url(images/box_r2_c1.gif) repeat-y;
}
.shadowrow2col3 {
width:25px;
background: url(images/box_r2_c3.gif) repeat-y;
}
.shadowrow3col1 {
width:25px;
height:27px;
background: url(images/box_r3_c1.gif) no-repeat;
}
.shadowrow3col2 {
height:27px;
background: url(images/box_r3_c2.gif) repeat-y;
}
.shadowrow3col3 {
width:27px;
height:27px;
background: url(images/box_r3_c3.gif) no-repeat;
}


