
div.calendar
{
  font-size: 1.3em;
  color: #000;
  background:url(../images/calendar.jpg) no-repeat;
  padding-top:.5em;
}

div.calendar table
{
  /*background-color: #eee;
  border: 1px solid #aaa;*/
  border-collapse: collapse;
}

div.calendar thead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div.calendar td,
div.calendar th
{
	font-size:1.1em;
	color:#102b40;
  text-align: center;
  padding: 2px;
  font-weight:bolder;
}

div.calendar td.title
{
  font-size:1.4em;
  color:#102b40;
  font-weight: bold;
}

div.calendar th
{
  font-size:1.3em;
  font-weight:bold;
  color: #000;
}

div.calendar tr.days td {
  background: url(../images/dot.png) center no-repeat;
  width: 2em;
  color: #fff;
  height:22px;
  text-align: center;
  cursor: pointer;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  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;
  color: #000;
}

div.calendar tr.days td.today
{
  font-weight: bold;
  color: #ff7700;
}

div.calendar tr.days td.otherDay
{
  background: url(../images/pastdot.png) center no-repeat;	
  color: #bbb;
}
