/* Calendar Style sheet */

/* The outer border color of the calendar
    It also includes the are where the month and the year is written */
.parent_table {
	background-color:#F1F1F1;  border-width:0; border-style:solid;
}

/* Cells in which the dayname alphabets are printer */
.day_names {
	background-color:#F1F1F1; 
}

/* The Day alphabets */
.day_names_text {
	font-family:Tahoma; font-weight:bold; font-size:11; color:#000080;
}

/* Calendar title. MonthName+Year */
.cal_title {
	font-family:Tahoma; text-align:center; font-weight:bold; font-size:11; color:#000080
}

/* Cells in which the dates are printed */
.dates {
	background-color:#F1F1F1; border:#cccccc 1px dashed;
}

/* Numerical Dates */
.date_num {
	font-family:Tahoma; font-size:11; color:#000080; 
}

/* Today's date */
.date_today {
	font-family:Tahoma; font-size:11; color:red; font-weight:bold;;
}

/* Numerical dates on which post were made */
.date_active {
	font-family:Tahoma; font-size:11; color:#4040ff; font-weight:bold; text-decoration:underline;
}
