/* CALENDAR */

.calendar_button {
	border:none;
	color:#333333;
	width:185px;
	height:27px;
	background:url(../images/calendar_button.jpg);
	cursor:pointer;
}

.calendar_submit {
	border:none;
	color:white;
	width:70px;
	height:40px;
	background:url(../images/calendar_submit.jpg);
	float:left;
	cursor:pointer;
}

.calendarCaption {
	width:176px;
	height:27px;
	background:url(../images/calendar_caption.jpg);
	color:#2b2b2b;
	cursor:pointer;
}

	.calendarCaption a {
		display:block;
		float:left;
		width:25px;
		height:27px;
		color:#646464;
		text-decoration:none;
		text-align:center;
		line-height:27px;
	}
	
	.calendarCaption .title {
		float:left;
		width:126px;
		height:27px;
		text-align:center;
		line-height:27px;
	}
	
	.calendarTable th.mon {
		background:url(../images/calendar_th_mon.jpg);
	}
	
	.calendarTable th.sun {
		background:url(../images/calendar_th_sun.jpg);
		/*color:#3994e1;*/
		color:#95CC00;
	}
	
	.calendarTable th.sat {
		color:#95CC00;
	}
	
	.calendarTable th {
		width:25px;
		height:24px;
		background:url(../images/calendar_th_bg.jpg);
		color:white;
		border:0;
		font-weight:normal;
		text-align:center;
		border-bottom:solid 1px #eef1e7;
	}
	
	.calendarTable td {
		width:24px;
		height:24px;
		text-align:center;
		border-left:solid 1px #eef1e7;
		border-bottom:solid 1px #eef1e7;
		/*background:#75a6d7;*/
		background:#95CC00;
		color:#2b2b2b;
	}
	
	.calendarTable td.calendarEmpty {
		background:none;
		color:#8b8b8b;
	}
	
	.calendarTable td.calendarLink {
		background:#cbd8a9;
	}
	
	.calendarTable td.calendarToday {
		
	}
		.calendarTable td.calendarToday a{
			color:white;
		}
	
	.calendarTable td a {
		color:#2b2b2b;
		text-decoration:none;
	}