.event_calendar_tbl{
	border: 1px solid #ccc;
	width: 100%;
}

.event_calendar_head{
	/*background-color: #ECECEC;*/
	padding: 2px; 
	text-align: center;
	font-weight:bold;
	color: #FFF;
	height: 27px;
}

.event_calendar_nav{
	text-align: center;
	background-color: #ccc;
}

.event_calendar_subhead{
	background-color: #FFF;
	height: 20px;
}

.event_calendar_disabled{
	background-color: #fff;
	text-align: right;
	border: 1px solid #FFF;
	margin: 1px;
	color: #FFF;
	text-decoration: none;
}

.event_calendar_day{
	background-color: #fff;
}

.event_calendar_today{
	background-color: #fde5d8;
}

.event_calendar_day a{
	display: block;
	width: 21px;
	height: 13px;
	padding: 7px 1px 0 0;
	text-align: right;
	border: 1px solid #DBDBDB;
	margin: 1px;
	line-height: 1em;
	color: #333;
	text-decoration: none;
	background: url(../images/cal_day.jpg) top left repeat-x #EEEEEE;
}

.event_calendar_today a {
	display: block;
	width: 21px;
	height: 13px;
	padding: 7px 1px 0 0;
	text-align: right;
	border: 1px solid #FEA6A2;
	margin: 1px;
	line-height: 1em;
	color: #333;
	text-decoration: none;
	/*background: url(../images/cal_day.jpg) top left repeat-x #fde5d8;*/
	background-color: #fde5d8;
}

.event_calendar_tasks a {
	display: block;
	width: 21px;
	height: 13px;
	padding: 7px 1px 0 0;
	text-align: right;
	border: 1px solid #666;
	margin: 1px;
	line-height: 1em;
	color: #000;
	text-decoration: none;
	background: url(../images/cal_day_task.jpg) bottom left repeat-x #EEEEEE;
}

.event_calendar_tasks{
	background-color: #FFF; 
	font-weight:bold;
	text-align: center;
}

.event_calendar_aktmon{
	text-align: center;
	background-color: #FFF;
}

.event_calendar_tasks a div, 
.event_calendar_today a div, 
.event_calendar_day a div
{ 
	display:none; 
}

.event_calendar_day a:hover span,
.event_calendar_today a:hover span,
.event_calendar_tasks a:hover span
{
	display:block;
	width:200px;
	height:auto;
	z-index:100;
	text-align:left;
	font-weight: normal;
}

.event_calendar_day a:hover div,
.event_calendar_today a:hover div,
.event_calendar_tasks a:hover div
{
	display:block;
	position:relative;
}

div.prvw_div{
	position:relative !important; 
	margin-top:10px; 
	margin-left:10px; 
	width:230px;
}

div.prvw_wrapper{
	position:absolute !important; 
	top:0; 
	left:0; 
	background-color:transparent; 
	padding-top:10px; 
	/*padding-bottom:-20px;*/
}

span.prvw_title{
	font-size:11px;
	color:#c00;
	font-weight:bold !important;
}
span.prvw_body{
	color:#666;
}
span.prvw_city{
	color:#333;
}

div.prvw_content{
	position:relative; 
	left:0; 
	top:0px;
	margin-right:10px; 
	padding: 0 5px 5px 5px;
	border-left:1px solid #c00; 
	border-bottom:1px solid #c00; 
	border-right:1px solid #c00;
	width:200px; /*like prvw_wrapper_top*/
	background:url(../images/shadow_00.png) top left;
}


div.prvw_wrapper_top{
	position:relative !important; 
	left:0; 
	top:0px; 
	border-top:1px solid #c00; 
	border-left:1px solid #c00; 
	border-right:1px solid #c00;
	height:10px; 
	width:210px;
	background:url(../images/shadow_00.png) top left;
}

div.prvw_wrapper_top_right{
	width:10px; 
	height:10px; 
	position:absolute !important; 
	right:0; 
	top:11px; 
	background:url(../images/shadow_03.png) no-repeat bottom right;
}


div.prvw_wrapper_right {
	position:relative !important; 
	left:0; 
	top:0;
	margin-bottom:10px; 
	width:219px;
	background:url(../images/shadow_05.png) repeat-y top right;
}

div.prvw_wrapper_bottom {
	width:202px; 
	height:10px; 
	position:absolute !important; 
	left:10px; 
	bottom:0; 
	background:url(../images/shadow_08.png) repeat-x top left;
	overflow:hidden;
}

div.prvw_wrapper_bot_left{
	width:10px;
	height:10px; 
	position:absolute !important; 
	left:0; 
	bottom:0; 
	background:url(../images/shadow_07.png) no-repeat top right;
	overflow:hidden;
}

div.prvw_wrapper_bot_right{
	width:13px; 
	height:10px; 
	position:absolute !important;
	right:0;
	bottom:0; 
	background:url(../images/shadow_09.png) no-repeat top right;
	overflow:hidden;
}
