/*Devedit styles*/

.highlight {
	font-weight: bold;
}

.majorHeading {
	font-size: 14px;
	color: #581D14;
	display: block;
	font-weight: bold;
}

.heading {
	font-size: 13px;
	color: #9D3323;
	display: block;
	font-weight: bold;
}

.minorHeading {
	font-size: 12px;
	color: #4055A1;
	display: block;
	font-weight: bold;
}

.quote {
	background-color: #E5EEF3;
	background-image: url(../images/quote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #A1A6B8;
	font-size: 14px;
	font-style: italic;
	display: block;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 23px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	width: 230px;
	float: left;
}

.description {
	color: #257DB8;
	border-bottom: 1px dotted #257DB8;
	cursor: help;
}
