a#home
{
	color: #fff;	
}
a#guest
{
	color: #000;	
}

.calendar
{
	width: 200px;
	border: 1px solid #b87e1b;
	border-collapse: collapse;
	margin: 10px;	
}

.tdcal {
	text-align: center;
	color: #fff;
	vertical-align: top;
	width: 28px;
	background-color: #702f08;
	border: 1px solid #ab8c58;	
}

.tdcalheader {
	text-align: center;
	color: #fff;
	vertical-align: top;
	width: 28px;
	background-color: #000000;	
}

.thcal {
	color: #fff;
	text-align: center;
	border: 1px solid #702f08;
	background-color: #a69983;
}
.tdcalempty
{
	text-align: center;
	color: #fff;
	vertical-align: top;
	width: 28px;
	background-color: #000;
	border: 1px solid #ab8c58;
}

#calh2 {
  	text-transform: uppercase;
  	font-size: 13px;
	font-weight: bold;
	margin: 2px;
	padding: 0px;
	line-height: 25px;
}

.tdcalhome 
{
	text-align: center;
	color: #fff;
	vertical-align: top;
	width: 28px;
	border: 1px solid #ab8c58;		
	background-color: #fff;	
}

.tdcalguest 
{
	text-align: center;
	color: #fff;
	vertical-align: top;
	width: 28px;
	border: 1px solid #ab8c58;		
	background-color: #9d3910;	
}
.eventDiv {

	margin: 10px; 
	text-align: center; 
	display: none;
	height: 100px;
	vertical-align: top;
}