/*-------------------------------------
	Defaults
--------------------------------------*/
.ContainerActionsBar
{
	background-color: #FFE1E1;
}
div.WA3Container
{	
	clear:both;
	margin:5px 0px;
}
h2.WA3ContainerTitle, h2.WA3ContainerTitle span
{

}
div.WA3Container_Content
{
	/*padding: 0 0 8px 8px;*/
	clear: both;
	text-align: left;
}
div.BlueHeader h2
{
	background:url(images/blue-container.jpg) repeat-x;
	height:38px;
	margin:5px 0px;
	padding:7px 10px 0;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
-web-kit-left-radius: 15px;
-web-kit-top-right-radius: 15px;
-web-kit-bottom-right-radius: 0px;
-web-kit-bottom-left-radius: 0px; 
}

div.BlueHeader h2 span
{
	color:#fff;
	font-size:18px;
}


div.gray
{
	background:url(images/gray-container.jpg) repeat-x;
	margin:7px 0px;
	padding:10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-web-kit-border-radius: 15px;
}
div.gray h2 span
{
	color:#535353;
	font-size:18px;
	text-shadow:1px 1px 1px #fff;

}
div.gray h2
{
	margin:-3px 0 19px;
}

.rsHeader h2{
background-color:none !important;
background-image:none !important;
}

.white-rounded {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	padding:6px 10px;
	border:1px solid #ccc;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}

.white-rounded h2 {
	border-bottom:1px solid #ddd;
}

.white-rounded h2 .Head {
	color:#2176B1;
	font-weight:bold;
	font-size:17px;
}
