a {
	background-color: inherit;
	color: #003399;
	text-decoration: none;
}

body, input, textarea {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
}

fieldset {
	border: 0px;
}

h3 {
	background-color: #ffffcc;
	border-bottom: solid #999999 1px;
}

p a:hover {
	text-decoration: underline;
}

table.faculty {
	border: solid #ffc 1px;
	border-collapse: collapse;
}

table.faculty td {
	width: 250px;
	padding: .3em 1em;
}

table.form {
	border-collapse: border;
}

table.form td {
	border: solid #000 1px;
	padding: 2px 6px;
}

table.form td.head {
	background-color: #ffc;
	color: #000;
}

table.form th {
	font-weight: normal;
}

/* DIVS */

div.content {
	background-color: #fc9;
	border-left: solid #000 1px;
	border-right: solid #000 1px;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	top: 0px;
	width: 700px;
	z-index: 2;
}

div.backdrop {
	background-color: #fc9;
	border-left: solid #000 1px;
	border-right: solid #000 1px;
	height: 100%;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	top: 0px;
	width: 700px;
	z-index: 1;
}

div.head {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	height: 50px;
}

div.menu {
	clear: left;
	margin: 0;
	padding: 0;
	border: 0;
}

div.body {
	clear: both;
	margin: 10px 5px 5px 5px;
}

p.footer {
	background-color: #ffc;
	border-bottom: solid #999 1px;
	border-top: solid #999 1px;
	clear: both;
	text-align: center;
}


/* Calendar */

table.calendar {
	border: solid #000000 2px;
	background-color: #fc9;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
}

/* the month and year header */
table.calendar caption {
	font-size: 16pt;
	margin-left: auto;
	margin-right: auto;
}

/* top row cells which hold day names */
table.calendar th {
	border: solid #000 1px;
	font-size: 10pt;
	background-color: #6cf;
	color: #ffffff;
	width: 90px;
}

/* day cells */
table.calendar td {
	border: solid #000 1px;
	height: 80px;
	width: 90px;
	text-align: left;
	vertical-align: top;
	background-color: ;
}

/* day cells with events */
td.event {
	background-color: #09c;
}

/* day cell for today */
td.today {
	background-color: #ffc;
}


/* SJRS Notes */

div.sjrsnotes_menu {
	display: none;
	position: fixed;
	padding: 5px;
	background-color: #ccc;
	border: solid #000 1px;
	width: 300px;
	height: 200px;
	z-index: 3;
}

div.sjrsnotes_calendar {
	display: none;
	position: absolute;
	padding: 5px;
	background-color: #ccc;
	border: solid #000 1px;
	width: 300px;
	height: 400px;
	z-index: 3;
}

td.color {
	height: 25px;
	width: 25px;
}


/* MENU */

#menu, #menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu a {
	display: block;
	text-align: center;
}

#menu li {
	background-color: #66ccff;
	border-top: solid #0099cc 1px;
	border-bottom: solid #0099cc 1px;
	color: #000000;
	float: left;
	letter-spacing: 1px;
	line-height: 1.5em;
	width: 140px;
}

#menu li ul {
	display: none;
	position: absolute;
	width: 140px;
}

#menu li ul li {
	border: solid #0099cc 1px;
	letter-spacing: normal;
	width: 138px;
}