/* Law Cite CSS Styles for DEP OPRA pages             */
/* Special version for the OPRA Exemptions document   */

/* Main Exemption Table Style */

TABLE#exemptions {
}

/* ---- */
.lawHeading1 {
	font-size: large;
	font-weight: bold;
	padding-bottom: .6em;
}

.exemptCite {
	font-size: medium;
	font-weight: bold;
	padding-bottom: 0.6em;
	padding-top: 0.6em;
	padding-left: 5em;
}

.exemptCiteA {
	font-size: medium;
	font-weight: bold;
	padding-bottom: 0.6em;
	padding-top: 0.6em;
	padding-left: 3em;
}

.exemptCiteSub {
	font-size: smaller;
	font-weight: normal;
}

.exemptNote {
	font-weight: bold;
	padding-right: 5px;
	font-size: small;
	padding-bottom: .6em;
}

.exemptNoteExtra {
	font-weight: normal;
	font-style: italic;
}

H4.exemptCite .exemptNoteExtra, H4.exemptCiteA .exemptNoteExtra {
	font-weight: normal;
	font-style: normal;
}

U {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

OL LI.listItemMod {
	list-style-type: none;
}

OL LI.listItemMod SPAN.itemMod {
	display: inline;
	margin-left: -1.5em;
	
}

/* Boxed Paragraph Style */

P#boxed {
	background-color: #CDE2D5;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009900;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #009900;
	-moz-border-radius: 5px;
}
