/* 
================================
Description:    Container style for LS
Last Updated:   September 06, 2007
================================
*/   
.containerrow1_green {
    width: 100%;
    background-image: url(/Portals/2/Images/cntContainerGreenBG.gif);
    background-repeat: repeat-x;
    background-color: #3e5c4b;
    color: #efe6c7;
    border-bottom: solid 1px #efe6c7;
}
.containermaster_green {
	width: 100%;
	background-color: #3e5c4b;
	border: #3e5c4b 1px solid; 
	color: #efe6c7;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containertext_green {
    color: #efe6c7;
}
.containerrow1_tan {
    width: 100%;
    background-image: url(/Portals/2/Images/cntContainerTanBG.gif);
    background-repeat: repeat-x;
    background-color: #efe6c7;
    color: #673300;
    border-bottom: solid 1px #673300;
}
.containermaster_tan {
	width: 100%;
	background-color: #efe6c7;
	border: #673300 1px solid; 
	color: #673300;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containertext_tan {
    color: #673300;
}
.containermaster_tan_nt {
    width: 100%;
	background-color: #efe6c7;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_transparent {
   width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}

