/* Generic CSS for DEVEDIT WINDOW within PENNINE BRIDLEWAY */
.clear { clear:both }

.highlight {
	font-weight:bold;
	color:#69CCEB;
}
.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;
	
}
.moreInfo {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
	border-bottom-color: #FFFFFF;
}
