/* Generic CSS for DEVEDIT WINDOW within PENNINE BRIDLEWAY */
.clear { clear:both }

.highlight {
	font-weight:bold;
	color:#000000;
}
.imageLeft {
	float:left;
	margin-right: 18px;
	margin-top:5px;
}

.imageRight {
	float:right;
	margin-left: 18px;
	margin-top:5px;
}
.imageLeftNoBorder {
	float:left;
	margin-right: 18px;
	margin-top:5px;
	border:none !important;
}

.imageRightNoBorder {
	float:right;
	margin-left: 18px;
	margin-top:5px;
	border:none !important;
}
.imageNoBorder {
	border:none !important;
	margin-top:5px;
}

.minorText {
	background-repeat:repeat-x;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position:top;
	font-size:10px;
	line-height:normal;
	color:#A1CEBA;
	background-image:  url("../../images/Southdowns/dots.gif");
}
.moreInfo {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
	border-bottom-color: #1E484C;
}
.summarySection {
	margin-top: -1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2C6A70;
	border-bottom-color: #2C6A70;
	color:#000000;
}
.summarySection strong {
	color:#FFFFFF;
}

