.contentTitle {
	position: relative;
}

.contentBody {
	position: relative;
    width: 100%;
    max-width: 757px;
    margin: 0 auto;
}

.outer {
	overflow: hidden;
}

div.backTo{
	float: right;
    padding: 4px 10px;
    position:relative;
    z-index:11;
}

div.backTo a{
	color:white;
}

.outer .contentBody .textVal ul,
.outer .contentBody .textVal ol{
	overflow:hidden;
}

.outer .contentBody .textVal ul li {
	/* firefox + ie fix */
	list-style-position: inside;
	list-style-type: disc;
	/*margin-left: 52px;*/
}

.outer .contentBody .textVal ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.outer .contentBody .textVal ol li{
	display: list-item;
	list-style-position: inside;
	list-style-type: decimal;
	/*margin-left:52px;*/
}

.outer .contentTitle.unPublished .textVal,.content-unpublished {
	color: red;
}

.content-unpublished {
	text-align: center;
}

.outer .contentBody img {
	margin: 5px;
	max-width:calc(100% - 10px);
}

.outer .contentBody li img.flotedLeft {
	margin-left: 5px;
	margin-right: 30px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	body#tinymce li img.flotedLeft {
		margin-left: -30px;
	}
}

/* .outer .contentBody .textVal p,.outer .contentBody .textVal li {
    margin-top: 8px;
    margin-bottom: 2px;
} */

.outer .contentTitle .textVal {
	overflow: hidden;
}

.controlMenu {
	background: none repeat scroll 0 0 lightgray;
	padding: 5px;
	position: absolute;
	z-index: 500;
}

.controlMenu .menuItem {
	display: block;
	font-size: 10.5px !important;
	font-weight: normal;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

.show .contentTitle,.show .contentBody {
	min-height: 20px;
}


.show .contentTitle{
	width:100%;
}

/* allow room for a back button - eg on news*/
.show .contentTitle.hasBackButton {
	width: 88%;
}

.show .contentBody.editmce {
	overflow-x: auto;
}

.outer.contents {
	padding-top: 0;
	display: none;
}

.outer.show {
	display: block;
}

.localControls a {
	left: 0;
	position: static;
	padding: 5px;
	display: block;
}

.localControls {
	background: none repeat scroll 0 0 lightgray;
	width: 100%;
}

.localControlsDockBar {
	background: none repeat scroll 0 0 lightgray;
	font-size: 1.2em;
	font-weight: bold;
}

.localControlsDockBar a {
	padding: 5px;
	display: block;
	text-align:center;
}

.estab-content-display {
	min-height: 109px;
}

.estab-content-display.unPublished {
	background: #ffd0d7;
}

@media all and (max-width: 970px) {
	.contentBody img.smallSquare {
		width: 23.5%;
	}
	.contentBody img.largeSquare {
		width: 46.5%;
	}
	.contentBody img.largeRectangle {
		width: 100%;
	}
	.contentBody img.smallRectangle {
		width: 46.5%;
	}
	.contentBody img.largeA4 {
		width: 42.8%;
	}
	.contentBody img.smallA4 {
		width: 23.8%;
	}
}

@media all and (max-width: 767px){
	.contentTitle, .contentBody {
    	padding: 0 10px;
    	width: calc(100% - 20px);
	}
}

@media print {
	#themeHeader a[href]:after {
    	content: none;
	}
	
	.aui #themeHeader a[href]:after {
    	content: none;
	}
	
	#wrapper a[href]:after {
    	content: none;
	}
	
	.aui #wrapper a[href]:after {
    	content: none;
	}
	
	#footer a[href]:after {
    	content: none;
	}
	
	.aui #footer a[href]:after {
    	content: none;
	}
}