#calendar_container a, #calendar_container a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #E9D8CE;
	}

#calendar_container a:hover {
	color: #fff;
	}
	
div#calendar_event_information {
	background-color: #F8F8F7;
	border: 1px solid #ccc;
	z-index: 99;
	position: fixed;
	height: 95px;
	top: 20px;
	left: 25px;
	right: 25px;
	overflow: auto;
	font-size: 0.75em;
	}
	
div#calendar_event_information div.content_header h2 {
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0px;
	}

div#calendar_event_information  div.content {
	padding-left: 5px;
	}
	
div#calendar_container {
	font-size: 0.75em;
	background-color: #bcbcbc;
	border: 5px solid #E9D8CE;
	text-align: center;
	min-width: 475px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: fixed;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	z-index: 2;
	}

div#calendar_container img {
	margin-top: 15%;
	}
	
div#calendar_title {
	color: #E9D8CE;
	border-bottom: 1px solid black;
	background-color: #2D1508;
	vertical-align: middle;
	padding: 5px;
	z-index: 2;
	line-height: 15px;
	}

div#calendar_title span {
	font-size: 2.0em;
	}
	
div#calendar_title div.calendar_tools {
	clear: both;
	padding: 3px;
	margin-bottom: 3px;
	}

div#calendar_title div.calendar_tools a {
	color: #E9D8CE;
	}
	
div#calendar_title a {
	color: #E9D8CE;
	}
	
div#calendar_day_of_week {
	background: gray;
	overflow: hidden;
	clear: both;
	padding: 0px 0px 0px 2%;
	z-index: 2;
	}

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#calendar_week_container {
	width: 100%;
	height: 100%;
	}
	
div.calendar_week {
	border-top: 1px solid black;
	clear: both;
	padding: 0px 0px 0px 2%;
	text-align: left;
	height: 14%;
	}

div.calendar_week div {
	background-color: #eeeeee;
	float: left;
	width: 14%;
	min-width: 65px;
	height: 100%;
	border-right: 1.0px solid white;
	overflow: hidden;
	}

div.calendar_week div:hover {
	background-color: #E9D8CE;
	}
	
div.calendar_week div li span{
	display: none;
	}
	
div.calendar_week div.weekend_first_today, div.calendar_week div.weekend_today, div.calendar_week div.today {
	background-color: #F6EAE4;
	}
	
div.calendar_week div.weekend_first {
	background-color: #dddddd;
	border-left: 1.0px solid white;
	}
	
div.calendar_week div.weekend {
	background-color: #dddddd;
	}
	
.selected {
	background-color: #dedede;
	}
	
div.calendar_week div  h4{
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	border-bottom: 1.0px solid white;
	font-size: 0.75em;
	}

div.calendar_week div h4.different_month {
	color: #612D10;
	}
	
div.calendar_week div  ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

div.calendar_week div li {
	color: #E9D8CE;
	background-color: #612D10;
	padding: 0px 3px 2px 3px;
	margin: 0px 3px 2px 3px;
	font-size: 0.72em;
	}

div.calendar_week div li:hover {
	color: #2D1508;
	background-color: #EAE7E6;
	}

div.calendar_week div li.repeat {
	padding: 0px 3px 2px 3px;
	margin: 0px 0px 2px 0px;
	}