/*EVENTS*/

.event_monthname{
    color:#ffffff;
    background:#405a76;
}

.event_dayhead{
	position:relative;
	height:18px;
	vertical-align:bottom;	
}

.event_row{
	position:relative;
	height:30px;
	vertical-align:bottom;	
}

.event_head{
	position:relative;
	width:27px;
	height:18px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	float:left;
	vertical-align:middle;
	text-align:center;
	font-size:8pt;
	font-weight:bold;
}

.event_content{
	position:relative;
	width:27px;
	height:27px;
	background:#fefbf0;
	margin:5px;
	float:left;
	vertical-align:middle;
	text-align:center;
}

.event_empty{
	position:relative;
	width:25px;
	height:25px;
	border:1px dotted #9f9f9f;
	margin:5px;
	float:left;
}

#eventinfo{
    margin-top:20px;
    font-size:9pt;
    color:#808080;
}
#eventtext
{
    font-size:10pt;
    color:#000000;
}

#eventborder{
    margin-top:4px;
    border-top:1px dotted #c0c0c0;
    border-bottom:1px dotted #c0c0c0;
}

#eventextented{
    /*margin-top:16px;
    margin-bottom:6px;
    padding-top:20px;
    padding-bottom:3px;
    font-weight:bold;
    width:100%;
    border-bottom:dotted 1px #c0c0c0;
    border-top:dotted 1px #c0c0c0;*/

    margin-top:30px;
    margin-bottom:15px;
    font-style:italic;
}