.goldside {
	width: 300px;
}

.sidebar-hdr {
	font-weight: bold;
	font-size: 12pt;
}

#calendar-monthname {
	font-weight: bold;
	font-size: 12pt;
	border-bottom: 2px solid #995d00;
}

#calendar-monthname a {
	font-weight: normal;
	font-size: small;
	border-bottom: 0px none;
	text-decoration: none;
}

#calendar, #illbutns {
	text-align: center;
	width: 280px;
	margin-right: 10px;
	margin-left: 10px;
}

#calendar td {
	width: 30px;
	height: 20px;
}

#calendar a {
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
}

.cal-hdr td {
	width: 30px;
	height: 15px;
	color: #995d00;
}

.cal-week td {
	font-weight: bold;
	width: 30px;
	height: 20px;
	background: #e7c66e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#calendar td.nolink {
	font-weight: normal;
	color: #b09652;
	background-color: #e7c66e;
}

#calendar td.today {
	background: #fbf3c4;
}

#calendar td.link:hover, #illbutns td:hover {
	background: #fbf3c4;
}

#calendar td.empty {
	background: none;
}

/* illbutns: */

#illbutns td {
	height: 25px;
	background: #e7c66e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#illbutns img {
	padding: 0;
	border: 0px;
}
