.calendar_table,.calendar_control_table,.calendar_year_input,.calendar_month_input{
	font-size:11px;
	font-family:tahoma;
}

.calendar_full{
	cursor:hand;
}

.calendar_day,.calendar_day_name,.calendar_empty,.calendar_table{
	border:solid 1px #076FB0;
	padding-left:1;
	padding-right:1;
}
.calendar_day,.calendar_day_name,.calendar_empty{
	border-top:none;
	border-left:none;
}

.calendar_table{
	border-bottom:none;
	border-right:none;
}
.calendar_day_name{
	border-bottom-width:3px;
	
	width: 18px;
	height:15px;
}
.calendar_col5,.calendar_day_name6{
	background-color:#97C0FF;
		height:15px;

}

.calendar_day_over,.calendar_day_name_over{
	background-color:#076FB0;
	color:white;
}

.calendar_day_selected{
	back_ground: url(images/plus.gif) no-repeat center center;
	background-color:#076FB0;
	color:white;
}


TD.calendar_month_input,TD.calendar_year_input{
	background-color:#076FB0;
	color:white;
		font-size: 11px;

}

.calendar_control_table{
	width:100%;
	background-color:#096BFF;
	color:white;
	font-size: 11px;
	font-weight: bold;
}

INPUT.calendar_year_input,INPUT.calendar_month_input{
	background-color:#096BFF;
	border:solid 1px #096BFF;
	color:white;
	padding:0;
	height:15px;
	margin:0;
	width:100%;
		font-size: 11px;
			font-weight: bold;



}
INPUT.calendar_year_input{
	width:100%;
}
INPUT.calendar_month_input_focus,INPUT.calendar_year_input_focus,INPUT.calendar_month_input_over,INPUT.calendar_year_input_over{
	border:solid 1px white;
}

INPUT.calendar_month_input{
	width:15px;
	height:15px;
}
