/* 
================================
 Container Styles for COPContainers
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #ffffff;
	border-right: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(silverhead.gif);
    color: #999999;
    font-family: arial, helvetica;
    font-size: 11px; 
	font-style: normal;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.container_Shaded {
	background-image: url(shaded.gif);
    color: #999999;
    font-family: arial, helvetica;
    font-size: 11px; 
	font-style: normal;
}
.containershaded_Title 
{
    color: #4b4b4b;
    font-family: arial, helvetica;
    font-size: 11px; 
	font-style: normal;
	font-weight: bold;
}
.ContentPane_UDL
{
    border-top-style:solid;
    border-top-color:#CCCCCC;
}
.containershadedcontent {
	width: 100%;
	border-bottom-style:dashed;
	border-bottom: 95%;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	background-color: #ffffff;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.container_topRound {
	background-image: url(toprounded.gif);
    color: #999999;
    font-family: arial, helvetica;
    font-size: 11px; 
	font-style: normal;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	text-indent: 4px;
	height: 20px;
}
.container_contentRound {
	background-image: url(contentbkgrdrounded.gif);
	background-repeat: repeat;
	}
.container_bottomRound {
	background-image: url(bottomrounded.gif);
    background-color: #ffffff;
    font-family: arial, helvetica;
    font-size: 11px; 
	font-style: normal;
}
.greybackground 
{
    background-color:Gray
}
