/* everything which is not used within the manual web application */
div#footer {
	margin-top: 3em;
}

/* cle online header */
h2#cleOnline {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0;
}

/* general styling */
h2,h3,h4 {
	color: #587992;
}

h4.manualType {
	clear: both;
	padding-top: 0;
	margin-top: 0;
}

h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

p {
	padding: 0.3em 0;
	margin: 0;
}

h4 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}

div#sidebar {
	float: left;
}

div#content {
	font-size: 0.9em;
}

div#breadcrumbs {
	/*border-top: 1px solid #dae3de;
	background-image: url("../images/breadcrumbs-back.gif");
	background-repeat: repeat-y;
	font-size: 0.9em;*/
	font-family: 'Montserrat', sans-serif, Arial;
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 0;
	background-color: transparent !important;
}

div#youarein {
	height: 13px;
	width: 55px;
	background-image: url("../images/youarein.gif");
	float: left;
	margin-top: 0.2em;
}

div#youarein span {
	display: none;
}

div#breadcrumbsNavigation {
	margin-left: 60px;
	clear: right;
}

div#breadcrumbs ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 0.5em;
}

div#breadcrumbs li {
	display: inline;
	padding-right: 0.4em;
}

div.separator {
	margin-top: 0em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #aaa;
}

ul.taxonomyMatches li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.referencedWithin ul {
	padding-left: 15px;
}

.referencedWithin ul {
	list-style-type: none;
}

#legislationSections {
	padding-left: 15px;
}

table.list {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9em;
}

table.list td {
	padding: 0.3em;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

table.list td.styleOfCause,table.list td.name {
	border-left: 1px solid #aaa;
}

table.list td.citation {
	border-right: 1px solid #aaa;
}

table.list tr.odd td {
	background-color: #fff;
}

table.list tr.even td {
	background-color: #f1f1f1;
}

div.info {
	text-align: center;
}

div#books ul {
	list-style-type: square;
}

span.bookTitle {
	font-size: 1em;
	font-weight: bold;
}

span.chapterTitle {
	font-weight: bold;
}

span.legislationSection {
	font-weight: bold;
}

div.firstColumn,div.secondColumn {
	width: 49%;
	float: left;
}

div.firstColumn ul,div.secondColumn ul {
	margin-bottom: 1em;
}

ul.firstLevelTaxonomy {
	padding: 0 !important;
	list-style-type: none;
	list-style-position: inside;
}

ul.secondLevelTaxonomy {
	display: none;
}

ul#legislationSections {
	list-style-type: none;
}

ul.secondLevelTaxonomy li {
	list-style-type: square;
	list-style-image: none;
}

span.legislationSection {
	cursor: pointer;
}

div.legislationSectionData {
	background-color: #eee;
	padding: 0.8em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

div.legislationSectionData span.legislationSectionTitle {
	display: block;
	margin-bottom: 0.5em;
}

.error-message {
	color: #587992;
	margin: 10px;
	text-align: center;
	font-size: 1.5em;
	padding: 10px;
	border: 1px solid #9999ff;
	background-color: #ddddff
}

.targeted-errors {
	border: 1px dotted #000;
	padding: 5px;
	background-color: #eef;
}


.validationComment {
	box-sizing: border-box;
	background-color: #f5f5f5;
	border: 1px solid #aaa;
	margin-bottom: 1em;
	padding: 0.5em;
	width: 100%;	
}

.commentLabel {
	font-weight: bold;
}

div.validationComment label {
	width: 10em;
}

.commentToggleStatusButton {
	margin-left:30px;
}

.commentStatusApproved {
	color: green;
	font-weight:bold;
}

.commentStatusPending {
	color: white;
	font-weight: bold;
	background-color: red;
	padding: 2px;
}

.deleteAllResults {
	color: #b94a48;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	font-size: 14px;
	font-weight: bold;'
}

div.commentIcon {
	text-align: right;
}

div.commentText {
	margin-top: 0.5em;
	padding: 0.5em;
	border: 1px solid #aaa;
	background-color: #f1f1f1;
}

div#admin-menu {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 1em 0;
	padding: 0.4em;
}

div#admin-menu span {
	padding: 0.4em;
	font-weight: bold;
}