@charset "UTF-8";
/* CSS Document */



/* setting HTML5 tags that should be block-level to that */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

* {
	margin:0;
	padding:0;
}

.noPrint {
	display:none;
}
/*
blockquote, q {
	quotes: "\201C" "\201D";
	
}
q:before {
	content:open-quote;
}

q:after {
	content:close-quote;
}

*/
table {
    border-collapse:collapse;
    border-spacing:0;
}
/*
body {
	width:8.5in;
	padding:.4in 0 0 0;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	background-image:none;
}

 p {
	font-size:11pt;
	margin-bottom: 10pt;
	line-height: 16pt;
}
ol li {
	font-size:11pt;
	line-height: 16pt;
	margin-bottom: 10pt;
	margin-left:.3in;
}

ul li {
	font-size:11pt;
	line-height: 16pt;
	margin-left:.5in;
}


*/
 p.breadcrumbs {
	display:none;
}
/*
 p.courseName {
	font-size:12pt;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0;
}
 code {
 	font-size:10pt;
	font-family: Monaco, monospace;
}
 h1 {
	font-size: 24pt;
	border-bottom:solid 4pt #000;
	margin-bottom:5pt;
	font-variant:small-caps;
	}

 h2 {
	font-size: 14pt;
}

#handout #main h2 {
	margin: .5em 0 0 0;
}

 h3 {
	font-size: 12pt;
}
*/
.handoutIntro {
	display:none;
}

a {
	text-decoration:none !important;
	border: none !important;
	color:black !important;
}

a[href^="http:"]:after {
content: " [ " attr(href) " ] ";
text-decoration:none;
}

a[href^="https:"]:after {
content: " [ " attr(href) " ] ";
text-decoration:none;
}


header, header hgroup, header#siteID nav {
	display:none;
}

/*
hr {

	margin: 6pt 0;
}

 ul.credits {
	margin-top:-.5em;
	margin-bottom:1em;
}

*/


#bottomNav {
	display:none;
}


img.handoutThumb {
	position:absolute;
	top:0;
	right:0;
}

#copyright {
	display:none
}




/*

 table.absences{
border: 2pt solid #000 ;
	margin:.5em 0 1em 0;
	text-align:center;
	font-size:9pt;
}

 table.absences td, table.absences th {
padding: 4pt;
line-height:1.2em;

}

table.absences th {
	
	vertical-align:bottom;
	
}

table.absences col {
	border-right: 1pt solid #000;
}

table.absences col.lastColumn {
	border:none;
}



table.absences tr {
	border-bottom: 1pt solid #000;
}


#assignmentList table {
	border: 2pt solid #000 ;
	margin:.5em 0 1em 0;
	text-align:left;

}

#assignmentList table th {
		font-size:9pt;
		padding:2pt;
}

#assignmentList table td {
	font-size:8.5pt;
	padding:2pt;
}
#assignmentList table col {
	border-right: 1pt solid #000;
}



#assignmentList table tr {
	border-bottom: 1pt solid #000;
}


*/



/* ----------------------------------------------- rubric table ------------------------------------------------ */


/*
#rubricTable, #rubricTableExpanded {
	font-size: 9pt;

	border: 2pt solid #88876E ;
	margin:6pt 0 12pt;
}

#rubricTable td, #rubricTable th, #rubricTableExpanded td, #rubricTableExpanded th {
padding: 2pt 4pt;
}

#rubricTable caption, #rubricTableExpanded caption{
font-size: 12pt;
font-weight: bold;
margin: 10pt 0;
}
#rubricTableExpanded td {
	text-align:left;
	vertical-align:top;	
}


#rubricTable col, #rubricTableExpanded col {
	border-right: 1pt solid #88876E;
}

#rubricTable col.lastColumn, #rubricTableExpanded col.lastColumn {
	border:none;
}

#rubricTable tr,  #rubricTableExpanded tr {
	border-bottom: 1pt solid #88876E;
}

#rubricTable  {
	border-color:#000;
}
	
/*#copyright p {
	font-size:8pt;
	color:#999;	
	text-align:center;
}*/




/* ------------------------------------------------- schedule grid --------------------------------------------------- */


/*
#scheduleGrid ul, #scheduleGrid ol, #scheduleGrid li {
	font-size:100%;
}

#scheduleGrid {
	

	margin:0 0 10pt;
	line-height:11pt;
}

#scheduleGrid thead {
	border-bottom: 1pt solid #000 ;
}

#scheduleGrid th {
	font-size: 11pt;
	text-align:left;
	padding: 5pt 8pt;
	vertical-align:top;
}
#scheduleGrid td {
	font-size: 9pt;
	padding: 5pt 8pt;
	vertical-align:top;
}

#scheduleGrid col {
	border-right: 1pt solid #ccc ;
}

#scheduleGrid col.lastColumn {
	border:none;
}

#scheduleGrid tr {
	border-bottom: 1pt solid #666;
}

#scheduleGrid td ul li {
	margin-left:10pt;	
	line-height:11pt;
}
*/


/* ----------------------------------- assignment list ------------------------------------------------ */
/*

 #assignmentList caption  {
	font-size: 12pt;
	font-weight: bold;
	margin: 10pt 0;
	text-align:left;
 }

#assignmentList td {
	font-size:11pt;
	
}
*/


/* ------------------------------------- other --------------------------------*/

.proVsCon .pro div, .proVsCon .con div  {
	border: 1pt solid #000;
}
