/* ================================
    CSS STYLES FOR CONTAINERS e&v design works
   ================================
*/

.whitecontainerskin
{
	width: 100%;
	background-color:Transparent;
	BORDER-RIGHT: #000000 0px solid; 
	BORDER-TOP: #000000 0px solid; 
	BORDER-LEFT: #000000 0px solid;
	BORDER-BOTTOM: #000000 0px solid;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.whitetitle
{
	font-family: Arial,Verdana,Sans Serif;
	color:White;
    font-size: 11pt; 
	font-style: normal;
	font-weight:bold;
}

.graytitle
{
	font-family: Arial,Verdana,Sans Serif;
	color:#929395;
    font-size: 11pt; 
	font-style: normal;
	font-weight:bold;
}

.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;
}

.graycontainerskin 
{
	width: 100%;
	background-color:#929395;
    BORDER-RIGHT: #929395 1px solid; 
	BORDER-TOP: #929395 1px solid; 
	BORDER-LEFT: #929395 0px solid;
	BORDER-BOTTOM: #929395 1px solid;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.padcontainer
{

    margin:0px 0px 0px 30px;
    background-color:Transparent;

}




