.acsawp td
{
	padding: 5px;
}

.ui-accordion-header, .ui-accordion .ui-accordion-header
{
	color: #fff;
	background: #2e8296;
	background: -moz-linear-gradient(top, #2e8296 0%, #026982 100%);
	background: -webkit-gradient(linear, top left, bottom left, color-stop(0%,#2e8296), color-stop(100%,#026982));
	background: -webkit-linear-gradient(top, #2e8296 0%,#026982 100%);
	background: -o-linear-gradient(top, #2e8296 0%,#026982 100%);
	background: -ms-linear-gradient(top, #2e8296 0%,#026982 100%);
	background: linear-gradient(to bottom, #2e8296 0%,#026982 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e8296', endColorstr='#026982',GradientType=0 );

	padding: 5px 10px;
	margin-bottom: 0px;

	cursor: pointer;
}

.acsa-parkingCalculator .ui-accordion
{
	margin-left: 10px;
	margin-top: 20px;
}


.ms-rtestate-field h4, h4.ms-rteElement-H4
{
	color: #fff;
	font-weight: normal;
}

.ui-accordion .ui-accordion-content {
	padding: 10px;
	border-radius: 1px;
	border-color: #dfdfdf;
	background-color: #eeeeee;
	background-image: none;
	line-height: 18px;
}

.drawer .ui-accordion .ui-accordion-content {
	padding: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.ms-webpart-chrome-title
{
		color: #fff;
	background: #2e8296;
	background: -moz-linear-gradient(top, #2e8296 0%, #026982 100%);
	background: -webkit-gradient(linear, top left, bottom left, color-stop(0%,#2e8296), color-stop(100%,#026982));
	background: -webkit-linear-gradient(top, #2e8296 0%,#026982 100%);
	background: -o-linear-gradient(top, #2e8296 0%,#026982 100%);
	background: -ms-linear-gradient(top, #2e8296 0%,#026982 100%);
	background: linear-gradient(to bottom, #2e8296 0%,#026982 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e8296', endColorstr='#026982',GradientType=0 );

	padding: 5px 10px;
	margin-bottom: 0px;

	cursor: pointer;

}

.ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a
{
	color: #fff;
}

.ms-webpart-chrome-title h2
{
	margin: 2px;
	margin-top: 7px;
}


.ms-WPBorder
{
	padding: 10px;
	border-radius: 1px;
	border-color: #dfdfdf;
	background-color: #eeeeee;
	background-image: none;
	line-height: 18px;
}

.ms-WPBody
{
	padding-bottom: 10px;
}

.ms-wpContentDivSpace
{
	padding-top: 10px;
}