.cal1, .cal2, .cal3
{
	color: #FFF;
	padding: 0px 5px;
	font-size: 1em;
	font-weight: bold;
}
.cal1 { background-color: #390; }
.cal2 { background-color: #09F; }
.cal3 { background-color: #C00; }

.cellone { background-color: #DFE9F3; }
.celltwo { background-color: #F4F8FB; }

/* qTip works with  tooltips.js */
div#qTip {
  padding: 3px;
  border: 1px solid #666;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background: #999;
  color: #FFF;
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}


/* thumbnail for hover images */
.thumbnail
{
	position: relative;
	z-index: 0;
}

.thumbnail:hover
{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span
{
	position: absolute;
	background-color: #FFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid #DDDAB2;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img
{
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span
{
	visibility: visible;
	top: 0;
	left: 60px;
}


#pagecont .caricons img
{
	margin: 0;
}
