#apgfcalender * {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
	color: black;
}

#apgfcalender
{
	background-color:#ffffff;
	border:2px solid #eeeeee;
	position:absolute;
	margin-left:100px;
	margin-top:-50px;
}

#apgfcalender td
{
	padding: 0px;
}
#apgfcalender A {
	text-decoration: none;
	color: #000;
	width: 100%;
	padding: 2px 4px 2px 4px;
}

#apgfcalender .daybar * {
	color: #eee;
	background-color: #999;
}

#apgfcalender .selectable {
	cursor: hand;
	cursor: pointer;
}

/* modify these styles */


#apgfcalender .yearbox {
	border:2px solid #CCCCCC;
	background-color: white;
}


#apgfcalender .selected {
	color: #fff;
	background-color: #25a;
}

#apgfcalender .today {
	font-weight: bold;
}

#apgfcalender .weekend {
	color: #888;
}