/* Applies to class dropCal */
.dropCal .month
{
	background-color:#3f9ce0;
	color:White;
}

.dropCal .datePickerContainer
{
	
	background-color:#3f9ce0;
}

.dropCal .currentMonth
{
	background-color:#c4e1f4;
	/*background-color: #9cd0ff;*/
}

.dropCal .currentDate
{
	background-color:#b6d5e8;
}

.dropCal .previousMonth
{
	background-color: #DDDDDD;	
}

.dropCal .previousYear
{
	color: White;	
}

.dropCal .nextYear
{
	color: White;	
}

#cal_1_image, #cal_2_image
{
	cursor: pointer;	
}