<style type='text/css'>


	#external-calendars {
		float: left;
		width: 140px;
		}

	/*#calendar {
		float: right;
		width: 820px;
		}*/
	#overlay {
		display:none;
		position: fixed;
		left: 0px;
		top: 0px;
		width:100%;
		height:100%;
		text-align:center;
		z-index: 1000;
		background-color: #333;
		zoom: 1;
		filter: alpha(opacity=50);
		opacity: 0.5;
	}
	#editform {
		display:none;
		position:fixed;
		top:30%;
		left:50%;
		margin-left: -150px;
		width: 300px;
		height: 150px;
		background-color:#F0F0F0;
		border:solid 1px #333;
		z-index:2000;
	}
	/*h3.active, h3:hover {
		background: #EEEEEE; 
		background: -moz-linear-gradient(top, #EEEEEE 0%, #DDDDDD 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#DDDDDD));
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#DDDDDD',GradientType=0 ); 
	}*/
div.sidebox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	background: #F9F9F9;
	border: #E0E0E0 1px solid;
	line-height: 16px;
	outline: 1px white solid;
}
.sidebox ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: -10px -10px -10px -10px;
}
.sidebox ul li {
	padding-left: 10px;
	line-height: 30px;
	height: 30px;
	color: #333;
	background: #FCFCFC; /* old browsers */
	border-bottom: 1px solid #F0F0F0;

}
.sidebox ul li:hover {
	background: #F0F0F0; /* old browsers */
	color: #000;
}
.sidebox ul li.active {
	background: #EEEEEE; /* old browsers */
	background: -moz-linear-gradient(top, #DDDDDD 0%, #EEEEEE 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDDDDD), color-stop(100%,#EEEEEE)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDDDDD', endColorstr='#EEEEEE',GradientType=0 ); /* ie */	color: #000;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;

}
.ui-widget {
	font-size: 1em;
}
.ui-dialog {
	padding:0;
	width: 356px !important;
}
</style>