table.calendar{
    width:350px;
	margin:0;
}
table.calendar td{
text-align:center;
border: 1px solid #fff;
height:33px;
background-color:#7c7c7c;
color:#fff;
}
td.linked_day{
background:url("../images/layout/menu_active.png") repeat-x scroll center top transparent;
cursor:pointer;
cursor:hand;
}
#addeventcontainer{
margin-top:1em;
}
#calendarcontainer{
	float:left;margin-right:2em; clear:left;
	width:370px;
}
#eventlistcontainer{
float:left; width:530px;
clear:right;
}
#addeventcontainer{
	clear:both;
	float:left;
}
#eventlistcontainer a,
#addeventcontainer a{
text-decoration:none;
}
td.linked_day a{
	color:#fff!important;
	text-decoration:none!important;
}
#eventlistcontainer a{
color:#333;
}
.eventcalendar_list
{
	padding:0;
	margin:0;
margin-top:1em;
list-style:none;
}
div#eventcalendarframe
{
	position:relative;
}
div#eventcalendardayeventlist
{
	position:absolute;
	display:none;
	width:100%;
	background-color:#999;
	border:1px solid #fff;
}
div#eventcalendardayeventlist > *{
	margin:10px;
	color:#fff;
}
ul.eventcalendar_list li{
	margin-bottom:1em;
}
ul.eventcalendar_list
{
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.eventcalendar_list li
{
	margin-bottom:10px;
}

.eventcalendardayview{
 margin:15px;
}
.dayview_event{
margin-bottom:20px;
}
div.eventcalendardayview h2{
	margin-bottom:1em;
	}
div.eventcalendardayview p{
	margin-bottom:0.5em;
}