@charset "UTF-8";
.borderContentAreaCustomised {
	background-color:#FFFFFF;
	/*margin-left:230px;*/
	padding-left:30px;
	color:#616161;
	padding-right:30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e6e6e6;
	margin-top:3px;
	padding-bottom:30px;
	position:relative;
	float:right;
}
.borderLeftDivCustomised {
	float: left;
	width: 227px; /*configurable in INI file*/
	height: auto;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	background-position: 25px 0px;
	background-color: #f7f7f7;
	position:relative;
	border: 0px solid #000000;
	background-image: url(../images/interface/leftNavTopBackground.gif);
	background-repeat: repeat-x;
}

