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

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

div.calendar table
{
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-collapse: separate;
  border-spacing: 1px;
}

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

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

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

div.calendar th
{
  font-weight: bold;
}

div.calendar tr.days td {
 border:1px solid #E5E5E5;
color:#848284;
cursor:pointer;
font-family:arial;
font-size:12px;
text-align:right;
width:2em
}

.seleccionada {
 border:1px solid #10A6F1!important; background-image:url(../images/fondo_calendario.gif); color:#FFF!important;
}
div.calendar td.button:hover
{
  border-color: #e8a800;
  background-color: #e5e5e5;
  cursor: pointer;
}

/*div.calendar tr.days td:hover
{
 background-color: #ffffff;
}*/

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: #e8a800;
  border-color: #e8a800 !important;
  color: #fff !important;
}

div.calendar tr.days td.weekend {
	color: #7f9de8;
}
*/
div.calendar tr.days td.today
{
 color:#000000;
font-weight:bold;
}

div.calendar tr.days td.otherDay
{
  background: #e5e5e5;
  color: #fff;
}
