@CHARSET "UTF-8";

ul.eventsListing {
	list-style: none;
	margin: 0;
	font-size: 11px;
	padding: 10px 0 0 28px;
	color: #000;
}

ul.eventsListing li {
	text-indent: 0;
}

.event {
	border-top: 1px solid #B7C0C6;
	padding: 10px 5px;
	/* clear: left;*/
}

.eventsListing>li:first-child .event {
	border-top: none;
}

ul.eventsListing p {
	padding-left: 0;
}

.eventdate {
	font-family: Verdana;
	font-size: 10px;
	text-transform: uppercase;
}

.event_title {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}

.event_title a {
	text-decoration: none !important;
}

.event_location label {
	text-transform: uppercase;
}

.event_thumbnail {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.event_thumbnail img {
	max-width: 48px !important;
	max-height: 48px !important;
	padding: 0;
	margin: 0;
}

/* vlc */
a#submit_event {
    background-color: #FF6100;
    border: 1px solid #E64100;
    color: #FFFFFF;
    float: right;
    font-size: 10px;
    height: 18px;
   /* margin: -30px 0 0; */
    margin-bottom: 10px;
    margin-top: -10px;
    margin-right: -30px;
    padding: 2px 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

a#submit_event:hover {
	border: 1px solid #CA1D00;
	background-color: #E53600;	
}

#minicalendar .calendar_today {
	text-align: center;
}

#minicalendar {
}

#minicalendar td a {
	text-decoration: none;
	color: #fe5f01;
} 

#minicalendar td.pad, #minicalendar th.pad {
	width: 1%;
}

#minicalendar th {
	background-color: #e8e8e1;
	font-weight: bold;
	color: #575754;
}

#minicalendar .today {
	background-color: #ddf;
}

#minicalendar td, #minicalendar th {
	width: 14%;
	text-align: center;
	line-height: 25px;
}

#minicalendar h3 {
	text-align: center;
	line-height: 23px;
	text-transform: none;
}

#minicalendar .calendarheader a {
	width: 20px;
	display: block;
	height: 23px;
	line-height: 23px;
}

#minicalendar h3 a#month_name {
	width: auto;
	display: inline;
	color: inherit;
	height: 23px;
	line-height: 23px;
}

#minicalendar h3 a#month_name:hover {
	color: #fe5f01;
}

a#previous_month {
	background-image: url("../../images/left_arrow.png");
	float: left;
}

a#previous_month:hover {
	background-image: url("../../images/left_arrow_hover.png");
}

a#next_month {
	background-image: url("../../images/right_arrow.png");
	float: right;
}

a#next_month:hover {
	background-image: url("../../images/right_arrow_hover.png");
}

.event_icalendar a {
	text-decoration: none;
}

.event_icalendar img {
	vertical-align: text-bottom;
	padding: 0 !important;	
}

.event_description {
	margin-top: 20px;
}

.event_description p {
	padding-left: 0;
}

/* vlc */
.newscomponent {
    float: right;
    margin-top: -30px;
}