@charset "utf-8";
#content {
	background-color:#003300;
	font: .9em Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
span.datepicker {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #003300;
}
#bar {
	background: #CEFFCE;
	padding: 10px;
	float: left;
	height: 100%;
	width: 15em;
	margin-right: 20px;
	z-index: 1;
	font: .9em Geneva, Arial, Helvetica, sans-serif;
	color: #003300;
	list-style: url(images/note.gif) none;
}
#bar li {
	margin-left: 20px;
	list-style: url(../assets/images/note.gif);
}
#bar h1 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#bar a {
	color: #CC0000;
	text-decoration: none;
}
#bar a:hover {
	color: #FF0000;
	text-decoration: none;
}
a.cal_date:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
a.cal_date:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
a.cal_date:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
a.cal_date:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
a.cal:link {
	color: #FF0000;
	text-decoration: none;
	background: #FFFFFF;
	display: block;
	padding: 3px;
	width: 100%;
	height: 100%;
}
a.cal:visited{
	color: #FF0000;
	text-decoration: none;
	background: #FFFFFF;
	display: block;
	padding: 3px;
	width: 100%;
	height: 100%;
}a.cal:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #ddd;
	display: block;
	padding: 0px;
	height: 100%;
	width: 100%;
	border: thin solid #000000;
}
a.cal:active {
	color: #FF0000;
	text-decoration: none;
	background: #FFFFFF;
	display: block;
	padding: 3px;
	height: 100%;
	width: 100%;
}
a.event:link {
	color: #000099;
	text-decoration: none;
	padding: 3px;
	width: 100%;
}
a.event:visited {
	color: #000066;
	text-decoration: none;
	padding: 3px;
	width: 100%;
}
a.deletevent:link {
	color: #000099;
	text-decoration: none;
	background: #FF0000;
	padding: 3px;
	border: thin solid #000000;
}
a.deleteevent:visited {
	color: #000099;
	text-decoration: none;
	background: #FF0000;
	padding: 3px;
	border: thin solid #000000;
}

a.Practice:link {
	background-color: #9CF;
}
table.cal {
	border: thin solid #CEFFCE;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	background: #FFFFFF;
}
th.cal {
	color: #FFFFFF;
	background: #000000;
	width:13%;
	padding:5px;
	border: 1px solid #CEFFCE;
}
td.cal_date {
	color: #FFFFFF;
	background: #003300;
	width: 13%;
	height:10px;
	border: 1px solid #CEFFCE;
	padding-right: 5px;
	padding-left: 5px;
}
td.cal {
	padding: 5px;
	width: 13%;
	height:75px;
	border: thin solid #B3FFB3;
}