﻿/****************************************************
	T E A S E R S
****************************************************/
div.TeaserHeader {
	font-size: 180%;
}

div#TeasersSmall {
	background-color: #E0E0E0;
	margin: 10px 0 0 0;
	padding: 7px;
}

body.FrontPage div#TeasersSmall {
	margin: 10px 10px 0 10px;
}

body.SectionPage div#TeasersSmall, {
	width: 745px;
}

body.Common3Columns div#TeasersSmall,
body.PresentationPage div#TeasersSmall {
	background-color: none;
	padding: 0;
	margin: 0;
}

div#TeasersSmall div.Teaser {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	padding: 4px;
	float: left;
}

body.Common3Columns div#TeasersSmall div.Teaser, 
body.PresentationPage div#TeasersSmall div.Teaser {
	border-top: none;
	border-left: 1px solid #C0C0C0;
}

div#TeasersSmall div.Teaser1 {
	border-left: 1px solid #C0C0C0;
}

body.Common3Columns div#TeasersSmall div.Teaser1, 
body.PresentationPage div#TeasersSmall div.Teaser1 {
	border-top: 1px solid #C0C0C0;
}

body.SectionPage div#TeasersSmall div.Teaser4 {
	border-left: 1px solid #C0C0C0;
	border-top: none;
}

body.SectionPage div#TeasersSmall div.Teaser5, 
body.SectionPage div#TeasersSmall div.Teaser6 {
	border-top: none;
}

div#ColumnRightPageTeaser {
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	padding: 4px;
}

div#ColumnRightPageTeaser.MoreTeasers {
	border-bottom: none;
}

div#TeasersSmall div.TeaserInner {
	background-position: bottom right;
	background-repeat: no-repeat;
}

body.FrontPage div#TeasersSmall div.TeaserInner {
	width: 313px;
	height: 191px;
}

body.SectionPage div#TeasersSmall div.TeaserInner {
	width: 239px;
	height: 183px;
}

body.Common3Columns div#TeasersSmall div.TeaserInner,
body.PresentationPage div#TeasersSmall div.TeaserInner {
	height: 183px;
	width: 239px;
}

div#ColumnRightPageTeaserInner {
	width: 239px;
}

div#TeasersSmall div.TeaserInner div.TeaserContent, 
div#ColumnRightPageTeaserContent {
	padding: 6px 10px;
}

div.Flash {
	padding: 0 !important;
}


/****************************************************
	L I S T S
****************************************************/
div.ListItem {
	padding-bottom: 8px;
}

div.ListItemDate {
}

div.Teaser ul,
td.Newsletter ul {
	list-style: none;
	margin: 0 10px 14px 0;
	padding: 0;
}

div.Teaser ul ul {
	margin: 0;
}

div.Teaser ul li,
td.Newsletter ul li {
	background-image: url("/Frontend/Images/Li.gif");
	background-position: 1px 9px;
	background-repeat: no-repeat;
	padding: 4px 0 0 16px;
}

div.Teaser ul li.LiLink,
td.Newsletter ul li.LiLink {
	background-image: url("/Frontend/Images/LiLink.gif");
}

div.Teaser ul li p {
	margin: 0;
}

/****************************************************
	N E W S
****************************************************/
td.TeaserItemDate {
	color: #B2BFCD;
	font-size: 93%;
	padding: 0 12px 5px 0;
}

td.TeaserItemTitle {
	font-size: 93%;
	padding-bottom: 5px;
}

