img {
border: none;
}
._cal_main_area {
	width: 100%;
	float: left;
	clear: left;
}

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

._cal_side_area {
	float: right;
	width: 200px;
	top: 200px;
	right: 10px;
	clear:both;
}

._cal_side_area {
	position: absolute;
}


._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;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
._cal_menu_item div.line{
	border-top: 1px solid #ccc;
	width:80%;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.event_description {
	background-color: #e1e1e1;
	padding: 7px;
	margin: 5px 0 5px 0;
	border: 1px solid #aaa;
	width: 200px;
	
}

.event_description h3 {
	text-decoration: none;
}

table.calendar td {
	height: 50px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	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: 14%;	
}

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

table.calendar {
	border-left: 1px solid #ccc;
	float: left;
	width: 100%;
}
table.calendar a {
	text-decoration: none;
}
table.calendar a:hover {
	text-decoration: underline;
}

.cal_item {
	margin-bottom: 8px;
	font-size:12px;
	line-height: 100%;
	background-image: url(/images/push-pin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 15px;	
	padding-top: 3px;
}
.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 {

}

table.scaffold tr:hover {

}

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

table.scaffold th {

}

.admin_menu li {
	font-size: 12px;
	float: left;
	margin: 10px;
	list-style-type: none;	
}

._cal_menu ._cal_menu_item hr {
border: 0; border-bottom: 1px solid #bbb;
}