/* 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: #0a557a;
}

.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: #0a557a;
}

.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: #3c3c3c;
}

.moduleContentNew a:link
{
	color: #0a562a;
}

.moduleContentNew a:visited
{
	color: #0a562a;
}

.moduleContentNew a:hover,
.moduleContentNew a:focus,
.moduleContentNew a:active
{
    color: #0a562a;
}

/* JQuery Mobile Styles */
/*.mobile12 .ui-body-c, .mobile12 .ui-overlay-c
{
	color: #000000; /* .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: #000000; /* .normal font color */
}

.mobile12 .moduleContentNew .ui-link,
.mobile12 .moduleContentNew .ui-link:link
{
	color: #0a562a; /* .hyperlink color */
}

.mobile12 .moduleContentNew .ui-link:visited
{
	color: #0a562a; /* .followedhyperlink color */
}

.mobile12 .ui-link:visited:hover,
.mobile12 .ui-link:visited:focus,
.mobile12 .ui-link:visited:active
{
    color: #0a562a; /* .hyperlink color */
}

.mobile12 .ui-checkbox-on .ui-icon,
.mobile12 .ui-radio-on .ui-icon
{
	background-color: #0a557a; /* Color6 */
}

.mobile12 .ui-focus, .mobile12 .ui-btn:focus
{
	-moz-box-shadow: inset 0 0 3px #0a557a,0px 0 9px #0a557a; /* Color 6 */
	-webkit-box-shadow: inset 0 0 3px #0a557a,0px 0 9px #0a557a; /* Color 6 */
	box-shadow: inset 0 0 3px #0a557a,0px 0 9px #0a557a; /* Color 6 */
}

.mobile12 .ui-input-text.ui-focus,
.mobile12 .ui-input-search.ui-focus
{
	-moz-box-shadow: 0 0 12px #0a557a; /* Color 6 */
	-webkit-box-shadow: 0 0 12px #0a557a; /* Color 6 */
	box-shadow: 0 0 12px #0a557a; /* Color 6 */
}

/*.mobile12 .ui-page
{
	background: #f4f4f3; /* Color 2 */
	/*background-image: -webkit-gradient(linear,left top,left bottom,from( #f4f4f3 ),to( #e3e3e2 )); /* Color 2 & Color 1 (darker) */
	/*background-image: -webkit-linear-gradient( #f4f4f3,#e3e3e2 ); /* Color 2 & Color 1 (darker) */
	/*background-image: -moz-linear-gradient( #f4f4f3,#e3e3e2 ); /* Color 2 & Color 1 (darker) */
	/*background-image: -ms-linear-gradient( #f4f4f3,#e3e3e2 ); /* Color 2 & Color 1 (darker) */
	/*background-image: -o-linear-gradient( #f4f4f3,#e3e3e2 ); /* Color 2 & Color 1 (darker) */
	/*background-image: linear-gradient( #f4f4f3,#e3e3e2 ); /* Color 2 & Color 1 (darker) */
/*}*/

.mobile12 .ui-bar-a,
.mobile12 .ui-bar-b
{
	background: #0a557a; /* Color6 */
	/*border-color: #3c3c3c; /* hr color */
	color: #ffffff; /* Color8 */
}

.mobile12 .secondaryHeader
{
	background: #0a557a; /* Color6 */
}

.mobile12 .ui-bar-a h1
{
	color: #7ccdf6; /* 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: #0a557a; /* Color6 */
}

.mobile12 .moduleContentNew .ui-controlgroup.fullWidth .active .ui-btn-inner
{
	border-bottom-color: #3c3c3c; /* hr color */
}