/* CSS Document */
td#action, td#listing {
	width: 50%;
	vertical-align: top;}
table#formTable th {
	background-color: rgb(88%,95%,79%);}
td.instruct {
	background-color: rgb(88%,95%,79%);}
table#formTable td {
	padding: 4px;}
td.label {
	font-weight: bold;
	text-align: left;
	vertical-align: top;}
div.instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	color: #333;}
td.submit {
	text-align: center;}
input.single {
	width: 200px;}
input.small, select.small {
	width: 50px;
	margin-right: 5px;}
textarea.area {
	width: 200px;
	height: 200px;}
table#formTable {
	width: 95%;}
table#cal {
	width: 95%;
	border: 1px solid #555;}
table#key {
	width: 50%;}
table#cal td {
	border-top: 1px solid #999;
	padding: 2px;
	margin: 0;}
table#cal th {
	padding-top: 0.5em;
	color: rgb(81%,0%,6%);
	border-width: 0;}
table#cal tr.odd td {
	background-color: #DDD;}
tr.expired td {
	background-color: #FF9999;}
tr.unapproved td {
	background-color: #FFFF66;}
span.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #900;}
div#warning {
	padding: 2px;
	margin-bottom: 6px;
	border: 2px solid rgb(81%,0%,6%);}
div#alert {
	padding: 2px;
	background-color: #66CC66;
	border: 1px solid #333;
	width: 80%;}
table#cal a {
	color: blue;
	text-decoration: underline;}
	
/* LISTING STYLES */
table#fullcal {
	margin-left: auto;
	margin-right: auto;
	width: 90%;}
tr.eventrow td {
	padding: 4px;
	border: 2px solid white;
	background-color: #EDEDFF;}
div.title {
	font-weight: bold;
	font-size: 1em;}
div.event {
	font-size: 0.9em;}
table#fullcal th {
	border: 2px solid white;
	background-color: #C0C0FF;
	color: #900;
	font-size: 1.1em;}
table#fullcal th.subhead {
	background-color: #DDF;
	padding: 2px;
	color: #669;
	font-size: 0.8em;
	border-bottom: 1px solid #AAA;}