body {
	margin: 5px;
}

table.homework {
	width: 100%;
	margin: 0;
	border: 2px solid black;
/*	border-spacing: 1px; */
	background-color: #CCCCCC;
}

table.homework col {
	padding: .3em;
}
table.homework col#assigned, table.homework col#due {		/* FORMATS DATE COLUMNS */
	width: 5.8em;
	text-align: center;
}
table.homework col#lesson {
	width: 20.5em;
	max-width: 40%;
}

table.homework tr > td div {
	text-align: center;		/* CENTERS DATES */
}

table.homework th, table.homework tfoot td {				/* FORMATS HEADER AND FOOTER */
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	border: thin solid black;
	padding: 0;
	background-color: #3399CC;
}

table.homework tbody tr {
	background-color: #FFFFFF;
}

table.homework tbody td, table.homework td:empty {
	border: thin solid black;
	vertical-align: top;
	font-size: 90%;
}

table.homework ul {
	/* list-style-image:url(../images/bullet_dash.gif) ; */
	list-style-type: square;
	margin: 0 0 3px 18px;
	padding: 0;
}

table.homework tr.odd {
	background-color: #FFFFFF;
}

table.homework tr.even {
	background-color: #99CCCC;
}

/* TABLE HEADER HYPERLINK FORMATING */
a.th_header:link {
	color: #000000;
	text-decoration: none;
}
a.th_header:visited {
	color: #000000;
	text-decoration: none;
}
a.th_header:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.th_header:active {
	text-decoration: none;
}


/* HOVER ROW FORMATING */
table.homework tbody tr:hover {
	background-color: #CCCCCC;
}
/* OLD HOVER HYPERLINK FORMATING BUT COLORS CHANGED AND NOT NEEDED ANYMORE?
tbody#homework_table tr:hover a:link {
	text-decoration: underline;
}
tbody#homework_table tr:hover a:visited {
	text-decoration: underline;
}
tbody#homework_table tr:hover a:hover {
	text-decoration: underline;
	color:  #33CCCC;
}
tbody#homework_table tr:hover a:active {
	text-decoration: underline;
}
*/

/*******************************************   UPDATE HOMEWORK STYLES   ***********************************************/
div#class_select a:link {
	color: #000000;
}
div#class_select a:visited {
	color: #000000;
}
div#class_select a:hover {
	color: #336699;
}
div#class_select a:active {
	color: #336699;
}

 div#class_select a#selected {
	color: #990000;
	/*color: #336699;*/
}
