﻿.calendar { width: 230px; font-family: Arial; font-size: 12px; }
.title { margin: 0px; padding: 0px; height: 23px; color: #ffffff; background-image: url('../images2/calendar/bg-header.png'); background-position: left top; background-repeat: repeat-x; }
.day-header { margin: 0px; padding: 0px; height: 13px; font-size: 11px; font-weight: bold; color: #ffffff; background-image: url('../images2/calendar/bg-weekdays.png'); background-position: left top; background-repeat: repeat-x; }
.day { border: solid 1px #bdbcbd; background-image: url('../images2/calendar/bg-day.png'); background-position: left top; background-repeat: repeat-x; }
.selected-day { border: solid 1px #bdbcbd; background-image: url('../images2/calendar/bg-day.png'); background-position: left top; background-repeat: repeat-x; }
.today-day { border: solid 1px #bdbcbd; background-image: url('../images2/calendar/bg-day.png'); background-position: left top; background-repeat: repeat-x; }
.weekend-day { border: solid 1px #bdbcbd; background-image: url('../images2/calendar/bg-day-weekend.png'); background-position: left top; background-repeat: repeat-x; }
.other-month-day { border: solid 1px #bdbcbd; background-color: #f0f0f0; }
.day A, .selected-day A, .today-day A, .weekend-day A, .other-month-day A { display: block; font-size: 11px; text-align: left; text-decoration: none; vertical-align: bottom; padding: 15px 2px 1px 2px; font-weight: bold; color: #00457b;  } 
.selected-day A { background-image: url('../images2/calendar/bg-day-current.png'); background-position: 85% 75%; background-repeat: no-repeat; }
.day A:hover, .selected-day A:hover, .today-day A:hover, .weekend-day A:hover, .other-month-day A:hover { background-image: url('../images2/calendar/bg-day-hover.png'); background-position: left top; background-repeat: repeat-x; } 
