/*
	standardsOutline.css
	
	defines colors for typical standards table
	(derived from GenericVSC.css)
*/

/* @group div#standardsOutline */

div#standardsOutline {
	width: 100%;
	margin: 0;
}

div#standardsOutline h2 {
	background-color: transparent;
	margin-bottom: 0.3em;
	padding-left: 15px;
	padding-top: 15px;
}

/*
	h3 thru h5 used for Topic/Indicator/Objective and
	have same styling. h6 used for Assessment Limits
	with different styling.
*/

div#standardsOutline h3, div#standardsOutline h4, div#standardsOutline h5, div#SCStandardsContent h3, div#SCStandardsContent h4, div#SCStandardsContent h5 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	text-transform: uppercase;
	color: #616161;
	font: bold 11px Verdana, sans-serif;
}

div.VscIndicators h3, div.VscIndicators h4, div.VscIndicators h5, div.VscObjectives h3, div.VscObjectives h4, div.VscObjectives h5 {
	margin-left:10px;
}
/*
	will probably need to fix h6
	make it bright red to make it easy to spot
*/

div#standardsOutline h6, div#SCStandardsContent h6 {
	font-size: 10px;
	font-weight: bold;
	color: #888;
}

div#SCStandardsContent .SCIndicators h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #888;
}

div#standardsOutline h6 span.singleAssessmentlimit {
	color: #616161;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}

div#standardsOutline p {
	margin-top: 0;
	margin-bottom: 0;
}

div#standardsOutline {
	font: 12px Verdana, sans-serif;
	color: #616161;
	margin:0;
	line-height:18px;
}

div#standardsOutline .VscStandardsBanner {
	padding-left:10px;
	background-color:#eee;
	padding-bottom:5px;
}

div#standardsOutline .VscTopics {
	background-color:#f5ebd0;
	padding-bottom:5px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0;
}

div#standardsOutline .hsVscTopics {
	background-color:#FFFFF0;
	padding-bottom:5px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0;
}

div#standardsOutline .VscTopics .TopicDescription p {
	padding-bottom:0;
}

div#standardsOutline .VscTopics .TopicCode {
	font-weight:bold;
}

div#standardsOutline .VscTopics .TopicValue {
	text-transform:uppercase;
}

div#standardsOutline .VscExpectations {
	background-color:#f5ebd0;
	padding-bottom:5px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0;
}

div#standardsOutline .VscExpectations .TopicDescription p {
	padding-bottom:0;
}

div#standardsOutline .VscExpectations .TopicCode {
	font-weight:bold;
}

div#standardsOutline .VscExpectations .TopicValue {
	text-transform:uppercase;
}

div#standardsOutline .VscIndicators {
	background-color:#e9f0ce;
	padding-bottom:5px;
	padding-left: 2px;
}

div#standardsOutline .VscIndicators ul {
	margin:0px;
	margin-left:12px;
	padding:0;
}

div#standardsOutline .VscIndicators ul li {
	list-style:none;
	margin-left:12px;
}

div#standardsOutline .VscIndicators ol {
	margin:0px;
	margin-left:22px;
	padding:0;
}

div#standardsOutline .VscIndicators ol li {
	list-style:decimal;
	margin-left:22px;
}

div#standardsOutline .VscObjectives {
	background-color:#f9f6e5;
	padding-bottom:5px;
}

div#standardsOutline .VscObjectives ol {
	margin:0px;
	margin-left:40px;
	padding:0;
}

div#standardsOutline .VscObjectives ol li {
	list-style:lower-alpha;
	margin-left:40px;
}

/*
	styles for Health Education
*/

div#standardsOutline div.hsVscIndicator {
	background-color:#e9f0ce;
	padding-bottom:5px;
	padding-left: 2em;	
}

div#standardsOutline div.hsVscIndicator p.indicatorDescription {
	padding-left: 1.5em;
}

div#standardsOutline div.hsVscObjective {
	background-color: #f9f6e5;
	padding-bottom: 5px;
	padding-left: 2em;	
}

div#standardsOutline div.hsVscObjective p.objectiveDescription {
	padding-left: 5em;
}

/* @end */

ul.assessmentlimitsList li {
	list-style:disc !important;
	margin:0;
	padding:0;
}

ul.componentsList li {
	list-style:disc !important;
	margin:0;
	padding:0;
}

/*
	buttons
*/

div#geiOutline h2 {
	background-color: transparent;
	padding-left: 15px;
	padding-top: 15px;
	margin-bottom: 0.3em;
}

div#geiOutline h3, div#geiOutline h4, div#geiOutline h5 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	text-transform: uppercase;
	color: #616161;
	font: bold 11px Verdana, sans-serif;
}

div#geiOutline h5 {
	text-transform: none;
	font-weight: bold;
	color: #888;
	font-size: 10px;
}

div#geiOutline p {
	margin-top: 0;
	margin-bottom: 0;
}

div#geiOutline div.expectation {
	background-color: #e9f0ce;
	padding-right: 10px;
	padding-left: 10px;
}

div#geiOutline div.indicator {
	background-color: #f9f6e5;
	padding-right: 10px;
	padding-left: 10px;
}

div#geiOutline span.singleAssessmentlimit, div#geiOutline span.singleAssessmentlimit li {
	font-weight: normal;
	font-style: normal;
	color: #616161;
	font-size: 10px;
}

div#geiOutline span.singleAssessmentlimit ul {
	margin-bottom: 0;
	margin-top: 0;
}


ul.assessmentlimitsList {
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 0;
}

ul.assessmentlimitsList li {
	list-style-type: disc !important;
	margin-left: 0 !important;
	padding-left: 0;
}



/*
	buttons
*/

/* @group ul.objMenu */

ul.objMenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.objMenu li {
	display: inline;
	color: #8a5301;
	font-weight: normal;
	text-align: left;
	padding-left: 0;
	margin-left: 0 !important;
	margin-right: 0.5em;
	font-size: 9px;
}

.objMenu li a {
	line-height: 16px;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #8a5301;
	text-transform: uppercase;
	padding: 1px 6px;
}

.objMenu li a:link {
	line-height: 16px;
	text-decoration: none;
}

.objMenu li a:visited {
	line-height: 16px;
	border: 1px solid #aaa;
	text-decoration: none;
}

.objMenu li a:hover {
	cellpadding: 2px;
	text-decoration: none;
	border-color: #466700;
}

/* @end */

/* @group ol.indicatorList */

ol.indicatorList {
	margin-left:12px;
	list-style-type:decimal;
	margin-top: 0;
	margin-bottom: 0;
}

ol.indicatorList li {
	list-style-type:decimal !important;
	margin-left: 0 !important;
	padding-left: 0;
}

/* @end */

/*ul.assessmentlimitsList {
	margin-left:inherit;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 0;
}

ul.assessmentlimitsList li {
	list-style-type: disc !important;
	margin-left: 0 !important;
	padding-left: 0;
}*/

/* from generic outline */

/* @group MainContent */

div#MainContentSCIntro table {
	font: 12px Verdana, sans-serif;
	margin-left:0px;
	margin-bottom:5px;
}

div#MainContentSCIntro td {
	padding:1px;
	padding-right:20px;
}

div#MainContentSCIntro blockquote {
	margin:10px;	
}

div#SCStandardsBanner h2 {
	margin: 0;
	background-color:#eee;
	padding:5px 10px;
}

div#SCGoalsBanner h2 {
	margin: 0;
	background-color:#eee;
	padding:5px 10px;
}

div#SCGoalsBanner p {
	margin: 0;
	background-color:#eee;
	padding-bottom:5px;
}

div#SCStandardsContent {
	margin:0;
}

div#SCStandardsContent h3 {
	margin: 0;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:2px;
	font-size: 11px;
	text-transform: uppercase;
	padding-left:10px;
}

div#SCStandardsContent p {
	margin: 0;
	padding-left:10px;
}

div#SCStandardsContent ul {
	margin: 0;
	padding-left:10px;
}

div#SCStandardsContent .SCTopics {
	background-color:#f5ebd0;
	padding-bottom:5px;
	padding-left: 2px;
}

div#SCStandardsContent .SCTopics .TopicDescription p {
	padding-bottom:0;
}

div#SCStandardsContent .SCTopics .TopicCode {
	font-weight:bold;
}

div#SCStandardsContent .SCTopics .TopicValue {
	text-transform:uppercase;
}

div#SCStandardsContent .SCIndicators {
	background-color:#e9f0ce;
	padding-bottom:5px;
	padding-left: 2px;
}

div#SCStandardsContent .SCIndicators ul li {
	list-style:none;
	margin-left:12px;
	padding:0;
}

div#SCStandardsContent .SCCLGExpectations {
	background-color:#e9f0ce;
	padding-bottom:5px;
	padding-left: 2px;
}

div#SCStandardsContent .SCCLGExpectations .TopicDescription p {
	padding-bottom:0;
}

div#SCStandardsContent .SCCLGExpectations .TopicCode {
	font-weight:bold;
}

div#SCStandardsContent .SCCLGExpectations .TopicValue {
	text-transform:uppercase;
}

div#SCStandardsContent .SCCLGIndicators {
	background-color:#f9f6e5;
	padding-bottom:5px;
	padding-left: 2px;
}

div#SCStandardsContent .SCCLGIndicators ul li {
	list-style:none;
	margin-left:12px;
	padding:0;
}

div#SCStandardsContent .SCObjectives {
	background-color:#f9f6e5;
	padding-bottom:5px;
}

div#SCStandardsContent .SCObjectives ol {
	margin:0px;
	margin-left:40px;
	padding:0;
}

div#SCStandardsContent .SCObjectives ol li {
	list-style:lower-alpha;
	margin-left:40px;
}

div#SCStandardsContent .SCObjectives .AssessmentLimits ul li {
	list-style:disc;
	margin:0;
	margin-left:22px;
	padding:0;
}

div#SCStandardsContent .SCIndicators .AssessmentLimits {
	margin:0px;
	margin-left:40px;
	padding:0;
}

div#SCStandardsContent .SCIndicators .AssessmentLimits ul li {
	list-style:disc;
	margin:0;
	margin-left:22px;
	padding:0;
}

div#SCStandardsContent .SCCLGIndicators .AssessmentLimits {
	margin:0px;
	margin-left:40px;
	padding:0;
}

div#SCStandardsContent .SCCLGIndicators .AssessmentLimits .indentAssessmentlimits {
	font: bold 10px Verdana, sans-serif;
}

div#SCStandardsContent .SCCLGIndicators .AssessmentLimits ul li {
	list-style:disc;
	margin:0;
	margin-left:22px;
	padding:0;
}

div.SCResources {
	padding-bottom:10px; 
	padding-top:5px;
}
div.SCResources li {
	list-style:none;
}

td.hdrgloss {
	text-transform: uppercase;
}

/* @end*/


