@charset "utf-8";
/* CSS Document */
.calendarpanel {
	width: 700px;
	margin-left: 25px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	float: left;
}
.calbox1 {
	font: bold 14px Arial;
	float: left;
	width: 100px;
	color: #003;
}
.calbox2 {
	font: 12px Arial;
	float: left;
	width: 600px;
}
.callist {
	float: left;
	width: 800px;
}
.caltxtgray {
	color: #333;
	font-size: 12px;
	font-weight: normal;
}
.caltxtblue {
	color: #003;
	font-size: 12px;
	font-weight: normal;
}
.cet {
	font-size: 16px;
	font-weight: bold;
	color: #003;
}
/* ---------------------------- */
a.el:link, a.el:visited, a.el:active {
	color: #06C;
	text-decoration: none;
}
a.el:hover {
	color: #600;
	text-decoration: underline;
}
