/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster_hr {
color: #FFFFFF;
background-color: #FFFFFF;
height: 0px;
}

.containermaster_gray {
	width: 100%;
	background-color: #ffffff;
	border-bottom: #D7D7D7 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_left {
	height: 33px;
	width: 17px;
	align: right;
	background-color: #ffffff;
	background-image: url(blue_left.jpg);
	background-repeat: no-repeat;
    background-position: right;

}
.containerrow1_mid {
	width: 100%;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-image: url(blue_mid.jpg);
}
.containerrow1_right {
	height: 33px;
	width: 17px;
	align: left;
	background-color: #ffffff;
	background-image: url(blue_right.jpg);
	background-repeat: no-repeat;
}
.containerrow2_gray {
	background-color: #ffffff;
}

/* red */

.containerrow1red_left {
	height: 33px;
	width: 17px;
	align: right;
	background-image: url(red_left.jpg);
	background-repeat: no-repeat;
    background-position: right;

}
.containerrow1red_mid {
	background-image: url(red_mid.jpg);
}
.containerrow1red_right {
	height: 33px;
	width: 17px;
	align: left;
	background-image: url(red_right.jpg);
	background-repeat: no-repeat;
}

/* yellow */
.containerrow1yel_left {
	height: 33px;
	width: 17px;
	align: right;
	background-image: url(yel_left.jpg);
	background-repeat: no-repeat;
    background-position: right;
}
.containerrow1yel_mid {
	background-image: url(yel_mid.jpg);
}
.containerrow1yel_right {
	height: 33px;
	width: 17px;
	align: left;
	background-image: url(yel_right.jpg);
	background-repeat: no-repeat;
}

