@charset "UTF-8";

.sectionTeaserContainer {
	display: block;
	margin-bottom: 12px;
}

.sectionTeaserTitle {
	display: block;
	color: #007B32;
	background-color: transparent;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
}

/* Turn off the old light blue arrows */

span .arrowBorderWhite {
	display: none;
}

/* Where is anchorLinksContainer located? Added here to style links */

.anchorLinksContainer {
	display: block;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #999999;
}

.anchorLinksContainer a:link, .anchorLinksContainer a:visited {
	display: inline;
	color: #007B32;
	background-color: transparent;
	background-image: url("../../../images_css/down_arrow.gif");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.75em;
	padding-left: 12px;
}

.anchorLinksContainer a:hover, .anchorLinksContainer a:active {
	display: inline;
	color: #FF0000;
	background-color: transparent;
	background-image: url("../../../images_css/_down_arrow.gif");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.75em;
	padding-left: 12px;
}

.captionPanel {
	display: block;
	color: #000000;
	background-color: transparent;
}

.teaserLinkLeft .link10 a:link, .teaserLinkLeft .link10 a:visited {
	display: inline;
	color: #007B32;
	background-color: transparent;
	background-image: url("../../../images_css/teaser_link_right_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-transform: none;
	padding-right: 12px;
}

.teaserLinkLeft .link10 a:hover, .teaserLinkLeft .link10 a:active {
	display: inline;
	color: #FF0000;
	background-color: transparent;
	background-image: url("../../../images_css/_teaser_link_right_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-transform: none;
	padding-right: 12px;
}

/******************************************************************************/

.teaserLinkRight a:link, .teaserLinkRight a:visited {
	display: inline;
	position: relative;
	bottom: 3px;
	color: #007B32;
	background-color: transparent;
	background-image: url("../../../images_css/teaser_link_right_arrow.gif");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-transform: none;
	padding-left: 12px;
}

.teaserLinkRight a:hover, .teaserLinkRight a:active {
	display: inline;
	position: relative;
	bottom: 3px;
	color: #FF0000;
	background-color: transparent;
	background-image: url("../../../images_css/_teaser_link_right_arrow.gif");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-transform: none;
	padding-left: 12px;
}


/******************************************************************************/


.pagContainerExt span {
	font-size: 0.75em;
}
