/* 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: rgb(0, 105, 117);
}

.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: rgb(0, 105, 117);
}

.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: rgb(193, 56, 29);
}

.moduleContentNew a:link
{
	color: rgb(0, 105, 117);
}

.moduleContentNew a:visited
{
	color: rgb(0, 105, 117);
}

.moduleContentNew a:hover,
.moduleContentNew a:focus,
.moduleContentNew a:active
{
    color: rgb(0, 105, 117);
}

/* JQuery Mobile Styles */
/*.mobile12 .ui-body-c, .mobile12 .ui-overlay-c
{
	color: rgb(34, 34, 34); /* .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: rgb(34, 34, 34); /* .normal font color */
}

.mobile12 .moduleContentNew .ui-link,
.mobile12 .moduleContentNew .ui-link:link
{
	color: rgb(0, 105, 117); /* .hyperlink color */
}

.mobile12 .moduleContentNew .ui-link:visited
{
	color: rgb(0, 105, 117); /* .followedhyperlink color */
}

.mobile12 .ui-link:visited:hover,
.mobile12 .ui-link:visited:focus,
.mobile12 .ui-link:visited:active
{
    color: rgb(0, 105, 117); /* .hyperlink color */
}

.mobile12 .ui-checkbox-on .ui-icon,
.mobile12 .ui-radio-on .ui-icon
{
	background-color: rgb(0, 105, 117); /* Color6 */
}

.mobile12 .ui-focus, .mobile12 .ui-btn:focus
{
	-moz-box-shadow: inset 0 0 3px rgb(0, 105, 117),0px 0 9px rgb(0, 105, 117); /* Color 6 */
	-webkit-box-shadow: inset 0 0 3px rgb(0, 105, 117),0px 0 9px rgb(0, 105, 117); /* Color 6 */
	box-shadow: inset 0 0 3px rgb(0, 105, 117),0px 0 9px rgb(0, 105, 117); /* Color 6 */
}

.mobile12 .ui-input-text.ui-focus,
.mobile12 .ui-input-search.ui-focus
{
	-moz-box-shadow: 0 0 12px rgb(0, 105, 117); /* Color 6 */
	-webkit-box-shadow: 0 0 12px rgb(0, 105, 117); /* Color 6 */
	box-shadow: 0 0 12px rgb(0, 105, 117); /* Color 6 */
}

/*.mobile12 .ui-page
{
	background: rgb(224, 224, 224); /* Color 2 */
	/*background-image: -webkit-gradient(linear,left top,left bottom,from( rgb(224, 224, 224) ),to( rgb(245, 245, 245) )); /* Color 2 & Color 1 (darker) */
	/*background-image: -webkit-linear-gradient( rgb(224, 224, 224),rgb(245, 245, 245) ); /* Color 2 & Color 1 (darker) */
	/*background-image: -moz-linear-gradient( rgb(224, 224, 224),rgb(245, 245, 245) ); /* Color 2 & Color 1 (darker) */
	/*background-image: -ms-linear-gradient( rgb(224, 224, 224),rgb(245, 245, 245) ); /* Color 2 & Color 1 (darker) */
	/*background-image: -o-linear-gradient( rgb(224, 224, 224),rgb(245, 245, 245) ); /* Color 2 & Color 1 (darker) */
	/*background-image: linear-gradient( rgb(224, 224, 224),rgb(245, 245, 245) ); /* Color 2 & Color 1 (darker) */
/*}*/

.mobile12 .ui-bar-a,
.mobile12 .ui-bar-b
{
	background: rgb(0, 105, 117); /* Color6 */
	/*border-color: rgb(255, 92, 57); /* hr color */
	color: rgb(255, 255, 255); /* Color8 */
}

.mobile12 .secondaryHeader
{
	background: rgb(0, 105, 117); /* Color6 */
}

.mobile12 .ui-bar-a h1
{
	color: rgb(248, 248, 248); /* 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: rgb(0, 105, 117); /* Color6 */
}

.mobile12 .moduleContentNew .ui-controlgroup.fullWidth .active .ui-btn-inner
{
	border-bottom-color: rgb(255, 92, 57); /* hr color */
}