@charset "UTF-8";
@import url("main.css");
/* CSS Document */



table.syllabus{
font-size: 12px;
border-spacing:0px;	
width: 636px;
max-height:100%;
	}

	
	table.widersyllabus{
	font-size: 14px;
	border-spacing:0px;	
	width: 736px;
	max-height:100%;
		}

table.syllabus a{
	color:black;
	border-bottom:1px dotted;
	border-bottom-color:black; 
	line-height:150%;
	}
	


table.syllabus a:hover{
	color:#4284d3;
	border-bottom:1px dotted;
	border-bottom-color:#4284d3; 
		}


tr.break td {
	background-color: #88b32d;
	color: white;
	padding-bottom:11px;
	padding-top:11px;
	border-radius:5px;
	text-align:center;
	font-style:oblique;
	font-size: 12px;
}

tr.coursesection td {
	background-color: #4284d3;
	color: white;
	padding-bottom:11px;
	padding-top:11px;
	padding-left:35px;
	padding-right:35px;
	border-radius:5px;
	text-align:center;
	font-size: 12px;
}


tr.syllabus1 td {
	background-color: lightgray;
	color: black;
	padding-bottom:6px;
	padding-top:6px;
	font-size:12px;
}



tr.syllabus2 td {
	background-color: white;
	color: black;
	padding-bottom:6px;
	padding-top:6px;
	font-size:12px;
}

tr.syllabus td {
	color: black;
	padding-bottom:6px;
	padding-top:6px;
	font-size:12px;
}
    
tr.syllabus3 td {
	background-color: #ADD8E6;
	color: black;
	padding-bottom:6px;
	padding-top:6px;
	font-size:12px;
}


tr.exam td {
	background-color: #4284d3;
	color: white;
	padding-bottom:6px;
	padding-top:6px;
	font-size: 12px;
}


tr.categories td {
	background-color: #FF0D00;
	color: white;
	padding-bottom:8px;
	padding-top:8px;
	padding-bottom:6px;
	padding-top:6px;
	font-size:12px;
}

td.date {
	text-align: left;
	padding-left:25px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	width:90px;
	font-size: 12px;
}

td.question {
	text-align: left;
	padding-left:25px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	width:60px;
	font-size: 30px;
}


td.topic {
	text-align: center;
	padding-left:15px;
	padding-right:15px;
	width:200px;
}

td.readings {
	text-align: center;
	padding-left:15px;
	padding-right:15px;
	width:350px;
}

td.readings p{
	padding-bottom:0px;
		padding-top:0px;
		margin:0;
}

.extrareadings p{
	font-size:11px;
	padding-left:33px;
	text-align:left;
	text-indent:-16px;
}

td.assignments {
	text-align: center;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
		padding-right:10px;
}

td.plainassignments {
	text-align: center;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
		padding-right:10px;
}

td.catechism {
	text-align: center;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
		padding-right:10px;
		width:5px;
}


.assignments{
color: #FF0D00;
font-style: italic;
text-decoration: none;
border-style: none;
text-align:center;
}


.plainassignments{
color: #FF0D00;
text-decoration: none;
border-style: none;
text-align:center;
}

a.assignments:link{
	color: #FF0D00;
	font-style: italic;
	text-decoration: none;
	border-style: none;
	text-align:center;
		line-height:120%;
	
}


a.assignments:link:hover{
	color: orange;
	font-style: italic;
	text-decoration: none;
	border-style: none;
	text-align:center;
}


td.assignments a{
	color: #FF0D00;
}

td.assignments>.notduedate a{
	color: black;
}

td.assignments>.notduedate a:hover{
	color: #4284d3;
}
.optionalreadingsheader{ 
}

.showoptional, .hideoptional {
	color:#696969;
}

.showhandouts, .hidehandouts {
	color: #696969;
}

.syllabus tr:nth-child(odd) {
    background-color: lightgrey;
}

.optionalreadingsheader:hover, .showoptional:hover, .showhandouts:hover {
color:#88b32d; 
}


.hideoptional:hover, .hidehandouts:hover {
color:red; 
}
 
.linkstoreadings{
	font-size:11px;
}
 
 
.linkstolectures ul{
	list-style-type: circle;
	margin-top:0px;
	margin-bottom:0px;
	font-size:11px;
}

.linkstolectures ul li{
	text-align:left;
}


.lecturewithnotes{
color:black;
	border-bottom:1px dotted;
	border-bottom-color:black; 
	line-height:150%;
	}
	

.lecturewithnotes:hover{
	color:#4284d3;
	border-bottom:1px dotted;
	border-bottom-color:#4284d3; 
		}
