@charset "utf-8";
/* CSS Document for COURSES */

/********************
 for surrounding any tabbed panel (i.e. all chapters*/
.tabbedPanels {
  margin: -1px;
  padding: 0px;
}

/* tabs are for the navigation bar to each chapter */
.tabs {
	list-style:none;
	padding: 0px;
}
.tabsLeft {
	margin: -1px;  /* otherwise 1st tab indented*/
	padding: 0;
}
.tabsRight {
	margin: 0px; 
}
.tabsLeft li {
	float: left;
	list-style: none;
}
.tabsRight li {
	float: right;
	list-style: none;
}
.tabsLeft a, .tabsRight a {
	border: 1px solid #000;
	margin-bottom: -2px;
	display: block;
	text-decoration: none;
	padding: 3px 5px;
	background-color: #FFF;
}
.tabsLeft .active, .tabsRight .active {
	border-bottom: 1px solid #fff;	
	background-color: #fff;
	position: relative;
}
/************************************/


/*******************************
panels are for the syllabus for each chapter/unit/quarter */
.panelContainer {
	clear: both;
	border: 1px solid #000;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.panelContainer p {
    text-align: left;
	font: 80%/0.8	Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	line-height: 1.2;	
}

.panel {padding: 5px;}
.panel h4{
	font-weight: bold;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.panel ol, .panel ul{
	font: 90%/0.9  Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	padding: 5px;
	padding-left: 20px;
}
.panel ul li {
	font: 90%/0.9  Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	padding: 5px;	
	list-style-type: none;
}

.panel ol li {
	font: 90%/0.9  Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	padding: 5px;
	list-style-type: inherit;
}

/* general layout for lists */
.instructions li {
	font-size: 80%;
	font-family:Verdana, Geneva, sans-serif;
	padding: 5px;
	margin: 0.5em;

}

.instructions ul li   {
   list-style-type:none;
}




/* general table layout within within all tabbed panels */
table{
    table-layout:fixed;
	width: 95%;
	border-spacing: 0;
	/* watch out for cascading percentage decrease*/
	font: 100%/1.0	Verdana, Arial, Helvetica, sans-serif;	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	empty-cells: hide;
	border: 1px solid black;
}
thead{ 
	font-size: 120%/1.2;
	font-style: italic;
	border: 1px solid black;	
}

caption{
	font: 120%/1.2 Verdana, Arial, Helvetica, sans-serif;	
}

/* setting the width of each column in a syllabus table within a tabbed panel */
.day, .week {width: 5%;}
.date, .specifications {width: 15%;}
.section {width: 40%;}
.assignment, .syllabus {width: 40%;}

/* specific table data and lists for a syllubus chapter/unit/quarter in a tabbed panel */
.chapter td, .chapter li {
	font: 80%/0.8	Verdana, Arial, Helvetica, sans-serif;
    list-style-position:inside;
	list-style-type: square;
    padding-left:1;	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
    line-height:1.2;
}
.chapter td {
	empty-cells: hide;
	border: 1px solid black;
	vertical-align: middle;
}

.assignment td {
	padding: 3px;
	font-size: 80%/0.8;
	line-height: 1.2em;
    border: 1px solid black;
}

.assignment ul li   {
   list-style-type:none;
}
 
 /* for the policy page/tabbed panel "panelP" */
#panelP {
	text-align: left;
	font-size: 0.8em;
	padding: 10px;
}
#panelP h2 { 
	padding: 5px;
	font-size: 1.2em;
}

#panelP h3 { 
	padding: 5px;
	font-size: 1.0em;
}

#panelP li {
	margin-left: 10px;
	padding: 5px;
	padding-left: 5px;
	list-style-position: outside;
	list-style: none;
	font-size: 0.9em;
	line-height: 1.2;
}
 
#panelP #gradeTable {

	padding: 5px;
	margin-left: 60px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 30em;
}

#panelP #gradeTable th {
	padding: 2px;
	font-size: 0.8em;
}
#panelP #gradeTable td {
	border: 1px solid black;
	padding: 4px;
	font-size: 0.8em;
}

/* for resource page lists */
.resourceList {
	text-align: left;
	font: 80%/0.8 Verdana, Arial, Helvetica, sans-serif;	
}
.resourceList ul {
	padding-top: 10px;
}
.resourceList li {
	list-style: none;
	padding: 5px;
}
.panelR {
	padding: 5px;
	text-align: left;
	font: 80%/0.8 Verdana, Arial, Helvetica, sans-serif;	
}


/* for policy signature page */
#panelP ol li {list-style: decimal;}
.first, .second {width:50%;}

#signatureTable {
	border: 1px solid black;
	alignment-baseline:
}

#signatureTable tr, #signatureTable td {
	font-size: 70%;
	border: none;
	height: 4em;
	padding: 3px;
}
#signatureTable .signBox {
	border: 1px solid black;
}
/************************************/

.code {
	font: 100% "Courier New", Courier, monospace;
	text-align: left;
}
.code td {
	width: 4em;
	padding: 5px;	
}

pre { 
	font: 80%;
}
