

/* Calendar Style
------------------------------------------------------------------------------*/


div.calendar
{
  font-size: 9px;
  color: #000;
}

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

div.calendar table
{
  background-color: #686f79;
  border: 1px solid #555
  border-collapse: collapse;
}

div.calendar thead {
  background-color: #8a8f9b;
}

div.calendar td,
div.calendar th
{
  padding: 3px;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  text-align: center;
}

div.calendar td.title
{
  font: bold 12px Arial;
  color: #fff;
  background-color: #575E68;
  text-align:right;
}

div.calendar th
{
  background: #ddd;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: bold;
  color: #999;
}

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

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  background-color: #34ABFA;
  color: #fff;
  cursor: pointer;
}

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

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

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

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

div.calendar tr.days td.weekend
{
  color: #ddd;
}




/* Calendar Page Layout
------------------------------------------------------------------------------*/


div#embeddedCalendar {
	margin: 15px 0 0 14px;
}

div#embeddedDateField {
/*
	margin: 15px 0 0 14px;
*/
	display: none;
}
