._cal_main_area {
	width: 600px;
	float: left;
	clear: left;
	margin-left: 10px;
}

._cal_span {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 10px 0 10px 0;
}

._cal_side_area {
	float: left;	
	margin: 37px 10px 10px 10px;
	width: 600px;
}

._cal_menu {
	
}

._cal_menu_item {
	float: left;
	background-color: #eee;
	margin: 1px;	
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.event_description {
	background-color: #e1e1e1;
	padding: 7px;
	margin: 5px 0 5px 0;
	border: 1px solid #aaa;	
	position: absolute;
	top: 90px;
	left: 14px;
	/*right: 195px;*/
	width: 641px;
}

#right_side {
	position: relative;
}

.event_description h3 {
	text-decoration: none;
}

table.calendar td {
	height: 50px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-family: "Lucida Grande","Lucida Sans Unicode",Lucida,Arial,sans-serif;
	vertical-align: top;
}

table.calendar th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #e1e1e1;
	font-size: 10px;
	width: 200px;	
}

table.calendar td.foot {
	height: 50px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-family: "Lucida Grande","Lucida Sans Unicode",Lucida,Arial,sans-serif;
}

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

.cal_item {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.cal_item_19 {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	color: red;
}

.cal_item_2 {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	color: blue;
}

.cal_item_1:hover, .cal_item_2:hover {
	color: #aaa;
}

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 {
border: 0; border-bottom: 1px solid #bbb;
}