﻿.lightBorder {
	background-color: #ECECEC;
	font-size: 12px;
	font-weight: bold;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: red;
}

.RssLink {
	font-family: Arial;
	text-decoration:underline;
	font-size: x-small;
	color:#101031;
}
.RssBody {
	font-family: Arial;
	font-size: xx-small;
}

body {
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #FFFFFF;
}

A:link {
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
	color: #629360;
}

A:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
	color: #151034;
}

A:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
}

A:active {
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
}

A.topnav:link {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #9ca0a8;
}

A.topnav:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #faa634;
}

A.topnav:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #faa634;
}

A.topnav:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #faa634;
}

A.rightnav:link {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFAD00;
}

A.rightnav:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #cdcdcd;
}

A.rightnav:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #cdcdcd;
}

A.rightnav:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #cdcdcd;
}

A.careeropps:link {
	font-size: 10px;
	font-weight: normal;
	color: #FFAD00;
}

A.careeropps:hover {
	font-size: 10px;
	font-weight: normal;
	color: #cdcdcd;
}

A.careeropps:active {
	font-size: 10px;
	font-weight: normal;
	color: #cdcdcd;
}

A.careeropps:visited {
	font-size: 10px;
	font-weight: normal;
	color: #cdcdcd;
}

A.newsitems:link {
	font-size: 10px;
	font-weight: normal;
	color: #FAA634;
}

A.newsitems:hover {
	font-size: 10px;
	font-weight: normal;
	color: #cdcdcd;
}

A.newsitems:active {
	font-size: 10px;
	font-weight: normal;
	color: #cdcdcd;
}

A.newsitems:visited {
	font-size: 10px;
	font-weight: normal;
	color: #cdcdcd;
}

A.bottom:link {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #151034;
}

A.bottom:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #9ca0a8;
}

A.bottom:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #9ca0a8;
}

A.bottom:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #9ca0a8;
}

.body { 
	font-family: verdana,arial,helvetica sans-serif;
	font-size: 12px;
	color: #000000;
}

.orangeHeading {
	color: #ffad00;
	font-size: 14px;
	font-weight: bold;
}

.verticalScrollBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.verticalScrollHeader {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-weight: bold; 
}

.bullets { 
	font-family: verdana,arial,helvetica sans-serif;
	font-size: 12px;
	font-style:italic;
	text-align:center;
	color: #000000;
}

.breadcrumbs {
	font-size:9px;
}

.rpHeading { 
	font-family: verdana,arial,helvetica sans-serif;
	font-size: 14px;
	color: #101031;
	font-weight:bold;
}

.trixHeading { 
	font-family: verdana,arial,helvetica sans-serif;
	font-size: 14px;
	color: #A5CF6B;
	font-weight:bold;
}

.trixBackGroundGreen { 
	background:#A5CF6B;
}

.trixBackGroundGray { 
	background:#949294;
}

.blueBackground { 
	background:#101031;
}

.blueBackgroundCenterWhiteText {
	background:#101031;
	text-align:center;
	color:#FFFFFF;
	font-size: 12px;
	font-style: italic;
	padding: 5px;
}

.grayBackground { 
	background:#949294;
}

.NoBorder {
	border-width: 0;
}

.center { 
	text-align:center;
}

.right { 
	text-align:right;
}

.rightNoBorder {
	text-align: right;
	border-width: 0;
}

.left { 
	text-align:left;
}


.right { 
	text-align:right;
}

.picInlinePadding {
	padding:5px;
}

.whiteBackground {
	background-color: #FFFFFF;
}

.whiteBackgroundCenter {
	background-color: #FFFFFF;
	text-align:center;
}

.whiteTextCenter {
	color: #FFFFFF;
	text-align:center;
	font-size:9px;
}

.whiteTextCenterBold {
	color: #FFFFFF;
	text-align:center;
	font-weight: bold;
	font-size: 10px;
}

.responsePointShadeBackground {
	background-image:
	url('../Products/responsePoint/images/flashBackground.jpg')
}

.footer {
	font-size: small;
	text-align:center;
}

.bottomText {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align:center;
}

.rightText {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}

.error {
	font-weight: bold;
	font-size: 10px;
	color: #ff0000;
}

.standalonetitlebar {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:  14px;
	font-weight: bold;
	color: #FFAD00;
	background-color: #101031;
	text-align:Left;
}

a.standalongtitlebar:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:  14px;
	font-weight: bold;
	color: #FFAD00;
	background-color: #101031;
	text-align:Left;
}

a.standalongtitlebar:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:  14px;
	font-weight: bold;
	color: #FFAD00;
	background-color: #101031;
	text-align:Left;
}

a.standalongtitlebar:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:  14px;
	font-weight: bold;
	color: #FFAD00;
	background-color: #101031;
	text-align:Left;
}