div.calendar_options_container {
	position: relative;
	float: left;
	clear: both;
	margin: 10px 0px 0px 0px;
}

table.calendar_options_table {
	width: 100%;
	margin: 10px 0 10px 8px;
}

div.calendar_container {
	position: relative;
	float:left;
	width: 100%;
	height: auto;
	margin: 10px 0px 0px 0px;
    z-index: 1000;
}

table.calendar_table {
	width: 600px;
	margin: 15px 0px 15px 0px;
	text-align: center;
	overflow: hidden;
	border: none;
}

table.calendar_table table tr td {
	border: thin solid #ccc;
	vertical-align: top;
	width: 80px;
	height: 60px;
}

.event_teaser {
	position: relative;
	height: 60px;
}

.event_expander_container {
	position: relative;
	float: right;
	width: 18px;
	height: 18px;
}

table#event_details_table {
    padding: 0px;
    margin: 0px;
    width: 600px;
	border: none;
}

table#event_details_table tr, table#event_details_table td {
    padding: 0px;
    margin: 0px;
    border: none;
}

#event_postal_address_td {
    padding: 0px;
    margin: 0px;
}

div#event_postal_address_container td.form_field_title {
    width: 240px;
}

div#event_postal_address_container div#address {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    float: left;
    margin-left: -2px;
}

div#event_postal_address_container div#address table {
    width: 100%;
}

div#event_postal_address_container div#address table,
div#event_postal_address_container div#address table tr,
div#event_postal_address_container div#address table tr td {
    padding: 0px;
    margin: 0px;
}

div#event_postal_address_container div#address td {
    padding: 0px;
    margin: 0px;
}

.event_day_with_events {
	color: #FB8917;
	font-weight: bold;
	background: #eee;
	text-align: left;
	width: 100%;
	min-height: 1px;
	height: auto!important;
	overflow: hidden;
}

.event_month_name {
	height: 24px;
	line-height: 24px;
	background: #73aa45;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.event_teaser {
	position: relative;
	float:left;
	font-size: 11px;
	min-width: 60px;
}

.event_article {
	padding: 5px 0 5px 0;
}

.eventCollapsed {
	display: none;
}

.eventExpanded {
	position: absolute;
	display: block;
	top: auto;
	left: 26%;
	width: 292px;
	min-height: 100px;
	height: auto!important;
	margin: auto;
	text-align: center;
	background: #fff;
	border: 1px dashed #004B6D;
	padding: 4px;
	visibility: visible;
	z-index: 1000;
}

div.event_details_container div.media_layer {
    width: 100%;
    padding-bottom: 10px;
}

table#event_details_summary_table {
    width: 100%;
    padding-top: 10px;
}

table#event_details_summary_table {
	width: 100%;
	height: 24px;
	line-height: 24px;
}

td.event_day table tr td {
	background: #eee;
	border: none;
    max-width: 200px;
	height: auto!important;
}

.event_location {}

.event_title { margin: 5px 0 0 0; padding: 2px 0 0 0; border-top: 1px dotted #ccc; }

.event_article {}

.event_view_link {}

.event_day_without_events {
    min-width: 80px;
	min-height: 10px;
}

.event_details_container {
	position: relative;
	float:left;
	margin: 0;
	width: 98%;
}

.event_enquiry_form_container {
	position: relative;
	float: left;
	width: 98%;
	margin: 0;
}

.event_details_container .event_details_summary_title {
	font-weight: bold;
}

.event_enquiry_form_error_message {
	margin: 0px 0px 10px 0px;
	color: #f00;
}

div#calendar_event_layer {
	position: relative;
	float: left;
	width: 98%;
	min-height: 800px;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: left;
	color: #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

div.event_details_container {
	position: relative;
	float: left;
	width: 98%;
	margin: 0;
	padding: 0;
	background: #fff;
}

div.back_link_container {
	float: left;
	margin: 15px 0 10px 5px;
}

.closeWindow {
	position: relative;
	float: left;
	width: 98%;
	height: 30px;
	text-align: right;
	padding: 3px;
	background: #eee;
}

.closeWindow a { color: #0065B2; text-decoration: underline; }