/* @override http://www.sandiego.edu/css/law.css */
/* FOR LEGAL POLICY WEB SITE */
table.hierarchy {
	width: 100%;
	font-size: 100%;
}

table.hierarchy th {
	width: 8%;
	text-align: right;
}
div.policylist {
	border-style: solid;
	border-width: 2px;
	border-color: #074b88;
	border-right-style: none;
	border-left-style: none;
}

div.policylist ul {
	color: #074b88;
}

table.subrow {
	width: 100%;
	font-size: 100%;
}

table.subrow th {
	width: 8%;
}
table.subrow td {
	width: 90%;
}

div.index ul {
	list-style-type: none;
}

div.index li {
	padding-left: 2em;
	text-indent: -2em;
	line-height: auto;
}

div.index h2 {
	margin-bottom: 10px;
}

ul.index {
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.index li {
	display: inline;
	padding: 0;
	margin: 0;
	padding-right: .8em;
}