#calendar {
	position: absolute;
	left:0px;
	top:0px;
	width:140px;
	height:140px;
}

#calendar table {
	margin: 10px 0px 0px 0px;
}

#calendar tr {
	margin: 1px;
	padding:1px;
	height: 20px;
}

#calendar td {
        margin: 1px;
        padding:1px;
        width: 18px;
}

#calendar a {
color: #fff;
text-decoration: none;
}

#calendar .href a {
background:#CE381F
}

#calendar .active a {
 color: #000;
 background: #ce381f;
 text-decoration: none;
}

#calendar #month {
 font-size: 8pt;
 text-align: center; 
}

#calendar tr.days {
	font-weight:bold;
	height: 16px;
	color: #ff7c1c;
	padding-bottom: 4px;
}

#afishaout {
	position: relative;
	left:140px;
	margin:0px;
	padding: 0px 0px 0px 10px;
	width: 405px;
	height:288px;
}
#debug {
	border:1px solid #fff;
	font-size:6pt;
}

#debug .caption {
	width:50px;
	margin:0px auto;
	font-size:1.2em;
	display: block;
}

.event {
	margin:5px;
	overflow: hidden;
	
}

.event h3 {
	font-weight: bold;
	font-family:Verdana;
	font-size:12px;
	padding: 6px 0px 0px 0px;
	margin: 0px;
	line-height: 100%;
	min-height: 12px;
	height: auto;
	color: #fae0a1;
}

.event .text {
	margin-top: 10px;
}

.event .date {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	color: #fae0a1;
	background: #ce381f;
	width:148px; height:16px;
	font-size: 1.1em;
}

.event .image {
	width:120px;
	height:170px;
	overflow:hidden;
	border:none;
	float:left;
	margin: 5px;
	margin-top: 3px;
	padding:0px;
}

.event .image img {

}

#pages {
	width: 90%;
	text-align: right;
}

#pages a { color:  #fae0a1; }


