/* @override http://localhost:8888/localhistory/styles/LocalPrint.css */

/* LocalPrint.css - Local style specification for Local History Web pages */

/* @group Base Styles */

/* Override style defaults */

.imageBox3 {
	padding-bottom: 0px;	
}

.imageBox3 img {
	width: 160px;
	margin-bottom: 0px;
}

#quotebox {
	padding: 1px 0;
	margin-right: 30px;
	margin-left: 30px;
	background-color: #eeeeee;
}
#quotebox h5,
#quotebox p {
	margin-left: 20px;
	margin-right: 20px;
}

#quoteboxindent {
	margin-left: 30px;
	margin-right: 30px;
}

.narative ol {
	list-style-type: decimal;
}

.narative ul,
.narative ol  {
	margin-top: -5px;
}

.narative ul li,
.narative ol li {
	margin-top: 5px;
}

ol.spaced,
ul.spaced  {
	margin-top: -5px;
}

ol.spaced li,
ul.spaced li {
	margin-top: 5px;
}

.reference p {
	padding-left: 40px;
	text-indent: -40px;
}

/* @group Accordian Styles */

#contentContainer {
	position: relative;
	margin: 30px;
}

.note {
	color: #919191;
	line-height: 16px;
	font-size: 12px;
}

#history h3,
#name h3 {
	color: #2c5f8c;
}

#name h4 {
	color: #2c5f8c;
	margin: 5px 20px;
}

#name h5 {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
}

#name p {
	margin: 5px 20px;
}

.history-toggle:hover,
.name-toggle:hover{
	cursor: pointer;
}

.name-content hr {
	margin-left: 20px;
	margin-right: 20px;
}

.top-aligned-table {
	margin-left: 20px;
}

.top-aligned-table td {
	vertical-align: top;
}

/* @end Accordian Styles */
