@import "../knot.css";
@import "../global.css";
@import "../menu.css";

caption.dates {
	background: url(termDates.gif) top left no-repeat;
	margin:0 0 10px 0;
	padding: 0 0 10px 0;
	width:277px;
	height:31px;
}

caption.lessons {
	background: url(lessonTimes.gif) top left no-repeat;
	margin:0 0 10px 0;
	padding: 0 0 10px 0;
	width:296px;
	height:31px;
}

table {
	border: 1px solid #28780A;
	margin-bottom: 20px;
}

th {
	/*background-color: #28780A;*/
	background:url(../main/thead_in.gif) repeat-x;
	color:#28780A;
	padding: .5em .7em .5em .7em;
	font-weight: bold;
	font-size: large;
	text-align: center;
}

th.times {
	background:url(../main/thead_small.gif) repeat-x;
}

th h5, th h6 {
	margin: 0px;
	padding: 0px;
}


tbody td, tbody th {
padding: .5em;
}

tbody tr {
	background-color: #E4F8AD;
}

td {
padding: 0 10px;
}

h1 {
	display:none;
}
p.info {
	margin:0;
	padding:0;
	margin-bottom: 10px;
}
