a.calendarlinks:link {COLOR: black; TEXT-DECORATION: underline}
a.calendarlinks:visited {COLOR: black; TEXT-DECORATION: underline}
a.calendarlinks:active {COLOR: black; TEXT-DECORATION: underline}
a.calendarlinks:hover {COLOR: #0071BB; TEXT-DECORATION: underline}

a.detaillinks:link {COLOR: black; TEXT-DECORATION: none}
a.detaillinks:visited {COLOR: black; TEXT-DECORATION: none}
a.detaillinks:active {COLOR: black; TEXT-DECORATION: none}
a.detaillinks:hover {COLOR: #0071BB; TEXT-DECORATION: none}

#container {
	width: 250px;
	background-color: #FFFFFF;
}
#container #header #header_left {
	float: left;
	height: 100px;
	width: 50px;
}
#container #header #header_right {
	height: 100px;
	width: 50px;
	float: right;
}
#container #content {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
#container #calfooter {
    clear:both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
#container #calfooter a {
	color: #000000;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container #header #header_main {
	float: left;
	width: 250px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}


#container #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100px;
}

.month{
    width:240px;
    float:left;
    border-collapse:collapse;
}

.calendar {
	border: solid 1px #000000;
    color:#000;
    padding:0px;
    text-align:center;
    height:35px;
    font-size:15px;
}

th {
    padding:0px;
    color:#fff;
}

.actday{
	border: solid 1px #000000;
	background-color: orange;
    color:#000;
    font-weight:bold;
    text-align:center;
    height:35px;
    font-size:15px;
}

.eventday{
	border: solid 1px #000000;
	background-color: #dfdfdf;
    color:#000;
    font-weight:bold;
    text-align:left;
    height:35px;
}

.days{
	border: solid 1px #000000;
    background-color:#ffffff;
}