﻿.teaserContainer
{
	width: 100%;
}
.teaser
{
	margin-bottom: 24px;
	margin-left: 5px;

	/*font-family: Century Gothic;*/
	font-family: Arial;
	/*font-size: 9px;*/
	font-size: 10px;
	font-weight: bold;

	color: #5E5E5E;

	text-align: left;
}

.teaserHeader
{
	width: 100%;
	height: 26px;

	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
}

.teaserHeaderHover
{
	width: 100%;
	height: 26px;

	border-left: 1px solid #5E5E5E;
	border-right: 1px solid #5E5E5E;
}

.teaserLabel
{
	_height: 16px;

	margin-top: 3px;
	margin-bottom: 3px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding-left: 8px;

	color: #FFFFFF;

	font-size: 13px;
	font-weight: bold;
}

.teaserContent
{
	width: 100%;

	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;

	text-align: left;
	vertical-align: top;
}

.teaserContentHover
{
	width: 100%;

	border-left: 1px solid #5E5E5E;
	border-right: 1px solid #5E5E5E;

	background-color: #efe3d3;

	text-align: left;
	vertical-align: top;
}

.teaserMedia
{
	width: 100%;

	margin-top: 10px;

	text-align: center;
}

.teaserDate
{
	margin-top: 10px;
	margin-left: 10px;
}

.teaserLocation
{
	margin-left: 10px;
}

.teaserTitle
{
	margin-top: 10px;
	margin-left: 10px;

	overflow: auto;
}

.teaserBody
{
	margin-left: 10px;
	margin-top: 10px;
}
.teaserParagraph
{
	width: 100%;
	height: 26px;

	margin-bottom: 6px;

	overflow: auto;
}

.readMoreLink
{
	font-size: 9px;
	cursor: pointer;
}

.readMoreLink:link 
{
	color: #5E5E5E;
	text-decoration: none;
}
.readMoreLink:visited
{
	color: #5E5E5E;	
	text-decoration: none;
}
.readMoreLink:hover
{
	color: #FF0000;
	text-decoration: none;
}

.teaserReadMoreLink
{
	margin-top: 10px;
	padding-right: 6px;

	font-size: 9px;

	cursor: pointer;
}

.teaserReadMoreLink:link 
{
	color: #5E5E5E;
	text-decoration: none;
}
.teaserReadMoreLink:visited
{
	color: #5E5E5E;	
	text-decoration: none;
}
.teaserReadMoreLink:hover
{
	color: #FF0000;
	text-decoration: none;
}

.footer
{
	border-left: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	padding-left: 8px;

	font-size: 10px;

	width: 135px;

	text-align: left;

	overflow:hidden;
}

.footerHover
{
	border-left: 1px solid #5E5E5E;
	border-bottom: 1px solid #5E5E5E;
	padding-left: 8px;

	font-size: 10px;

	width: 135px;

	text-align: left;

	background-color: #efe3d3;

	overflow:hidden;
}

.listItem
{
	border: 1px solid #C9CBCC;
	padding-left: -6px;
	padding-right: 3px;
	padding-bottom: 6px;

	background-color: #EFF0F0;
}

.listItemHover
{
	border: 1px solid #5E5E5E;
	padding-left: -6px;
	padding-right: 3px;
	padding-bottom: 6px;

	background-color: #efe3d3;
}