#CConIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CCon {
  position:absolute;
  background-color: #ccd8e4;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CCon table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #176290;
  border-right: 1px solid #176290;
}

#CCon th {
  font-weight: normal;
}

#CCon th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CCon td {
  text-align: center;
}

#CCon .header {
  background-color: #176290;
}

#CCon .weekday {
  background-color: #fff;
  color: #000;
}

#CCon .weekend {
  background-color: #fff;
  color: #f00;
}

#CCon .current {
  border-right: 1px solid #176290;
  border-bottom: 1px solid #176290;
  background-color: #ffd20b;
  color: #000;
}

#CCon .satday{
	background-color: #fff;
	color: #000;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #176290;
	width: 2em;
}

#CCon .satday:hover{
	background-color: #ffd20b;
	color: #000;
	border-bottom: 1px solid #176290;
}

#CCon .weekday,
#CCon .weekend,
#CCon .current {
  display: block;
  text-decoration: none;
  border-right: 1px solid #176290;
  border-bottom: 1px solid #176290;
  width: 2em;
}

#CCon .weekday:hover,
#CCon .weekend:hover,
#CCon .current:hover{
  background-color: #ffd20b;
  border-right: 1px solid #176290;
  border-bottom: 1px solid #176290;
}

#CCon .previous,
#CCon .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CCon .previous a,
#CCon .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CCon .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CCon .empty {
  background-color: #fff;
  border-right: 1px solid #176290;
  border-bottom: 1px solid #176290;
  width: 1em;
}
