a {
	text-decoration:none;
	outline:none;
}

td.homecal {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size: 11px;
}

td.topcal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	color: #2e2c27;
	font-size: 11px;
	text-align:center; 
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #2e2c27;
	font-size: 11px;
}

.dayrow td {
	width: 60px;
	color: #2e2c27;
	font-size: 11px;
	text-align:center;
	line-height:20px;     
}

#calback {
	position:absolute;
	top:0px;
	left:0px;
	margin: 0 auto;
	width: 170px;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	background: transparent;
	width: 100%;
}

table.cal {
	
	border-bottom: 2px solid #b2af71;
	border-right: 2px solid #b2af71;
	border-top: 1px solid #b2af71;
	border-left: 1px solid #b2af71;
	background-image:url(images/cal_sm_back.jpg)
}


.dayhead {
	height: 20px;
	background:transparent;
}

.dayhead td {
	text-align: center;
	color: #2e2c27;
}

.dayrow {
	
}



.day {
	
}

.today {
	background-color:#dfdfd8;
	height: 20px;
}

.dayevent {
	background-color:#b2af71;
	height: 20px;
}

