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

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

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

div.calendar thead {
  	background-color: #fff;
	border: 1px solid #cccccc;
}

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

div.calendar td.title
{
  	font-weight: bold;
  	color: #f5f5f5;
	background: #6d6d6d;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.calendar th
{
	font-weight: bold;
	border: 1px solid #cccccc;
	text-align: center;
	font-weight: normal;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

div.calendar tr {
	background: #e7e8e9;
}

div.calendar tr.days td {
  	background: #fff;
	width: 20px;
	height: 20px;
	padding: 2px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #cccccc;
	font-size: 9px;
	vertical-align: middle;
		
}

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  	background-color: #f5f5f5;
  	cursor: pointer;
}
div.calendar tr.days td:hover
{
	background-color: #e7e8e9;
}

div.calendar td.button {
	height: 20px;
	width: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 9px;
}

div.calendar tr.days td:active
div.calendar td.button:active
{
  	background-color: #ffffff;
	height: 20px;
	width: 20px;
	vertical-align: middle;
	text-align: center;
}

div.calendar tr.days td.selected
{
  font-weight: bold;
  background-color: #6d6d6d;
  border-color: #cccccc !important;
  color: #f5f5f5 !important;
}

div.calendar tr.days td.weekend {
}

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

div.calendar tr.days td.otherDay
{
  /*background: #e5e5e5;*/
  color: #e7e8e9;
}

