#table1 {
	width: 805px;
	height: 700px;
	margin: 0 auto;
	padding: 3px;
	border-collapse: separate;
	/*background-color: #5E3310;*/
}
#table1 td {
	width: 115px;
	height: 100px;
}
a {
	color:#600;
}
a:hover {
	color: #a30;
}
.dayNumber {
	font-weight: bold;
}
#table1 td.dayName {
	text-align: center;
	height: 25px;
	border: 1px solid #000;
	-moz-border-radius: 6px;
	background-color: #dadfdc;
}
.otherDays {
	border: 1px solid #000;
	-moz-border-radius: 6px;
	background-color: #fff6d3;
}
.today {
	border: 1px solid #900;
	-moz-border-radius: 6px;
	background-color: #dadfdc;
}
#viewEntry{
	position: absolute;
	top: 402px;
	left: 200px;
	min-height: 350px;
	width: 300px;
	padding: 10px 10px 0 10px;
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	border: 1px solid #9ab;
	background: #d9e2e1;
	visibility: hidden;
}
#entryTable {
	width: 300px;
	min-height: 350px;
	background: #d9e2e1;
}
#entryTable td {
	font-family: arial, tahoma, sans-serif;
	font-size: 11px;
	border: 0px;
	background-image: url('images/nothing.gif');
}

