/* Generic CSS for DEVEDIT WINDOW within PENNINE WAY */
P {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.clear { clear:both }

.highlight {
	font-weight:bold;
	color:#B6B1D6;
}
.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:#916998;
	background-image: url(../../images/PennineWay/light_purple_dots.gif);
}
.moreInfo {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
	border-bottom-color: #FFFFFF;
}
.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: #916998;
	border-bottom-color: #916998;
	color:#B6B1D6;
}
.summarySection strong {
	color:#FFFFFF;
}


