#calendar
{
	position: absolute;
	overflow: hidden;
	left: 20%;
	right: 20%;
	top: 20%;
	bottom: 20%;
	text-align: center;
}
	#calendar > #shadow
	{
		position: absolute;
		overflow: hidden;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: #000;
	}
	#calendar > #title
	{
		position: absolute;
		overflow: auto;
		left: 0;
		right: 0;
		top: 0;
		height: 20px;
		font-size: 1.2em;
	}
	#calendar > #entities
	{
		position: absolute;
		overflow: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: #000;
	}
		#calendar > #entities > .entity.ui-tabs-panel
		{
			background: #000;
		}
/*
		#calendar > #entities > .entity
		{
			display: none;
			position: relative;
			overflow: hidden;
			margin: 10px 10px 20px 10px;
			-webkit-box-shadow: 2px 2px 2px 2px #aaa;
			box-shadow: 2px 2px 2px 2px #aaa;
		}
			#calendar > #entities > .entity > #date
			{
				overflow: hidden;
				height: 20px;
				font-weight: bold;
			}
			#calendar > #entities > .entity > #content
			{
				text-align: left;
				padding: 10px 20px 20px;
			}
*/
