@charset "iso-8859-1";

#updatetable td {
	font-family: arial, sans-serif;	
	font-size: 12px;
}

#updatetable select {
	font-family: arial, sans-serif;	
	font-size: 12px;
}

#thecalendar, input {
	font-family: arial, sans-serif;
}

#adminbar {
	font-family: arial, sans-serif;
	padding:0 0 7px 0;
	margin-bottom: 10px;
	border-bottom:1px solid #31BEBA;
	width:100%;
	font-size: .8em;
}

#thecalendar {
	background-color: #fff;
}

#thecalendar ul {
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 0;
}

#thecalendar li {
	font-family: arial, sans-serif;
	font-size: 12px;
	list-style-type:none;
}

#thecalendar a {
	color: #00c;
}

#thismonth  {
	border: 1px solid #777;
	border-collapse:collapse;
}

#monthlist  {
	font-size: 18px;
}

.today {
	background-color: #ff8;
	color: #000;
}
.today .day {
	color: #a00;
}

.nottoday {
	color: #000;
}

.day {
	font-weight: bold;
	text-align:right;
	font-size: 16px;
}

.event {
	text-align:left;
	font-size: 14px;
}

.today .default {
	color: #000;
	font-style: italic;
}

.nottoday .default {
	color: #000;
	font-style: italic;
}

.monthlist {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.monthlist a {
	text-decoration: none;
	display: inline-block;
}
.monthlist a:before {
	content: "[";
}
.monthlist a:after {
	content: "]";
}
.monthname {
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
.dayname {
	color: #000;
	font-size: 16px;
}

.height {
	float:left;
	width:1px;
	min-height:50px;
}

.blue {
	color: #00f;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.important {
	color: #F00;
	font-weight: bold;
}

.home {
	background-color: #31BEBA;
}
.away {
	background-color: #ff8;
}
.Going {
	font-weight: bold;
	background-color: #6f6;
}
.NotGoing {
	font-weight: bold;
	color: #f00;
}
.DoNotKnow {
	color: #f66;
}
button.delta {
	border: 2px solid #f88;
	background-color: #fff;
}

