﻿body {
    padding: 10px 0 0 0;
    margin: 0;
}

a {
	text-decoration: underline;
	height: expression('auto',this.tabIndex='2',this.runtimeStyle.height='auto');
    tab-index: 2;
    tabindex: 2;
}

a:link, a:visited, a:active {
	color: #0033ff;
}

a:hover {
	color: #99CC33;
}

a img {
    border: none;
}

input {
    height: expression('auto',this.tabIndex='1',this.runtimeStyle.height='auto');
    tab-index: 1;
    tabindex: 1;
    background: #fff /*!important*/;
}
/* prevent nested elements from increasing font sizes */
ul ul, ol ol, ol ul, ul ol, table table, table p, table ol, table ul, table blockquote, blockquote table, blockquote p, blockquote ul, blockquote ol, li p, table label, table select, table input, table textarea, p label, p input, p select, p textarea, li label, table address, blockquote address, li address, address label, label address, p address, address p, h1 label, h2 label, h3 label, h4 label, h5 label, h6 label, label input, label select, label textarea {
    font-size: 1em;
}

form {
	padding: 0;
	margin: 0;
}

hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

.app_mid_1col ol, .app_mid_1col ul {
    font-size: 12px;
}

div#webbody {
	margin: 0 auto;
	width: auto;
	font: 62.5% verdana, arial, sans-serif;
	color: #000;
}

div.errorbox {
    padding: 10px;
    width: calc(100% - 20px);
    background: #ffe5e5;
    border: solid 1px #c50303;
    font-size: 10px;
}
div.errorbox ul {
    margin-left: 0;
    padding-left: 0;
}
div.errorbox li {
    margin-left: 10px;
    padding-left: 0;
}

div.othererrorbox {
    width: 100%;
    background: #e4fcda;
    border: solid 1px #306d15;
}

div.loginerror {
    padding: 0;
    margin: 0;
}

div.loginerror div.errorbox {
	position: absolute;
    width: 220px;
	display: block;
	margin-top: -20px;
	margin-left: 150px;
    background: #ffe5e5;
    border: solid 1px #c50303;
	z-index: 1;
}

div#bannersection {
	background: url(../images/bannersection_bg.gif) no-repeat;
	width: 970px;
	height: 180px;
	margin: 0;
	padding-left: 10px;
}

td#loginsection {
	background: url(../images/bannersectionblend_bg.gif) no-repeat;
	padding: 10px 10px 0 10px;
	margin: 0;
	width: 170px;
}

td#loginfront {
	background: url(../images/bannersection_bg.gif) no-repeat;
	padding: 0;
	margin: 0;
}
#frmDefault #loginbox {
    float: left;
    display: block;
    margin: 10px 0 0 10px;
    padding: 10px;
    width: 148px;
    background: #ccc;
    border: 1px solid #000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#loginbox p {
    margin: 0;
    font-size: 13px;
}
#banner-home {
    float: left;
    margin-left: 10px;
    width: 790px;
}

div#loginbtn {
	text-align: center;
}

td#banner {
	width: 790px;
	margin: 0;
	padding: 0;
}

div#bannercontent {
	background: url(../images/banner_bg.jpg) no-repeat;
	width: 790px;
	height: 180px;
}

div#bannercontent h2 {
	margin: 15px 20px 0 0;
	text-align: right;
	color: #000;
	font: bold 16px verdana, arial, sans-serif;
}

div#bannercontent h3 {
	margin: 5px 20px 0 0;
	text-align: right;
	color: #333;
	font: bold 13px verdana, arial, sans-serif;
}

div#bannercontent p {
	margin: 0 20px 0 0;
	text-align: right;
	color: #333;
	font: 11px verdana, arial, sans-serif;
}

div#bannercontenttext {
	padding: 10px 20px 0 0;
	text-align: right;
	color: #000;
}

td#mainbody {
	padding: 0;
	margin: 0;
	width: 700px;
}

#mainbody.mainbodyfull {
    width: 950px;
}

div#mainbodymargin {
	margin: 0;
	padding: 15px;
	font: 13px verdana, arial, sans-serif;
}

div#mainbodymargin p{
	line-height: 1.5;
}

td#mainbody h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font: bold 1.2em verdana, arial, sans-serif;
	color: #000;
}

td#mainbody h3 {
	margin: 0;
	padding: 0;
	font: bold 1em verdana, arial, sans-serif;
	color: #003399;
}

td#frontbody {
	width: 980px;
}

div.frontheaderbody {
	width: 968px;
	padding: 5px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	text-align: center;
}

div.frontheaderbody h1 {
	margin: 0;
	padding: 0;
	font: bold 13px verdana, arial, sans-serif;
}

div#frontboxes {
	float: left;
	width: 630px;
	padding-top: 15px;
}

div#frontbox1 {
	float: left;
	width: 485px;
}

div#frontbox2 {
	float: left;
	width: 485px;
	margin-left: 10px;
}

div.frontbox_top {
	background: url(../images/frontbox_top.gif) no-repeat;
	width: 465px;
	height: 25px;
	padding: 5px 10px 0 10px;
	text-align: center;
}

div.frontbox_top h2 {
	margin: 0;
	font: bold 13px verdana, arial, sans-serif;
	color: #000;
	display: inline;
}

div.frontbox_mid {
	width: 463px;
	padding: 10px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

div.frontbox_mid ul {
	list-style-image: url(../images/frontbullet.gif);
	list-style-type: square;
	font: 12px verdana, arial, sans-serif;
	line-height: 2.2;
	padding: 5px 0 5px 10px;
	margin: 0 0 0 10px;
}

div.frontbox_btm {
	background: url(../images/frontbox_btm.gif) no-repeat;
	width: 485px;
	height: 5px;
	padding: 0;
	font-size: 1px;
}

div#frontboxsm1 {
	float: left;
	width: 237px;
}

div#frontboxsm2 {
	float: left;
	width: 237px;
	margin-left: 11px;
}

div#frontboxsm3 {
	float: left;
	width: 237px;
	margin-left: 10px;
}

div#frontboxsm4 {
	float: left;
	width: 237px;
	margin-left: 11px;
}

div.frontboxsm_top {
	background: url(../images/frontbox_sm_top.gif) no-repeat;
	width: 237px;
	height: 5px;
	padding: 0;
	font-size: 1px;
}

div.frontboxsm_mid {
	width: 235px;
	padding: 0;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

div.frontboxsm_mid h2, div.frontboxsm_mid h3 {
	margin: 0;
	padding: 0 10px 0 10px;
	font: bold 13px verdana, arial, sans-serif;
}

div.frontboxsm_mid p {
	margin: 0;
	padding: 10px 10px 10px 10px;
	font: 12px verdana, arial, sans-serif;
}

div.frontboxsm_mid img {
    float: left;
    margin-right: 10px;
}

div.frontboxsm_btm {
	background: url(../images/frontbox_sm_btm.gif) no-repeat;
	width: 237px;
	height: 5px;
	padding: 0;
	font-size: 1px;
}
/* vertical small phone size (e.g. iPhone 5) */
@media screen and (min-width: 320px){
}
/* vertical standard phone size (e.g. iPhone 6)  */
@media screen and (min-width: 375px){
}
/* vertical plus phone size (e.g. iPhone 6 Plus, Nexus 6P)  */
@media screen and (min-width: 412px){
}
/* horizontal small phone size (e.g. iPhone 5) */
@media screen and (min-width: 568px){
}
/* horizontal standard phone size (e.g. Galaxy S) */
@media screen and (min-width: 640px){
}
/* horizontal plus phone size (e.g. iPhone 6 Plus, Nexus 6P) */
@media screen and (min-width: 732px){
}
/* vertical tablet size (e.g. iPad) */
@media screen and (min-width: 768px){
    div#webbody#webbody {
        margin: 0 auto;
        width: 740px;
    }
}
/* horizontal tablet size, standard desktop size (e.g. iPad, desktop) */
@media screen and (min-width: 960px){
    div#webbody#webbody {
        width: 980px;
    }
}









td#applinks_top {
	padding-right: 10px;
	width: 500px;
	font: 12px verdana, arial, sans-serif;
}

td#appmenu {
	width: 220px;
	margin: 0;
	padding: 10px 10px 0 0;
}

div#appmenu_top {
	background: url(../images/appmenu_top.gif) no-repeat;
	width: 220px;
	height: 30px;
	padding: 0;
}

div#appmenu_top h2 {
	margin: 0;
	font: bold 13px verdana, arial, sans-serif;
	color: #333;
	padding: 6px 10px 0 15px;
}

div#appmenu_mid {
	width: 218px;
	margin: 0;
	padding: 0;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

div#appmenu_mid h3 {
	font: bold 13px verdana, arial, sans-serif;
	margin: 0;
	padding: 5px 10px 0 5px;
}

div#appmenu_mid table {
	width: 218px;
	font: 12px verdana, arial, sans-serif;
	line-height: 1.2;
	margin: 5px 0 5px 0;
}

div#appmenu_mid tr#stepOn {
	background: #f3f3f3;
}

div#appmenu_mid table td {
	padding: 5px 0 5px 0;
	margin: 0;
}

div#appmenu_mid table td.check{
	width: 16px;
	padding-left: 10px;
	font-size: 1px;
}

div#appmenu_mid td.editsub {
	padding: 0 0 0 0;
	margin: 0;
}

div#appmenu_mid ul {
	font: bold 12px verdana, arial, sans-serif;
	line-height: 1.2;
	padding: 5px 0 5px 15px;
	margin: 0 0 0 10px;
}

div#appmenu_mid p {
	margin: 0;
	padding: 5px 0 5px 10px;
	font: 12px verdana, arial, sans-serif;
	line-height: 1.2;
}

div#appmenu_mid div#btn {
	padding: 5px 0 5px 0;
	text-align: center;
}

div#appmenu_btm {
	background: url(../images/appmenu_btm.gif) no-repeat;
	width: 220px;
	height: 15px;
	padding: 0;
	font-size: 1px;
}


div#appselfbtn_top {
	padding: 0 0 5px 5px;
}

div#appselfbtn_btm {
	padding: 10px 0 5px 5px;
}

td#appfull {
	width: 970px;
	padding: 10px 0 0 0;
}

td#appfull_top {
	background: url(../images/appfull_top.gif) no-repeat;
	width: 980px;
	height: 30px;
}

td.appfull_subtitle_1col {
	background: url(../images/appfull_sub.gif) no-repeat;
	width: 980px;
	height: 25px;
}

td#appfull_btm {
	background: url(../images/appfull_btm.gif) no-repeat;
	width: 980px;
	height: 25px;
	padding: 5px 0 0 10px;
}

td#app {
	width: 750px;
	padding: 10px 0 0 0;
}

td#app_top {
	background: url(../images/app_top.gif) no-repeat;
	width: 750px;
	height: 30px;
}

td#app_top h2, td#appfull_top h2 {
	float: left;
	margin: 4px 0 0 0;
	font: bold 13px verdana, arial, sans-serif;
	color: #000;
	padding: 0 10px 0 10px;
}

td#app_top div#topbtn, td#appfull_top h2 div#topbtn {
	float: right;
	margin: 3px 5px 0 0;
}

td.app_subtitle_1col {
	background: url(../images/app_sub.gif) no-repeat;
	width: 750px;
	height: 25px;
}

td.app_subtitle_1col h3, td.appfull_subtitle_1col h3 {
	margin: 0;
	font: bold 13px verdana, arial, sans-serif;
	color: #000;
	padding: 0 10px 0 10px;
}

td.app_subtitle_1col h3.editbtn {
	float: left;
	margin: 4px 0 0 0;
	font: bold 13px verdana, arial, sans-serif;
	color: #000;
	padding: 0 10px 0 10px;
}

td.app_subtitle_1col div.editbtn {
	float: right;
	margin: 3px 5px 0 0;
}

td.app_mid_1col {
	width: 750px;
	padding: 5px 0 5px 0;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

td.app_mid_1col table {
	margin: 0 0 5px 0;
}

td.app_mid_1col td {
	font: 12px verdana, arial, sans-serif;
	line-height: 1.2;
	padding: 5px 0 0 10px;
}

td.app_mid_1col h3 {
	font: bold 13px verdana, arial, sans-serif;
	margin: 0;
	padding: 10px 10px 0 10px;
}

td.app_mid_1col p {
	font: 12px verdana, arial, sans-serif;
	line-height: 1.2;
	margin: 0;
	padding: 0 10px 0 10px;
}

td.app_mid_1col ul {
	font: 12px verdana, arial, sans-serif;
	line-height: 1.0;
	padding: 5px 0 5px 20px;
	margin: 0 0 0 15px;
}

td.app_mid_1col table.calendar {
	width: 96%;
	margin: 10px;
}

td.app_mid_1col table.calendar th {
	background: #f3f3f3;
	font: bold 12px verdana, arial, sans-serif;
	color: #000;
	border: solid 1px #ccc;
	padding: 5px;
}

td.app_mid_1col table.calendar td {
	font: 12px verdana, arial, sans-serif;
	border: solid 1px #ccc;
	padding: 5px;
}

td.app_subtitle_2col1 {
	background: url(../images/app_sub.gif) no-repeat;
	width: 375px;
	height: 25px;
}

td.app_subtitle_2col2 {
	background: url(../images/app_sub.gif) no-repeat;
	width: 375px;
	height: 25px;
	border-right: solid 1px #ccc;
}

td.app_subtitle_2col1 h3 {
	margin: 0;
	font: bold 13px verdana, arial, sans-serif;
	color: #000;
	padding: 0 10px 0 10px;
}

td.app_subtitle_2col2 h3 {
	margin: 0;
	font: bold 13px verdana, arial, sans-serif;
	color: #000;
	padding: 0 10px 0 10px;
}

td.app_mid_2col1 {
	width: 355px;
	padding: 5px 0 5px 0;
	border-left: solid 1px #ccc;
}

td.app_mid_2col2 {
	width: 355px;
	padding: 5px 0 5px 0;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

td.app_mid_2col1 table {
	margin: 0 0 5px 0;
}

td.app_mid_2col2 table {
	margin: 0 0 5px 0;
}

td.app_mid_2col1 td {
	font: 12px verdana, arial, sans-serif;
	line-height: 1.2;
	padding: 5px 0 0 10px;
}

td.app_mid_2col2 td {
	font: 12px verdana, arial, sans-serif;
	line-height: 1.2;
	padding: 5px 0 0 10px;
}

td.app_mid_1col1 td p {
	font: 10px verdana, arial, sans-serif;
	line-height: 1.0;
}

td.app_mid_2col2 td p {
	font: 10px verdana, arial, sans-serif;
	line-height: 1.0;
}    

td#app_btm {
	background: url(../images/app_btm.gif) no-repeat;
	width: 760px;
	height: 25px;
	padding: 5px 0 0 10px;
}

td#app_btm div#btmbtn {
	float: right;
	margin: 0 5px 3px 0;
}

ul#topnote {
    padding: 0 0 5px 15px;
    margin: 0 0 0 10px;
    font-size: 11px;
    font-style: italic;
}

div#searchbox {
	background: #eee;
	width: 736px;
	margin: 0 10px 5px 10px;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
}

div#searchbox p {
	font: 12px verdana, arial, sans-serif;
	line-height: 1.2;
}

div#voucherbox {
	background: #eee;
	width: 736px;
	margin: 0 10px 5px 10px;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
}

div#voucherbox p {
	font: 12px verdana, arial, sans-serif;
	line-height: 1.2;
}

div#listtoplinks {
	padding: 0 10px 5px 10px;
	font: 12px verdana, arial, sans-serif;
	line-height: 1.2;
}

div#listbtmlinks {
	padding: 0 10px 0 10px;
	font: 12px verdana, arial, sans-serif;
	line-height: 1.2;
}







div#clearfrontbox {
	clear: left;
	font-size: 1px;
	height: 10px;
}

div#bottom {
	width: 980px;
}

td#certificates {
	width: 200px;
	float: left;
}

div.clear, .clear {
	clear: both;
	font-size: 1px;
	padding: 0;
}

td#bottommenu {
	width: 765px;
	padding: 20px 15px 50px 0;
	text-align: right;
	font: 12px verdana, arial, sans-serif;
}

td#bottommenu p#copyright {
	font: 10px verdana, arial, sans-serif;
}

table.price {
	border: solid 1px #ddd;
}

table.price td {
	border: solid 1px #eee;
	padding: 5px 10px 5px 10px;
}

table.price th {
	border: solid 1px #eee;
	background: #CBD2E2;
	padding: 5px 10px 5px 10px;
}

table#register {
	border: 0;
}

table#register td.input {
	padding: 5px 10px 5px 0;
	vertical-align: top;
}

table.calculator {
    margin: 0;
	width: 100%;
	border: 1px solid #ccc;
	border-width: 1px 0 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

table.calculator th {
	background: #c1edff;
	padding: 4px 5px;
	font: bold 12px verdana, arial, sans-serif;
	line-height: 1.5;
	border: solid 1px #ccc;
	border-width: 0 0 1px 1px;
}
table.calculator th:last-child {
    border-width: 0 1px 1px 1px;
}

table.calculator th a {
    color: #333;
}

table.calculator strong {
	color: #000;
}

table.calculator td {
	padding: 4px 5px;
	font: 12px verdana, arial, sans-serif;
	line-height: 1.5;
	border: solid 1px #ccc;
	border-width: 0 0 1px 1px;
}

table.calculator tr:nth-child(odd) td{
    background: #f3f3f3;
}
table.calculator td:last-child {
    border-width: 0 1px 1px 1px;
}
table.calculator tr td.btncol {
    background: #fff;
}

table.calculator td.input {
	padding: 2px 5px 2px 5px;
	font: 12px verdana, arial, sans-serif;
	line-height: 1.5;
	border: solid 1px #ccc;
	border-width: 0 0 1px 1px;
}

table.calculator td.btncol {
	padding: 10px 5px 5px 5px;
	border: 0;
}

table.summary {
	width: 100%;
	border: 0;
}

table.summary th {
	background: #efefef;
	padding: 0 5px 0 5px;
	font: bold 12px verdana, arial, sans-serif;
	line-height: 1.2;
	border: solid 1px #ccc;
}

table.summary strong {
	color: #000;
}

table.summary td {
	padding: 0 5px 0 5px;
	font: 12px verdana, arial, sans-serif;
	line-height: 1.0;
	border: solid 1px #ccc;
}

.summary-table {
    width: 100%;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 0;
    border-collapse: collapse;
}
.summary-table th {
    background: #c1edff;
    border: 1px solid #ccc;
    border-width: 0 0 1px 1px;
}
.summary-table td {
    padding: 10px;
    border: 1px solid #ccc;
    border-width: 0 0 1px 1px;
}
.summary-table tr:nth-child(odd) td {
    background: #efefef;
}

table.company {
	width: 100%;
	border: 0;
}

table.company th {
	background: #efefef;
	padding: 0 5px 0 5px;
	font: bold 12px verdana, arial, sans-serif;
	line-height: 1.2;
	border: solid 1px #ccc;
}

table.company strong {
	color: #000;
}

table.company td {
	padding: 0 5px 0 5px;
	font: 12px verdana, arial, sans-serif;
	line-height: 1.0;
	border: solid 1px #ccc;
}

table.company td.input {
	padding: 2px 5px 2px 5px;
	font: 12px verdana, arial, sans-serif;
	line-height: 1.0;
	border: solid 1px #ccc;
}

span.amount {
	font: bold 12px verdana, arial, sans-serif;
	text-decoration: none;
	color: #000;
}

input.calcdesc {
	width: 234px;
	font: 12px verdana, arial, sans-serif;
}

input.calcdescRequired {
    background: #ffffcc !important;
	width: 234px;
	font: 12px verdana, arial, sans-serif;
}

input.pretax {
	width: 190px;
	font: 12px verdana, arial, sans-serif;
}

input.pretaxRequired {
	border: 1px solid #333;
	width: 190px;
	font: 12px verdana, arial, sans-serif;
}

select.calcamount {
	width: 84px;
	font: 12px verdana, arial, sans-serif;
}

select.calcamountRequired {
	border: 1px solid #333;
	width: 84px;
	font: 12px verdana, arial, sans-serif;
}
input.calcamount {
	width: 80px;
	text-align: right;
	font: 12px verdana, arial, sans-serif;
}

input.calcamountRequired {
	border: 1px solid #333;
	width: 80px;
	text-align: right;
	font: 12px verdana, arial, sans-serif;
}

input.calcamountNotice {
	/* background: #DDF9FC !important; */
	border: 1px solid #333 !important;
	width: 80px;
	text-align: right;
	font: 12px verdana, arial, sans-serif;
}

input.login {
	width: 140px;
	font: 12px verdana, arial, sans-serif;
}

input.loginRequired {
	border: 1px solid #333;
	width: 140px;
	font: 12px verdana, arial, sans-serif;
}

input.register {
	width: 200px;
	font: 12px verdana, arial, sans-serif;
}

input.registerRequired {
	border: 1px solid #333;
	width: 200px;
	font: 12px verdana, arial, sans-serif;
}

select.withholding {
	width: 155px;
	font: 12px verdana, arial, sans-serif;
}

select.withholdingRequired {
	border: 1px solid #333;
	width: 155px;
	font: 12px verdana, arial, sans-serif;
}

input.withholding {
	width: 150px;
	text-align: right;
	font: 12px verdana, arial, sans-serif;
}

input.withholdingSmall {
	width: 80px;
	text-align: right;
	font: 12px verdana, arial, sans-serif;
}

input.withholdingRequired {
	border: 1px solid #333;
	width: 150px;
	text-align: right;
	font: 12px verdana, arial, sans-serif;
}

input.info {
	width: 150px;
	font: 12px verdana, arial, sans-serif;
}

input.infoRequired {
	border: 1px solid #333;
	width: 150px;
	font: 12px verdana, arial, sans-serif;
}

input.infopc {
	width: 200px;
	font: 12px verdana, arial, sans-serif;
}

input.infopcRequired {
	border: 1px solid #333;
	width: 200px;
	font: 12px verdana, arial, sans-serif;
}

input.infoempnew {
	width: 220px;
	font: 12px verdana, arial, sans-serif;
}

input.infoempnewRequired {
	border: 1px solid #333;
	width: 220px;
	font: 12px verdana, arial, sans-serif;
}

select.info {
	width: 156px;
	font: 12px verdana, arial, sans-serif;
}

select.infoRequired {
	border: 1px solid #333;
	width: 156px;
	font: 12px verdana, arial, sans-serif;
}

select.infopc {
	width: 206px;
	font: 12px verdana, arial, sans-serif;
}

select.infopcRequired {
	border: 1px solid #333;
	width: 206px;
	font: 12px verdana, arial, sans-serif;
}

input.zip {
	width: 85px;
	font: 12px verdana, arial, sans-serif;
}

input.zipRequired {
	border: 1px solid #333;
	width: 85px;
	font: 12px verdana, arial, sans-serif;
}

input.zippc {
	width: 135px;
	font: 12px verdana, arial, sans-serif;
}

input.zippcRequired {
	border: 1px solid #333;
	width: 135px;
	font: 12px verdana, arial, sans-serif;
}

input.zipempnew {
	width: 98px;
	font: 12px verdana, arial, sans-serif;
}

input.zipempnewRequired {
	border: 1px solid #333;
	width: 98px;
	font: 12px verdana, arial, sans-serif;
}

input.firstname {
	width: 108px;
	font: 12px verdana, arial, sans-serif;
}

input.firstnameRequired {
	border: 1px solid #333;
	width: 108px;
	font: 12px verdana, arial, sans-serif;
}

input.middlename {
	width: 20px;
	font: 12px verdana, arial, sans-serif;
}

input.middlenameRequired {
	border: 1px solid #333;
	width: 20px;
	font: 12px verdana, arial, sans-serif;
}

input.firstnamepc {
	width: 133px;
	font: 12px verdana, arial, sans-serif;
}

input.firstnamepcRequired {
	border: 1px solid #333;
	width: 133px;
	font: 12px verdana, arial, sans-serif;
}

input.middlenamepc {
	width: 40px;
	font: 12px verdana, arial, sans-serif;
}

input.middlenamepcRequired {
	border: 1px solid #333;
	width: 45px;
	font: 12px verdana, arial, sans-serif;
}

input.firstnameempnew {
	width: 143px;
	font: 12px verdana, arial, sans-serif;
}

input.firstnameempnewRequired {
	border: 1px solid #333;
	width: 143px;
	font: 12px verdana, arial, sans-serif;
}

input.middlenameempnew {
	width: 55px;
	font: 12px verdana, arial, sans-serif;
}

input.middlenameempnewRequired {
	border: 1px solid #333;
	width: 55px;
	font: 12px verdana, arial, sans-serif;
}

input.addr1empnew {
	width: 125px;
	font: 12px verdana, arial, sans-serif;
}

input.addr1empnewRequired {
	border: 1px solid #333;
	width: 125px;
	font: 12px verdana, arial, sans-serif;
}

input.addr2empnew {
	width: 46px;
	font: 12px verdana, arial, sans-serif;
}

input.addr2empnewRequired {
	border: 1px solid #333;
	width: 46px;
	font: 12px verdana, arial, sans-serif;
}

textarea.checknotes {
	width: 300px;
	font: 12px verdana, arial, sans-serif;
}

textarea.checknotesRequired {
	border: 1px solid #333;
	width: 300px;
	font: 12px verdana, arial, sans-serif;
}

select.select {
	font: 12px verdana, arial, sans-serif;
}

select.selectRequired {
	border: 1px solid #333;
	font: 12px verdana, arial, sans-serif;
}

select.secret {
	width: 320px;
	font: 12px verdana, arial, sans-serif;
}

select.secretRequired {
	border: 1px solid #333;
	width: 320px;
	font: 12px verdana, arial, sans-serif;
}

input.secret {
	width: 315px;
	font: 12px verdana, arial, sans-serif;
}

input.secretRequired {
	border: 1px solid #333;
	width: 315px;
	font: 12px verdana, arial, sans-serif;
}

input.empsearch {
	width: 300px;
	font: 12px verdana, arial, sans-serif;
}

input.empsearchRequired {
	border: 1px solid #333;
	width: 300px;
	font: 12px verdana, arial, sans-serif;
}

input.empsearch2 {
	width: 140px;
	font: 12px verdana, arial, sans-serif;
}

input.empsearch2Required {
	border: 1px solid #333;
	width: 140px;
	font: 12px verdana, arial, sans-serif;
}

select.empsearch {
	width: 100px;
	font: 12px verdana, arial, sans-serif;
}
.empsearch-printpaychecks {
    padding-top: 2px;
    padding-bottom: 2px;
}
input[type=text].empsearch-printpaychecks {
    padding-top: 3px;
    padding-bottom: 3px;
}

select.empsearchRequired {
	border: 1px solid #333;
	width: 100px;
	font: 12px verdana, arial, sans-serif;
}

select.monthRequired {
	border: 1px solid #333;
	width: 65px;
	font: 12px verdana, arial, sans-serif;
}

select.yearRequired {
	border: 1px solid #333;
	width: 55px;
	font: 12px verdana, arial, sans-serif;
}

input.input {
	font: 12px verdana, arial, sans-serif;
}

input.inputRequired {
	border: 1px solid #333;
	font: 12px verdana, arial, sans-serif;
}

input.month {
	width: 40px;
	background: #ffffcc !important;
	font: 12px verdana, arial, sans-serif;
}

input.year {
	width: 60px;
	background: #ffffcc !important;
	font: 12px verdana, arial, sans-serif;
}

input.cvc {
	width: 40px;
	background: #ffffcc !important;
	font: 12px verdana, arial, sans-serif;
}

select.payment {
	width: 225px;
	background: #ffffcc !important;
	font: 12px verdana, arial, sans-serif;
}

.alerttext {
	color: #cc0000;
}

.goodtext {
	color: #339900;
}

.greytext {
	color: #999;
}

.note {
    font-style: italic;
    font-size: 11px;
}

.YesNoText {
    font-size: 12px;
}

.YesNoTextRequired {
	background: #ffffcc !important;
    font-size: 12px;
}
.RightJustified
{
    text-align: right
}

fieldset { margin: 8px 0; border: 1px solid #e3e3e3; padding: 3px 10px; }
.btn { padding: 3px 10px; border-radius: 8px; font-size: 13px; font-weight: normal; text-decoration: none; cursor: pointer; }
.btn-large { font-size: 14px !important; }


td#AdsSection
{
	background: url(../images/bannersectionblend_bg.gif) no-repeat;
	border: 1px solid #b5b5b5;
	padding: 10px 10px 0 10px;
	margin: 0;
	width: 170px;
}

div.leftbanner
{
	font-size:11px;
	border: 1px solid #b5b5b5;
	padding: 10px 10px 10px 10px;
	margin: 0;
	width: 150px;
}

/* Price table on Buy Paychecks and stock papers page*/
.blankcheck-table { border-collapse: collapse; width: 90%; border: 1px solid #ccc; border-width: 1px 0 0 1px; }
.blankcheck-table th { padding: 3px 10px; width: 20%; background: #089; color: #fff; border: 1px solid #ccc; border-width: 0 1px 1px 0; }
.blankcheck-table td { padding: 3px 10px; background: #fff; text-align: center; border: 1px solid #ccc; border-width: 0 1px 1px 0; }

div.notice { border: 1px solid #ccc; border-width: 1px 1px; background: #eee; width: 100%; }
div.notice p { padding: 10px 15px; margin: 0; font-size: 1em; }
div.notice ul, div.notice ol { padding: 10px 35px; margin: 0; font-size: 1em; }
div.notice li li { font-size: 1em; }
div.notice table { padding: 10px 15px; margin: 5px 5px 0 30px; font-size: 1em; }
div.notice h2 { padding: 10px 15px; margin: 0; font-size: 1.2em; font-weight: normal; }

div.warningmsg { border: 1px solid #ccc; border-width: 1px 1px; background: #FEEFB3; width: 100%; color:#9F6000; margin-bottom:10px}
div.warningmsg h1 { padding: 5px 5px; margin: 0; font-weight:bold; font-size: 13px; color: Red}
div.warningmsg p { padding: 5px 10px; line-height:16px; margin: 0; font-size: 12px; font-weight:bold;}
div.warningmsg ul, div.warningmsg ol { padding: 10px 35px; margin: 0; font-size: 12px; }

/* Dashboard CSS */
table.dashboard { margin: auto auto auto 4.75pt; width: 100%; border-collapse: collapse; mso-padding-alt: 0in 5.4pt 0in 5.4pt }
table.dashboard tr { height: 17pt; }
table.dashboard td.c1 { border-top: windowtext 1pt solid; border-right: #d4d0c8; border-left: #d4d0c8; padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1pt solid; width: 7pt; padding-top: 0in; border-top: windowtext 1pt solid; border-bottom: windowtext 1pt solid; height: 17pt; background-color: transparent; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-bottom-alt: solid windowtext .5pt }
table.dashboard td.c2 { border-top: windowtext 1pt solid; border-right: windowtext 1pt solid; padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0in; border-left: #d4d0c8; width: 132pt; padding-top: 0in; border-bottom: windowtext 1pt solid; height: 17pt; background-color: transparent; }
table.dashboard td.c3 { border-top: windowtext 1pt solid; border-right: windowtext 1pt solid; padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0in; border-left: #d4d0c8; width: 60pt; padding-top: 0in; border-bottom: windowtext 1pt solid; height: 17pt; background-color: transparent; text-align: center; }
table.dashboard td.c4 { border-top: windowtext 1pt solid; border-right: windowtext 1pt solid; padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0in; border-left: #d4d0c8; width: 60pt; padding-top: 0in; border-bottom: windowtext 1pt solid; height: 17pt; background-color: transparent; text-align: center; }
table.dashboard td.c5 { border-top: windowtext 1pt solid; border-right: windowtext 1pt solid; padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0in; border-left: #d4d0c8; width: 60pt; padding-top: 0in; border-bottom: windowtext 1pt solid; height: 17pt; background-color: transparent; text-align: center; }
table.dashboard td.c6 { border-top: windowtext 1pt solid; border-right: windowtext 1pt solid; padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0in; border-left: #d4d0c8; width: 60pt; padding-top: 0in; border-bottom: windowtext 1pt solid; height: 17pt; background-color: transparent; text-align: center; }
table.dashboard td.c7 { border-top: windowtext 1pt solid; border-right: windowtext 1pt solid; padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0in; border-left: #d4d0c8; width: 60pt; padding-top: 0in; border-bottom: windowtext 1pt solid; height: 17pt; background-color: transparent; text-align: center; }
table.dashboard td.c8 { border-top: windowtext 1pt solid; border-right: windowtext 1pt solid; padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0in; border-left: #d4d0c8; width: 60pt; padding-top: 0in; border-bottom: windowtext 1pt solid; height: 17pt; background-color: transparent; text-align: center; }



/* new UI updates 08/20/2015 */
.box-container {
    margin: 10px 0 15px 0;
    width: 100%;
    background: #fff;
    border: 1px solid #999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family: verdana, arial, sans-serif;
}
#app .box-container {
    margin: 0 0 5px 0;
}
.box-container:first-child {
    margin-top: 0;
}
.box-content {
    padding: 5px 15px 20px 15px;
    font-size: 1.3em;
}
.box-content ul {
    margin-top: 0;
    margin-left: 20px;
    padding-left: 0;
    font-size: 1em;
    line-height: 2;
}
.box-content .btn, .box-content a.btn:link, .box-content a.btn:visited, .box-content a.btn:active  {
    font-size: 1.1em;
}
.title {
    padding: 5px 15px;
    background: #e3e3e3;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    font-weight: bold;
    font-size: .9em;
    color: #000;
}
.title h3, .title h2 {
    padding: 0;
    margin: 0;
    font-size: 1em;
}
.btn-start {
    vertical-align: middle;
    cursor: pointer;
}


/* new UI updates 12/4/2015 */
input[type=text] {
    padding: 2px 5px;
    border: 1px solid #ccc;
}
.step-next, .step-prev {
    display: block;
    margin-right: 50px;
}
.appmain {
	border: 1px solid #ccc;
	border-width: 0 1px;
	font: 12px verdana, arial, sans-serif;
	line-height: 1.2;
}
.form-step {
    margin: 0;
    padding: 0;
    border: 0;
	font: 12px verdana, arial, sans-serif;
	line-height: 1.2;
}
.form-step:first-child {
}
.form-step:last-child {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.form-step legend {
    margin: 10px 0 0 0;
    padding: 5px 10px;
    width: 728px;
    background: #f3f3f3;
    border: 1px solid #ccc;
    border-width: 1px;
    font-size: 13px;
}
.app-full .form-step legend {
    width: 958px;
}
.form-step.open legend {
    background: #C5E5F0;
    font-weight: bold;
}
.form-step .form-section {
    padding: 10px;
    border: 1px solid #ccc;
    border-width: 0 1px;
}
.form-step .form-section-nav {
    display: block;
    padding: 10px;
}
.form-step .form-nav {
    display: block;
    width: auto;
    float: right;
}
.form-step .form-nav-next, .form-step .btn {
    margin-left: 10px;
}
.form-table td {
    padding: 5px 0;
    vertical-align: top;
}
.required-field input, .infopc {
    border: 1px solid #ccc;
}
label.required {
    font-weight: bold;
}
.valid legend:after {
    content: "\2714";
    text-transform: uppercase;
    color: #5c9159;
    font-size: 1em;
    padding-left: .5em;
}
.form-error-msg {
    font-size: .8em;
    color: #f00;
}
input[type="checkbox"] {
    border: 0;
}

/* 2015/12/14 - New Homepage */
#banner1-home {
    background: url(../images/banner-01-paycheckmanager.jpg) no-repeat;
}
#banner-video {
    background: url(../images/banner-video.jpg) no-repeat;
    background-position: center top;
}
#banner2-home {
    margin-bottom: 20px;
    height: 200px;
    background: url(../images/banner-02-freepaycheckcalculator.jpg) no-repeat;
    background-position: right top;
}
.banner-home-text {
    padding: 40px 40px 40px 40px;
}
.banner-home-text .btn-home-video {
    display: inline-block;
    margin-top: 20px;
}
.banner-home-text h2 {
    margin: 0;
}
.banner-home-text p {
    font-size: 1.6em;
    font-weight: bold;
    padding-bottom: 10px;
}
.banner-home-text ul {
    padding-bottom: 10px;
    font-weight: bold;
    line-height: 1.4;
}
#banner2-home h2 {
}
#banner1-home .btn-large {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.6em !important;
}
#banner2-home .btn-large {
    display: inline-block;
    font-size: 1.6em !important;
}
.banner-deadline-text {
    padding-top: 0;
    padding-left: 40px;
}
.banner-deadline-text .headline {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.4;
}
.banner-deadline-text ul {
    margin-top: 0;
    padding-top: 0;
}
.home-box-4 {
    padding: 30px;
    text-align: center;
}
.home-box-4:first-child {
    margin-left: 0;
}
.home-box-4 img {
    width: 150px;
    height: 150px;
}
.home-box-4 h3 {
    font-size: 1.6em;
}
.home-box-4 p {
    font-size: 1.4em;
}
a.btn-home-box:link, a.btn-home-box:visited, a.btn-home-box:active {
    display: block;
    margin-bottom: 5px;
    padding: 3px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
    text-decoration: none;
}
a.btn-home-box:hover {
    border: 1px solid #03f;
    color: #03f;
}
/* vertical small phone size (e.g. iPhone 5) */
@media screen and (min-width: 320px){
}
/* vertical standard phone size (e.g. iPhone 6)  */
@media screen and (min-width: 375px){
}
/* vertical plus phone size (e.g. iPhone 6 Plus, Nexus 6P)  */
@media screen and (min-width: 412px){
}
/* horizontal small phone size (e.g. iPhone 5) */
@media screen and (min-width: 568px){
}
/* horizontal standard phone size (e.g. Galaxy S) */
@media screen and (min-width: 640px){
    #banner-video {
        background-position: left top;
    }
    #banner2-home .banner-home-text {
        padding-top: 40px;
        padding-left: 300px;
    }
    .banner-home-text h2 {
        font-size: 2em;
    }
    .banner-home-text ul {
        font-size: 1.4em;
    }
    .banner-home-text .btn-home-video {
        margin-left: 440px;
    }
}
/* horizontal plus phone size (e.g. iPhone 6 Plus, Nexus 6P) */
@media screen and (min-width: 732px){
}
/* vertical tablet size (e.g. iPad) */
@media screen and (min-width: 768px){
}
/* horizontal tablet size, standard desktop size (e.g. iPad, desktop) */
@media screen and (min-width: 960px){
    .banner-home {
        width: 980px;
    }
    #banner-video {
        min-height: 300px;
    }
    #banner2-home {
        background-position: left top;
    }
    #banner1-home .banner-home-text {
        padding-right: 640px;
    }
    #banner2-home .banner-home-text {
        padding-left: 600px;
    }
    .banner-deadline {
        height: 148px;
        width: 978px;
        background: url(../images/deadline-2016.jpg) no-repeat;
        border: 1px solid #ccc;
    }
    .home-box-4 {
        float: left;
        margin-left: 10px;
        width: 175px;
    }
}


/* dashboard updates 2/10/2016 */
#header-logo {
    float: left;
    margin-bottom: 10px;
    width: 160px;
    height: 55px;
}
#header-company-info {
    float: right;
    margin: 5px 10px 0 0;
    width: 360px;
    font-size: 11px;
    text-align: right;
}
#header-buttons {
    float: right;
    margin: 14px 0 0 0;
    font-size: 11px;
    text-align: right;
}
#header-buttons .btn {
    display: block;
    float: left;
    margin-left: 5px;
    padding: 5px 10px;
    font-size: 11px;
}
#header-company-info p {
    margin: 0;
    padding: 0;
    line-height: 1.8;
}
#main-navigation {
    position: relative;
    clear: both;
    padding: 0;
    background: #e1e1e1;
    border: 1px solid #c2c2c2;
    font-size: 12px;
}
#main-navigation a {
    color: #000;
    text-decoration: none;
}
#main-navigation a:hover {
    color: #999;
}
#nav-quick ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    z-index: 20;
}
#nav-quick > ul > li {
    position: relative;
    float: left;
    display: block;
    margin-top: 5px;
    height: 20px;
}
#nav-quick > ul > li > a {
    padding: 2px 10px;
    border-right: 1px solid #666;
    text-decoration: none;
    color: #000;
}
#nav-quick > ul > li:first-child a {
    padding-left: 15px;
}
#nav-quick > ul > li:last-child a {
    border-right: 0;
}
.nav-quick-top-level > div {
    position: absolute;
    display: none;
    top: 20px;
    left: 0;
    background: #efefef;
    border: 1px solid #c2c2c2;
}
.nav-quick-top-level > div ul {
    display: block;
    clear: both;
}
#nav-quick ul ul li {
    display: block;
    border-bottom: 1px solid #000;
}
#nav-quick ul ul li:last-child {
    border-bottom: 0;
}
#nav-quick ul ul li a {
    display: block;
    padding: 10px;
    border-right: 0;
    white-space: nowrap;
}
#nav-full {
    position: relative;
    float: right;
    width: 100%;
}
#link-full-menu {
    position: relative;
    float: right;
    display: block;
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 6px;
    padding-right: 25px;
    min-height: 15px;
    background: url(../images/icon-full-menu.png) no-repeat right 2px;
    z-index: 10;
}
#nav-full-items {
    clear: both;
    display: none;
    padding: 10px 15px 15px 15px;
    background: #efefef;
    border-top: 1px solid #c2c2c2;
}
#nav-full-items > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav-full-items > ul > li {
    float: left;
    width: 23%;
}
#nav-full-items > ul > li > ul {
    list-style: disc;
    margin-left: 0;
    padding-left: 17px;
}
#nav-full-items > ul > li > ul > li {
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
}
#nav-full-items > ul > li:last-child, #nav-full-items .last-child {
    float: right;
    width: 6%;
    text-align: right;
}
#nav-full-items > ul > li .full-menu-link {
    font-size: 10px;
    color: #aeaeae;
}

#dashboard, #app-container-full {
    padding: 15px;
    border: 1px solid #c2c2c2;
    border-top: 0;
    font-size: 14px;
}
#dashboard h1, #app-container-full h1 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: normal;
}
#alerts {
    margin: 10px 0;
    padding: 10px;
    background: #feefb3;
    border: 1px solid #c2c2c2;
}
#alerts h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: #f00;
}
#alerts ul {
    margin: 0 0 0 20px;
    padding: 0;
}
#alerts li {
    padding: 5px 0;
}
.dashboard-alerts {
    margin: 10px 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
}
.dashboard-alerts h3 {
    margin: 0;
    padding: 0;
    color: #c00;
}
.dashboard-alerts-table {
    border-collapse: collapse;
    border: 0;
}
.dashboard-alerts-table td {
    padding: 0 20px 0 0;
    width: calc(33% - 20px);
    font-size: 12px;
}
.widget {
    margin: 15px 0;
    padding: 10px 10px 20px 10px;
    background: #efefef;
    border: 1px solid #c2c2c2;
}
#widget-paychecks {
    padding: 10px 0 20px 0;
    background: none;
    border: 0;
}
.widget h2, .widget-alt h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.widget table, .widget-alt table {
    margin: 15px 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
}
.widget table th, .widget-alt table th {
    padding: 5px;
    background: #c1edff;
    border: 1px solid #c2c2c2;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}
.widget table td, .widget-alt table td {
    padding: 5px;
    background: #fff;
    border: 1px solid #c2c2c2;
    border-width: 0 1px 1px 1px;
    text-align: center;
    vertical-align: top;
}
#widget-paychecks th, #widget-paychecks td {
    width: 18%;
}
.widget-alt table th, .widget-alt table td {
    border-right: 0;
    border-left: 0;
}
#widget-paychecks th:first-child, #widget-paychecks td:first-child {
    width: 10%;
}
.widget table th:first-child, .widget table td:first-child {
    text-align: left;
}
.widget table tr:nth-child(odd) td {
    background: #e4e4e4;
}
.widget table tr:nth-child(even) td {
    background: #fff;
}
.dashboard-button-set {
    text-align: center;
    white-space: nowrap;
}
#widget-payroll-payments .dashboard-button-set, #widget-payroll-reports .dashboard-button-set {
    padding-top: 20px;
    padding-bottom: 20px;
}
#widget-payroll-payments h2, #widget-payroll-reports h2 {
    padding-bottom: 20px;
}
.widget-flex-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}
.widget-flex-item {
    padding: 20px;
    width: 45%;
    text-align: center;
}
#widget-news {
    clear: both;
    font-size: 12px;
}
#widget-news li {
    padding: 5px 0;
}
#table-fed-payments td:first-child, #table-state-payments td:first-child, #table-fed-returns td:first-child, #table-state-returns td:first-child {
    width: 25%;
    font-size: 1em;
}
#table-fed-payments td, #table-state-payments td, #table-fed-returns td {
    width: 18%;
}
#table-state-returns td {
    width: 15%;
}
.widget table td p, .widget table td ul {
    margin-top: 0;
}
#table-news td {
    background: #fff;
    border: 0;
    text-align: left;
}
#table-news td:first-child, #table-news td:last-child {
    color: #f00;
}
#link-full-menu {
    position: relative;
    float: right;
    margin-top: -20px;
    margin-right: 15px;
    margin-bottom: 6px;
}
/* horizontal tablet size, standard desktop size (e.g. iPad, desktop) */
@media screen and (min-width: 960px){
    #widget-payments, #widget-returns {
        float: left;
        margin-top: 0;
        width: 47%;
    }
    #widget-returns {
        float: right;
    }
}


/* app sub navigation */
.app-subnav {
    padding: 10px;
    width: 200px;
    font-size: 1.1em;
}
.app-subnav h2 {
    padding-top: 5px;
}
.app-subnav .table-list {
    width: 100%;
}
.app-subnav .table-list td {
    padding: 10px 8px;
    vertical-align: top;
}
.app-subnav .table-list .check {
    padding-top: 13px;
    padding-right: 5px;
}
.app-subnav .table-list #stepOn td {
    background: #f3f3f3;
}
.app-subnav .table-list #stepOn .check {
    background: none;
}
.app-subnav .table-list td div {
    display: inline-block;
    width: 90%;
    vertical-align: top;
}
.app-subnav .table-list td > div:first-child {
    margin-right: 5px;
    width: calc(10% - 5px);
    vertical-align: top;
}



/* create paycheck */
.create-paycheck-section-one-column {
    clear: both;
    padding-top: 10px;
}
.create-paycheck-section-two-column {
    float: left;
    padding-top: 10px;
    margin-right: 10px;
    width: 48.5%;
}
.create-paycheck-section .form-table td {
    padding-right: 10px;
}
.YesNoText td {
    padding: 0;
}
.YesNoText input[type=radio] {
    margin-top: 0;
}
label.required {
    font-weight: bold;
}
#options-withholding-federal, #options-withholding-state {
    padding-bottom: 20px;
}
table.calculator input[type="text"], table.calculator select {
    width: auto;
    font-size: 1em;
}
table.calculator input[type="text"].calcdesc {
    float: none;
    width: 90%;
}
.create-paycheck-section table.calculator select.calcamount {
    width: 65%;
    text-align: right;
}
.create-paycheck-section #ReconcilePaycheck_pckEarning_tblPayInfoDetail {
    margin-top: -42px;
}



/* tables */
table.styled-table {
    margin: 15px 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
table.styled-table th {
    padding: 5px;
    background: #c1edff;
    border: 1px solid #c2c2c2;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}
table.styled-table td {
    padding: 5px;
    background: #fff;
    border: 1px solid #c2c2c2;
    border-width: 0 1px 1px 1px;
    text-align: center;
    vertical-align: top;
}
table.styled-table th:first-child, table.styled-table td:first-child {
    text-align: left;
}
table.styled-table tr:nth-child(odd) td {
    background: #e4e4e4;
}
table.styled-table tr:nth-child(even) td {
    background: #fff;
}
table.styled-table tr:first-child td  {
    background: #c1edff;
    font-weight: bold;
}
table#IssueList td {
    text-align: left;
}


/* Other UI */
.hidden {
    display: none;
}
#actions-top, #actions-btm {
    padding: 5px 0;
    text-align: right;
}

.error-notice span {
    clear: both;
    display: block;
    margin: 5px 0;
    padding: 5px 10px;
    background: #fee;
    border: 1px solid #c00;
    font-size: 11px;
    color: #c00;
}
.content-box {
    padding: 0 15px 15px;
    border: 1px solid #ccc;
}
.help-box {
    margin: 0 0 20px 0;
    padding: 0 15px 15px;
    border: 1px solid #ccc;
    background: #eee;
}


/* Custom UI for various things */
#ReconcilePaycheck_pckEarning_ddlPayCycle_detail {
    width: 160px;
}


/* new styles 2015/07 */
div#appmenu_mid { width: auto; border: 0; }
div#appmenu_mid table { margin: 0; width: 100%; font-size: 1em; }
table.calculator-display { border-collapse:collapse; width: 100%;  }
table.calculator-display th {  text-align:left; }
table.calculator-display td { padding:3px; }
.Amount, .amount { text-align: right !important; text-decoration: none }
.clearfix {
    clear: both;
    overflow: auto;
    zoom: 1;
}
.clear {
    padding-bottom: 10px;
}
.notice {
    margin-bottom: 5px;
    background: #ccc;
}
.notice input[type="text"] {
    padding: 3px 10px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
}
div.notice p, div.notice ul {
    font-size: 1em;
    font-style: normal;
}
.box-container {
    margin: 10px 0 15px 0;
    width: 100%;
    background: #fff;
    border: 1px solid #999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family: verdana, arial, sans-serif;
}
#app .box-container {
    margin: 0 0 5px 0;
}
.box-container:first-child {
    margin-top: 0;
}
.box-content {
    padding: 5px 15px 20px 15px;
    font-size: .9em;
}
.box-content ul {
    margin-top: 0;
    margin-left: 20px;
    padding-left: 0;
    font-size: 1em;
    line-height: 2;
}
.box-content .btn, .box-content a.btn:link, .box-content a.btn:visited, .box-content a.btn:active  {
    font-size: 1.1em;
}
.btn, a.btn:link, a.btn:visited, a.btn:active {
    padding: 3px 20px;
    background: #090;
    border: 1px solid #999;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}
a.btn:hover, .btn:hover, input.btn:hover {
    background: #999;
    color: #fff;
}
a.btn[disabled="disabled"], input.btn[disabled="disabled"], input.submit[disabled="disabled"] {
	background: #ccc !important;
	border: #999 !important;
	color: #ffffff;
	cursor: pointer;
}
/* colored buttons */
.btn-blue { border: 1px solid #333;
/* ie 7 hack */
*padding: 1px !important;
*vertical-align: middle;
*height: 23px;
*margin-top: 0;
}
a.btn-blue { margin-top: 0;
/* ie 7 hack */
}
.btn-blue, a.btn-blue, a.btn-blue:link, a.btn-blue:visited, a.btn-blue:active { background: #728FCE !important; color: #fff !important; }
.btn-blue:hover, a.btn-blue:hover { background: #999; }

/* colored buttons */
.btn-green { border: 1px solid #333;
/* ie 7 hack */
*padding: 1px !important;
*vertical-align: middle;
*height: 23px;
*margin-top: 0;
}
a.btn-green { margin-top: 0;
/* ie 7 hack */
}
.btn-green, a.btn-green, a.btn-green:link, a.btn-green:visited, a.btn-green:active { background: #669933; color: #fff !important; }
input.btn-green { background: #669933 !important; color: #fff !important; }
input.btn-green:hover {
    background: #999 !important;
    color: #fff !important;
}
.btn-green:hover, a.btn-green:hover { background: #999; }

/* colored buttons */
.btn-yellow { border: 1px solid #333;
/* ie 7 hack */
*padding: 1px !important;
*vertical-align: middle;
*height: 23px;
*margin-top: 0;
}
a.btn-yellow { margin-top: 0;
/* ie 7 hack */
}
.btn-yellow, a.btn-yellow, a.btn-yellow:link, a.btn-yellow:visited, a.btn-yellow:active { background: #ff0; color: #000 !important; }
input.btn-yellow { background: #ff0 !important; color: #000 !important; }
.btn-yellow:hover,  a.btn-yellow:hover { background: #ccc; color: #000; }

/* colored buttons */
.btn-red { border: 1px solid #333;
/* ie 7 hack */
*padding: 1px !important;
*vertical-align: middle;
*height: 23px;
*margin-top: 0;
}
a.btn-red { margin-top: 0;
/* ie 7 hack */
}
.btn-red, a.btn-red, a.btn-red:link, a.btn-red:visited, a.btn-red:active { background: #f00; color: #fff !important; }
.btn-red:hover, a.btn-red:hover { background: #999; }

.btn-back, a.btn-back:link, a.btn-back:visited, a.btn-back:active, .btn-clear, a.btn-clear:link, a.btn-clear:visited, a.btn-clear:active {
    background: none;
    border: none;
    color: #666;
    text-decoration: underline;
}
a.btn-back:hover, a.btn-clear:hover {
    background: none;
    color: #000;
}
.btn-deemphasized, a.btn-deemphasized:link, a.btn-deemphasized:visited, a.btn-deemphasized:active{
    background: #fff7d1;
    border: 1px solid #999;
    color: #000;
}
a.btn-deemphasized:hover {
    background: #999;
}
.btn-dashboard, a.btn-dashboard:link, a.btn-dashboard:visited, a.btn-dashboard:active {
    display: inline-block;
    padding: 8px 20px;
    background: #069;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #333;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
a.btn-dashboard:hover {
    background: #999;
}
.btn-dashboard-2, a.btn-dashboard-2:link, a.btn-dashboard-2:visited, a.btn-dashboard-2:active {
    padding: 3px 10px;
    background: #00a9ec;
    border: none;
    color: #fff;
    font-size: .8em;
}
a.btn-dashboard-2:hover {
    background: #999;
}
.span.btn-dashboard-2, span.btn-dashboard-2:hover {
    background: none;
}
.btn-dashboard-span a, .btn-dashboard-span a:link, .btn-dashboard-span a:visited, .btn-dashboard-span a:active {
    padding: 3px 10px;
    background: #00a9ec;
    border: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    white-space: nowrap;
    color: #fff;
    font-size: .8em;
    text-decoration: none;
}
.btn-dashboard-span a:hover {
    background: #999;
}
.btn-logout, a.btn-logout:link, a.btn-logout:visited, a.btn-logout:active {
    display: inline-block;
    padding: 8px 20px;
    background: #069;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #333;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
a.btn-logout:hover {
    background: #999;
}
#appmenu .btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 140px;
}
.btn-register, a.btn-register:link, a.btn-register:visited, a.btn-register:active {
    padding: 3px 20px;
    background: #f00;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #fff;
}
.btn-register2, a.btn-register2:link, a.btn-register2:visited, a.btn-register2:active {
    background: #090;
}
a.btn-register:hover, a.btn-register2:hover {
    background: #999;
}
.btn-register-btm, a.btn-register-btm:link, a.btn-register-btm:visited, a.btn-register-btm:active {
    float: left;
    margin-top: -4px;
    padding: 3px 20px;
    background: #f00;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #fff;
}
a.btn-register-btm:hover {
    background: #999;
}
.btn-register-highlight, a.btn-register-highlight:link, a.btn-register-highlight:visited, a.btn-register-highlight:active {
    float: left;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
a.btn-register-highlight:hover {
    background: #999;
}
.btn-next, a.btn-next:link, a.btn-next:visited, a.btn-next:active {
}
.btn-calculate, a.btn-calculate:link, a.btn-calculate:visited, a.btn-calculate:active, .btn-neutral, a.btn-neutral:link, a.btn-neutral:visited, a.btn-neutral:active {
    background: #ff0;
    color: #000;
}
a.btn-calculate:hover, a.btn-neutral:hover {
    background: #999;
    color: #fff;
}
.btn-neutral-highlight, a.btn-neutral-highlight:link, a.btn-neutral-highlight:visited, a.btn-neutral-highlight:active {
    padding: 3px 20px;
    background: #0094d2;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #fff;
    cursor: pointer;
}
a.btn-neutral-highlight:hover {
    background: #999;
}
.btn-back, a.btn-back:link, a.btn-back:visited, a.btn-back:active, .btn-clear, a.btn-clear:link, a.btn-clear:visited, a.btn-clear:active {
    background: none;
    border: none;
    color: #666;
    text-decoration: underline;
}
a.btn-back:hover, a.btn-clear:hover, .btn-back:hover, .btn-clear:hover, input.btn-back:hover, input.btn-clear:hover {
    background: none;
    color: #000;
}
.btn-print, a.btn-print:link, a.btn-print:visited, a.btn-print:active {
    background: #ff0;
    color: #000;
}
a.btn-print:hover {
    background: #999;
}
.btn-switch-inline, a.btn-switch-inline:link, a.btn-switch-inline:visited, a.btn-switch-inline:active {
    background: none;
    border: none;
    color: #666;
    text-decoration: underline;
}
.btn-register-inline, a.btn-register-inline:link, a.btn-register-inline:visited, a.btn-register-inline:active {
}
.btn-delete, a.btn-delete:link, a.btn-delete:visited, a.btn-delete:active {
    padding: 0 5px;
    background: #f00;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: .8em;
    color: #fff;
}
a.btn-delete:hover {
    background: #999;
}
.btn-add, a.btn-add:link, a.btn-add:visited, a.btn-add:active {
    padding: 0 5px;
    background: #019a02;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: .8em;
    color: #fff;
}
a.btn-add:hover {
    background: #999;
}
.btn-send, a.btn-send:link, a.btn-send:visited, a.btn-send:active {
    padding: 3px 20px;
    background: #ff0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #000;
}
a.btn-send:hover {
    background: #999;
}

.btn-red, a.btn-red:link, a.btn-red:active, a.btn-red:visited { background: #f00; }
.btn-red:hover, a.btn-red:hover {
    background: #999;
}
.note-alert {
    color: #f00;
}
.calculator-navigation {
    clear: both;
    /*
    padding: 5px 0 15px 0;
    text-align: right;
*/
    margin-bottom: 5px;
    padding: 10px 20px;
    background: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font: bold 1em verdana, arial, sans-serif;
    text-align: right;
}
.calculator-navigation .netpay {
    float: left;
    font: bold 1em verdana, arial, sans-serif;
    text-decoration: none;
}
.calculator-navigation-btm {
    padding: 10px 0 30px 0;
}
.calculator-navigation input[type="radio"], .calculator-navigation-btm input[type="radio"] {
    vertical-align: top;
}
.amount-container {
    margin-bottom: 5px;
    padding: 10px 20px;
    background: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font: bold 1em verdana, arial, sans-serif;
    text-align: right;
}
.amount-container span.amount-net, .calculator-navigation .netpay span.amount-net {
    font: bold 1em verdana, arial, sans-serif;
    text-decoration: none;
}
.calculator-highlight {
    margin-bottom: 5px;
    padding: 10px 10px;
    background: #feefb4;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.calculator-highlight .register-note {
    padding: 6px 0 0 10px;
}
.register-note {
    float: left;
    padding: 4px 0 0 10px;
    margin: 0;
    font-size: .8em;
    color: #f00;
    line-height: 1;
}
.register-note .link-register:link, .register-note .link-register:visited, .register-note .link-register:active {
    color: #f00;
    text-decoration: none;
}
.register-note .link-register:hover {
    color: #000;
    text-decoration: underline;
}
.title {
    padding: 5px 15px;
    background: #e3e3e3;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    font-weight: bold;
    font-size: .9em;
    color: #000;
}
.title h3, .title h2 {
    padding: 0;
    margin: 0;
    font-size: 1em;
}
.calculator-container {
    margin: 0 0 5px 0;
    width: 100%;
    background: #efefef;
    border: 1px solid #999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family: Verdana, Arial, Sans-Serif;
}
.calculator-advanced-container {
    clear: both;
    margin: 5px 0;
    width: 100%;
    background: #fff;
    border: 1px solid #999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family: Verdana, Arial, Sans-Serif;
}
.calculator-advanced-container .errorbox {
    font-size: 1em;
}
.calculator-advanced-container-two-column-one {
}
.calculator-advanced-container-two-column-two {
}
/* horizontal tablet size, standard desktop size (e.g. iPad, desktop) */
@media screen and (min-width: 960px) {
    .calculator-advanced-container-two-column-one {
        clear: left;
        float: left;
        margin-top: 0;
        width: 369px;
    }
    .calculator-advanced-container-two-column-two {
        clear: none;
        float: right;
        margin-top: 0;
        width: 369px;
    }
}
.calculator-advanced-container-register-btm {
    margin-bottom: 30px;
}
.calculator-advanced-content {
    margin: 15px;
}
.title-advanced-calculator,
.title-simple-calculator {
    background: url(/FreeCal/images/bg-main-bar-2.png) repeat-x #93b0be;
    color: #000;
}
.calculator {
    margin: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    border: 1px solid #999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
table.calculator-edge {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.calculator-sub {
    padding: 5px 15px 30px 15px;
}
.calculator .subtitle {
    padding: 5px 15px;
    background: url(/FreeCal/images/bg-sub-bar.png) repeat-x #cfcfcf;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    font-weight: bold;
    font-size: .9em;
}
.calculator label {
    float: left;
    width: 45%;
    font-size: .8em;
}
.calculator-advanced-content label {
    font-size: .8em;
}
.calculator-advanced-content p label {
    font-size: 1em;
}
.calculator-advanced-content p {
}
.calculator-advanced-content .item label {
    float: left;
    padding-top: 5px;
    width: 55%;
}
.calculator-advanced-content .item .fedwithholdinglabelmarital {
    width: 40%;
}
.calculator-advanced-content .item-full label {
    padding-top: 5px;
    width: 100%;
}
.calculator-advanced-content .item-general-paycheck-pay-cycle label {
    width: 30%;
}
.calculator-advanced-content .item-general-paycheck-pay-rate label {
    width: 25%;
}
.calculator-advanced-content .item table label {
    float: none;
}
.calculator-advanced-content .item span {
    display: inline-block;
    width: 40%;
    padding-top: 5px;
    padding-right: 1em;
    font-size: .8em;
    font-weight: bold;
}
.calculator-advanced-content .item-general-paycheck-pay-rate span {
    width: auto;
}
.calculator-advanced-content p span {
    padding-top: 5px;
    padding-right: 1em;
    font-size: 1em;
    font-weight: bold;
}
.calculator-advanced-content .YesNoText, .calculator-advanced-content .YesNoTextRequired {
    font-size: 1em;
}
.calculator input[type="text"], .calculator select {
    float: right;
    padding: 3px 10px;
    width: 45%;
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: .8em;
}
.calculator-advanced-content input[type="text"], .calculator-advanced-content select {
    padding: 3px 10px;
    width: 45%;
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: .8em;
}
.calculator-advanced-content select.selectRequired {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
}
    
.calculator-advanced-content .item input[type="text"], .calculator-advanced-content .item select {
    float: right;
    width: 38%;
}
.calculator select {
    width: 48%;
}
.calculator-advanced-content select {
    width: auto;
}
.calculator-advanced-content .item select {
    width: 45%;
}
.calculator-advanced-content .item .fedwithholdingselectmarital {
    width: 60%
}
.calculator-advanced-content .item-general-paycheck-pay-rate input[type="text"] {
    float: left;
    width: 25%;
}
.calculator-advanced-content .item-general-paycheck-pay-rate select {
    float: right;
    width: 40%;
}
.calculator-advanced-content .item-full input[type="checkbox"] {
    float: right;
}
.calculator-advanced-content .item, .calculator-advanced-content .item-full {
    clear: both;
    padding: 5px 0 0 0;
}
.calculator-advanced-content .item:first-child {
    padding: 0;
}
.calculator-advanced-content .item table {
    float: right;
}
.calculator-advanced-content p {
    font-size: .8em;
}
.calculator-advanced-content .item-general-paycheck-pay-cycle {
    float: left;
    padding-bottom: 5px;
    width: 40%;
}
.calculator-advanced-content .item-general-paycheck-pay-rate {
    clear: none;
    float: left;
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 20px;
    width: 57%;
}
.calculator-advanced-container .actions {
    padding: 5px 5px 0 5px;
}
.advertisement-btm {
    margin-top: 30px;
}
/* tables */
.calculator-table {
    clear: both;
    margin-top: 5px;
    width: 100%;
    border: 0;
    border-collapse: collapse;
}
.calculator-table th {
    background: #d1e5ee;
    font-size: .8em;
    font-weight: bold;
}
.calculator-table th, .calculator-table td {
    padding: 3px 5px;
}
.calculator-table tr:nth-child(even) td {
    background: #f3f3f3;
}
.calculator-advanced-content .calculator-table input[type="text"] {
    float: none;
    width: 75%;
}
.calculator-advanced-content .calculator-table select {
    float: none;
    width: 95%;
}
.calculator-table td span {
    padding-right: 1em;
    font-size: .8em;
}
/* simple calculator */
.line-item {
    clear: both;
    padding: 10px 0;
}
.actions {
    padding: 0 15px 15px 15px;
    text-align: right;
}
.ui-widget {
    font-size: 1em;
}
/* create paycheck */
.format-choice {
    font-size: .8em;
}

/* calculator finish */
.calculator-finish-box {
    float: left;
    margin-top: 0;
    margin-right: 0;
    width: 228px;
}
.calculator-finish-box:last-child {
}

/* top banner */
.banner-main {
    width: 980px;
    height: 150px;
}
#banner1-main {
    background: url(/images/banner-01-paycheckmanager.jpg) no-repeat center -30px;
}
.banner-main-text {
    padding: 15px 0 0 60px;
}
.banner-main-text h2 {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 18px;
}
.banner-main-text ul {
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}
#banner1-main .banner-main-text {
    padding-right: 500px;
}
#banner1-main .btn-large {
    font-size: 16px !important;
}



/* UI updates 02/02/2017 */


/* header */
#logo {
    float: left;
    height: 54px;
}
#logo img {
    margin: 5px 0 0 10px;
    width: 80%;
    height: 80%;
}
/* horizontal tablet size, standard desktop size (e.g. iPad, desktop) */
@media screen and (min-width: 960px){
    #logo {
        height: auto;
    }
    #logo img {
        margin: 5px 0 10px 10px;
        width: auto;
        height: auto;
    }
}


/* navigation */
#nav-mobile {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background: #f3f3f3;
    border: 0;
    font-size: 1.6em;
    color: #000;
    text-decoration: none;
}
#nav-main {
    display: none;
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.4em;
}
#nav-main li a:link, #nav-main li a:active, #nav-main li a:visited {
    display: block;
    padding: 15px 10px;
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
    color: #000;
    text-decoration: none;
}
#nav-main li:last-child a:link, #nav-main li:last-child a:active, #nav-main li:last-child a:visited {
    border-bottom: 0;
}
/* horizontal tablet size, standard desktop size (e.g. iPad, desktop) */
@media screen and (min-width: 960px){
    #nav-mobile {
        display: none;
    }
    #nav-main {
        display: block;
        width: 980px;
        height: 30px;
        background: url(../images/frontmenu_bg.gif) no-repeat;
        border: 0;
        font-size: 1.3em;
    }
    #nav-main li {
        display: inline-block;
        padding: 6px 14px;
        background: transparent;
        border: 0;
        text-align: center;
    }
    #nav-main li:first-child {
        padding-left: 20px;
    }
    #nav-main li a:link, #nav-main li a:visited, #nav-main li a:active {
        display: inline;
        padding: 0;
        background: none;
        border-bottom: 0;
        color: #000;
        text-decoration: none;
    }
    #nav-main li a:hover {
        color: #9c3;
    }
    #nav-main li a.quicklink:link, #nav-main li a.quicklink:visited, #nav-main li a.quicklink:active {
        display: block;
        padding-left: 5px;
        color: #fff;
        text-decoration: none;
    }
    #nav-main li a.quicklink:hover {
        color: #9c3;
    }
}

/* breadcrumb */
#breadcrumb {
    clear: both;
    padding: 5px 10px;
    background: #f3f3f3;
    border: 1px solid #ccc;
    border-width: 1px 0;
}
#breadcrumb h1 {
    padding: 0;
    font-size: 1.4em;
}
/* horizontal tablet size, standard desktop size (e.g. iPad, desktop) */
@media screen and (min-width: 960px){
    div#breadcrumb {
	    background: url(../images/breadcrumb_bg.gif) no-repeat;
	    padding: 0;
	    width: 980px;
	    height: 24px;
	    clear: left;
    }

    div#breadcrumb h1 {
	    margin: 0;
	    padding-top: 5px;
	    padding-left: 18px;
	    font: bold 1em verdana, arial, sans-serif;
    }
}

/* top banner */
.banner-main {
    display: none;
    width: 100%;
}
#banner1-main, #banner1-main-btm {
    background: url(/images/banner-01-paycheckmanager.jpg) no-repeat;
    background-size: contain;
    border-bottom: 1px solid #ccc;
}
#banner1-main-btm {
    display: block;
    margin-top: 30px;
    border-bottom: 0;
}
.banner-main-text {
    padding: 90px 10px 20px 10px;
}
.banner-main-text h2 {
    font-size: 1.8em;
}
.banner-main-text ul {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4;
}
/* vertical small phone size (e.g. iPhone 5) */
@media screen and (min-width: 320px){
    .banner-main {
        height: 320px;
    }
}
/* vertical standard phone size (e.g. iPhone 6)  */
@media screen and (min-width: 375px){
    .banner-main-text {
        padding: 120px 10px 20px 10px;
    }
}
/* vertical plus phone size (e.g. iPhone 6 Plus, Nexus 6P)  */
@media screen and (min-width: 412px){
    .banner-main-text {
        padding: 150px 10px 20px 10px;
    }
}
/* horizontal small phone size (e.g. iPhone 5) */
@media screen and (min-width: 568px){
    .banner-main-text {
        padding: 180px 10px 20px 10px;
    }
}
/* horizontal standard phone size (e.g. Galaxy S) */
@media screen and (min-width: 640px){
    .banner-main {
        height: 220px;
    }
    #banner1-main, #banner1-main-btm {
        background-size: auto;
        background-position: -80px -30px;
    }
    .banner-main-text {
        padding: 15px 10px 10px 20px;
    }
}
/* horizontal plus phone size (e.g. iPhone 6 Plus, Nexus 6P) */
@media screen and (min-width: 732px){
}
/* vertical tablet size (e.g. iPad) */
@media screen and (min-width: 768px){
    .banner-main {
        display: block;
        height: 180px;
    }
    #banner1-main {
        background-size: auto;
        background-position: left -30px;
    }
    #banner1-main-btm {
        display: none;
    }
    .banner-main-text {
        padding: 5px 0 0 30px;
    }
}
/* horizontal tablet size, standard desktop size (e.g. iPad, desktop) */
@media screen and (min-width: 960px){
    .banner-main {
        width: 980px;
        height: 150px;
    }
    #banner1-main {
        background-position: center -30px;
    }
    .banner-main-text {
        padding: 15px 0 0 60px;
    }
    .banner-main-text h2 {
        margin: 0;
        padding: 0 0 5px 0;
        font-size: 18px;
    }
    .banner-main-text ul {
        margin: 0 0 10px 0;
        padding: 0 0 0 20px;
        font-size: 14px;
    }
    #banner1-main .banner-main-text {
        padding-right: 500px;
    }
}


/* main layout */
#aside, #aside-calculator, #aside-sub, #aside-register {
    display: none;
}
.whatis-video {
    padding: 10px;
    text-align: center;
}
#main-content-calculator {
    font-size: 1.3em;
}
/* vertical tablet size (e.g. iPad) */
@media screen and (min-width: 768px){
    #main-content-sub, #main-content-register {
        float: left;
        margin-top: 20px;
        width: 560px;
    }
    #main-content-calculator {
        font-size: 1.4em;
    }
    #aside-sub, #aside-register {
        display: block;
        float: right;
        margin-top: 20px;
        width: 180px;
    }
    #aside-calculator {
        font-size: 1.4em;
    }
    .whatis-video {
        display: inline-block;
        padding: 10px;
        text-align: center;
        vertical-align: top;
        width: 25%;
    }
}
/* horizontal tablet size, standard desktop size (e.g. iPad, desktop) */
@media screen and (min-width: 960px) {
    #main-content {
        float: right;
        margin-top: 20px;
        width: 760px;
    }
    #main-content-calculator {
        float: right;
        margin-top: 20px;
        width: 760px;
    }
    #main-content-sub {
        float: left;
        margin-top: 20px;
        width: 760px;
    }
    #main-content-register {
        float: left;
        margin-top: 20px;
        width: 660px;
    }
    #aside {
        display: block;
        float: left;
        margin-top: 20px;
        width: 200px;
    }
    #aside-calculator {
        display: block;
        float: left;
        margin-top: 20px;
        width: 200px;
    }
    #aside-sub {
        display: block;
        float: right;
        margin-top: 20px;
        width: 200px;
    }
    #aside-register {
        display: block;
        float: right;
        margin-top: 20px;
        width: 300px;
    }
}




/* other */
.box-container {
    margin: 10px 0;
    padding: 0 0 15px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
/* horizontal tablet size, standard desktop size (e.g. iPad, desktop) */
@media screen and (min-width: 960px) {
    .box-container {
        margin: 10px 0 15px 0;
        padding: 0;
        width: 100%;
        background: #fff;
        border: 1px solid #999;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        font-family: verdana, arial, sans-serif;
    }
    .box-container:first-child {
        margin-top: 0;
    }
    .box-content {
        padding: 5px 15px 20px 15px;
        font-size: .9em;
    }
    .box-content ul {
        margin-top: 0;
        margin-left: 20px;
        padding-left: 0;
        line-height: 2;
    }
}



/* ads */
.top-ad {
    clear: both;
    /*display: none;*/
}
.side-ad {
    display: none;
    margin-top: 10px;
    text-align: center;
}
/* horizontal tablet size, standard desktop size (e.g. iPad, desktop) */
@media screen and (min-width: 960px) {
    .top-ad {
        clear: none;
        float: right;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


/* footer */
#footer {
    clear: both;
    padding: 10px;
}
#footer-certificates {
    padding: 10px 0;
    text-align: center;
}
#footer-navigation {
    padding: 10px 0;
    font-size: 1.4em;
    text-align: center;
}
#copyright {
    font-size: 1em;
}
/* horizontal tablet size, standard desktop size (e.g. iPad, desktop) */
@media screen and (min-width: 960px) {
    #footer-certificates {
        float: left;
        text-align: left;
    }
    #footer-navigation {
        float: right;
        text-align: right;
        font-size: 1.2em;
    }
}



/* home call out text */
.home-callout {
    margin: 0 10px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.home-callout-text h3, .home-callout-text-full h3 {
    font-size: 1.6em;
    color: #039;
}
.home-callout-text p, .home-callout-text ul, .home-callout-text-full p, .home-callout-text-full ul {
    font-size: 1.4em;
}
/* vertical small phone size (e.g. iPhone 5) */
@media screen and (min-width: 320px){
}
/* vertical standard phone size (e.g. iPhone 6)  */
@media screen and (min-width: 375px){
}
/* vertical plus phone size (e.g. iPhone 6 Plus, Nexus 6P)  */
@media screen and (min-width: 412px){
}
/* horizontal small phone size (e.g. iPhone 5) */
@media screen and (min-width: 568px){
}
/* horizontal standard phone size (e.g. Galaxy S) */
@media screen and (min-width: 640px){
    .home-callout-text {
        float: right;
        width: 48%;
    }
    .home-callout-text:first-child {
        float: left;
    }
    .home-callout-text-full-img {
        float: right;
        margin: 10px 0 10px 10px;
    }
}
/* horizontal plus phone size (e.g. iPhone 6 Plus, Nexus 6P) */
@media screen and (min-width: 732px){
}
/* vertical tablet size (e.g. iPad) */
@media screen and (min-width: 768px){
}
/* horizontal tablet size, standard desktop size (e.g. iPad, desktop) */
@media screen and (min-width: 960px){
}


/* new register page 02/02/2017 */
.register-item {
    padding: 10px 0;
}
.register-item label {
    display: block;
    padding-bottom: 4px;
}
.register-item input, .register-item select {
    padding: 8px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.register-item select {
    max-width: 70%;
}
.register-extras {
    padding: 10px 20px;
    margin: 10px 0;
    background: #f3f3f3;
    font-size: 1.3em;
}



/* new dashboard styles 2017-10-31 */
.tooltip-link-style, .tooltip-link-style:link, .tooltip-link-style:active, .tooltip-link-style:visited {
    color: #000;
}
.tooltip-link-style:hover {
    color: #999;
}


/* new price page styles */
.price-highlight-container-home {
    font-size: 14px;
}
.price-highlight {
    margin-bottom: 2em;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-top: 10px solid #1b75bc;
    box-shadow: 1px 1px 10px #666;
    text-align: center;
    color: #666;
}
.price-highlight:first-child {
    border-top: 10px solid #27aae1;
}
.price-highlight h2, td#mainbody .price-highlight h2 {
    margin-top: 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #1b75bc;
    text-transform: uppercase;
}
.price-highlight:first-child h2, td#mainbody .price-highlight:first-child h2 {
    color: #27aae1;
}
.price-highlight p {
    font-style: italic;
}
.price-highlight h3, td#mainbody .price-highlight h3 {
    margin: 0;
    font-family: Arial, Sans-Serif;
    font-size: 4em;
    font-weight: bold;
    color: #1b75bc;
    vertical-align: top;
}
.price-highlight:first-child h3, td#mainbody .price-highlight:first-child h3 {
    margin-top: 20px;
    font-size: 3em;
    color: #27aae1;
}
.price-highlight h3 .price-sign {
    font-size: .3em;
    vertical-align: super;
}
.price-highlight h3 span {
    font-size: .3em;
}
.price-highlight h4, td#mainbody .price-highlight h4 {
    margin: 0;
    font-size: 1.3em;
    font-weight: bold;
    color: #1b75bc;
}
.price-highlight:first-child h4, td#mainbody .price-highlight:first-child h4 {
    margin-top: 10px;
    color: #27aae1;
}
.price-highlight h5, td#mainbody .price-highlight h5  {
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
    color: #1b75bc;
}
.price-highlight:first-child h5, td#mainbody .price-highlight:first-child h5 {
    color: #27aae1;
}
.price-highlight ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}
.price-highlight ul li:before {
    content: "✓";
    padding-right: 5px;
    color: #1b75bc;
    font-weight: bold;
}
.price-highlight:first-child ul li:before {
    color: #27aae1;
}
.price-highlight ul li {
    padding-bottom: .5em;
}
.price-highlight a {
    color: #1b75bc;
    text-decoration: none;
}
.price-highlight:first-child a {
    color: #27aae1;
}
.price-highlight a:hover {
    color: #666;
}
.price-highlight .btn-price, .price-highlight a.btn-price {
    display: block;
    margin: 0 auto;
    padding: .3em 1em;
    width: calc(100% - 2em);
    max-width: 260px;
    background: #1b75bc;
    font-size: 1.4em;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
.price-highlight:first-child .btn-price, .price-highlight:first-child a.btn-price {
    background: #27aae1;
}
.price-highlight .btn-price:hover, .price-highlight a.btn-price:hover {
    color: #fff;
    background: #666;
}
.price-highlight .link-compare {
    display: block;
    margin: 0 auto;
    padding: 1.2em 0 0 0;
    width: 50%;
}
.price-highlight .link-learnmore {
    display: block;
    margin: 0 auto;
    padding: .2em 0 1em 0;
    width: 50%;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
}
.price-note {
    margin: 0;
    padding: 0;
    font-size: .8em;
    color: #666;
    text-align: center;
}
.price-table {
    margin: 3em 0;
    padding: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-width: 1px 0 0 1px;
    border-collapse: collapse;
    color: #666;
}
.price-table th {
    padding: .5em 1em;
    white-space: nowrap;
    background: #666;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
}
.price-table th:nth-child(2) {
    background: #27aae1;
}
.price-table th:last-child {
    background: #1b75bc;
}
.price-table td {
    padding: 1em 1em;
    background: #fff;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
    text-align: center;
}
.price-table td:first-child {
    text-align: left;
}
.price-table td:nth-child(2), .price-table td:last-child {
    white-space: nowrap;
}
.price-table strong {
    color: #000;
}
.price-table tr:nth-child(even) td {
    background: #f3f3f3;
}
.price-table td:nth-child(2) span {
    font-weight: bold;
    color: #27aae1;
}
.price-table td:last-child span {
    font-weight: bold;
    color: #1b75bc;
}
.price-table .btn-price, .price-table a.btn-price {
    display: block;
    padding: .3em 1em;
    width: calc(100% - 2em);
    background: #1b75bc;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
.price-table td:nth-child(2) .btn-price, .price-table td:nth-child(2) a.btn-price {
    background: #27aae1;
}
.price-table .btn-price:hover, .price-table a.btn-price:hover {
    color: #fff;
    background: #666;
}
.price-detail {
    margin: 10em 0 2em 0;
    padding: 2em 0;
    border-top: 1px solid #ccc;
}
/* vertical small phone size (e.g. iPhone 5) */
@media screen and (min-width: 320px){
}
/* vertical standard phone size (e.g. iPhone 6)  */
@media screen and (min-width: 375px){
}
/* vertical plus phone size (e.g. iPhone 6 Plus, Nexus 6P)  */
@media screen and (min-width: 412px){
}
/* horizontal small phone size (e.g. iPhone 5) */
@media screen and (min-width: 568px){
}
/* horizontal standard phone size (e.g. Galaxy S) */
@media screen and (min-width: 640px){
    .price-highlight-container-home {
        margin-left: 10%;
        margin-right: 10%;
    }
    .price-highlight-container {
        display: flex;
    }
    .price-highlight {
        width: 45%;
    }
    .price-highlight:first-child {
        margin-right: 40px;
    }
}
/* horizontal plus phone size (e.g. iPhone 6 Plus, Nexus 6P) */
@media screen and (min-width: 732px){
}
/* vertical tablet size (e.g. iPad) */
@media screen and (min-width: 768px){
}
/* horizontal tablet size, standard desktop size (e.g. iPad, desktop) */
@media screen and (min-width: 960px){
}

/* icon */
a.icon, .icon {
    border-radius: 50%;
    background: #78c7ff;
    padding: 24px 5px 0 5px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
}
a.icon:hover, .icon:hover {
    background: #3badff;
}
.icon-dashboard-tip-tricks {
    float: right;
    display: block;
    width: 60px;
    height: 40px;
    box-shadow: 1px 1px 5px #333;
}



/* landing page */
.landing-page {
    font-size: 10px;
}
.landing-page h1 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 3em;
    font-weight: normal;
}
.landing-page ul, .landing-page p {
    font-size: 1.6em;
    font-weight: normal;
}
.landing-page p {
    padding: 0 0 10px 0;
}
.landing-page .note {
    font-size: 1em;
    font-style: normal;
}
.landing-page ul.check {
    list-style: none;
}
.landing-page .check li:before {
    content: "✓";
    display: inline-block;
    margin-left: -36px;
    margin-right: 10px;
    height: 26px;
    width: 26px;
    background: #000;
    border-radius: 13px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.landing-page .check li {
    padding-bottom: 10px;
}
.landing-page .btn, .landing-page a.btn:link, .landing-page a.btn:visited, .landing-page a.btn:active {
    display: inline-block;
    padding: 10px 20px;
    background: #669836;
    border: 0;
    border-radius: 0;
    box-shadow: 2px 2px 5px #333;
    font-size: 2em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.landing-page .btn:hover, .landing-page a.btn:hover {
    background: #aaa;
}
.landing-page-banner {
    display: flex;
    flex-wrap: wrap;
    background: #d8d8d8;
}
.landing-page-banner > div {
    flex-grow: 1;
}
.landing-page-banner-image img {
    width: 100%;
}
.landing-page-banner-content {
    padding: 30px;
}
.landing-page-banner-content h2 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 2em;
    font-weight: normal;
}
.landing-page-content {
    padding: 30px;
    background: #bdd0e1;
}
.landing-page-content h2, td#mainbody .landing-page-content h2 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 3em;
    font-weight: normal;
    text-align: center;
    color: #1b75bc;
}
.landing-page-content h3, td#mainbody .landing-page-content h3 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 2em;
    font-weight: normal;
    text-align: center;
}
.landing-page .landing-page-content .btn {
    margin: 20px auto;
}
.btn-align {
    text-align: center;
}
.landing-page-content a {
    color: #000;
}
.landing-page-content.landing-page-header {
    padding: 40px 20px 20px 20px;
    text-align: center;
}
.landing-page-content.landing-page-header h1 {
    color: #1b75bc;
}
.landing-page-banner-content .price-highlight {
    margin-bottom: 60px;
    padding: 0;
    width: 100%;
    border: 0;
    border-top: 0;
    box-shadow: none;
    font-size: 14px;
    text-align: center;
    color: #666;
}
.landing-page-banner-content .price-highlight:first-child {
    border-top: 0;
}
.landing-page-banner-content .price-highlight h3, td#mainbody .landing-page-banner-content .price-highlight h3 {
    font-size: 6em;
}
.landing-page-banner-content .price-highlight h5, td#mainbody .landing-page-banner-content .price-highlight h5 {
    padding-bottom: 30px;
}
.landing-page-content-alt {
    background: #f3f3f3;
    text-align: left;
}
.landing-page-content .price-table {
    font-size: 14px;
}
.landing-page-banner-california {
    background: #f3f3f3;
}
/* horizontal plus phone size (e.g. iPhone 6 Plus, Nexus 6P) */
@media screen and (min-width: 732px){
    .landing-page-banner {
        flex-wrap: nowrap;
    }
    .landing-page-banner > div {
        width: calc(50% - 60px);
    }
    .landing-page-banner-content {
        padding: 30px;
    }
    .landing-page-content {
        padding: 50px 60px;
    }
}


/* subscription enrollment styles */
.flex-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}
.flex-item {
    width: 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.subscription-option-label {
    display: block;
    border: 1px solid #ccc;
    padding: 20px;
    width: calc(100% - 40px);
    height: 380px;
    text-align: center;
}
.subscription-option-label.checked {
    border: 2px solid #069;
}
.subscription-option-radio {
    float: left;
}
.subscription-option-label h3 {
    margin: 0;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 1.4em;
}
.subscription-option-label p {
    margin: 0;
    padding: 0 0 10px 0;
}
.subscription-option-monthly-fee {
    padding-top: 20px;
    font-size: 3em;
    font-weight: bold;
    color: #069;
}
.subscription-option-label .subscription-option-fine-print {
    font-size: .8em;
    padding: 0 60px 10px 60px;
    line-height: 1.6;
}
#lAnnualEECount {
    padding-top: 30px;
}
#txtAnnualEECount {
    margin-bottom: 30px;
    width: auto;
    font-size: 1.4em;
    text-align: center;
}

