div.event {
	background:url(/gfx/dot.gif) repeat-x bottom left;
	overflow:auto;
	padding:5px 0;
	margin:5px 0;
}
div.eventlast {
	overflow:auto;
	padding:5px 0;
	margin:5px 0;
}

div.eventlast img.evntim,
div.event img.evntim {
	float:left;
}
div.eventlast div.info,
div.event div.info {
	float:right;
	width:400px;
}
div.eventlast h2,
div.event h2 {
	color:#0086CB;
	padding:0;
	font-size:12px;
	line-height:15px;
}
div.eventlast table,
div.event table {
	border-collapse:collapse;
}
div.eventlast table th,
div.event table th {
	text-align:left;
	color:#58585a;
}
div.eventlast .actions,
div.event .actions {
	padding:5px 0;
}
div.eventlast .actions a,
div.event .actions a {
	text-decoration:none;
	padding:0 6px 0 0;
}

.block #agenda {
	overflow:visible;
}
div.agenda {
	background:#f5f5f6;
}
.colom-home-left table.simple-calendar {
	width:420px;
}
.colom-home-left table.simple-calendar td a {
	padding:7px 0;
}

table.simple-calendar {
	border-collapse:collapse;
	width:180px;
	margin:5px auto;
}
table.simple-calendar tr th {
	
}
table.simple-calendar tr td {
	border:1px solid #CCC;
	text-align:center;
	background:#CCC;
	color:#aaa6a6;
	padding:0;
	width:14%;
	position:relative;
}
table.simple-calendar tr td a {
	display:block;
	background:#FFF;
	text-decoration:none;
	border:1px solid #FFF;
}
table.simple-calendar tr td a:hover {
	border:1px solid #000;
}
table.simple-calendar tr td a.red {
	background:#ff4200;
	color:#000;
}
table.simple-calendar tr td a.blue {
	background:#b3d4ff;
	color:#000;
}
.agendanav {
	position:relative;
	padding:0 15px;	
	line-height:13px;
	margin:15px 0 0 0;
}
.agendanav strong {
	display:block;
	text-align:center;
	
}
.agendanav .prev ,
.agendanav .next {
	display:block;
	background:#FFF;
	border:1px solid #c1c1c1;
	-moz-border-radius:2px;
	padding:0 6px;
	text-decoration:none;
	color:#6d6d6d;
	font-weight:bold;
}
.agendanav .prev {
	float:left;
}
.agendanav .next {
	float:right;
}

table.simple-calendar .eventpopup {
	position:absolute;
	margin-top:-130px;
	height:95px;
	width:190px;
	padding:20px 20px 0 20px;
	color:#000;
	z-index:100;
	text-align:left;
	line-height:16px;
	display:none;
}

table.simple-calendar tr td.colomn1 .eventpopup{
	background: url(/gfx/colomn1.png) no-repeat center center;
	margin-left:-25px;
}
table.simple-calendar tr td.colomn2 .eventpopup{
	background: url(/gfx/colomn2.png) no-repeat center center;
	margin-left:-50px;
}
table.simple-calendar tr td.colomn3 .eventpopup{
	background: url(/gfx/colomn3.png) no-repeat center center;
	margin-left:-75px;
}
table.simple-calendar tr td.colomn4 .eventpopup{
	background: url(/gfx/colomn4.png) no-repeat center center;
	margin-left:-100px;
}
table.simple-calendar tr td.colomn5 .eventpopup{
	background: url(/gfx/colomn5.png) no-repeat center center;
	margin-left:-125px;
}
table.simple-calendar tr td.colomn6 .eventpopup{
	background: url(/gfx/colomn6.png) no-repeat center center;
	margin-left:-150px;
}
table.simple-calendar tr td.colomn7 .eventpopup{
	background: url(/gfx/colomn7.png) no-repeat center center;
	margin-left:-175px;
}

table.simple-calendar tr td:hover .eventpopup{
	display:block;
}
.colom-home-left table.simple-calendar tr td.colomn1 .eventpopup{
	margin-left:-10px;
}
.colom-home-left table.simple-calendar tr td.colomn2 .eventpopup{
	margin-left:-35px;
}
.colom-home-left table.simple-calendar tr td.colomn3 .eventpopup{
	margin-left:-60px;
}
.colom-home-left table.simple-calendar tr td.colomn4 .eventpopup{
	margin-left:-85px;
}
.colom-home-left table.simple-calendar tr td.colomn5 .eventpopup{
	margin-left:-110px;
}
.colom-home-left table.simple-calendar tr td.colomn6 .eventpopup{
	margin-left:-135px;
}
.colom-home-left table.simple-calendar tr td.colomn7 .eventpopup{
	margin-left:-160px;
}
table.simple-calendar .eventpopup h2{
	color:#000;
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}

table.simple-calendar .eventpopup p{
	margin:0;
	padding:0;
}

table.simple-calendar .eventpopup a{
	color:#fff;
	background:none;
	display:inline;
	border:none;
}

table.simple-calendar .eventpopup a:hover{
	border:none;
}

table.simple-calendar a:hover .eventpopup{
	display:block;
}

