/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* 
-------------------------------------------
| Copyright MH Metropolitan Health | MMI  |
| Website:              				  | 
| Author:                                 |
| Edited:                           	  |
| Created:                  		      |
| Version: 1                              |
-------------------------------------------
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Tables
	#Media Queries
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== 
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== 
	body {
		background: #fff;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering 
		-webkit-text-size-adjust: 100%;
		font-family:Arial, Helvetica, sans-serif, Aller;
 }


/* #Typography
================================================== */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}

/*	Blockquotes  */
blockquote, blockquote p {
	line-height: 24px;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 20px 0 20px;
	height: 0;
}
/* #Links
================================================== */
a, a:visited {
	text-decoration: none;
	outline: 0;
}
a:hover, a:focus {
	color: #000;
}
p a, p a:visited {
	line-height: inherit;
}

/* #Images
================================================== */

img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
/* #Buttons
================================================== */


.leftColumnSubs .button, .leftColumnSubs button, .leftColumnSubs input[type="submit"], .leftColumnSubs input[type="reset"], .leftColumnSubs input[type="button"] {
	background: #042e5c; /* Old browsers */
	border: 1px solid #042e5c;
	border-top: 1px solid #042e5c;
	border-left: 1px solid #042e5c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
	/*text-shadow: 0 1px rgba(255, 255, 255, .75);*/
	cursor: pointer;
	line-height: normal;
	padding: 8px 10px;
	margin-left: 31.5%;
	width: 31.5%;
	height: 35px;
	color: #FFF;
}
.leftColumnSubs .button:hover, .leftColumnSubs button:hover, .leftColumnSubs input[type="submit"]:hover, .leftColumnSubs input[type="reset"]:hover, .leftColumnSubs input[type="button"]:hover {
	background: #064080; /* Old browsers */
	border: 1px solid #064080;
	border-top: 1px solid #064080;
	border-left: 1px solid #064080;
}
.leftColumnSubs .button:active, .leftColumnSubs button:active, .leftColumnSubs input[type="submit"]:active, .leftColumnSubs input[type="reset"]:active, .leftColumnSubs input[type="button"]:active {
	border: 1px solid #666;
	background: #042e5c; /* Old browsers */
}
.leftColumnSubs .button.full-width, .leftColumnSubs button.full-width, .leftColumnSubs input[type="submit"].full-width, .leftColumnSubs input[type="reset"].full-width, .leftColumnSubs input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

	/* Fix for odd Mozilla border & padding issues */
	.leftColumnSubs button::-moz-focus-inner, .leftColumnSubs input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/* #Forms
================================================== */

.leftColumnSubs form {
	margin-bottom: 20px;
}
.leftColumnSubs fieldset {
	margin-bottom: 20px;
	border: none;
}
.leftColumnSubs input[type="text"], .leftColumnSubs input[type="password"], .leftColumnSubs input[type="email"], .leftColumnSubs textarea, .leftColumnSubs select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0;
	width: 35%;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}
.leftColumnSubs select {
	padding: 0;
}
.leftColumnSubs input[type="text"]:focus, .leftColumnSubs input[type="password"]:focus, .leftColumnSubs input[type="email"]:focus, .leftColumnSubs textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.leftColumnSubs textarea {
	min-height: 60px;
}
.leftColumnSubs label, .leftColumnSubs legend {
	display: block;
	font-weight: bold;
	width: 28%;
	float: left;
	text-align: left;
	padding-right: 10px;
	font: 14px Arial;
	color: #737373;
	line-height: 25px;
}
.leftColumnSubs select {
	width: 220px;
}
.leftColumnSubs input[type="checkbox"] {
	display: inline;
}
.leftColumnSubs label span, .leftColumnSubs legend span {
	font-weight: normal;
}
.leftColumnSubs legend {
	display: none;
}
/* #Tables
================================================== */

table {
	overflow: hidden;
	font-size: 14px;
	border: 1px solid #d3d3d3;
	background: #fefefe;
	width: 100%;
	margin-bottom: 28px;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
	border-radius: 5px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
th, td {
	padding: 7px 14px 7px;/*text-align: center;*/
}
th {
	padding-top: 14px;
	text-shadow: 1px 1px 1px #fff;
	background: #e8eaeb;
	text-align: left;
}
td {
	border-top: 1px solid #e0e0e0;/*border-right: 1px solid #e0e0e0;*/
}
tr.odd-row td {
	background: #f6f6f6;
}
td.first, th.first {
	text-align: left
}
td.last {
	border-right: none;
}
td {
	background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}
tr.odd-row td {
	background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}
th {
	background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
	background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
}
tr:first-child th.first {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px; /* Saf3-4 */
}
tr:first-child th.last {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px; /* Saf3-4 */
}
tr:last-child td.first {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px; /* Saf3-4 */
}
tr:last-child td.last {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px; /* Saf3-4 */
}
table td:before {
	display: none;
}
table td:after {
	display: none;
}
/* #Form Styles
================================================== */
.chooseMyOwnQ {
	margin-left: 261px;
	margin-bottom: 20px;
	display: block;
}
.forgot_username a, .forgot_password a {
	font-size: 12px;
	font-weight: bold;
	color: #042e5c;
	margin-left: 283px;
	margin-bottom: 20px;
	display: block;
	text-decoration: none;
}
.forgot_username a:hover, .forgot_password a:hover {
	color: #666666;
}
.resend_otp a {
	font-size: 12px;
	font-weight: bold;
	color: #737373;
	margin-left: 345px;
	margin-bottom: 20px;
	display: block;
	text-decoration: none;
}
.account p {
	font-size: 17px;
	font-weight: lighter;
	text-align: center;
	color: #737373;
	margin-bottom: 18px;
	margin-right: 25px;
}
.RegisterStep4A {
	margin-bottom: 40px;
}
.upgrade_message {
	font-size: 17px;
	color: #9F6000;
	background-color: #fff5ce;
	padding: 20px;
	border: solid 1px #FFCC99;
	margin: 0 0 40px 0;
}
.upgrade_message button {
	color: #FFF;
	background-color: #9F6000;
	text-shadow: none;
	border: solid 1px #9F6000;
}
.provider_dma {
	padding: 0 0 20px 0;
	float: right;
	text-align: right;
	line-height: 25px;
}
.provider_dma a {
	color: #042e5c;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin-left: 15px;
}
.provider_dma span {
	color: #042e5c;
	font-size: 17px;
	font-weight: bold;
}
.ValidationMessage {
	color: #FF0000;
	font-weight: bold;
	position: absolute;
	margin-top: -42px;
	margin-left: 480px;
	background-position: left;
	padding-left: 29px;
	background-image: url(images/required.png);
	background-repeat: no-repeat;
}
.Hidden {
	display: none;
}
#aShowPw {
	font-size: 12px;
	font-weight: bold;
	color: #737373;
	margin-left: 323px;
	margin-bottom: 20px;
	display: block;
	text-decoration: none;
}
.question {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 23px;
	color: #064080;
	border-bottom: 1px solid #064080;
	line-height: 22px;
}
#ChangeContactInfoStepContainer input[type="radio"], #GrantAccessContainer input[type="radio"] {
	margin: 5px 15px 0px 0;
}
 .#ChangeContactInfoStepContainer span, #GrantAccessContainer span {
 margin: 20px 5px 0 0;
 line-height: 25px;
}
button#btnConvertLink {
	background-color: #cc9111;
	border: 1px solid #b47b00;
	margin-top: 15px;
}
button#btnConvertLink:hover {
	background-color: #b37909;
}
#btnCancelDepAccessGrant {
	background-color: #b6b6b6;
	margin-bottom: 15px;
	border: 1px solid #b6b6b6;
}
#depNameHeading {
	font-size: 17px;
	margin: 0 0 30px 0;
}
.disclaimer_header {
	font-size: 15px;
	font-weight: bold;
}
.disclaimer_body {
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
}
.alertify-button {
	color: #FFF;
}
.alertify-button:hover {
	background-color: #032142;
	border: none;
}
#depSelect {
	color: #FFF;
}
#depSelect select {
	color: #5390cc;
	border-radius: 5px;
	border: 1px solid #FFF;
	padding: 5px;
	background-color: #FFF;
	margin-left: 10px;
	margin-top: 3px;
}
#RegisterStepContainer {
	margin-left: 10px;
}
#mpaTable button {
	width: 50%;
	margin-left: 0px;
}
/* CN: Misc
===================================================*/
button:disabled {
	background-color: #c8c8c8;
	border: none;
	color: #878787;
}
.available {
	margin: -44px 0px 0px 480px;
	font-weight: bold;
	color: #6ee900;
	position: absolute;
	background: url(images/green.png) no-repeat;
	background-position: left;
	padding-left: 30px;
}
.notAvailable {
	margin: -47px 0px 0px 480px;
	font-weight: bold;
	color: #F00;
	position: absolute;
	background: url(images/required.png) no-repeat;
	background-position: left;
	padding-left: 30px;
}
.requireFailed {
	border-color: #F00 !important;
}
#fsRegister {
	border: none;
}
.rightDividerNopad h2 {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 18px;
}
.rightDividerNopad h2 span {
	font-size: 22px;
	color: #006;
	line-height: 36px;
}

.rightDividerNopad a:hover {
	text-decoration: none;
}

.contentHolder, ul.checkout-bar4 li, ul.checkout-bar li {
	background-image: none;
}
.rightEnquires {
	cursor: pointer;
}
.provider_dma {
	display: none;
	height:60px;
}
/*  MPA */

DIV#logedn {
	display:block;
	width: 960px;
	margin: 0 auto;
	margin-top:10px;
	*padding-top:10px;

	
}
.caret {
	width: auto;
	display: block;
	float: right;
	color: #FFF;
}
.nameContainer {
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	width: auto;
	display: block;
	float: right;
	cursor: pointer;
	background-color: #272727;
	padding: 13px;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	font-size: 14px;
	z-index: 9999;
	background-image: url(../images/mpa/profile.png);
	background-repeat: no-repeat;
	background-position: 8px;
}
.nameContainer span {
	float: left;
	display: block;
	padding-right: 5px;
}
.submenu {
	display: none;
	background-color: #272727;
	color: #FFF;
	clear: both;
	list-style: none outside none;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	font-size: 13px;
	position: absolute;
	top: 50px;
	z-index: 9999999;
	width: inherit;
	float: right;
}
.submenu li {
	background-image: none;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.submenu li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	padding-left: 0px;
	padding: 13px;
}
.submenu li a:hover {
	display: block;
	background-color: #999999;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
}
ul.submenu {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	float: right;
}
.sign-in-container {
	width: auto;
	*width:280px;
	float:right;
	
}
#LoginSpawner a, #LogoutButton a {
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	width: auto;
	display: block;
	float: right;
	cursor: pointer;
	background-color: #272727;
	padding: 13px;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	font-size: 14px;
	z-index: 9999;
}
#LogoutButton a {
	display: block;
	background-image: url(../images/gems/logout_live.gif);
	background-repeat: no-repeat;
	color: #FFF;
	background-color: #272727;
}
#LoginSpawner a {
	display: block;
	background-image: url(../images/gems/login_live.gif);
	background-repeat: no-repeat;
	color: #FFF;
}
#LoginSpawner a:hover, #LogoutButton a:hover {
	text-decoration:none;
	background-color: #999999;
}

#makeMeScrollable{display:none;}


		
/* For Chrom */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.submenu {
	top: 45px;
}
}
/* Password Strength Control
===================================================*/
.testresult {
	font-weight: bold;
	font-size: 13px;
	font-family: arial, helvetica, san-serif;
	color: #666;
	padding: 3px 0px 12px 0px;
	margin-left: 480px;
	margin-top: -55px;
	display: block;
	height: 28px;
	position: absolute;
}
.testresult span {
	padding: 10px 20px 12px 10px;
	margin: 0px 0px 0px 20px;
	display: block;
	float: right;
	white-space: nowrap;
}
.redWarning {
	background: url(images/required.png) no-repeat 0 0;
}
.redWarning span {
	background: url(images/required.png) no-repeat top right;
	color: #ff0000;
}
.shortPass {
	background: url(images/short.png) no-repeat 0 0;
}
.shortPass span {
	background: url(images/short.png) no-repeat top right;
	color: #3b3b3b;
}
.badPass {
	background: url(images/short.png) no-repeat 0 0;
}
.badPass span {
	background: url(images/short.png) no-repeat top right;
	color: #ff0000;
}
.goodPass {
	background: url(images/yellow.png) no-repeat 0 0;
}
.goodPass span {
	background: url(images/yellow.png) no-repeat top right;
	color: #e98f00;
}
.strongPass {
	background: url(images/green.png) no-repeat 0 0;
}
.strongPass span {
	background: url(images/green.png) no-repeat top right;
	color: #6ee900;
}
.userAvailable {
	background: url(images/green.png) no-repeat 0 0;
}
.userAvailable span {
	background: url(images/green.png) no-repeat top right;
	color: #6ee900;
}
/* Preloader
===================================================*/
#spnLoading {
	margin-left: 480px;
	position: absolute;
	margin-top: -49px;
}
.ajaxProgress {
}
/* Messsage Container
===================================================*/
.message-container {
	border: 3px dashed black;
	padding: 30px 10px;
	margin-bottom: 30px;
	font-weight: bold;
}
.general-msg {
	border-color: #00468c;
	background-color: #d3d2d2;
}
.error-msg {
	border-color: red;
	background-color: pink;
}
.info-msg {
	border-color: yellow;
	background-color: rgb(237, 242, 159);
}
/* Messsage Container
===================================================*/

.infobox_general { /*Grey Info Box*/
	font-size: 17px;
	color: #5e5d5d;
	background-color: #e2e2e2;
	padding: 20px;
	border: solid 1px #7f7f7f;
	margin: 0 10px 40px 10px;
}
.infobox_error { /*Red Info Box*/
	font-size: 17px;
	color: #b33c36;
	background-color: #f9c6c5;
	padding: 20px;
	border: solid 1px #e87c7c;
	margin: 0 10px 40px 10px;
}
.infobox_warning { /*Yellow Info Box*/
	font-size: 17px;
	color: #bc810b;
	background-color: #fbe3a7;
	padding: 20px;
	border: solid 1px #d7a834;
	margin: 0 10px 40px 10px;
}
.infobox_info { /*Blue Info Box*/
	font-size: 17px;
	color: #258bad;
	background-color: #b5daff;
	padding: 20px;
	border: solid 1px #5390cc;
	margin: 0 10px 40px 10px;
}
.infobox_general p, .infobox_error p, .infobox_warning p, .infobox_info p {
	display: block;
	padding: 0 0 0 45px;
	font-size: 17px;
}
.infobox_general img, .infobox_error img, .infobox_warning img, .infobox_info img {
	padding: 0px 0 0 0;
}
#upgradeBanner img {
	padding: 8px 0 0 0;
}
		
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
.forgot_username a, .forgot_password a {
	margin-left: 206px;
}
.chooseMyOwnQ {
	margin-left: 180px;
}
.upgrade_message {
	font-size: 17px;
}
.ValidationMessage {
	margin-left: 340px;
}
#aShowPw {
	margin-left: 245px;
}
.testresult {
	margin-left: 340px;
}
#spnLoading, .notAvailable, .available {
	margin-left: 350px;
}
.resend_otp a {
	margin-left: 267px;
}
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
}
		
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
tr {
	border: 1px solid #ccc;
}
td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
	white-space: normal;
	text-align: left;
}
table td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: pre-wrap;
	text-align: left;
	font-weight: bold;
	display: block;
}
table td:after {
	display: block;
}
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
label, legend {
	width: auto;
	float: none;
	padding-bottom: 10px;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	margin-left: 0px;
}
.account p {
	text-align: left;
	font-size: 15px;
}
.forgot_username a, .forgot_password a {
	margin-left: 17px;
}
.chooseMyOwnQ {
	margin-left: 0;
}
ul.checkout-bar li {
	padding: 14px 20px 14px 80px;
}
.upgrade_message {
	font-size: 16px;
}
.ValidationMessage {
	margin-left: 155px;
}
#aShowPw {
	margin-left: 43px;
}
.testresult {
	margin-left: 140px;
}
#spnLoading, .notAvailable, .available {
	margin-left: 150px;
}
.resend_otp a {
	margin-left: 65px;
}
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
label, legend {
	width: auto;
	float: none;
	padding-bottom: 10px;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	margin-left: 0px;
}
.forgot_username a, .forgot_password a {
	margin-left: 0px;
}
.forgot_username img, .forgot_password img {
	display: none;
}
.account p {
	text-align: left;
	font-size: 15px;
}
.upgrade_message {
	font-size: 17px;
	padding: 10px;
}
.upgrade_message img {
	display: none;
}
.chooseMyOwnQ {
	margin-left: 0;
}
.ValidationMessage {
	margin-left: 110px;
	margin-top: -73px;
}
#aShowPw {
	margin-left: 6px;
}
.testresult {
	margin-left: 100px;
}
#spnLoading, .notAvailable, .available {
	margin-left: 110px;
}
.resend_otp a {
	margin-left: 30px;
}
}
/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
/* Chris additions
===========================*/
.classLnkForgotUsername, .classLnkForgotPassword, .classLnkLogin {
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}
