.calendar:hover, #calendar table tr td:hover{
cursor:pointer;
}

#calendar{
	padding:0px;
	margin:0px;
}
#calendar table{
	margin:5px;	
}
#calendar select{
	margin:4px;
}
#calendar table tr,
#calendar table tr td,
#calendar table tr th
{
	margin:2px;
	padding:2px;
}
.float_right {
float:right;
margin:2px;
}
#calendar{
width:250px;
top:0;
left:0;
position:absolute;
border:1px solid black;
background-color:#eeeeee;

}
.title{
	background-color:#a93621;
	color:white;
	border:1px solid black;
	text-align:center;
}
.title a{
	color:white;
	text-align:center;
}
.title div{
	padding:0;
	margin:0;
}