._cal_main_area {
	width: 440px;
	float: left;
	clear: left;
	margin-left: 0px;
}

._cal_span {
	clear: both;
	width: 440px;
	height: 40px;
	margin: 10px 0 10px 0;
}

._cal_side_area {
	float: right;	
	margin: 73px 0px 0 0px;
	width: 240px;
	
}

._cal_menu {
	
}

._cal_menu_item {
	float: left;
}

.event_description {
	background-color: #d7c997;
	padding: 5px;
	margin: 5px 0 5px 0;
	border: 1px solid #b3a36f;
	
}

.event_description h3 {
	text-decoration: none;
}

table.calendar td {
	height: 50px;
	min-height: 50px;
	min-width: 50px;
	width: auto;
	padding: 4px;
	border-bottom: 1px solid #b3a36f;
	border-right: 1px solid #b3a36f;
	vertical-align: top;
	background-color: #d7c997;
	font-weight: normal;
	font-size: 9px;
}

table.calendar th {
	border-bottom: 1px solid #b3a36f;
	border-top: 1px solid #b3a36f;
	border-right: 1px solid #b3a36f;
	background-color: #4f462b;
	font-size: 10px;
	width: 400px;	
	color: #FFFFFF;
}

table.calendar td.foot {
	height: 50px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.calendar {
	border-left: 1px solid #b3a36f;
}

.cal_item {
	clear: both;
	font-weight: normal;
	text-decoration: none;
}

.cal_item:hover{
	
	text-decoration: none;
}

.cal_item:visited{
	
	text-decoration: none;

}

.cal_item:active{
	
	text-decoration: none;

}
.cal_item:link{

	text-decoration: none;

}

table.scaffold td {
	padding: 5px;	
	border-bottom: 1px solid #ccc;
	font-family: "Lucida Grande",Lucida,Arial,sans-serif;
	font-size: 11px;
}

table.scaffold tr:hover {
	background-color: #e1e1e1;	
}

table.scaffold {
	margin: 10px 0 10px 20px;	
}

table.scaffold th {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: "Lucida Grande",Lucida,Arial,sans-serif;
	font-size: 13px;
	background-image: url(../img/bg1.png);
	background-repeat: repeat-x;
	background-color: #a4b5ca;
	color: white;
	text-shadow: 2px 2px -2px #888;	
}

.admin_menu li {
	font-family: "Lucida Grande",Lucida,Arial,sans-serif;
	font-size: 12px;
	float: left;
	margin: 10px;
	list-style-type: none;	
}

._cal_menu ._cal_menu_item hr {

}