/* Client header and link colors */

.moduleContentNew h1,
.moduleContentNew h1 a,
.moduleContentNew h1 a:link,
.moduleContentNew h1 a:visited,
.moduleContentNew h1 a:hover,
.moduleContentNew h1 a:focus,
.moduleContentNew h1 a:active
.moduleContentNew .h1
{
	color: #abbd9a;
}

.moduleContentNew h2,
.moduleContentNew h2 a,
.moduleContentNew h2 a:link,
.moduleContentNew h2 a:visited,
.moduleContentNew h2 a:hover,
.moduleContentNew h2 a:focus,
.moduleContentNew h2 a:active,
.moduleContentNew .h2,
.Headline, div.Headline
{
	color: #abbd9a;
}

.moduleContentNew h3,
.moduleContentNew h3 a,
.moduleContentNew h3 a:link,
.moduleContentNew h3 a:visited,
.moduleContentNew h3 a:hover,
.moduleContentNew h3 a:focus,
.moduleContentNew h3 a:active,
.moduleContentNew .h3
{
	color: #527b2a;
}

.moduleContentNew a:link
{
	color: #217c76;
}

.moduleContentNew a:visited
{
	color: #217c76;
}

.moduleContentNew a:hover,
.moduleContentNew a:focus,
.moduleContentNew a:active
{
    color: #217c76;
}

/* JQuery Mobile Styles */
/*.mobile12 .ui-body-c, .mobile12 .ui-overlay-c
{
	color: #393939; /* .normal font color */
/*}*/

.mobile12 .moduleContentNew h4,
.mobile12 .moduleContentNew h4 a,
.mobile12 .moduleContentNew h4 a:link,
.mobile12 .moduleContentNew h4 a:visited,
.mobile12 .moduleContentNew h4 a:hover,
.mobile12 .moduleContentNew h4 a:focus,
.mobile12 .moduleContentNew h4 a:active,
.mobile12 .moduleContentNew .h3
{
	color: #393939; /* .normal font color */
}

.mobile12 .moduleContentNew .ui-link,
.mobile12 .moduleContentNew .ui-link:link
{
	color: #217c76; /* .hyperlink color */
}

.mobile12 .moduleContentNew .ui-link:visited
{
	color: #217c76; /* .followedhyperlink color */
}

.mobile12 .ui-link:visited:hover,
.mobile12 .ui-link:visited:focus,
.mobile12 .ui-link:visited:active
{
    color: #217c76; /* .hyperlink color */
}

.mobile12 .ui-checkbox-on .ui-icon,
.mobile12 .ui-radio-on .ui-icon
{
	background-color: #6a6255; /* Color6 */
}

.mobile12 .ui-focus, .mobile12 .ui-btn:focus
{
	-moz-box-shadow: inset 0 0 3px #6a6255,0px 0 9px #6a6255; /* Color 6 */
	-webkit-box-shadow: inset 0 0 3px #6a6255,0px 0 9px #6a6255; /* Color 6 */
	box-shadow: inset 0 0 3px #6a6255,0px 0 9px #6a6255; /* Color 6 */
}

.mobile12 .ui-input-text.ui-focus,
.mobile12 .ui-input-search.ui-focus
{
	-moz-box-shadow: 0 0 12px #6a6255; /* Color 6 */
	-webkit-box-shadow: 0 0 12px #6a6255; /* Color 6 */
	box-shadow: 0 0 12px #6a6255; /* Color 6 */
}

/*.mobile12 .ui-page
{
	background: #fbfbfb; /* Color 2 */
	/*background-image: -webkit-gradient(linear,left top,left bottom,from( #fbfbfb ),to( #f4f4f4 )); /* Color 2 & Color 1 (darker) */
	/*background-image: -webkit-linear-gradient( #fbfbfb,#f4f4f4 ); /* Color 2 & Color 1 (darker) */
	/*background-image: -moz-linear-gradient( #fbfbfb,#f4f4f4 ); /* Color 2 & Color 1 (darker) */
	/*background-image: -ms-linear-gradient( #fbfbfb,#f4f4f4 ); /* Color 2 & Color 1 (darker) */
	/*background-image: -o-linear-gradient( #fbfbfb,#f4f4f4 ); /* Color 2 & Color 1 (darker) */
	/*background-image: linear-gradient( #fbfbfb,#f4f4f4 ); /* Color 2 & Color 1 (darker) */
/*}*/

.mobile12 .ui-bar-a,
.mobile12 .ui-bar-b
{
	background: #6a6255; /* Color6 */
	/*border-color: #c3b6ac; /* hr color */
	color: #fff; /* Color8 */
}

.mobile12 .secondaryHeader
{
	background: #6a6255; /* Color6 */
}

.mobile12 .ui-bar-a h1
{
	color: #ece6dc; /* Color7 */
}

.mobile12 .moduleContentNew .ui-btn-up-a,
.mobile12 .moduleContentNew .ui-btn-down-a,
.mobile12 .moduleContentNew .ui-btn-hover-a,
.mobile12 .moduleContentNew .ui-btn-active,
.mobile12.ui-mobile-viewport-transitioning .ui-btn-up-a,
.mobile12.ui-mobile-viewport-transitioning .ui-btn-down-a,
.mobile12.ui-mobile-viewport-transitioning .ui-btn-hover-a,
.mobile12.ui-mobile-viewport-transitioning .ui-btn-active
{
	background: #6a6255; /* Color6 */
}

.mobile12 .moduleContentNew .ui-controlgroup.fullWidth .active .ui-btn-inner
{
	border-bottom-color: #c3b6ac; /* hr color */
}