/* CSS Document */
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.cal_link_month {
	color: #808080;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}

.cal_link_month_small {
	font-size: 12px;
	font-weight: bold;
}

.cal_link_date {
	color: black;
	font-size: 10px;
	font-weight: bold;
}

.cal_link_event {
	font-size: 10px;
}

.cal_table_day {
	/* table on the day display page
	   of each hour */
}

.cal_table_day_hour {
	/* row for each hour of the day */
}

.cal_table_day_event {
	/* row for each event of each hour */
}

.cal_table_month_large {
	/* Large Calendar */
}

.cal_table_month_large td {
	padding: 4px 4px 4px 4px;
	border-color: #EBEBEB;
	border-width: 1px;
	border-style: solid;
}

.cal_table_month_small {
	/* small calendars */
}

.cal_table_month_small td {
	border-color: #EBEBEB;
	border-width: 1px;
	border-style: solid;
}

.cal_day_noEvents {
	/* table cells without events */
}

.cal_day_hasEvents {
	/* table cells with events */
	background-color: #F8F8F8;
}

