table.calendar-bg:nth-of-type(odd) {
  background-color:#eaeaea;
}

table.calendar-bg:nth-of-type(even) {
  background-color: #FFF;
}
.tagbox {
background-color: #ffffff !important;
margin-right: 10px;
margin-bottom: 5px;
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
font-size: 11px;
line-height: 24px;
border: 1px solid #cccccc;
}
.tagbox:hover, a.tagbox:hover {
background-color: #75B9DE !important;
text-decoration: none  !important;
color:white;
}
