/* CSS Document */

a{
	text-decoration:none;
	color:#CCCCCC;


}
.calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:12px;
}
a:hover {
	color: #cccccc;
	text-decoration: underline;
}

.calendar td {
	position:relative;
}
.calendar td a{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	
}


.header td {
	font-size: 12px;
	height:10px;
	font-weight:bold;
	text-align:center;
	color:#CCCCCC;
}
.calendar th{
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFcc00;
	border-right-color: #FFcc00;
	border-bottom-color: #FFcc00;
	border-left-color: #FFcc00;
	font-size:18px;
	font-weight:bold;
	color:#CCCCCC;
}
.calendar .calday{
	position:relative;
	height:75px;
	width:75px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
	vertical-align:top;
}
.calendar .calday .image{
	position:absolute;
	height:75px;
	width:75px;
	z-index:0;
}
.calendar .calday p{
	padding: 22px 3px 3px 3px;
}
.calendar .calday a{
	display:block;
	width: 66px;
	height: 20px;
	margin:0px auto 2px auto;
	padding:0px;
	font-size:9px;
	background:#CCCCCC;
	color:#000000;
	font-weight:normal;
	text-decoration:none;

}
.calday .date{
	position:absolute;
	top:5px;
	right:10px;
	font-size:14px;
	color:#FFFFFF;

}

.marked, .boxer{
	height:100%;
	width:100%;
	position:relative;
}
#eventdetails{
	height:250px;
}
.calendar-width {
	width: 700px;
	margin-right: 0px;
	margin-left: 0px;
}
