
/* 	STANDARD COURSE OF STUDY DISPLAY
	________________________________________________________________ */

	/*
		Used to display nested lists of objectives on resource records.
	*/

	.scos h5 {
		font-size: 1.1em;
		margin: 0.8em 0 0.5em 0;
	}
	#page .scos ul {
		padding-left: 0;
		text-indent: 0;
		list-style: none;
		list-style-image: none;
	}
	#page .scos li {
		margin-top: 0.3em;
	}
	#page .scos ul * ul  {
		padding-left: 2em;
	}
	#page .scos ul * ul * ul {
		list-style-image: url(../images/bullet.gif);
	}
	#page .scos ul ul ul li {
		margin-top: 0;
	}


/*	SCOS MATRIX AND SIMILAR TABLES
	________________________________________________________________ */

	table.matrix {
		font-family: "Lucida Grande", Tahoma, Lucida, Verdana, sans-serif;
		margin-top: 2em;
		border-collapse: none;
	}
	table.matrix td, .matrix th {
		text-align: center;
		padding: 0 0.2em;
 		position: relative;
	}
	table.matrix th {
		text-transform: uppercase;
		letter-spacing: 0.1em;
	}
	table.matrix a, table.matrix span {
		display: block;
		position: relative;
		width: 100%;
		padding: 0.4em 0 0.4em 0;
		background-color: #e0f0ff;
		border: solid 1px #0a2061;
		font-weight: bold;
		color: #000;
		margin-bottom: 0.3em;
		margin-right: 1em;
		margin-left: 1em;
	}
	table.matrix th span {
		background-color: #195fb4;
		border: solid 1px #0a2061;
		color: #fff;
	}
	table.matrix .subject {
		text-indent: 0.5em;
	}
	table.matrix * a:hover {
		background-color: #9cf;
	}
	table.matrix * .subject {
		text-align: left;
		font-weight: bold;
	}
	table.matrix tr.pending td {
		background-color: #9CF;
	}
	table.matrix tr.pending th {
		background-color: #9CF;
	}
	table.matrix tr.outdated td {
		background-color: #CCC;
	}
	table.matrix tr.outdated th {
		background-color: #CCC;
	}
	table.matrix tr td.empty {
		background-color: #FFF;
		border: none;
	}
	table.matrix tr td.outdated {
		background-color: #CCC;
	}
	table.matrix tr td.implemented {
		background-color: #FE9;
	}
	table.matrix tr td.pending {
		background-color: #9CF;
	}
	p#key span {
		padding: 2px;
		border: solid 1px #666;
	}
	p#key span.outdated {
		background-color: #CCC;
	}
	p#key span.implemented {
		background-color: #FE9;
	}
	p#key span.pending {
		background-color: #9CF;
	}
	
