div#calendar_container {
	z-index: 98;
	background-color: #bcbcbc;
	text-align: center;
	position: fixed;
	top: 85px;
	left: 15px;
	right: 15px;
	bottom: 5px;
	overflow: auto;
	font-size: 0.9em;
	padding-bottom: 40px;
	}

div#calendar_container img {
	margin-top: 15px;
	}

div#calendar_event_information {
	background-color: #ecedb2;
	border: 1px solid #ccc;
	z-index: 99;
	position: fixed;
	height: 95px;
	top: 85px;
	left: 15px;
	right: 15px;
	overflow: auto;
	}
	
div#calendar_event_information div.content_header h2 {
	font-size: .95em;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0px;
	}

div#calendar_event_information  div.content {
	padding-left: 5px;
	clear:both;
	}
	
div#calendar_title_container {
	z-index: 125;
	position: fixed;
	top: 85px;
	left: 15px;
	right: 31px;
	}
	
div#calendar_title {
	border: 1px solid black;
	background-color: #ffffff;
	vertical-align: middle;
	padding: 5px;
	line-height: 15px;
	}

div#calendar_title span {
	font-family: Times New Roman;
	font-size: 1.5em;
	}
	
div#calendar_day_of_week {
	margin-left: 8%;
	width: 92%;
	background: gray;
	overflow: hidden;
	clear: both;
	padding: 0px;
	}

div#calendar_day_of_week div {
	float: left;
	width: 14%;
	border-right: 1.0px solid white;
	}
	
div#calendar_day_of_week div.weekend_first {
	color: white;
	border-left: 1.0px solid white;
	}
	
div#calendar_day_of_week div.weekend {
	color: white;
	}

div#time {
	text-align: left;
	overflow: auto;
	z-index: 2;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 44px;
	clear: both;
	}

div#time h4{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
	border-bottom: 0.1em solid black;
	font-size: 0.75em;
	}
	
div#time ul {
	margin: 0;
	padding: 0 3px 0 0;
	list-style: none;
	color: white;
	}
	
div#time ul li {
	border-bottom: 1px solid white;
	padding: 5px 0 0 15px;
	height: 45px;
	background-color: gray;
	}
	
div#calendar_week_container {
	z-index: 3;
	margin-left: 8%;
	width: 92%;
	position: absolute;
	top: 44px;
	bottom: 0px;
	right: 0px;
	font-size: 1.0em;
	clear: both;
	}
	
div#calendar_week_container  div {
	float: left;
	width: 14%;
	min-width: 65px;
	background-color: #eeeeee;
	border-right: 1.0px solid white;
	text-align: left;
	padding-bottom: 40px;
	}

div#calendar_week_container  div ul{
	width: 100%;
	padding-top: 3px;
	height: 100%;
	}

div#calendar_week_container  div li {
	overflow: hidden;
	background-color: #5da5ff;
	margin: 0px 5% 0px 5%;
	padding: 0px 3px 0px 3px;
	font-size: 0.72em;
	height: 50px;
	border-bottom: 1px solid white;
	border-top: none;
	}
	
div#calendar_week_container  div li span{
	display: none;
	}
	
div#calendar_week_container  div.weekend_first_today, div#calendar_week_container  div.weekend_today, div#calendar_week_container  div.today {
	background-color: #ecedb2;
	}
	
div#calendar_week_container  div.weekend_first {
	background-color: #dddddd;
	border-left: 1.0px solid white;
	}
	
div#calendar_week_container  div.weekend {
	background-color: #dddddd;
	}
	
.selected {
	background-color: #dedede;
	}
	
div#calendar_week_container  div  h4{
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	border-bottom: 0.1em solid white;
	font-size: 0.75em;
	width: 100%;
	}

div#calendar_week_container  div h4.different_month {
	color: blue;
	}
	
div#calendar_week_container  div  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}