#buhcalendar {
	/*margin-left:4px;*/
	padding: 2px 4px 4px 4px;
	margin: 0;
}
#buhcalendar table {
  /*border:2px solid #81B1BD;*/
  font-size: 12px;
  background-color: #80240F;
  color: #EFEFEF;
  text-align:center;
}
#buhcalendar td {
  background-color: #F4FAFA;
  text-align: center;
  padding: 4px 10px;
  color: #2F2F2F;
  cursor:default;
}
#buhcalendar th{
	padding:3px 10px;
}
/* Current date */
#buhcalendar table .curr { background-color: #F08910;}
#buhcalendar table .curr a {color: white;}

/* Weekend  */
#buhcalendar table .weekend { background-color: #F0E5C5;}

/* Cell link */
#buhcalendar table td a {text-decoration: underline; color: black;}

/* Cell link hover */
#buhcalendar table td:hover {/*background-color: #aaccee;*/
}

/* Name of the selected month (at the top) */
#buhcalendar .monthName {padding-bottom: 2px; text-align: center; font-size: 14px;}

/* Next-Prev arrows */
#buhcalendar .monthName a {color: #111111; text-decoration:none; }
#buhcalendar .next {float:right;padding-right:3px;}
#buhcalendar .prev {float:left;}

#buhcalendar pre {background-color: #eeeeee; font-size:12px;}

#buhcalendar td.empty {
  background-color: #80240F;
}
#buhcalendar td.empty:hover{
	/*background-color: #0E6A80;*/
}
#buhcalendar td.link{
	cursor:pointer;
	/*background-color:#efe0e0;*/
	color: #EB1E23;
	font-size: 12px;
	font-weight: bold;
}

#calendar_preloader_container {
	position:relative;
}
#calendar_preloader {
	position:absolute;
	left:60px;
}