/*{margin:0;padding:0;border:none;}*/

body {
	background-image: url("../images/calendar_bg.gif");
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.style4 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; color: #990000; }

.style6 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 18px; color: #003399; }

.link {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}


.cell_day {
	height: 45px;
	text-align: center;
}

.cell_day_admin {
	vertical-align: top;
	text-align: center;
}

.day_link {
	text-decoration: underline;
	color: #000;
	cursor: pointer;
	font-weight: bold;
}

.noday {

}


.today {
	background-color: #ccc;
}

.full_day {
	background-color: #ffcccc;
}

.info {
	font-size: 11px;
}
 
.appt_infos {
	position:absolute;
	display: none;
	border: solid 1px #ccc;
	width: 150px;
	z-index:1000;
	background-color: #eee;
	font-size: 11px;
}

.admin_appt_infos {
	border: solid 1px #ccc;
	width: auto;
	background-color: #eee;
	font-size: 11px;
	cursor: pointer;
}

