#calf{
	font-family: tahoma, arial, sans-serif;
	background-color: #fff;
}
#left #left_title, #right #cal_title{
	margin-bottom: 0px;
}
#left{
	float: left;
}
#right{
	float: right;
	margin-left: -50%;
}
#cal, #calf{
	border-collapse: collapse;
	text-decoration: none;
	font-size: 10pt;
}
#events{
	width: 100%;
	display: block;
	font-size: 10pt;
	border: 0;
	margin: 0;
	padding: 0;
}
#cal #month, td a.block, td.day_title{
	font-weight: bold;
}
#cal td{
	text-align: center;
	border: 1px #ccc solid;
	width: 30px;
}
#event_list div{
	cursor: pointer;
	text-align: justify;
}
#event_list{
	width: 90%;
}
img{
	border: 0;
}
td .block{
	display: block;
	text-align: center;
	cursor: pointer;
	width: 30px;
	height: 10px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #000;
	border: 0;
}
#cal td{
	border: 0;
}
#cal #month, #cal .alink{
	background-color: rgb(153, 153, 255);
}
#cal td.day_title{
	border: 0;
	border-bottom: #000 solid 1px;
}
#cal td#today{
	background-color: #00f;
	color: #fff;
}
#cal td.sel{
	background-color: #ccf;
}
.event_table{
	width: 98%;
	border-collapse: collapse;
}
.event_table .td{
	border: 2px #000 solid;
}
td.bold{
	font-weight: bold;
}
td div.event_name{
	font-weight: bold;
	background-color: #ccc;
	border-bottom: 1px #333 solid;
	margin-bottom: 4px;
	font-size: 8pt;
}
td div.event_name .fv{
	font-variant: small-caps;
	font-size: 12pt;
}
td div.event_info{
	font-size: 9pt;
}
td div.event_time{
	font-variant: small-caps;
	font-size: 11pt;
}
.waiting{ visibility: visible; }
.notWaiting{ visibility: hidden; }
#right #event_list #event_num, .event_num{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
}
#event_list .add, #list .del{
	float: right;

	text-decoration: underline;
	font-size: 10pt;
}

#event_list .add{ color: #00f; }
#list .del{ color: #f00; }
#note{
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	background-color: #fc3;
	width: 70%;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
