/* General Easy Events styles */

.ee_miniCalendarNav,
.ee_miniCalendarDays {
    margin:0;
    width:100%;
	border-collapse: collapse;
}

/* Calendar nav */

.ee_miniCalPrev,
.ee_miniCalNext {
    width:1.5em;
}
.ee_miniCalPrev a, 
.ee_miniCalNext a {
    display:block;
    border-bottom:1px solid #FFF;
}

/* Calendar days header */

#ee_miniCalendarContainer .ee_miniCalMonth,
.ee_miniCalPrev a, 
.ee_miniCalNext a {
	text-align: center;
	text-transform:	uppercase;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	text-decoration: none;
}

#ee_miniCalendarContainer .ee_miniCalMonth {
	color: #920609;
}

.ee_miniCalendarDays th {
    text-align: center;
    font-weight: bold;
    background: #f4e7ca;
	border: 2px solid #f4e7ca;
	padding: 4px 0px;
}

#ee_miniCalendarContainer .easyEventsList_item {
	padding: 3px;
	margin: 0px;
}

#ee_miniCalendarContainer .easyEventsList_heading {
	float: right;
	color: #6c5042;
	text-align: center;
	font-weight: normal;
	background-color: #ffffff;
	border-bottom: 1px solid #f4e7ca;
	border-left: 1px solid #f4e7ca;
	padding: 3px 0px;
	margin-left: 2px;
	width: 30px;
}
#ee_miniCalendarContainer .easyEventsList_time {
	color: #6c5042;
	font-size: 11px;
}
#ee_miniCalendarContainer .easyEventsList_title {
	color: #920609;
	font-size: 11px;
	margin-left: 8px;
}

#ee_miniCalendarContainer .easyEventsList_title a {
	text-decoration: none;
}

/* Day variations */

.ee_current {
	background-color: #fff9ed;
}

.ee_prev, .ee_next {
    background-color:#ffffff;
}

#ee_miniCalendarContainer .ee_prev .easyEventsList_heading,
#ee_miniCalendarContainer .ee_next .easyEventsList_heading {
	color: #f4e7ca;
	background-color: #ffffff;
}

.ee_current,
.ee_prev,
.ee_next {
    border:2px solid #f4e7ca;
	text-align: left;
	vertical-align: top;
	height: 4em;
}
.ee_today {
	background-color: #fff1d3;
}

/*.easyEventsList_description {
    font-size:90%;
}*/

/* Pop-up */

#popup_box {
	visibility: hidden;
	position: absolute;
	text-align: left;
	z-index: 10000;
}

#popup_box #speech_img {
	position: absolute;
	bottom: -30px;
}

#popup_box #speech_below_img {
	position: absolute;
	top: -30px;
}

/*#popup_box a.smallButton {
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
}*/

#popup_box #closeButton {
	float: right;
/*	cursor: pointer;*/
	margin: 0px 0px 5px 10px;
}

#popup_box #popup_box_image {
	margin: 5px 0px 5px 5px;
}

.box .inline_popup_image {
	margin-left: 0px;
	padding-left: 20px;
	background-color: #ffffff;
}

#popup_box #popup_box_text {
	width: 255px;
	float: right;
	margin: 5px 5px 38px 0px;
	color: #6c5042;
}

.box .inline_popup_text {
	margin: 5px 0px 38px 5px;
	color: #6c5042;
}

.box .inline_popup_links,
#popup_box #popup_box_links {
	position: absolute;
	right: 15px;
	bottom: 18px;
}

.box .inline_popup_links {
	left: 10px;
}

#popup_box #popup_box_text h2,
.box .inline_popup_text h2 {
	color: #920609;
	margin-bottom: 6px;
	text-transform: uppercase;
}

#popup_box #popup_box_info,
.box .inline_popup_info {
	font-size: 11px;
	margin-bottom: 7px;
}

#popup_box #popup_box_info,
#popup_box #popup_box_content,
.box .inline_popup_info,
.box .inline_popup_content {
	border-bottom: 1px solid #6c5042;
	padding: 0px 0px 10px 0px;
}