#calback {
	background: #FFFFCC url('../../calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width: 100%;
	width: 575px;

}

A:active { COLOR: #000000;  text-decoration:underline; font-weight:bold; font-family: Arial, Helvetica, sans-serif  }
A:hover { text-decoration:none; COLOR: #000000; font-weight:bold; font-family: Arial, Helvetica, sans-serif    }
A:link { COLOR: #000000; text-decoration:none; font-weight:bold; font-family: Arial, Helvetica, sans-serif    }
A:visited {  text-decoration:none; COLOR: #000000; font-weight:bold; font-family: Arial, Helvetica, sans-serif  }

#calendar {
	width:100%;
	vertical-align:top;
	margin:0;

}
#event_cal{width:100%; background: transparent !important;}
.cal {
	background: #FAB94E;
	width:100%;
	border:1px solid black;

}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
	padding-right: 5px;
}

.calhead img {
	border: none;
}

.dayhead {
	height: 25px;
	background: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.dayhead td {
	text-align: center;
	color: #000;
	
}

.dayrow {
	background: #FFF;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

.dayrow td {
	width: 50px;
	color: #000;
	font-size: 12px;
	border:1px solid black;
	padding:5px;
}

.day2 {
	float: right;
        width:67px;

}

.day p{margin-bottom:7px;}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}


.eventtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
.eventname {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF9000;
}
