﻿.rpItem {
	width: 211px;
	height: 188px;
	float: left;
}

.rpSeparator {
	width: 3.5px;
	height: 188px;
	float: left;
}

#viewport {
	float: left;
	width: 640px;
	height: 250px;
	overflow: hidden;
	margin: auto;
	position: relative;
}

#slider {
	width: 640px;
	height: 250px;
	position: absolute;
	left: 0;
}

#leftArrow {
	width: 55px;
	height: 250px;
	float: left;
	cursor: pointer;
}

#rightArrow {
	width: 55px;
	height: 250px;
	float: left;
	cursor: pointer;
}

.rpItemHSeparator {
	width: 100%;
	height: 4px;
	background-color: #7DA0A4;
	margin: 10px 0;
}

.subTitle {
	text-align: left;
	font-size: 12px;
	color: Black;
}

.subTitleLink, .subTitleLink:hover {
	text-decoration: none;
}

.address {
	font-size: 12px;
	line-height: 1.2em;	
}

.address a {
	font-size: 10px;
}

div table input, div table textarea {
	width: 100%;
	border: none;
	background-color: #F0f0f0;
	color: Black;
	font-family: Arial;
	font-size: 12px;
	padding: 1px;
	line-height: 1.2em;
}

table tr, table tr td {
	padding: 1px;
}

.requiredField {
	font-size: 12px;
	color: #ffb120;
}

.repeaterSeparator {
	width: 640px;
	height: 1px;
	background-color: #808080;
}

.accordionLeft
{
	font-size: 12px;
	color: Black;
	float: left;
	line-height: 1.2em;
	width: 400px;
	text-align: left;
	cursor: pointer;
}

.accordionRight
{
	font-size: 12px;
	color: Black;
	float: left;
	width: 240px;
	line-height: 1.2em;
	text-align: left;
}

.accordionPane
{
	font-size: 12px;
	line-height: 1.2em;
}
.smallSeparator {
	width: 211px;
	height: 1px;
	background-color: #808080;
	margin: 5px 0;
}

.selectedItem {
	font-size: 11px;
	color: #ffb120;
}
.newsDate {
	color: #7DA0A4;
	line-height: 1.2em;
	font-weight: bold;
	padding: 2px 0;
}

.newsItemTitle {
	font-size: 14px;
	color: Black;
}

.newsItemDate {
	color: #7DA0A4;
	line-height: 1.2em;
	font-weight: bold;
	margin: 5px 0;
}

.newsItemHighlight {
	color: Black;
	font-weight: bold;
}

.newsItemBody {
	color: Black;
}
