/* 
================================
 Container Styles for CMS
Designed by M-Kermani
================================
*/   
.Head
{
	font-family:Tahoma;
    font-size:  11px;
    font-weight: Bold;
    color: #000000;
}
.Normal
{
	font-family:Tahoma;
    font-size:  11px;
    font-weight: Normal;
    color: #000000;
	padding:0px 0px 0px 0px;
}
#commonD .Head
{
	font-family:Tahoma;
    font-size:  11px;
    font-weight: Bold;
    color: #000000;
}
#commonD td .Normal, #commonD th .Normal, #commonD div .Normal, #commonD p .Normal
{
	ffont-family:Tahoma;
    font-size:  11px;
    font-weight: Normal;
    color: #000000;
	padding:0px 0px 0px 0px;
}




.containermaster {
	width: 100%;
	background-color: #ffffff;	
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.logincontainer {
	width: 100%;
	background-image: url(rightedge2_bg.gif);
	background-position:left;	
	background-repeat: repeat-y;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.Standard {
	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;
}
.Cyan {
	width: 100%;
	background-color: #e6f0f2;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster3 {
	width: 100%;
	background-image: url(rightedge3_bg.gif);
	background-position:left;	
	background-repeat: repeat-y;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_grey {
	width: 100%;
	background-color: #ffffff;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	border-top: #DBDBDB 1px solid;
	border-bottom: #DBDBDB 1px solid;
	border-left: #DBDBDB 1px solid;
	border-right: #DBDBDB 1px solid;
}
.container_header {
	height: 30px;
	background-color: #DBDBDB;
}






