
div.calendar
{
  font-size: smaller;
  color: #000000;
}

div.calendar.popup
{
  margin-left: -40px;
  margin-top: -100px;
}

div.calendar table
{
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
}

div.calendar thead {
  background-color: white;
}

div.calendar td,
div.calendar th
{
  padding: 3px;
  text-align: center;
}

div.calendar td.title
{
  font-weight: bold;
}

div.calendar th
{
  background: #dddddd;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  font-weight: bold;
  color: #555555;
  font-size: 10px;
}

div.calendar tr.days td {
  width: 2em;
  color: #555555;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}


div.calendar td.button
{
	font-size: 21px;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  background-color: #0000FF/*#34ABFA*/; 
  color: white;
  cursor: pointer;
  cursor: hand;
}

div.calendar tr.days td:active
div.calendar td.button:active
{
  background-color: #cdecde;
}

div.calendar tr.days td.selected
{
  font-weight: bold;
  background-color: #ffffff;
  color: #000000;
}

div.calendar tr.days td.today
{
  font-weight: bold;
  color: #D50000;
}

div.calendar tr.days td.otherDay
{
  color: #bbbbbb;
}

div.calendar
{
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}

div.calendar table
{
	width: 100%;
}

div#popupDateField:hover
{
	background-color: #cdecde;
	cursor: pointer;
  cursor: hand;
}

