/* ================================
    CSS STYLES FOR CONTAINERS
   ================================
*/   


.whitecontainerskin
{
	width: 100%;
	background-color:#ffffff;
	BORDER-RIGHT: #ffffff 0px solid; 
	BORDER-TOP: #ffffff 0px solid; 
	BORDER-LEFT: #000000 0px solid;
	BORDER-BOTTOM: #ffffff 0px solid;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.blacktitle
{
	color:#292929;
	font-size : 8pt;
	font-family : Arial,Verdana,Sans Serif;
	font-weight: bold;
	text-transform:uppercase;
}

.whitetitle
{
	color:#ffffff;
	font-size : 8pt;
	font-family : Arial,Verdana,Sans Serif;
	font-weight: bold;
	text-transform:uppercase;
}

.graywhitecontainerskin
{
	width: 100%;
	background-color:#ffffff;
	BORDER-RIGHT: #ffffff 0px solid; 
	BORDER-TOP: #ffffff 0px solid; 
	BORDER-LEFT: #ffffff 0px solid; 
	BORDER-BOTTOM: #ffffff 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.olivecontainerskin 
{
	width: 100%;
	background-color:#C3C7B2;
	BORDER-RIGHT: #ffffff 0px solid; 
	BORDER-TOP: #ffffff 0px solid; 
	BORDER-LEFT: #ffffff 0px solid; 
	BORDER-BOTTOM: #ffffff 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.transparentcontainerskin 
{
	width: 100%;
	background-color:Transparent;
	BORDER-RIGHT: #ffffff 0px solid; 
	BORDER-TOP: #ffffff 0px solid; 
	BORDER-LEFT: #ffffff 0px solid; 
	BORDER-BOTTOM: #ffffff 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.transparentcontainer 
{   
	background-color: Transparent;
}



