input.calendar
{
	border: 1px solid #cccccc;
	width: 220px;
}

div.calendar
{
  font-size: smaller;
  color: #3e3e3e;
}

div.calendar.popup
{
  margin-left: 0px;
  margin-top: -168px;
  margin-top: 20px;
  z-index: 9999;
}

div.calendar table
{
  background-color: #ffffff;
  border: 1px solid #cccccc;
  /*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: #708098;*/
	color: #333333;
	font-size: 13px;
	
}

div.calendar th
{
  font-weight: bold;
  font-size: 12px;
}

div.calendar tr.days td {
  width: 2em;
  color: #3d60ba;
  color: #333333;
  text-align: right;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  border-color: #708098;
  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: #708098;
	background-color: #999999;
	border-color: #708098 !important;
	border-color: #999999 !important;
	color: #fff !important;
}

div.calendar tr.days td.weekend {
	color: #7f9de8;
	color: #333333;
	font-weight: bold;
}

div.calendar tr.days td.today
{
  font-weight: bold;
  border-color: #3d60ba;
  border-color: #333333;
}

div.calendar tr.days td.otherDay
{
  background: #e5e5e5;
  color: #fff;
}
