
/* Date Table */

#display_calendar
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#display_calendar table
{
	border-spacing: 0px;
	padding: 5px 2px 8px 2px;
	
}
#display_calendar td {
	width:28px;
}
#display_calendar td a{
	padding:3px 0px;
	width:28px;
	display:block;
}
#display_calendar td.day a
{
	color: #92a6b3;
}
#display_calendar td.day a:hover
{
	color: #fff;
	background-color: #042648;
}
#display_calendar .calendar {
  margin: auto;
}
#display_calendar .monthName th {
  font-weight: normal;
  font-size:14px;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8da3b7;
  background-color:#123d62;
}
#display_calendar .dayName th {
  font-size: 11px;
	padding: 2px;
  color: #8da3b7;
  text-align: center;
}
#display_calendar .otherMonth, .day, .specialDay {
  padding: 0px;
  border: 2px solid #002e56;
}
#display_calendar .day, .specialDay {
  text-align: center;
  background-color: #123d62;
  color: #92a6b3;
}
#display_calendar .weekendDay, .specialDay {
  background-color:#0e365a;
  -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

#display_calendar .otherMonth {
  color: #2f5d83;
text-align: center;
  background-color: #002e56;
  
}

#display_calendar .display_date {
  background-color: #386283;
}