@charset "utf-8";
/* CSS Document */
.test_id{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.test_id a{
	color:#FFF;
	display:block;
	border:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	}
	
.test_id td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	width: 30px;
	height:15px;
}

.calendar{
border:none;	
	
}


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

.calendarHeader {
	color: #021e65;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	width:30px;
	line-height:15px;
	background-color:#e0e0e0;
	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: #9b0028;
	text-align:center;
	line-height:15px;
	border:none;
}

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

.calender_ex{
	width:33px;
	text-align:center;
	line-height:15px;
	background-color:#0b1d63;
	color:#000000;
	border:none;
	}
	
.head_container{
	border:none;
	}
	
.day_holder{
	border:none;
	/*background-color:#F2EDE0;*/
	width:284px;
	background-color: #F2EDE0;
	 }
	 
.cal_btm{
	background-image: url(../images/calender_btm.png);
	height: 25px;
	width:284px;
	border:none;
	float:left;
}
.head_cal{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #a50101;
	text-decoration: none;
}

.cal_chan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #920102;
	text-decoration: none;
}

.cal_chan A {
	color: #920102;
	text-decoration: none;
}
.cal_chan A:hover {
	color: #0B1D63;
	text-decoration: underline;
}

