/* 
================================
 Container Styles for CLCA 
================================
*/   

.containermaster_Grey {
	width: 175px;
	background-color: #EFEFEF;
	border: 1px none #7994cb;
	border-bottom: 1px solid #333333;
	color: #FFFFFF;
	}
.containerrow1_Grey {
	background-color: #666666;
	color: #FFFFFF;
}

.containerrow1_DkGrey {
	background-color: #333333;
	color: #FFFFFF;
}

.containerrow1_Red {
	background-color: #CC0000;
	color: #FFFFFF;
}

.containermaster_White {
	width: 175px;
	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: 1px none #333333;
	border-right: 1px none #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
	
	}

.ContentBorder_White {
	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: 1px none #333333;
	border-right: 1px none #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
	color:#333333
	}
	
A.PanelLinks:link {
    text-decoration:    none;
    color:#FFFFFF;
}

A.PanelLinks:visited  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.PanelLinks:active   {
    text-decoration:    none;
    color:#FF9900;
}

A.PanelLinks:hover    {
    text-decoration:    none;
    color:#FF9900;
}
.ModuleTitle {
	text-align: left;	
}