.titlecolor{
 color: black;
}
.nav_links{
	background:#CFCFCF;
	border:1px solid black;
}
#header {
	padding: 3px;
	border-bottom: 5px solid blue;
	min-height: 100px;
	align: center;
}
#side li a:hover, #logout li a:hover {
	background: #CFCFCF;
}
.selected {
	background: #CFCFCF;
}
#footer {
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	border-top: 5px solid blue;
	margin-left: 150px;
}

body {
	background-color: #ffffff;
}
body, td, th, input {
	font-family: verdana, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.2em 0;
	font-family: arial, verdana, sans-serif;
}
h2 {
	border-bottom: 1px solid #ccc;
}
a:link, a:visited {
	color: #4682B4;
}
#page {
	/*width: 80%;*/
}

#header h1 {
	margin: 0;
}
#organization {
	clear: both;
	float: right;
	text-align: right;
}
#side {
	position: absolute;
	width: 150px;
	left: 10px;
	
}
#side, #side ul, #logout, #logout ul {
	margin: 0;
	padding: 0;
}
#side li, #logout li {
	display: inline;
	padding: 0;
	margin: 0;
}
#side li {
	display: block;
	
}
#side li li {
	padding-left: 10px;
	border-bottom: 1px solid #ffffff;
}
#side li a, #logout li a {
	display: block;
	padding: 2px 5px;
	text-decoration: none;
}
#logout li a {
	text-decoration: underline;
	float: right;
}
.nav_section {
	display: block;
	padding: 3px 5px;
}
#main {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 150px;
	min-height: 450px;
}
#footer span.right {
	text-align: right;
	float: right;
}
#studentGrades {
	border-spacing: 2px;
	border: solid #000000;
}
.error {
	background-color: #F8E0E0; 
	border: 1px solid #AA4444; 
	padding: 8px;
}
.note {
	background-color: #C8E0F8;
	border: 1px solid #4444AA;
	padding: 8px;
}
.warning {
	background-color: #F9FA90; 
	border: 1px solid #FCD004; 
	padding: 8px;
}
.formdetail {
	font-style: italic;
}
.gradingPeriod {
	margin-bottom: 20px;
}
.listing {
	/*width: 100%;*/
}
.listing th {
	background-color: #DAEFAD;
	border-top: 1px solid #ABDA4E;
	border-bottom: 1px solid #ABDA4E;
	color: #000;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
.listing td {
	padding-left: 5px;
	padding-right: 5px;
}
.listing th a, .listing th a:visited {
	color: #000;
}
.listing th a:hover {
	color: #4682B4;
}
.listing .active {
	background-color: #ABDA4E;
	color: #fff;
}
.listing .active a, .listing .active a:hover, .listing .active a:visited {
	color: #fff;
}
.maintenance {
	border: 1px solid #000000;
	padding: 5px;
	margin-top: 40px;
}	
.odd {
	background-color: #EBFAC6;
}
.submit {
	background: #fff;
	border: 1px solid #ABDA4E;
}
.submit:hover {
	background: #DAEFAD;
}
.student{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.student th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.student td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.progressHeader {
	border-width: 5px 5px 5px 5px;
	border-spacing: 5px;
	border-style: double double double double;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
}
table.progressHeader th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.progressHeader td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.indent {
	margin-left: 150px;
}
.hasAnnouncement {
	font-style: italic;
	font-weight: bold;
}
.today, .today a:link, .today a:active, .today a:visited {
	color: #ff0000;
}
.break {
	page-break-after: always;
}