/* 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 {
	border-width:0; border-style:solid;
}

}

/* The Day alphabets */
.day_names_text {
	font-family:Verdana; font-weight:bold; font-size:10; color:rgb(102,102,102);
}

/* Calendar title. MonthName+Year */
.cal_title {
	font-family:Verdana; text-align:center; font-weight:bold; font-size:10; color:rgb(102,102,102);
}


/* Numerical Dates */
.date_num {
	font-family:Verdana; font-size:10; color:rgb(102,102,102);
}

/* Numerical dates on which post were made */
.date_active {
	font-family:Verdana; font-size:10; color:rgb(102,102,102); font-weight:bold; text-decoration:underline;
}
