.calbox_c
{
	float: right;
	width: 225px;
	padding: 24px 0;
	background-color: white;
	min-height: 288px;
}

#cal-header {
	font: small arial, helvetica, sans-serif;
}

#cal-header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#cal-header li {
	display: inline;
	margin: 0 2px 0 0;
	font-family: Helvetica, Sanserif;
}

#cal-header a {
	padding: .3em .4em .3em .5em;
	text-decoration: none;
	color: black;
	background: white;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	font-family: Helvetica, Sanserif;
	font-size: 12px;
}

#cal-header a:hover {
	background: #C0C0C0;
	color: white;
}0123456789a

#cal-header #selected {
}

#cal-header #selected a {
	padding-bottom: 1px;
	font-weight: bold;
	color: black;
	background: white;
	border-bottom: none;
}

#news-tab a:active {
	border-bottom: 0px;
	background: #C0C0C0;
	color: white;
}

#cal-tab a:active {
	border-bottom: 0px;
	background: #C0C0C0;
	color: white;
}

#ath-tab a:active {
	border-bottom: 0px;
	background: #C0C0C0;
	color: white;
}

#cal-content-news {
	background: white;
	padding: 1em; /* Border thickness of enclosing division */
	display:visible;
}

#cal-content-news ul {
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#cal-content-news li {
	font-family: Helvetica, Sanserif;
	font-size: 10px;
	text-decoration: none;
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 0.5em;
}

#cal-content-news p {
	margin: 0;
	padding: 1em;
	background: white;
	font-family: Helvetica, Sanserif;
}

#cal-content-calendar {
	background: white; /* was #fco - orange*/
	padding: 1em; /* Border thickness of enclosing division */
	display:none;
}

#cal-content-calendar ul {
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#cal-content-calendar li {
	font-family: Helvetica, Sanserif;
	font-size: 10px;
	text-decoration: none;
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 0.3em;
}

#cal-content-calendar p {
	margin: 0;
	padding: 1em;
	background: white;
	font-family: Helvetica, Sanserif;
}

#cal-content-athletics {
	background: white; /* was #fco - orange*/
	padding: 1em; /* Border thickness of enclosing division */
	display:none;
}

#cal-content-athletics ul {
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#cal-content-athletics li {
	font-family: Helvetica, Sanserif;
	font-size: 10px;
	text-decoration: none;
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 0.5em;
}

#cal-content-athletics p {
	margin: 0;
	padding: 1em;
	background: white;
	font-family: Helvetica, Sanserif;
}

