/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_white {
	width: 100%;
	background-color: #ffffff;
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
.containerrow1_white 
{
	height:39px;
	padding-right: 5px;
	padding-left: 5px;
}
.containerrow2_white {
	background-color: #ffffff;
	padding-right: 5px;
	padding-left: 5px;
}
.containermaster_image {
	width: 100%;
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
.containerrow1_image 
{
    background-image: url(tab.jpg); 
	height:19px;
	padding-right: 5px;
	padding-left: 5px;
}
.containerrow2_image   { 
	background-color: #ffffff;
	padding-right: 5px;
	padding-left: 5px;
}
.containermaster_color {
	width: 100%;
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
.containerrow1_color 
{
	height:19px;
	padding-right: 5px;
	padding-left: 5px;
}
.containerrow2_color  { 
	background-color: #ffffff;
	padding-right: 5px; 
	padding-left: 5px;
}





