@charset "utf-8";
/* CSS Document */
#test_id{

	border:none;
}

#test_id a{
	color:#0000CC;
	display:block;
	border:none;
	}
	
#test_id td{
	border: none;
}

.calendar{
	border: none;
	
	
}


#test_id a:hover{
	color:#03C;
	background-color: #FFFFFF;
	border:none;
	}

.calendarHeader {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:30px;
	line-height:21px;
	background-color:#F2EDE0;
	background-repeat:repeat-y;
	border:none;
}

.yearHeader{
	
	color: #0F6;
	background-image:url(../images/calender_top.png);
	background-repeat:no-repeat;
	width:286px;
	height:30px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	
	
}

.calendarToday {
	background-color: #CCC;
	width:33px;
	text-align:center;
	line-height:23px;
	border:none;
}

.calendarToday2 {
	font-weight:bold;
	width:33px;
		line-height:23px;
	text-align:center;
	border:none;
}
.calendar {
	border:none;
}
.scheduled_events {
	width:33px;
	line-height:23px;
	text-align:center;
	background-color:#F60;
	border:none;
}

.calender_ex{	
	width:33px;
	text-align:center;
	line-height:23px;
	background-color:#F2EDE0;
	color:#000000;
	border:none;
	}
	
.head_container{
	border:none;
	}
	
.day_holder{
	background-image:url(../images/calender_mid.png);
	background-repeat:repeat-y;
	border:none;
	/*background-color:#F2EDE0;*/
	width:284px;
	 }
	 
.cal_btm{
	background-image: url(../images/calender_btm.png);
	height: 25px;
	width:284px;
	border:none;
	float:left;
}