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

div.calendar a
{
  outline: none;
}

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

div.calendar table
{
  background-color: #eee;
  border: 1px solid #aaa;
  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: #ddd;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: bold;
  color: #555;
}

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

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

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

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

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

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

/* Style changes */

div.calendar.popup {
	-moz-box-shadow: 0px 1px 5px #6c6c6c;
	-webkit-box-shadow: 0px 1px 5px #6c6c6c;
	box-shadow: 0px 1px 5px #6c6c6c;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #aaaaaa;
	
	text-shadow: #ffffff 0px 1px 0px;
	
	padding: 2px;
	background: white;
	}

div.calendar table {
	border: none;
	  width: 100%;}
	
div.calendar td.title {
	font-size: 18px;
	color: #3D8636;
	text-transform: lowercase;}
	
div.calendar .days .weekend {
	background: #f7f7f7;}

div.calendar th {
	background: #BCEF59;
	border-bottom: #5CB300;
	border-top: #5CB300;}

div.calendar tr.days td:hover, div.calendar td.btn:hover {
	background: #fff;
	-moz-border-radius: 4px;
	color: #295000;
	
	-moz-box-shadow: 0px 1px 3px #6c6c6c;
	-webkit-box-shadow: 0px 1px 3px #6c6c6c;
	box-shadow: 0px 1px 3px #6c6c6c;
	}

div.calendar td.selected {
	color: #295000;
	}
