.divid {
margin-left:500px;
border:1px solid #000000;
}
a { 
    text-decoration:none;
}

 a:hover {
	color: #89A413; 
}

a.current { 
	font-weight: bold;
}


.popup_top {
background:url('../img/top.png') no-repeat;
}

.popup_content {
margin-top:0px;
padding-bottom:5px;
background:#eeeeee;
border-left:1px solid #aaaaaa;
border-right:1px solid #aaaaaa;
border-bottom:1px solid #aaaaaa;
font:12px/18px "Arial"; 
padding-left:10px;
padding-right:10px;
}
.popup_bottom {
text-align:right;
}
.popup_boto {
border:1px solid #aaaaaa;
}

.calendar_popup {
	position: absolute;
	visibility: hidden; 
	padding: 3px;
	z-index: 30;
	width: 500px; 
}

.calendar_popup .event_date {
	font: bold 12px Arial;
}

.calendar_popup .cal_cat, .calendar_popup .cal_tbl {
	margin-top: 5px;
	font-size:10px;
}

.calendar_popup .title {
	clear:both;
	padding: 0px 5px;
	background-color: #EEEEEE;
}

.calendar_popup .category {
	float:right;
	padding: 0px 10px;
	color: #EEEEEE;
}


.calendar_popup .hour{
	color: #EEEEEE;
	padding: 0px 10px;
	float: left;
}
