/* CSS Document */

/* Teaser View, Custom code for this template */
.teaserRow {
	color: #222;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 5px;
	padding: 10px 0px 10px 0px;
	/* border: solid 1px #eee */
}

#listViewLink {
	/* margin-top: 10px; */
	padding: 0 10px 10px 10px;
	padding-left: 16px;
	color: #C25D25;
	/* border: solid 1px #eee */
}

/* Teaser View coded by TYPO3 */
.tx-mjseventpro-pi1-teaserView-events {
	background: none;
	padding-left: 16px;
}

.tx-mjseventpro-pi1-teaserView-header {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	/* font-weight: 700;*/
	text-transform: uppercase;
	color: #C25D25;
	/* margin-bottom: 10px; */
	padding: 10px;
	padding-left: 16px;
	/* border: solid 1px #eee */
}

.tx-mjseventpro-pi1-teaserViewField-image {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
	clear: both;
}

.tx-mjseventpro-pi1-teaserViewField-title {
	/* font-weight: 700; */
	text-transform: uppercase;
}

.tx-mjseventpro-pi1-teaserView-listlink .links {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	/* text-transform: uppercase; */
	color: #C25D25;
}

.tx-mjseventpro-pi1-teaserViewField-bdate,
.tx-mjseventpro-pi1-teaserViewField-btime,
.tx-mjseventpro-pi1-teaserViewField-bdatetime {
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
}
	
.mjseventpro-teaserView-title:link {
	color: #333333;
	text-decoration: none;
}

.mjseventpro-teaserView-title:visited {
	color: #333333;
	text-decoration: none;
}

.mjseventpro-teaserView-title:hover {
	color: #333;
	text-decoration: underline
}
	
.mjseventpro-teaserView-teaser:link {
	color: #333;
	font-size: 9px;
	font-weight: 400;
	text-decoration: none
}

.mjseventpro-teaserView-teaser:visited {
	color: #333;
	font-size: 9px;
	font-weight: 400;
	text-decoration: none;
}

.mjseventpro-teaserView-teaser:hover {
	color: #333;
	font-size: 9px;
	font-weight: 400;
	text-decoration: underline;
}


/* List View, Custom code for this template */

.optionBox { color: #222; font-size: 9px; /* background-color: #fff; */ margin-bottom: 10px; padding: 10px; /* border: solid 1px #eee */ }
.select   { padding-right: 10px; padding-bottom: 10px; float: left; clear: both }
.search {}
.listRow              { color: #222; font-size: 11px; /* background-color: #fff; */ margin-bottom: 10px; padding: 10px; /* border: solid 1px #eee */ }

/* List View coded by TYPO3 */
	select, input { font-size: 9px }
    .tx-mjseventpro-pi1-listView-events           { /* background-color: #f7f7f7 */ }
    .tx-mjseventpro-pi1-listViewField-image   { padding-right: 10px; padding-bottom: 10px; float: left; clear: both }
    .tx-mjseventpro-pi1-listViewField-title  { /* font-weight: 700; */ text-transform: uppercase }
    .tx-mjseventpro-pi1-listViewField-bdate,
    .tx-mjseventpro-pi1-listViewField-btime,
    .tx-mjseventpro-pi1-listViewField-time { color: #777; font-size: 9px }
	
.mjseventpro-listView-title:link {
	color: #333333;
	text-decoration: none;
}

.mjseventpro-listView-title:visited {
	color: #333333;
	text-decoration: none;
}

.mjseventpro-listView-title:hover {
	color: #333333;
	text-decoration: underline;
}

.mjseventpro-listView-teaser:link  {
	color: #555;
	font-size: 9px;
	font-weight: 400;
	text-decoration: none;
}

.mjseventpro-listView-teaser:visited {
	color: #555;
	font-size: 9px;
	font-weight: 400;
	text-decoration: none;
}

.mjseventpro-listView-teaser:hover {
	color: #555;
	font-size: 9px;
	font-weight: 400;
	text-decoration: underline;
}

