.month{
 border: solid 1px #111;
 border-collapse:collapse;
}
.month th{
 border: solid 1px #111;
 border-collapse:collapse;
	background: #E7E6CD;
}
.month td{
 border: solid 1px #333;
 border-collapse:collapse;
 width: 100px;
 height: 100px;
 vertical-align:top;
}

.month td a{
 text-decoration: none;
}

.daylink{
 float:left;
}

.addlink{
 float:right;
 text-decoration: underline;
}

.today{
 background-color:silver;
 width:100%;
 height:100%;
}

.day{
 width:100%;
 height:100%;
 line-height:12px;
}

.filler{
 background-color:white;
}

.hover{
 background-color:#6B8E23;
 width:100%;
 height:100%;
 border:solid 1px;
}

.view{
 display:none;
 width:600px;
 height:300px;
 position:fixed;
 border:solid 1px;
 background-color:#DCDCDC;
 margin-left:50px; 
 margin-top:20px;
}

.closeViewer{
 float:right;
 text-decoration:underline;
}

.event{
 /*background-color:#6495ED;*/
 font-size:.6em;
}

.next{
	float: right;
}

