@charset "utf-8";

/*cl boxes*/
.content_box{
	font-size:8pt;
	padding: 2px;
	background-color:#FFFFFF;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
}
.content_box_head{
	background-color: #a37b2c;
	background-repeat:repeat-x;
	font-weight: bold;
	color: #ffffff;
	padding: 2px;
	border: #000000 1px solid;
}
.directory_row:hover{
	background-color:#fee0a2;
}
#main_content #maincontent .content_box_head a{
	color:white;
}
.border{
	border-bottom: solid 1px #999999;
}

/* Attendance Coloring */
.AttendanceP{
	font-weight:bold;
	text-align:center;
}
.AttendanceE{
	color: #00CC00;
	font-weight:bold;
	text-align:center;
}
.AttendanceU{
	color: #FF0000;
	font-weight:bold;
	text-align:center;
}
.AttendanceL{
	color: #0000FF;
	font-weight:bold;
	text-align:center;
}
.AttendanceN{
	color: #999999;
	font-weight:bold;
	text-align:center;
}
.AttendanceA{
	color: #FF9900;
	font-weight:bold;
	text-align:center;
}

/* Directory */
.directory{
	font-size:8pt;
	border-bottom: solid 1px #999999;
}

/* Error */
.error{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10pt;
	color: darkred;
	text-align: center;
	border: solid darkred 1px;
	background-color: #FF9D9D;
}

#email_webmaster {position:absolute; right:290px; top:150px; width:400px; height:350px; background-image:url("/img/email-webmaster.jpg"); background-repeat:no-repeat;} 
#email_webmaster table {width:350px; margin:70px 0px 0px 20px; padding:0; border:none;}
#email_webmaster table tr, #email_form table tr td{margin:0; padding:5px; border:none;}
#email_webmaster input, #email_form textarea {width:225px;}
#email_webmaster textarea {height:125px;}
#email_webmaster {z-index:99; visibility:hidden;}

/*
a{
	color: #003674;
}
a.attlink{
	color:#000000;
	text-decoration:none;
}
a.attlink:visited{
	color:#000000;
	text-decoration:none;
}
a.calendar{
	color: #000000;
	font-size:7pt;
}
a.dbatt{
	color:#CCCCCC;
	text-decoration:none;
}
*/

