#calendar-search {
	font-family:Arial, Helvetica, sans-serif;
	width:244px;
	padding:8px;
	height:260px;
	overflow:hidden;
	float:right;
	background-color:#E3E6B9;
	font-size:.85em;
}

#calendar-search fieldset {
	border:none;
}

#calendar-search p {
	margin:0px 0px 10px 5px;
}

input, select, textarea {
	border:1px solid #333;
	margin-left:5px;
	font-size:1em;
}

input[type=submit] {
	margin-left:10px;
}

legend {
	font-weight:bold;
	line-height:1em;
}

#content.calendar #content-img {
	width:288px;
	height:275px;
}

#content.calendar #content-img img {
width:288px;
height:275px;

}


#content.calendar #cubes {
	background-color:transparent;
}

#calendar-side {
	width:154px;
	float:left;
	margin:10px;
	position:relative;
}

#page.calendar .sub-content {
	float:left;
	clear:none;
	width:530px;
}

#page.calendar #events {
	background-color:#D4D88D;
	z-index:899;
}

#page.calendar .loading_status {
	background:#000 url(../../images/loading.gif) center 20px no-repeat;
	position:absolute;
	z-index:999;
}

#preloader {
	height:1px;
	width:1px;
	background:url(../../images/loading.gif) top left no-repeat;
}