/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray_noborder {
	width: 100%;
	background-color: #ffffff;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	moz-border-radius-bottomleft: 8px; 
	moz-border-radius-bottomright: 8px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_dkgray_noborder {
	width: 100%;
	background-color: #074482;
	border-right: #8f9092 1px solid; 
	border-top: #ffffff 2px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #000000 1px solid; 
	moz-border-radius-bottomleft: 8px; 
	moz-border-radius-bottomright: 8px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_noborder {
	width: 100%;
	background-color: #ffffff;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid;
	padding-right: 20px; 
	moz-border-radius-bottomleft: 3px; 
	moz-border-radius-bottomright: 3px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_rightborder {
	width: 175px;
	background-color: #ffffff;
	border-right: #666666 1px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	moz-border-radius-bottomleft: 3px; 
	moz-border-radius-bottomright: 3px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_leftborder {
	width: 194px;
	background-color: #ffffff;
	border-right: #666666 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #666666 1px solid; 
	border-bottom: #8f9092 0px solid; 
	moz-border-radius-bottomleft: 3px; 
	moz-border-radius-bottomright: 3px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
.containerrow1_graygradient {
    background-color: #084683;
    width: 283px;
    height: 22px;
    padding-left: 5px;
} 
.containerrow1_dkblue {
    background-color: #084683;
    width: 186px;
    height: 22px;
    padding-left: 5px;
}
.containerrow2_gray {
	background-color: #ffffff;
    width: 194px;
}
.containerrow2_blue {
	background-color: #CCCCCC;
	width: 100%;
}

.containerrow2_white {
	background-color: #FFFFFF;
	width: 100%;
}

.containerrow_reg {
	background-color: #FFFFFF;
	width: 191;
	
}

.white_header {
    background-color: #ffffff;
    height: 15px;
}
.containerrow_main {
	background-color: #ffffff;
	width: 100%;
}
.right_border {
	background-color: #ffffff;
    border-right: #666666 1px solid;
    width: 194px;
}
.left_border {
	background-color: #ffffff;
    border-left: #666666 1px solid;
    width: 194px;
}

.headerbar {
    background-image: url(/Portals/0/images/divider.gif);
	background-repeat: no-repeat;
}

.hd_bg   {
    background-image: url(/Portals/0/images/hdbg.gif);
}
.containerbkgrd   {
     background-image: url(/Portals/0/images/ContainerHdrBkgrd.gif)
}








