

#calback {
	background: #FFF url('calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width: 203px;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	background: #000;
	width: 100%; 
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #000;
	font-size:10px;
}

.calhead img {
	border: none;
}

.dayhead {
	height: 21px;
	background: #000;
	color:#999999;
}

.dayhead td {
	text-align: center;
	color: #999999;
}

.dayrow {
	background: #757A7C;
	height: 21px;
}

.dayrow td {
	width: 28px;
	color: #C8CACB;
	font-size:12px;
/*	background-color: #757A7C;*/
}

.day {
	float: middle;
	text-align:center;
}

.day a{
  text-decoration: none;
  color:#C8CACB;
}
.dayover {
	background: #999999;
}

.dayout {
	background: #757A7C;
}

.arrow {
	float: middle;
	text-align:center;
}

.arrow a{
  text-decoration: none;
  color:#198DB1;
}

.eventtype {

	color:#CCCCCC;
}

.eventtype a{
  text-decoration: none;
  color:#CCCCCC;
}
.eventtype a:hover{
  text-decoration: none;
  color:#CCCCCC;
}
.eventtype a:visit{
  text-decoration: none;
  color:#CCCCCC;
}


