table.calendar {
	width:				252px;
    empty-cells:		show;
	margin-bottom:		20px;
	border:				1px solid #fff;
}

table.calendar td {
	padding:			5px;
    color:              #0067a6;
}

table.calendar td a {
    font-style:         italic;
    font-weight:        normal;
    text-decoration:    underline;
    
}

table.calendar tr.headline td {
    background:			#fff;
    text-align:			center;
	text-transform:		uppercase;
	border-bottom:		1px solid #fff;
}

table.calendar tr.headline td a {
	color:				#0067a6;
	text-decoration:	none;
	font-weight:		normal;
	font-style:			normal;
}

table.calendar tr.headline_days td {
    
    text-align:	        center;
	background:	        #fff;
    font-weight:        normal;
    color:              #0067a6;
}

table.calendar td {
    text-align:			center;
    background:			#fff;
}

table.calendar .today {
    border:1px solid #0067a6;
}

table.calendar .today_posted {
    border:             1px solid #0067a6;
    background:         #eff5fa;
}

table.calender .posted, td.posted {
    background:			#eff5fa !important;
}

table.calendar .head_5, table.calendar .head_6 {
    background: #ddebf6 !important;
}

table.calendar .normal_5, table.calendar .normal_6 {
    background: #ddebf6;
}

table.calendar .empty_5, table.calendar .empty_6 {
    background: #fff;
}
