@charset "UTF-8";
/* CSS Document */


body{

}
.today{
	
	font-weight:bold;
	position:relative;
}

.today span{
	position:absolute;
	left:0;
	top:0; 
}

.today a:link, .today a:hover, .today a:visited {
	color:#000000;
	text-decoration:none;

}
.selected {
	color: #FFFFFF;
	background-color: #C00000;
}

.event a:link,.event a:visited{
	color:#0071ba;
	text-decoration:none;
	font-weight:bold;
}
.event a:hover{ color:#F00; }
.event:hover{ background-color:#9CF; border:1px solid #F00; color:#F00;}
.event{

	background-color:#FFF;
	border:1px solid #0071ba;
	color:#0071ba;
	font-weight:bold;
} 
.normal {

} 
.normal a:link{ color:#666; text-decoration:none; }
.normal a:hover{color:#666; text-decoration:none;}
.normal a:visited{color:#666; text-decoration:none;}

.title{ color:#333; font-weight:bold; }

table{
	margin-left:0px;
	border:0px solid #cccccc;
	padding:2px;
	width:165px;
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#999;

}

th{
	width:30px;
	height:20px;
	text-align:center;
	font-size:0.9em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	}

td{
	text-align:center;
	padding:3px;
	margin:0;
}

table.tableClass{
	width:350px;
	border:none;
	border-collapse: collapse;
	font-size:85%;
	border:1px dotted #cccccc;
}
table.tableClass input,textarea{
font-size:90%;
}
#form1{
margin:5px 0 0 0;
}
#greyBox{
height:10px;
width:10px;
background-color:#C6D1DC;
border:1px solid #666666;
margin:5px;
}
#legend{
margin:5px 0px 10px 50px;
width:200px;
}
#hr{border-bottom:1px solid #cccccc;width:300px;}
.output{width:300px;border-bottom:1px dotted #ccc;margin-bottom:5px;padding:6px;}
h5{margin:0;}
