﻿/* TEST This file will serve the basic elements for all web sites. */
/*Page Elements*/

#logos {
	float: left;
	width: 550px;
	margin-top: 15px;
}

#logos .care {
    margin-top: 20px;
}

#header {
    position: relative;
	padding: 10px !important;
	height: 112px;
	margin: 0 auto;
	width: 1123px;
}

.client #header {
	height: 132px;
}

#pnlRight {
	float: left;
	position: relative;
	left: 286px;
	top: 14px;
}

.signInPanel {
	 position: absolute;
    margin: 0 20px;
    white-space: nowrap;
    top: 135px;
    z-index: 999;
    min-width: 175px;
    right: -100px;
    text-align: right;
}

_::-webkit-full-page-media, _:future, :root .signInPanel {
  padding-left: 80px;
}

_::-webkit-full-page-media, _:future, :root .signIn {
  padding-left: 35px;
}

	.signInPanel div {
		float: right;
        color: white;
	}

.styleCheck {
	border: black;
	border-width: 1px;
	border-style: solid;
}

#header .signIn {
	float: left;
	position: relative;
	margin: 0 auto !important;
	white-space: nowrap;
	/*left: 505px;*/
	left: 221px;
	top: 34px;
	color: white;
	z-index: 998;
	/*min-width: 490px;*/
	min-width: 160px;
}

.blog #header .signIn {
    top: 57px;
}

	#header .signIn a {
		color: white;
		text-decoration: none;
		font-size: 15px;
	}

#headerInfo {
	font-size: 14px;
	margin: 0 0 0 0;
	text-align: right;
	color: #777;
	/*float: left;
	position: relative;
	left: 283px;*/
}

	#headerInfo .phone {
		font-size: 18px;
		color: #808080;
		text-align: right;
		font-weight: bold;
	}

	#headerInfo .signIn {
		margin-top: 15px;
	}

.signedInAs {
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
}

#headerInfo .links {
	margin-top: 7px;
}

.client .links {
	min-width: 195px;
	/*position: absolute;
	top: 0;
	right: 0;
	height: 100px;
	width: 100px; */
}

	.client .links a {
		font-size: 14px;
		color: white;
		text-decoration: underline;
		padding-left: 0;
	}

.prospect .links a {
	font-size: 14px;
	color: white;
	text-decoration: underline;
	padding-left: 0;
}

.prospect .logOutLinks {
	color: white;
	top: 6px;
	right: 0;
}

#ctl00_ctl00_cphMain_headerControl_pnlChangeUsernamePassword {
	z-index: 9999;
	position: absolute;
	top: 48px;
	right: 96px;
}

	#ctl00_ctl00_cphMain_headerControl_pnlChangeUsernamePassword .dataTable td:first-child {
		text-align: left;
	}

#passwordInfo {
	padding: 6px 12px;
	border: 1px solid #bce8f1;
	background-color: #d9edf7;
	color: #31708f;
	border-radius: 4px;
}

.divider {
	padding: 0 1px 0 0;
}

#headerInfo p {
	margin-bottom: 3px;
	width: 170px;/*124px*/
	text-align: left;
	font-size: 14px;
}

	#headerInfo p strong {
		font-weight: normal;
		display: block;
		font-size: 14px !important;
	}

#headerInfo .signedInMarker {
	margin-top: 12px;
}

/*#headerInfo #ctl00_ctl00_cphMain_headerControl_lnkChangePassword {
	width: 104px;
	position: absolute;
	top: 48px;
	right: 0;
}*/

.partnerDisplayPanel {
	position: relative;
}

#cobranding {
	position: absolute;
	right: 0;
	top: 1px;
	padding: 6px 0 1px 0;
	height: 110px;
	overflow: hidden;
	max-width:100px;
}

	#cobranding span {
		font-family: 'Source Sans Pro', Arial, sans-serif;
		font-size: 12px;
		font-weight: lighter;
		display: block;
		text-align: center;
		width: 100px;
		max-width:100px;
	}

	/* IE8 */
	#cobranding span {
		font-size: 11px\0/;
	}
/* must go at the END of all rules */

/* IE9, IE10 */
@media screen and (min-width:0\0) {
	#cobranding span {
		font-size: 11px;
	}
}

#cobranding img {
	width : 85px;
}

#navWrapper {
	background-image: url('../Images/Backgrounds/nav-image.png');
	background-color: #0092CF;
	height: 60px;
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	width: 100%;
	min-width: 1260px;
	margin: 0 auto;
	/*-webkit-box-shadow: 0 2px 10px #c1c0c0;
	box-shadow: 0 2px 10px #c1c0c0;*/
	/*z-index: 1000;*/
}

.client #navWrapper {
	height: 55px;
}

.prospect #navWrapper {
	height: 55px;
}

#nav {
	/*height: 35px;*/
	top: 15px;
	width: 1088px;
	/*margin-left: 48px;*/
}

.client #nav, .prospect #nav {
	top: 6px;
}

.nav_menu_primary {
	height: 20px;
	width: 732px;
	float: left;
}

.client .nav_menu_primary {
	width: 855px;
}

.nav_menu_primary ul {
	height: 20px;
}

.nav_menu_primary li {
	float: left;
	margin-right: 41px;
	list-style-type: none;
}

.nav_menu_primary ul li.lower {
	float: left;
	margin-right: 0;
	margin-left: 30px;
}

.nav_menu_primary a {
	text-decoration: none;
	color: #fff;
	font-size: 19px;
	font-weight: normal;
	text-transform: none;
}

.nav_menu_blog a.btn-default {
	background: #86c060;
	border: 1px solid #649644;
	border-radius: 4px;
	padding: 6px 24px;
	font-size: 18px;
	position: relative;
	bottom: 3px;
	font-weight: normal;
}

	.nav_menu_blog a.btn-default:hover {
		background: #93C771;
		color: white;
		text-decoration: none;
	}


.nav_menu_blog .phone a {
	font-size: 18px;
	margin-right: 36px;
}

.nav_menu_primary a:hover {
	text-decoration: none;
	color: #fff;
}

.nav_menu_primary .icon {
	position: relative;
	vertical-align: baseline;
	bottom: -25px;
	left: 30px;
}

.nav_menu_blog {
	float: right;
	right: 50px;
	width: 250px;
	position: absolute;
	bottom: -32px;
}

.sidebar-master .nav_menu_blog {
	bottom: -42px;
}

.client .nav_menu_blog {
	bottom: -14px;
	right: 72px;
}

.prospect .nav_menu_blog {
	bottom: -8px;
}

.blog .nav_menu_blog {
	bottom: -24px;
}

.nav_menu_blog ul {
	list-style-type: none;
}

	.nav_menu_blog ul li {
		text-align: left;
		display: inline-block;
		margin-left: 12px;
	}

.nav_menu_blog.side_bar ul li {
	margin-left: 12px;
}

.nav_menu_blog ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

ul.client_nav_phone li a {
	position: relative;
	top: 6px;
	right: 12px;
	font-size: 18px;
}

.nav_menu_secondary {
	background-color: #fff; /*EEEEEE*/
	border-bottom: 1px solid #DDDDDD;
	height: 36px;
	padding-top: 7px;
	width: 100%;
	/*margin-top:-20px;*/
}

	.nav_menu_secondary li {
		float: left;
		margin-right: 25px;
		list-style-type: none;
	}

	.nav_menu_secondary a {
		font-size: 14px;
		color: #0092Cf; /*#CCCCCC;*/
		text-decoration: none;
		line-height: 18px;
		padding: 8px 16px 12px 16px;
	}

		.nav_menu_secondary a.active {
			color: #303030;
			border: 1px solid #ddd;
			border-radius: 4px 4px 0 0;
			border-bottom: 1px solid #fff;
			background: #fff;
		}

{
	font-weight: bold;
}


.nav_menu_secondary a:hover {
	color: #333333;
	text-decoration: underline;
	font-size: 14px;
}

.nav-indicator {
	background-repeat: no-repeat;
	/*border:1px solid red;*/
	height: 12px;
	width: 11px;
	margin-top: 9px;
	z-index: 9999;
	margin-left: 17px;
}

.blog .nav-indicator {
	display: none;
}

.client .nav-indicator, .prospect .nav-indicator {
	position: relative;
	top: 28px;
}

.nav-indicator_white {
	background-image: url('../Images/Backgrounds/nav-selected.png');
}

.nav-indicator_contact {
	background-image: url('../Images/Backgrounds/nav_selected_contact.png');
}

.lead-in-tall {
	padding: 0 0 32px 0;
	position: relative;
	height: 300px;
}

.lead-in-tall-wrapper {
	height: 325px;
}

.lead-in-tall-wrapper-tour {
	background-image: url('../../UIObjects/images/lead_in_backgrounds/tour-nav-bg.png');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #ececec;
	height: 425px;
	margin-bottom: 15px;
	padding-top: 25px;
	margin-top: -10px;
}

.lead-in-tall-content {
	margin: -10px auto 0 auto;
	width: 1260px;
}

.lead-in-tall-tagline {
	margin: 0 auto;
	padding-right: 285px;
	height: 325px;
	width: 675px;
}

.lead-in-tall h1 {
	color: #0092Cf;
	margin: 0 0 5px 0;
	font-size: 64px;
	line-height: 1em;
	font-weight: lighter;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	padding-top: 0;
}

.lead-in-tall p {
	font-size: 16px;
	line-height: 1.5em;
}

.lead-in-short-wrapper {
	border-bottom: 1px solid #DDDDDD;
	height: 145px;
}

.lead-in-short-content {
	margin: -10px auto 0 auto;
	width: 1260px;
	height: 145px;
	overflow: hidden;
}

.lead-in-short-contact {
	margin: -10px auto 0 auto;
	overflow: hidden;
	width: 1260px;
	height: 145px;
}

.lead-in-short {
	padding: 16px 0 32px 0;
	position: relative;
	height: 144px;
}

.lead-in-short-tagline {
	margin: 0 24px 0 176px;
	padding-right: 176px;
	width: 676px;
}

.lead-in-blog .lead-in-short-tagline {
	margin: 0 24px;
}

.lead-in-short h1 {
	color: #6DB33F;
	margin: 0 0 5px 0;
	font-size: 36px;
	line-height: 1.3em;
	font-weight: normal;
	top: 5px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
}

.registerMark {
	vertical-align: text-top;
	font-size: 19px;
	position: relative;
	top: 3px;
}

.serviceMark {
	vertical-align: text-top;
	font-size: 23px;
	position: relative;
	top: 3px;
}

/* IE9, IE10 */
@media screen and (min-width:0\0) {
	.lead-in-short h1 {
		font-size: 36px;
	}
}


/* IE7, IE8 */
.lead-in-short h1 {
	font-size /*\**/: 36px\9;
}


	.lead-in-short h1.smaller {
		font-size: 34px;
	}

.lead-in-short p {
	font-size: 16px;
	line-height: 1.5em;
	width: 576px;
}

.lead-in-short .span-header-state {
	padding-left: 6px;
}

/* For use in cases with very long text descriptions */
.lead-in-short p.small-font {
	font-size: 12px;
}

.lead-in-blonde-woman {
	background-image: url('../Images/Backgrounds/lead-in-blonde-woman.png');
	background-position: right 0;
	background-repeat: no-repeat;
}

.lead-in-nanny-with-kid {
	background-image: url('../Images/Backgrounds/lead-in-nanny-with-kid.png');
	background-position: right 0;
	background-repeat: no-repeat;
}

.lead-in-hands-holding {
	background-image: url('../Images/Backgrounds/lead-in-hands-holding.png');
	background-position: right 0;
	background-repeat: no-repeat;
}

.lead-in-about {
	background-image: url('../Images/Backgrounds/lead-in-about.png');
	background-position: right 0;
	background-repeat: no-repeat;
}

.lead-in-breedlove {
	background-image: url('../Images/Backgrounds/lead-in-home.png');
	background-repeat: no-repeat;
	background-position: right 0;
}

.lead-in-contact {
	background-image: url('../Images/Backgrounds/lead-in-contact.png');
	background-position: right 0;
	background-repeat: no-repeat;
}

/*.lead-in-blog{background-image: url('../Images/Backgrounds/blog.png');background-position: 80% 17px;}
.lead-in-lock{background-image: url('../../UIObjects/images/lead_in_backgrounds/lock.png');background-position: 80% -10px;}*/

footer {
	/*margin:40px 20px; */
	clear: both;
	width: 100%;
	min-width: 1260px;
	background: #0092ce;
	color: white;
}

footer {
	height: 300px;
	background: #0092ce;
	color: #fff;
	display:block;
}

.client footer {
	height: 229px;
}

footer a {
	color: white;
}

	footer a:hover {
		text-decoration: underline;
		color: #fff;
	}

footer ul li {
	list-style-type: none;
}

footer span.glyphicon {
	font-size: 18px;
	margin: 0 12px 0 0;
	position: relative;
	top: 4px;
}

#footer-row-1, #footer-row-2 {
	clear: both;
	width: 100%;
}

#footer-row-1 {
	height: 200px;
}

#footer-row-1-compress {
	width: 1032px;
	height: 200px;
	margin: 0 auto;
}

#footer-row-2 {
	text-align: center;
	font-size: 12px;
	position: relative;
}

footer p, footer strong {
	color: white !important;
	line-height: 1;
	margin: 6px 0;
}

#footer-row-2 p a {
	border-right: 1px solid white;
	padding: 0 12px;
}

	#footer-row-2 p a:last-child {
		border: none;
	}

#contact, #links, #social {
	float: left;
	height: 160px;
}

#contact {
	width: 215px;
	padding: 12px;
}

	#contact ul {
		padding-left: 0;
	}

#links {
	text-align: center;
	width: 60%;
	padding-top: 24px;
	margin: 0 auto;
}

#link-container {
	width: 548px;
	margin: 0 auto;
	padding-top: 12px;
}

	#link-container ul {
		width: 176px;
		float: left;
	}

.client #link-container, .prospect #link-container, .getStarted #link-container {
	display: none;
}

.client #footer-row-2 {
	height: 0;
}

	.client #footer-row-2 p, .getStarted #footer-row-2 p {
		position: relative;
		bottom: 176px;
	}


#links ul {
	float: left;
	text-align: left;
	margin: 0 30px;
}

#social {
	width: 22%;
	min-width: 208px;
	float: right;
	text-align: right;
	padding: 12px;
	padding-right: 16px;
}

	#social img {
		height: 36px;
		margin: 0 4px;
	}

.care-sliver {
	width: 100%;
	height: 65px;
	background-color: #fff;
	border-top: 1px solid #E6E6E6;
}

	.care-sliver p {
		color: #0092CF;
		font-size: 14px !important;
		float: left;
		margin-top: 20px;
	}

	.care-sliver img {
		float: right;
	}

.centered-content-block {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: auto;
}

.main_wrapper
{
width: 1400px !important;
margin: 0 auto;
 position: relative;
 height: auto;
}
.centered-content-block-secondary {
	margin: 0 auto;
	width: 800px;
}

/*Buttons*/
.button-large-green {
	line-height: 1;
	background-color: #86c060;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	border: 0 solid white;
	margin: 0 2px 0 2px;
	padding: 10px 15px 10px 15px;
	font-size: 22px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	text-align: center;
	text-decoration: none;
	letter-spacing: .5px;
	background-repeat: repeat-x;
	background-position: center top;
}


	/*Buttons*/
	.button-large-green:disabled,
	.button-large-green:disabled:hover {
		background-color: #c6c6c6;
		background-image: none;
		color: #fff !important;
		cursor: not-allowed;
	}


	.button-large-green:hover {
		background-color: #93C771;
		color: #fff;
	}

.button-small-green {
	line-height: 1;
	text-align: center;
	display: inline-block;
	background-color: #86c060;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 0 solid white;
	cursor: pointer;
	padding: 7px 12px;
	font-size: 14px;
	margin: 0 2px 0 2px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: .5px;
	background-repeat: repeat-x;
	background-position: center top;
}

	.button-small-green:hover {
		background-color: #93C771;
		color: #fff;
	}

	.button-small-green:disabled {
		opacity: .3;
		filter: alpha(opacity=30);
	}

.disabledLinkButton {
	line-height: 1;
	text-align: center;
	display: inline-block;
	background-color: #86c060;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 0 solid white;
	cursor: pointer;
	padding: 7px 12px;
	font-size: 14px;
	margin: 0 2px 0 2px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: .5px;
	background-repeat: repeat-x;
	background-position: center top;
	opacity: .3;
	filter: alpha(opacity=30);
}

.button_default {
	line-height: 1;
	text-align: center;
	display: inline-block;
	background-color: #ECECEC;
	color: #666666;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 6px;
	font-size: 12px;
	/*-webkit-text-shadow: #649644 0 0 2px;*/
	/*text-shadow: #649644 0 0 2px;*/
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .5px;
	/*background-image: url('../Images/Controls/Buttons/button-top-border.jpg');*/
	background-repeat: repeat-x;
	background-position: center top;
}

	.button_default:hover {
	}

/*Existing Stlyes*/

.page_message {
	color: Green;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
}

.page_message_error {
	color: Red;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
}

.page_message_success {
	padding: 6px 12px;
	font-weight: normal;
	border: 1px solid #d6e9c6;
	border-radius: 4px;
	width: 100%;
	background-color: #dff0d8;
	color: #3c763d;
	display: block;
	margin-bottom: 24px;
	font-size: 14px;
}

.MaskedEditError {
	background-color: #FFCCCC;
	border: solid 1px #ce3636 !important;
}

#divEESelectionControl {
	height: 90px;
	width: auto;
	margin-bottom: 10px;
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 8px;
}

	#divEESelectionControl table {
		border-width: 0;
		margin: 0;
		padding: 0;
		border-collapse: collapse;
		border-spacing: 0;
	}

	#divEESelectionControl tr {
		border-width: 0;
		margin: 0;
		padding: 0;
	}

	#divEESelectionControl td {
		border-width: 0;
		margin: 0;
		padding: 0;
		vertical-align: top;
	}

		#divEESelectionControl td.left {
			/*background-image: url('../../UIObjects/Graphics/Client/ee_selection_control_left.gif');*/
			background-repeat: no-repeat;
			height: 60px;
			width: 14px;
		}

		#divEESelectionControl td.center {
			/*background-image: url('../../UIObjects/Graphics/Client/ee_selection_control_center.gif');*/
			background-repeat: repeat-x;
			height: 52px;
			width: auto;
			padding-top: 8px;
		}

		#divEESelectionControl td.right {
			/*background-image: url('../../UIObjects/Graphics/Client/ee_selection_control_right.gif');*/
			background-repeat: no-repeat;
			height: 60px;
			width: 12px;
		}


.dataTable {
	/*padding:10px;*/
	margin-bottom: 10px;
}

	.dataTable tr {
		padding: 2px;
	}

		.dataTable tr .rowdivider {
			padding: 2px;
			line-height: 10px;
		}

	.dataTable td {
		line-height: 20px;
		vertical-align: top;
		margin-bottom: 2px;
		padding: 6px 0;
		font-size: 12px;
		height: 36px;
}

		.dataTable td:first-child {
			text-align: right;
			padding: 0 2px 0 2px;
			vertical-align: middle;
}

.summaryContainer .dataTable td:first-child {
	font-weight: bold;
}

.dataTable td:nth-of-type(2n) {
	padding-left: 3px;
	text-align: left;
	margin-right: 25px;
	vertical-align: middle;
}

.dataTable table td
{
    padding: 0px;
    height: 0px;
}

.summaryContainer .prospectSummary {
    display: inline-block;
    width: fit-content;
    width: -moz-fit-content;
}

.bisCalendar, .bisCalendarTimeFooter {
    margin-bottom: 10px;
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
}

 .bisCalendarDayHeaderNav {
	border: 0 solid;
	border-collapse:collapse;
	width:100%;
	height: 46px;
}

.bisCalendar tr, .bisCalendarTimeFooter tr, .bisCalendarDayHeaderNav tr {
	padding: 2px;
}

.bisCalendar tr .rowdivider, .bisCalendarTimeFooter tr .rowdivider, .bisCalendarDayHeaderNav tr .rowdivider {
	padding: 2px;
	line-height: 10px;
}

.bisCalendar td, .bisCalendarTimeFooter td, .bisCalendarDayHeaderNav td {
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 2px;
	padding: 6px 0;
	font-size: 12px;
	height: 20px;
}

.bisCalendar td:first-child, .bisCalendarTimeFooter td:first-child, .bisCalendarDayHeaderNav td:first-child {
	text-align: center;
	padding: 2px;
	vertical-align: middle;
}

.bisCalendar td:nth-of-type(2n), .bisCalendarTimeFooter td:nth-of-type(2n), .bisCalendarDayHeaderNav td:nth-of-type(2n) {
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 2px;
	padding: 2px;
	font-size: 12px;
	height: 20px;
}

.bisCalendarDay {
	background-color: #E7E7E9;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	width: 14%;
	border: 1px solid #4e4e4e;
}

.bisCalendarDaySelected {
	font-weight:bold;
}

.bisCalendarNextPrevious {
	padding-left: 2px;
	padding-right: 2px;
}

.bisCalendarDayHeader {
	color: White;
	background-color: #0092CF;
	font-family: Arial;
	font-size: 8pt;
}

.bisCalendarTitle {
	background-color: #DADFBF;
	font-weight: bold;
	font-family: Arial;
	font-size: 8pt;
}

.bisCalendarToday {
	font-weight:bold;
}

#extension {
	margin-left: -24px;
}

.divContainerOuter {
	padding: 10px;
	background-color: #EEEEEE;
	border: solid 1px #DDDDDD;
}

.divContainerInner {
	background-color: White;
	padding: 10px 10px 10px 10px;
	width: auto;
}

.modalBackground {
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
	background-repeat: repeat;
}

/* --------------------------------------------------------------------------------------*/
/* ----- Form Layout Styles -------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------*/

input[type=text],
input[type="password"],
#inputTextMeasure {
	font-weight: normal;
	padding: 2px 0 0 10px;
	height: 28px;
	font-size: inherit;
	border: solid 1px #BBBBBB;
	border-radius: 4px;
	margin: 2px 0;
	align: middle;
}

.admin-search-input-width {
	width: 135px;
}

select {
	font-weight: normal;
	padding: 2px 4px;
    height: 28px !important;
	margin: 2px 0 !important;
	font-size: inherit;
	border: solid 1px #BBBBBB;
	border-radius: 4px;
}

	select[multiple] {
		height: 98px !important;
	}

input[type="password"] {
	letter-spacing: 0.2em;
}

input[type=checkbox], input[type=radio] {
	vertical-align: middle;
	position: relative;
	bottom: 1px;
	padding-right: 3px;
	margin-right: 3px;
}

.rbList {
}

	.rbList td {
		text-align: left !important;
		line-height: 22px;
	}

	.rbList input {
		color: #484848 !important;
	}

	.rbList span {
		color: #484848 !important;
		padding-right: 7px;
		margin-top: 4px;
	}

	.rbList label {
		padding-left: 2px;
	}


.pad5 {
	padding: 5px;
}

.pad10 {
	padding: 10px;
}


/* --------------------------------------------------------------------------------------*/
/* ----- General Form Elements ----------------------------------------------------------*/
/* --------------------------------------------------------------------------------------*/

html {
	color: #4E4E4E;
	background: none;
}

body {
	font-family: Arial;
	font-size: 14px;
	color: #737373;
}

a {
	text-decoration: none;
	color: #0092CF;
	outline: none;
	border: none;
}

img {
	border: none;
}

a:hover {
	color: #4E4E4E;
}


h1, h2, h3, h4, h5 {
	font-weight: 600;
	margin-bottom: 3px;
	line-height: 1.2em;
	color: #000000;
	padding-top: 5px;
}

em {
	font-style: italic;
}


h1 {
	font-size: 24px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
	/*color: Gray;*/
}

h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
}

.container_2 h2
{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 3px;
    line-height: 1.2em;
    color: #000000;
    padding-top: 5px;
}

ol li {
	list-style-type: decimal;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 12px;
}

ul.disced li {
	list-style: disc outside;
	margin-left: 30px;
}

ol li p {
	margin-top: 15px;
}


ol li span {
	font-weight: bold;
	color: #333333;
}


p {
	font-size: 12px;
	font-weight: 300;
	color: #777;
	line-height: 1.5em;
	margin-bottom: 15px;
}

li {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.7em;
	/* removes the default outlining when clicked */
	outline: none;
}



p.small, span.small {
	font-size: 10px;
	margin: 5px 0;
}

hr {
	height: 1px;
	background-color: #E7E7E7;
	border: none;
}



/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}


.blue {
	color: #0092CF;
}


.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: lowercase;
}

.left {
	float: left;
}

.right {
	float: right;
}

.centered {
	text-align: center;
}

.hidden {
	display: none;
}

.blue-text {
	color: #0092CF;
}

/*#region Tool tips */

.tooltip[data-tooltip] {
	background-image: url('../Images/Controls/tooltip.png');
	background-repeat: no-repeat;
	background-position: 0 -1px;
	height: 23px;
	width: 21px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 3px;
    opacity: 1;
    position: inherit;
}

[data-tooltip]:before, [data-tooltip]:after {
    color: #fff;
    background-color: #0092CF;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 10px;
    position: absolute;
    left: auto !important;
    width: 250px;
    height: auto;
    line-height: 22px;
    border: solid 1px #DDDDDD;
    z-index: 1000;
    display: none;
    content: attr(data-tooltip);
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after { display: inline-block }

.tooltipAddNewEmployee {
    background-image: url('../Images/Controls/tooltip.png');
    background-repeat: no-repeat;
    background-position: 0 -1px;
    height: 23px;
    width: 21px;
    vertical-align: middle;
    margin-left: 3px;
    opacity: 1;
    display: inline-block
}

.tooltipAddNewEmployee .tip { visibility: hidden; }

.tooltipAddNewEmployee:hover .tip { visibility: visible; }

[data-tooltip]:hover:before,
[data-tooltip]:hover:after { display: inline-block }


.tooltipAddNewEmployee {
    background-image: url('../Images/Controls/tooltip.png');
    background-repeat: no-repeat;
    background-position: 0 -1px;
    height: 23px;
    width: 21px;
    vertical-align: middle;
    margin-left: 3px;
    opacity: 1;
    display: inline-block
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after { display: inline-block }


.tooltipAddNewEmployee .tip { visibility: hidden; }

.tooltipAddNewEmployee:hover .tip { visibility: visible; }


/*#endregion



.gridview {
	width: 100%;
	background-color: #fff;
	margin: 5px 0 10px 0;
	border: solid 1px #2ba4d6;
	border-collapse:collapse;
}
.gridview td {
	padding: 2px;
	border: solid 1px #c1c1c1;
}
.gridview th {
	padding: 4px 2px;
	color: #fff;
	background: #0092CF;
	border-left: solid 1px #2ba4d6;
	font-size: 0.9em;
}
.gridview .alt { background-color: #ECECEC; }
.gridview .pgr { background-color: #424242; }
.gridview .pgr table { margin: 5px 0; }
.gridview .pgr td {
	border-width: 0;
	padding: 0 6px;
	border-left: solid 1px #666;
	font-weight: bold;
	color: #fff;
	line-height: 12px;
 }
.gridview .pgr a { color: #666; text-decoration: none; }
.gridview .pgr a:hover { color: #000; text-decoration: none; }

	*/

.gridview {
	width: 100%;
	background-color: #fff;
	margin: 5px 0 10px 0;
	border: 1px solid #ddd;
	border-collapse: collapse;
	padding: 6px;
}

	.gridview td {
		padding: 4px 6px;
		border-bottom: solid 1px #ddd;
	}

	.gridview th {
		padding: 4px 2px;
		color: #fff;
		background: #0092ce;
		border-left: none;
		border-bottom: 1px solid #ddd;
		font-size: 0.9em;
		font-weight: bold;
	}

	.gridview .alt {
		background-color: #f7f7f7;
	}

	.gridview .pgr {
		background-color: #424242;
	}

		.gridview .pgr table {
			margin: 5px 0;
		}

		.gridview .pgr td {
			border-width: 0;
			padding: 0 6px;
			border-left: none;
			font-weight: bold;
			color: #fff;
			line-height: 12px;
		}

		.gridview .pgr a {
			color: #666;
			text-decoration: none;
		}

			.gridview .pgr a:hover {
				color: #000;
				text-decoration: none;
			}

ul.checklist {
	margin-left: 20px;
	font-size: 11px;
}

	ul.checklist li {
		list-style-image: url('../Images/Controls/li-check.gif');
		margin-bottom: 15px;
		line-height: 1.2em;
	}


.light-gray-bg {
	background-color: #ECECEC;
}




.sub-lead-in {
	height: 100px;
}

	.sub-lead-in a {
		color: #0092CF;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
		width: 230px;
	}

		.sub-lead-in a span {
			color: #737373;
			font-size: 11px;
			font-weight: normal;
			display: block;
			margin-bottom: 3px;
			line-height: 1.2em;
		}

			.sub-lead-in a span:hover {
				color: #4E4E4E;
			}

	.sub-lead-in .story {
		background-position: -30px -2135px;
	}

	.sub-lead-in .myths {
		background-position: -20px -1155px;
	}

	.sub-lead-in .calculator {
		background-position: -20px -1295px;
	}

	.sub-lead-in .video {
		background-position: -30px -3790px;
	}

/* Column classes */

.col3 {
	width: 560px;
	margin-left: 20px;
	clear: left;
}

	.col3 .col-33 {
		margin-right: 15px;
		width: 150px;
	}

.col-30 {
	width: 30%;
	float: left;
}


.col-25 {
	width: 25%;
	float: left;
}

.col-50 {
	width: 50%;
	float: left;
}

.col-50-padded {
	width: 44%;
	float: left;
	margin-right: 1.2em;
	padding-right: 1.2em;
	margin-bottom: 40px;
}

.col-35-padded {
	width: 325px;
	float: left;
	margin-right: 1.2em;
	padding-right: 1.2em;
	margin-bottom: 40px;
}

.col-75 {
	width: 75%;
	float: left;
}

.col-33 {
	width: 33%;
	float: left;
}

.col-33-padded {
	width: 27%;
	float: left;
	margin-right: 1.2em;
	padding-right: 1.2em;
}

.riTextBox {
	font-size: inherit !important;
	font-family: Arial !important;
	color: black !important;
}

input[type="text"].riTextBox {
	padding-left: 10px !important;
	border: 1px solid #bbbbbb !important;
}

	input[type="text"].riTextBox .MaskedEditError {
		padding-left: 3px !important;
		border: solid 1px #ce3636 !important;
	}


	input[type="text"].riTextBox:hover {
		border: 1px solid #bbbbbb;
	}

sup {
	vertical-align: super !important;
}


strong {
	font-weight: bold;
}

.earnings-container {
	width: 100%;
	clear: both;
	margin-top:30px;
}

.other-pay-items-checkbox {
	float: right;
	position: relative;
	top: 13px;
}

/* USAA page styles */

.lead-in-tall .usaa p {
	font-size: 14px;
}

.usaa-disclaimer {
	position: relative;
	top: 28px;
	font-size: 12px;
	left: 0;
}

/*.client .main-content {
	margin-top: 0;
}*/

.care-sliver {
	display: none !important;
}

.pendingChangesContainerHeader h1,
.pendingChangesContainerHeader h2 {
	font-size: 20px;
	margin: 0 auto;
}

.pendingChangesContainerHeader {
	height: 48px !important;
}

.content {
	min-height: 800px;
}

.lead-in-tall h1 span#ctl00_cphLeadIn_lblMarketingHeader {
	font-size: 42px;
	line-height: 1;
}

.lead-in-tall h1 .sitemap-header {
	font-size: 42px;
	line-height: 1;
}

.lead-in-tall h1 .sitemap-header {
	font-size: 42px;
	line-height: 1;
}

#ctl00_cphLeadIn_lblMarketingDetails {
	font-size: 14px;
	line-height: 1;
}

span#ctl00_cphMainContent_lblMarketingFooter {
	position: relative;
	left: 300px;
	top: 30px;
	display: block;
	width: 348px;
	margin-bottom: 76px;
}

/*Styles for new log in page*/

#loginContainer {
	min-width: 400px;
	text-align: left;
	margin: 0;
}

	#loginContainer table tr:first-child {
		height: 30px;
	}

	#loginContainer table {
		width: 100%;
	}

#careLogIn {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px 12px;
	text-align: center;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #000;
	cursor: pointer;
}

#altSpacer {
	margin: 32px auto;
}

span.spacer {
	display: inline-block;
	height: 1px;
	width: 172px;
	background: #999;
	margin: 0 6px;
}

span.alt {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	vertical-align: bottom;
}

#loginContainer input {
	/*height: 42px;*/
	/*padding: 12px 8px;*/
	padding: 7px 8px;
	font-size: 14px;
	width: 100%;
	/*margin: 6px auto;*/
}

	#loginContainer input[type="password"] {
		letter-spacing: normal;
		padding:0px 0px 0px 10px
	}

#ctl00_ctl00_cphMain_cphMainContent_uiLogin_UserName {
	background-color: white;
	padding-left: 0 !important;
}

#divLogin {
	margin: 12px 12px 12px 0 !important;
}

	#divLogin a {
		width: 100%;
		border: 1px solid #649644;
		padding: 12px;
		font-weight: normal;
		font-size: 24.5px;
	}

/* This is for TemplateBulkAssign.aspx to force the height */
#ctl00_ctl00_cphMain_cphMainContent_lbCustNames {
	height: 128px !important;
}

#ctl00_ctl00_cphMain_headerControl_divPwdAlternate {
	width: 45px;
}

#ctl00_ctl00_cphMain_headerControl_lnkImpersonation {
	color: white;
}

#inputTextMeasure {
	display: none;
	float: left;
}

/*RadControls*/

.RadInput_Default {
	font-size: inherit !important;
	font-family: Arial !important;
	color: #484848 !important;
}

.RadDataPager_Default {
	height: auto;
}

.RadComboBox table td.rcbInputCell, .RadComboBox .rcbInputCell .rcbInput {
	height: 22px;
}

#ctl00_ctl00_cphMain_cphMainContent_txtHolidayDate_ui_Selectdate_cal td
{
    text-align: center;
}
