/* 
================================
 Container Styles for DotNetNuke
================================
*/ 
.containerrow2_yellow 
{
	
	background-color: #fbffea;
	}  
	.containerrow2__white
{

	background-color: #ffffff;
	}
/* 
================================
 Style for GREEN Container
================================
*/   
.containermaster_green {
	width: 100%;
	background-color: #ffffff;
	border-right: #666633 1px solid; 
	border-top: #666633 1px solid; 
	border-left: #666633 1px solid; 
	border-bottom: #666633 1px solid; 
	-border-top-left-radius:0px;
	-border-top-right-radius:0px;
	-border-bottom-left-radius:0px;
	-border-bottom-right-radius:0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 0px;
	height: 16px;
}
.containerrow1_green_img {
	background-image: url(gradinet_green.gif);
	background-repeat: repeat-x;
	border-bottom: #333366 1px solid;
	background-color: #fbffea;
	padding-top:4px;
	height: 16px;
	}
	.containerrow1_green_color {
	background-color: #cccc99;
	height: 16px;
	}
	

.line_green_hr
	{
	 color: #666633;
	    height:1px;}
	
	/* 
================================
 Style for ORANGE Container
================================
*/  
	.containermaster_orange {
	width: 100%;
	background-color: #ffffff;
	border-right: #996633 1px solid; 
	border-top: #996633 1px solid; 
	border-left: #996633 1px solid; 
	border-bottom: #996633 1px solid; 
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	}
	
.containerrow1_orange_image {
	background-image: url(gradinet_orange.gif);
	background-repeat: repeat-x;
	border-bottom: #996633 1px solid;
	background-color: #fbffea;
}
.containerrow1_orange_color {
	
	border-bottom: #996633 1px solid;
	background-color: #ff9933;
}
	
	
	.line_orange_hr
	{
	 color: #996633;
	    height:1px;}
	/* 

================================
 Style for  BLUE Container
================================
*/  
	.containermaster_blue 
	{
	width: 100%;
	background-color: #ffffff;
	border-right: #666699 1px solid; 
	border-top: #666699 1px solid; 
	border-left: #666699 1px solid; 
	border-bottom: #666699 1px solid; 
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	}
	
.containerrow1_blue_image {
	background-image: url(gradinet_arch_blue.gif);
	background-repeat: repeat-x;
	border-bottom: #666699 1px solid;
	background-color: #fbffea;
}
.containerrow1_blue_color {
border-bottom: #666699 1px solid;
	background-color: #9999cc;
}


	
	.line_blue_hr
	{
	 color: #666699;
	    height:1px;}
	 
	
	/*
=======
======
*/
.containermaster_blue_yellow {
	width: 100%;
	background-color: #fbffea;
	border-right: #666699 1px solid; 
	border-top: #666699 1px solid; 
	border-left: #666699 1px solid; 
	border-bottom: #666699 1px solid; 
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}
.containerrow1_blue_image
{
    background-image: url(gradinet_arch_blue.gif);
	background-repeat: repeat-x;
	border-bottom: #666699 1px solid;
	background-color: #fbffea;
	}
	
	
	.containerrow1_arch_blue_color
{
	border-bottom: #666699 1px solid;
	background-color: #cacde8;
	}
	
	

	
	/*withe heder, white backgraiund*/
.containerrow1_white
{
   
	border-bottom: #666699 1px solid;
	background-color: #ffffff;
	}
	
	
	

	
	/*
========
Cardinal containers
================================
*/
	.containermaster_cardinal {
	width: 100%;
	background-color: #fbffea;
	border-right: #990000 1px solid; 
	border-top: #6990000 1px solid; 
	border-left: #990000 1px solid; 
	border-bottom: #990000 1px solid; 
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}
.containerrow1_cardinal 
{
    background-image: url(gradinet_cardinal.gif);
	background-repeat: repeat-x;
	border-bottom: #990000 1px solid;
	background-color: #fbffea;
	}
	
	
	

.line_cardinal_hr
	{
	 color: #990000;
	    height:1px;}
	
