/* CSS Document */

/* ---------- CONTRACT HANBOOK STYLES ---------- */

.screenreader {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/* ---------- GLOBAL or SHARED STYLES ---------- */

#table, #table td, #table th, #tablearch, #tablearch td, #tablearch th, .revisiontable, .revisiontable td, .revisiontable th {
	border: 1px solid #ddd;
	border-collapse: collapse;
}
#table, #table td, #table th, #tablearch, #tablearch td, #tablearch th, #tablepol, #tablepol td, #tablepol th {
	padding: 0.5em;
	margin: 0;
}
#table th, #tablearch th, #tablepol th {
	width: 30%;
	white-space: nowrap;
	font-weight: normal;
}
#table a:link, #table a:visited, #tablearch a:link, #tablearch a:visited, #tablepol a:link, #tablepol a:visited {
	text-decoration: none;
}
#table a:hover, #table a:active, #table a:focus, #tablearch a:hover, #tablearch a:active, #tablearch a:focus, #tablepol a:hover, #tablepol a:active, #tablepol a:focus {
	text-decoration: underline;
}
.contracttable td, .contracttable th, .revisiontable td, .revisiontable th {
	padding: 0.5em;
	margin: 0;
}
.contracttable {
	width: 100%;
	margin-bottom: 18px;
	border: 1px solid #dddddd;
	border-left: 0;
	border-collapse: separate;
	*border-collapse: collapsed;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.contracttable th, .contracttable td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.contracttable th {
	font-weight: bold;
}
.handtitle {
	font-size: 150%;
	text-align: center;
}
.handhead {
	font-style: italic;
}
/* ---------- BLUE HEADER BOX FOR HANDBOOK PAGES ---------- */

table#table {
	margin: 1em 0 1em 0;
	width: 100%;
}
#table td, #table th, .contracttable th {
	background-color: #edf2f8;
}
#table .number, #table .authority, #table .handtitle, #table .revision, #table .effective {
	color: #4376b3;
}
/* ---------- GRAY HEADER BOX FOR ARCHIVE PAGES ---------- */

#tablearch .handtitle {
	color: #242424;
}
.reviseddate {
	color: #242424;
	text-align: center;
	text-transform: uppercase;
}
/* ---------- RED HEADER BOX FOR POLICY PAGES ---------- */

table#tablepol {
	margin: 1em 0 0 0;
}
#tablepol, #tablepol td, #tablepol th {
	border: 1px solid #9FBFD0;
	border-collapse: collapse;
}
#tablepol td, #tablepol th {
	background-color: #d5ecfb;
}
#tablepol .number, #tablepol .authority, #tablepol .handtitle, #tablepol .revision, #tablepol .effective {
	color: #1c4ba6;
}
#tablepol a:link, #tablepol a:visited {
	color: #1c4ba6;
}
/* ---------- HANDBOOK PAGES ------------------------------------- */

.editablebody h2 {
	color: #f16221;
	font-style: italic;
	font-size: 140%;
}
.editablebody h3 {
	color: #242424;
	font-size: 120%;
}
.editablebody h4 {
	color: #242424;
	font-size: 100%;
}
.caption {
	font-size: 120%;
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}
.contracttable th {
	font-style: bold;
	vertical-align: middle;
	text-align: center;
	background-color: #edf2f8;
}
.contracttable td {
	vertical-align: top;
	text-align: left;
}
.contracttable td ul, .contracttable td ol, .revisiontable td ul, .revisiontable td ol {
 //margin-left: 0em;
	margin-bottom: 0;
}
.contracttable td :last-child, .contracttable th :last-child {
	margin-bottom: 0;
}

/* ---------- REVISION PAGES ---------- */

.revisiontable, .revisiontable th, .revisiontable td {
	text-align: center;
}
.revisiontable th {
	font-style: bold;
	vertical-align: middle;
	background-color: #edf2f8;
}
.revisiontable td {
	vertical-align: top;
}
.revisionbody h2 {
	color: #242424;
	font-style: normal;
}
/* ---------- LISTS ---------- */

.conli {
	list-style-type: upper-alpha;
}
.conli ol {
	list-style-type: decimal;
}
.conli ol ol {
	list-style-type: lower-alpha;
}
.linklist {
	border: 1px #CCCCCC dotted;
	margin: 0 10% 0 10%;
	padding: 1em 1em 1em 3em;
	background-color: #d5ecfb;
}
.linklist a:link, .linklist a:visited, .linktable a:link, .linktable a:visited, .clearbox a:link, .clearbox a:visited {
	text-decoration: none;
}
.linklist a:hover, .linklist a:active, .linktable a:hover, .linktable a:active, .clearbox a:hover, .clearbox a:active {
	text-decoration: underline;
}
