﻿
/* CSS Document */

/*-------global whitespace reset-----*/

a, p, ul, li, h1, h2, h3, h4, h5, tr, td,input {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	
}

input 
{
	font-size: 12px;
}

/* disabled buttons */
    button[disabled]:active, button[disabled],
    button[disabled="disabled"], button.disabled,
    input[type="reset"][disabled]:active,
    input[type="reset"][disabled],
    input[type="reset"][disabled="disabled"],
    input[type="reset"].disabled,
    input[type="button"][disabled]:active,
    input[type="button"][disabled],
    input[type="button"][disabled="disabled"],
    input[type="button"].disabled,
    select[disabled] > input[type="button"],
    select[disabled] > input[type="button"]:active,
    input[type="submit"][disabled]:active,
    input[type="submit"][disabled],
    input[type="submit"][disabled="disabled"],
    input[type="submit"].disabled {
        background-color: #CECACA; /* Medium light Gray */
        border: 1px solid #797F81; /* darkish gray */
        color: #FFFFFF; /* whitest white */
    }

body {
	margin:0;
	background-color:#474A4B; 
	font-family: sans-serif;
	font-size: 12px;
}

h1 {
	color:#FFF; /* whitest white */
	font-size:18px;
	font-weight:200;
}

/* this stops firefox automatically putting a border on any image used as a link */

a img {
	border:none;
}
a {
	/*color:#1A8FEC;*/
    color:black;
	font-size:14px;
	padding-top:3px;
	text-decoration:none;
}
a:hover
{
	color: #425C6D; /* dark reach blue */
	font-style: italic;
}

/*--------clearfix: This makes the container layer match the height of all elements floated inside ----------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

.clearfixInvisibleCell {
    border: 0px !important;
    /*background-color: #F0F0F0 !important;*/
    background-color: #fff !important;
}


html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

#floater {
	float:right;
}

/*--------end clearfix----------*/

/*--------calender styles-------*/
.ReachCal .ajax__calendar_container {
	border:1px solid black;
	background-color: white;
	z-index: 100;
}
.ReachCal .ajax__calendar_title
{
	padding: 2px 0px 2px 0px;
	color:#1A8FEC; /* Reach Blue */
}
.ReachCal .ajax__calendar_dayname
{

}
.ReachCal .ajax__calendar_other
{
	color:gray ! important;
}
.ReachCal .ajax__calendar_container td
{
	padding: 1px ! important;
	margin: 0px;
	height: auto ! important;   
}
.ReachCal .ajax__calendar_container tr
{
	height: auto ! important;   
}
/*------end calendar styles-----*/

/* container - this is the outside wrapping layer that contains all content -----*/

#container {
	margin:8px auto 10px auto;
	width:980px;
	padding:10px;
	border:0px solid #dad7d7; 
	background:#f8f8f8;
}

/* -----------------------------header --------------------------*/

#header {
    /*	background:url(/images/header_bg3.jpg) repeat-x; */
    background-color: #fff;
    height: 60px;
    margin-bottom: 10px;
    color: #425C6D; /* dark reach blue */
    border: solid 1px #dad7d7;
    
}
#header_login {
    
    background-color: white;
    height: 60px;
    margin-bottom: 10px;
    color: #425C6D; /* dark reach blue */
    border: solid 1px #dad7d7;
    width: 100%;
    margin: auto;
    margin-top: 10px;
}

/*
#header:hover {
	background:url(/images/header_bg2.jpg) repeat-x;
	height:75px;
	margin-bottom:10px;
}
*/

#header h1 {
	padding-top: 18px;
	margin-left: 240px;
/*	padding:40px 0 0 230px; */
}

.logo {
	float:left;
	margin-left: 15px;
	margin-top: 5px;
	height:50px;
	width:133px;
}

.labellogo1 
{
	text-align:center;
	font-size: 38px;
	font-weight:bold;
	color: White;
	padding-left:20px;
	padding-right:0px;
	padding-bottom: 0px;
	padding-top:0px;
	border:0;
}

.labellogo2 {
	text-align:center;
	color: White;
	font-size:22px;
	font-weight:bold;
	padding-left:20px;
	padding-right:0px;
	padding-bottom: 0px;
	padding-top:0px;
	border:0;
}

.logotable1 {
	border:0;
	padding:0;
}

/* this set the properties for the cells within the table */

.logotable1 td {
	border:0;
	padding-left:20px;
	padding-right:0px;
	padding-bottom: 0px;
	padding-top:0px;
}

/*--------------- menu -------------------------------------------*/

#menu {
	float:left;
	width:210px;
	border-top:1px solid #dad7d7; /* light gray */
	border-left:1px solid #dad7d7; /* light gray */
	border-right:1px solid #dad7d7; /* light gray */
	border-bottom:1px solid #dad7d7; /* light gray */
	
}

#navigation 
{
	background-color:#FFF; /* whitest white */
}

#navigation li {
	display:inline;
	list-style-type:none;
}

#navigation li a {
	text-decoration:none;
	padding:13px;
	display:block;
	height:13px;
}

/*--menuheader--*/

/* this sets the properties for the headers in the menu */

.menuheader {
    background-color:#858993; /* medium gray */
	color:#FFF; /* whitest white */
	font-size:16px;
	font-weight: bold;
	padding-left: 5px;
}

.menuitem {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#FFF; /* whitest white */
}

.menuitem a {
	color:#000000;
	background-color:#FFF; /* whitest white */
	font-size:14px;
	text-decoration: none;
}

.menuitem:hover, .menuitem:hover a, .menuitem a:hover {
	background-color:#DBF0FA; /* very light reach blue */
	color:#000; /* blackest black */
	font-style: normal;
}

.cellselected, .cellselected a {
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #DBF0FA;
	font-weight:bold;
	color: Black;
}

.menuheader a {
	background-color:#4B4E55; /* medium gray */
	color:#FFF; /* whitest white */
	font-size:16px;
	margin-bottom:1px;
}

.menuheader a:hover {
	font-style:italic;
	background-color:#E4F2FD; /* Very Light Reach Blue */
}

/*--menulink--*/

/* this sets the properties for the normal links in the menu */

.menulink a {
	color:#4B4E55; /* dark gray */
	background-color:#FFF; /* whitest white */
	font-size:14px;
	border-bottom:1px dotted #dad7d7; /* light gray */
}

.menulink a:hover {
	background-color:#DBF0FA; /* very light reach blue */
	color:#000; /* blackest black */
	font-style:italic;
	
}

/*-------------------right content--------------------*/



#rightcontent {
    border: 1px solid #dad7d7; /* light gray */
    /*	margin-left:220px; */
    margin-left: 0px;
    border-collapse: collapse;
    /*background-color:#F0F0F0;*/
    background-color: #fff;
}

/*-------------------headerbar------------------------*/
#headerbar_app {
    border-bottom: 1px solid #dad7d7; /* light gray */
    height: 37px;
    /*background-color: #f8f8f8;*/ 
    color: #425C6D; /* dark reach blue */
}

    #headerbar_app h2 {
        font-size: 18px;
        font-weight: 200;
        padding: 7px;
    }





/* this sets the properties for the stripe containing the page heading and logout button */

#headerbar {
    border-bottom: 1px solid #dad7d7;
    height: 37px;
    /*background-color: #E4F2FD;*/
    background-color: #e1e8ef; /* snow man */
    color: black;
}

#headerbar h2 {
	font-size:18px;
	font-weight:200;
	padding:7px;
}

/* this sets the properties for the logout button */

.logoutlink {
	float:right;
	margin:10px 25px 0 0;
	color:#FFF; /* whitest white */
	font-size:14px;
}

.logoutlink:hover {
	color:#E4F2FD; /* Light Reach Blue */
	font-style:italic;
}

/*----------------------featurebar------------------*/

/* this sets the properties for the main layer abouve the data entry table */

#featurebar, .featurebar {
	background-color:#fff; 
	padding:20px 20px 15px 20px;
}

#featurebar_new, .featurebar_new {
    background-color: white; /* Light creamy white */
    padding: 20px 0 15px 20px;
}

/*-----------------------featurebartable------------*/
/* this sets the properties for table within the featurebar layer */
.featurebartable td {
    font-size: 12px;
    padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	 padding:5px 10px 5px 5px;
	height: 20px;
   
}

.featurebartable tr 
{
	height: 30px;
}
.featurebartable_new td {
    font-size: 12px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding: 5px 10px 5px 5px;
    height: 20px;
   
}

.featurebartable_new tr {
    height: 30px;
  
}

.featurebartable_div div {
    font-size: 12px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    /*padding: 5px 10px 5px 5px;*/
    height: 20px;
}



/*-----------------------big-celled featurebartable------------*/
.bigfeaturebartable td {
	font-size:20px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding:5px 10px 5px 5px;
	height: 30px;
}

.payrollgrid_drop{

    font-size:12px;
}


.bigfeaturebartable tr {
    height: 40px;
}

.bigtext 
{
	display: inline;
	font-size:20px;
}

.edit_links
{
    color:black;
    font-size:12px;

}

.featurebarPopup {
    background-color: #F0F0F0; 
    padding: 0px;
}



.inputcell_login {
    border: 1px solid #CCCCCC;
    background-color: #fff !important; 
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .inputcell_login:active {
        border: 1px solid #CCCCCC; /* light gray */
        background-color: #fff !important; /* whitest white */
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
.inputcell {
	border:1px solid #CCCCCC; /* light gray */
	background-color:#fff ! important; 
	width: 100px;
}
.payroll-edit
{
    font-size:12px;
}
.readonly {
    background-color: #ecebeb !important; /* darker creamy white */
}
.readonly_payroll {
    background-color: #f8f8f8 !important; 
}
.readonly_payroll input {
    background-color: #f8f8f8 !important;
}
.readonlylite 
{
	background-color: #e7e7e7 ! important; /* creamy white */
}
.readonlylite_paroll {
    background-color: #A1D7DA !important; 
}
.readonlylite_paroll_white {
    background-color: white !important;
}

.inputcell input {
	border: 0px solid blue;
	width: 100px;
 
}
.inputcell_date {
    border: 1px solid #CCCCCC; /* light gray */
    background-color: #fff !important;
    width: 100px;
}
    .inputcell_date input {
        border: 0px solid blue;
        width: 100px;
        background-color: #f8f8f8 !important;
    }

.readonly input {
	background-color: #ecebeb ! important; /* darker creamy white */
}


.inputcell select{
	border: 0px solid white;
	width:170px;
}

.inputcellwidthless {
	border:1px solid #CCCCCC; /* light gray */
	background-color:#fff ! important; /* whitest white */
}

.inputcellwidthless input {
	border: 0px solid blue;
}

.inputcellwidthless select{
	border: 0px solid white;
}

.inputcellwidthlessreadonly {
	border:1px solid #CCCCCC; /* light gray */
	background-color: #ecebeb ! important; /* darker creamy white */
}

.inputcellwidthlessreadonly input {
	border: 0px solid blue;
}

.inputcellwidthlessreadonly select{
	border: 0px solid lightgrey;
}

.noInputCell input 
{
	width: auto;
	height: auto;
}
.inputcellwidthless_datepaid input

{
    padding-top:6px;
}
.inputcellwidthless_datepaid img {
    padding-top: 6px;
}
.subTable {
    border: 1px solid lightgrey;
}
.subTable td
{
	background-color: #EDE9EA; /* darker creamy white */
}

/* this sets the properties for the grey fields on the right */

.greycell {
	background-color:#e7e7e7; /* darker creamy white */
	
}

/* visual indicators for mandatory items */
.inputcellmandatory {
	border:1px solid #CCCCCC; /* light gray */
	background-color:#FFFFDB ! important; /* Special light yellow */
	width: 100px;
}

.mandatoryinput
{
	background-color:#FFFFDB ! important; /* Special light yellow */
}

.mandatoryprompt 
{
	font-weight:bold ! important;
}

.notecellmandatory
{
	background-color:#FFFF8F ! important; /* Special light yellow */
	color:#303030 ! important;
}


/*---------------------data table------------------*/

/* This causes a lot of trouble, stops you setting widths of dropdownlists in tables
table.data select{
    width: 100px ! important;
}
*/

/* these classes set the widths of the table headers and therefor all cells in the data table for new sale */

.de_leftth {
	width:350px;
	border-right:1px solid #dad7d7; /* light gray */

}

.de_leftmidth {
	width:300px;
	border-right:1px solid #dad7d7; /* light gray */
}

.de_rightmidth {
	width:100px;
	border-right:1px solid #dad7d7; /* light gray */
}

.de_rightth {
	width:100px;
}
.radioClass {
    
}
.newsale {
	font-size:14px;
}

/* this right aligns the input fields with dollar values  */

.moneyCell {
	text-align:right ! important;
	padding-right:5px;
}

.moneyCell input {
	text-align:right ! important;
	display: inline;
	padding: 0px;
	margin: 0px;
}
.money 
{
	display: inline;
	text-align: right;
	padding: 0px;
	margin: 0px;
}


.totalcells td
{
	background-color:#e7e7e7; 
}
.totalcell {
  
    background-color: #f8f8f8;
}

.totalcell input {
	background-color:#e7e7e7; 
}

.maintotal {
	background-color:#4f4848; 
}

/* Some of above but with for table row highlighting */
.altcellsrh {
	background-color:#CFCFCF; /* Very Light reach gray */
}

/* this sets the properties for the "add row" link */

.redtextlink {
	color:#E4F2FD; 
	font-size:12px;
	margin-left:10px;
}

.addrowlink:hover {
	color:#000; 
	font-style:italic;
	
}


.quicklinktable {
	float:right;
}

.quicklinkpromptcell {
	color:#0E597C; 
	font-size:12px;
	padding-right: 15px;
	text-align:left;
}

.quicklinkrefcell a {
	color:black; 
	font-size:12px;
	padding-right: 15px;
	text-align:left;
	font-style:normal;
}

    .quicklinkrefcell a:hover {
        color: black;
        font-size: 12px;
        padding-right: 15px;
        text-align: left;
        font-style: italic;
    }
.app-color-inputfield-background1 {
    border: 0px solid #CCCCCC !important;
    background-color: #e1e8ef !important;
   
}

.app-color-inputfield-background {
    border: 1px solid #CCCCCC !important;
    background-color: #e1e8ef !important;
}
.app-color-inputfield-background-selected {
    background-color: #e1e8ef !important;
}
   /*.app-color-inputfield-background-selected select option:hover {
        background-color: pink !important;
        color: pink !important;
    }
    .app-color-inputfield-background-selected select option:active {
        background-color: pink !important;
        color: pink !important;
    }*/

.app-color-primary-action {
    background-color: #ebeef3;
}

.app-color-candy-7 {
    background-color: #A1D7DA;
}
.app-color-field-background {
    background-color: #f8f8f8;
}
.readonlyapp {
    background-color: #f8f8f8 !important;
}
.app-color-rando {
    background-color: #F8F8F8;
}
.app-site-background {
    background-color: #F8F8F8;
}

.app-siteheader-background {
    background-color: #F8F8F8;
}

.app-site-sub-header-background {
    background-color: #F8F8F8;
}
.app-site-panel-header-background {
    background-color: #F8F8F8;
}
.app-site-buttons-background {
    background-color: #F8F8F8;
}
.app-button-background-color {
    /*snowman*/
    background-color: #e1e8ef;
}
.app-color-white {
    background-color:white;
}


.app-color-black {
    background-color: black;
}
.app-forecolor-black {
    color: black;
}

.app-size-weight {
  font-size:14px;
  font-weight:normal;
  color:black;
}



.quicklinkrefcell_new a {
 
    color:black;
    font-size: 12px;
    padding-right: 15px;
    text-align: left;
    font-style: normal;
}

    .quicklinkrefcell_new a:hover {
       
        color: black;
        font-size: 12px;
        padding-right: 15px;
        text-align: left;
        font-style: italic;
    }





#buttons {
	border-top:1px solid #dad7d7;
	border-bottom:1px solid #dad7d7; 
	height:44px;
	padding: 6px 15px 0 0;
}



#buttonsul li {
	float:right;
	display:block;
	width:70px;
	height:40px;
	padding:8px 10px 0 13px;
	text-align:center;
	
}

.butwhite {
	background:url(/images/button_bg.jpg) no-repeat;
}
 
.butgrey {
	background:url(/images/button_bg_grey.jpg) no-repeat;
}
.butwhiteBig
{
	width: 165px ! important;
	background:url(/images/buttonBig_bg.jpg) no-repeat  ! important;
}
.butwhiteBig a
{
	width: 165px ! important;
	
}



#buttonsul li a {
	color:#E4F2FD; 
	font-size:12px;
	text-decoration:none;
	width: 70px;
	display: block;
	padding-top: 3px;
}

#buttonsul li a:hover {
	color:#425C6D;
	font-style:italic;
}



.data {
	border-collapse:collapse;
	width:100%;
}



    .data th {
      
        background-color: #f8f8f8;
     
        color: black;
        font-size: 12px;
        height: 20px;
        text-align: left;
        padding-left: 5px;
        font-weight: 100;
        padding-bottom:10px;
        border: 1px solid #dad7d7;
    }



.data td 
{
	border:1px solid #dad7d7; /* light gray */
	padding-left:5px;
}

.data tr {
	background-color:#FFF; 
}



.data input, .data textarea {
	width:95%;
	padding:2px 4px 2px 0px;
	margin:0;
	border:0;
}


.data_payroll {
    border-collapse: collapse;
    width: 100%;
}



    .data_payroll th {
        /*background-color: #f8f8f8;*/
        color: black;
        font-size: 12px;
        height: 30px;
        text-align: left;
        padding-left: 5px;
        font-weight: 100;
        border: 1px solid #dad7d7;
    }



    .data_payroll td {
        border: 1px solid #dad7d7; /* light gray */
        padding-left: 5px;
    }

    .data_payroll tr {
        background-color: #FFF;
    }



    .data_payroll input, .data_payroll textarea {
        width: 95%;
        padding: 2px 4px 2px 0px;
        margin: 0;
        border: 0;
    }

.resultstable td
{
	vertical-align:middle;
	line-height:16px;
	font-size:12px;
}


/*      new          */


.data_app {
    border-collapse: collapse;
    width: 100%;
}



    .data_app th {
        /*background-color: #f8f8f8;*/ 
        color: black; 
        font-size: 12px;
        height: 30px;
        text-align: left;
        padding-left: 5px;
        font-weight: 100;
        /*font-weight: bold;*/
        border: 1px solid #dad7d7;
    }

 

    .data_app td {
        border: 1px solid #dad7d7;
        padding-left: 5px;
    }

    .data_app tr {
        background-color: #FFF;
    }

    

    .data_app input, .data_app textarea {
        width: 95%;
        padding: 2px 4px 2px 0px;
        margin: 0;
        border: 0;
    }

.resultstable_app td {
    vertical-align: middle;
    line-height: 16px;
    font-size: 12px;
}

.sales_buttons_app{

}

.dataCaption {
    background-color: #E1E8EF;
    color: black;
    font-size: 12px;
    height: 25px;
    text-align: left;
    padding-left: 5px;
    padding-top: 10px; 
    font-family:Arial;
    border: 1px solid #dad7d7;
}


.dataHeader {
	background-color:#E4F2FD; 
	color:#425C6D; 
	font-size:16px;
	height:30px;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
	font-weight:100;
	font-weight:bold;
	border: 1px solid #dad7d7;
}
.dataHeader-tax-tables {
    background-color: #E1E8EF;
    color: black;
    font-size: 16px;
    height: 30px;
    text-align: left;
    margin-left: 5px;
    padding-top: 5px;
    font-weight: 100;
    font-weight: normal;
    border: 1px solid #dad7d7;
}
.dataHeader-tax-tables-header {
    background-color: #E1E8EF;
    color: black;
    font-size: 16px;
   
  margin-top:20px;
   margin:auto;
   
    border: 1px solid #dad7d7;
}
.dataSubHeader {
	background-color:#E4F2FD; 
	color:#425C6D; 
	font-weight:bold;
	height:24px;
}

.dataSubHeader_payroll {
    background-color: #E1E8EF;
    color: black;
   
    height: 24px;
}

.dataRow_payroll {
    height: 19px;
    background-color: #f8f8f8 !important;
}


.dataSubHeader2 {
    background-color: #dad7d7;
    color: Black;
    font-weight: bold;
    height: 24px;
}


.searchHeaderLogo {
	float:left;
	margin-left: 25px;
	margin-top: 15px;
	height:16px;
	width:16px;
}

.searchHeaderLabel {
    float: left;
    /*margin-left: 10px;*/
    padding-left:25px;
    margin-top: 13px;
    font-size: 17px;
    font-weight: normal;
    /*color: #1A8FEC;*/
    color: black;
    border: 0;
}
.searchHeaderLabel_purchase {
    float: left;
    /*margin-left: 10px;*/
    padding-left: 15px;
    margin-top: 13px;
    font-size: 17px;
    font-weight: normal;
    /*color: #1A8FEC;*/
    color: black;
    border: 0;
}
.searchHeaderContainer {
    padding: 0;
    /*margin-left:25px;*/
    margin: 0;
   
    background-color: #fff;
    height: 43px;
    width: 100%;
    border-bottom: solid 1px #dad7d7;
}



.je_leftth {
	width:100px;
	border-right:1px solid #dad7d7; 
}

.je_leftmidth {
	width:80px;
	padding-left:5px;
	border-right:1px solid #dad7d7; 
}

.je_rightmidth {
	width:450px;
	padding-right:5px;
	border-right:1px solid #dad7d7;
}

.je_2rightth {
	width:100px;
	border-right:1px solid #dad7d7; 
}

.je_rightth {
	width:100px;
}






.data1 {
	border-collapse:collapse;
	width:100%;
}



    .data1 th {
        background-color: #f8f8f8;      
        color: black;
        font-size: 12px;
        height: 30px;
        padding-left: 5px;
        padding-right: 10px;
        font-weight: 100;   
        border: 1px solid #dad7d7;
    }



.data1 td {
	border:1px solid #dad7d7; 
	padding-left:5px;
	padding-right:5px;
}

.data1 tr {
	background-color:#FFF; 
}

.data1 input, .data1 textarea {
	width:95%;
	padding:2px 4px 2px 0px;
	margin:0;
	border:0;
}



.aje_leftth {
	width:80px;
	text-align:left;
	border-right:1px solid #dad7d7; 
}

.aje_leftmidth {
	width:200px;
	text-align:left;
	border-right:1px solid #dad7d7; 
}

.aje_rightmidth {
	width:450px;
	text-align:right;
	border-right:1px solid #dad7d7; 
}

.aje_2rightmidth {
/*	width:100px; */
	text-align:right;
	padding: 1px 10px 1px 1px;
	border-right:1px solid #dad7d7; 
}

.aje_2rightth {
	width:100px;
	text-align:right;
	border-right:1px solid #dad7d7; 
}

.aje_rightth {
	width:100px;
}

/* alternate 2 data table format, used in some popups */

.data2 {
	border-spacing:0;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-color:#dad7d7; /* light gray */
	border-style:solid; /* light gray */
	width:100%;
}

.data2 th {
	background-color:#E4F2FD;
	color:black; 
	font-size:small;
	height:12px;
	padding-left:5px;
	padding-right:5px;
	font-weight:100;
	border-top:1px solid #dad7d7; /* light gray */
	border-left:1px solid #dad7d7; /* light gray */
}

.data2 td {
	padding-left:5px;
	padding-right:5px;
	border-top:1px solid #dad7d7; /* light gray */
	border-left:1px solid #dad7d7; /* light gray */
}

.data2 tr {
	background-color:#FFF; 
}

.data2 input, .data2 textarea {
	width:95%;
	padding:2px 4px 2px 0px;
	margin:0;
	border:0;
}

/* like data2, but with row highlighting */

.data2rh {
    border-spacing: 0;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-color: #dad7d7; /* light gray */
    border-style: solid; /* light gray */
    width: 100%;
    color: black;
}


    .data2rh th {
        background-color: #E1E8EF; /*12/2/2019*/
        color: black;
        font-size: small;
        height: 12px;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: 100;
        border-top: 1px solid #dad7d7; /* light gray */
        border-left: 1px solid #dad7d7; /* light gray */
    }

.data2rh td {
	padding-left:5px;
	padding-right:5px;
	border-top:1px solid #dad7d7; /* light gray */
	border-left:1px solid #dad7d7; /* light gray */
}

.data2rh tr {
	background-color:#FFF; 
}

.data2rh tr:hover td {
	background-color:#FFFF8F; /* Special yellow */
}

.data2rh input, .data2rh textarea {
	width:95%;
	padding:2px 4px 2px 0px;
	margin:0;
	border:0;
}

/* alternate 3 data table format, used in some reports */

.data3 {
	border-collapse:collapse;
	width:100%;
}

/* this set the properties for the headers within the table */

.data3 th {
	background-color:#E4F2FD; /* Light Reach Blue */
	color:#425C6D; /* dark reach blue */
	font-size:small;
	height:11px;
	padding-left:5px;
	padding-right:5px;
	font-weight:100;
	font-weight:bold;
	text-align:left;
}

/* this set the properties for the cells within the table */

.data3 td {
	border:1px solid #dad7d7; /* light gray */
	padding-left:5px;
	padding-right:5px;
}

.data3 tr {
	background-color:#FFF; 
}

.data3 input, .data3 textarea {
	width:95%;
	padding:2px 4px 2px 0px;
	margin:0;
	border:0;
}



.datarh {
	border-collapse:collapse;
	width:100%;
}

/*- Start - .datarh - Same as .data, but with table row highlighting --------------------*/

    .datarh th {
        /*background-color: #E4F2FD;*/
        background-color: #f8f8f8;
        /*color: #425C6D;*/
        color: black;
        font-size: 12px;
        height: 30px;
        text-align: left;
        padding-left: 5px;
        font-weight: 100;
        /*font-weight: bold;*/
        border: 1px solid #dad7d7;
    }

.datarh th[align=right] { text-align:right; }

.datarh td {
	border:1px solid #dad7d7; /* light gray */
	padding-left:5px;
}
.datarh tr.altcells
{
	background-color:#f8f8f8; 
}
.datarh tr {
	background-color:#FFF; 
}

 .datarh tr:hover td, .datarh tr:hover span {
        /*background-color: #ffffbc;
        background-color: #ffffb1;*/
        color: #000000;
    }

.datarh input, .datarh textarea {
	width:95%;
	padding:2px 4px 2px 0px;
	margin:0;
	border:0;
}

.altcells_yellow td {
    background-color: #ffffb1;
}
/*new*/
.datarhtax {
    border-collapse: collapse;
    width: 100%;
}

    /*- Start - .datarh - Same as .data, but with table row highlighting --------------------*/

    .datarhtax th {
        /*background-color: #E4F2FD;*/
        background-color: #f8f8f8;
        /*color: #425C6D;*/
        color: black;
        font-size: 12px;
        height: 30px;
        text-align: left;
        padding-left: 5px;
        font-weight: 100;
        /*font-weight: bold;*/
        border: 1px solid #dad7d7;
    }

        .datarhtax th[align=right] {
            text-align: right;
        }

    .datarhtax td {
        border: 1px solid #dad7d7; /* light gray */
        padding-left: 5px;
    }

    .datarhtax tr {
        background-color: #FFF;
    }

        .datarhtax tr:hover td, .datarhtax tr:hover span {
            background-color: #ffffbc;
            color: #000000;
        }

    .datarhtax input, .datarhtax textarea {
        width: 95%;
        padding: 2px 4px 2px 0px;
        margin: 0;
        border: 0;
    }

/*- End - .datarh-------------------------------------------------------------------------*/
.data2rhnew {
    border-spacing: 0;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-color: #dad7d7; /* light gray */
    border-style: solid; /* light gray */
    width: 100%;
    color: black;
}


    .data2rhnew th {
        background-color: #E1E8EF; /*12/2/2019*/
        color: black;
        font-size: small;
        height: 12px;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: 100;
        border-top: 1px solid #dad7d7; /* light gray */
        border-left: 1px solid #dad7d7; /* light gray */
    }

    .data2rhnew td {
        padding-left: 5px;
        padding-right: 5px;
        border-top: 1px solid #dad7d7;
        border-left: 1px solid #dad7d7;
        border-bottom: 0px solid #dad7d7;
        border-right: 0px solid #dad7d7;
    }

    .data2rhnew tr {
        background-color: #FFF;
    }

        .data2rhnew tr:hover td {
            background-color: #FFFF8F; /* Special yellow */
        }

    .data2rhnew input, .data2rhnew textarea {
        width: 95%;
        padding: 2px 4px 2px 0px;
        margin: 0;
        border: 0;
    }



.padcellsright td, .padcellsright th
{
    padding-right:5px;
    
}
.hypera a {
    color:black;
    font-size:12px;
}
.nocellwrapping td {
    white-space: nowrap;
}

.onlysideborder td
{
	/* frog border-bottom: none;*/ 
}
.underlined
{
	border-bottom: 1px  solid #dad7d7 ! important; /* light gray */
}
.ListTotal
{
	border-top: 1px  solid #dad7d7 ! important; /* light gray */
}
.hiddentext
{
	display: none ! important;
}

.RadioList Label
{
	white-space: nowrap;
}

.RadioList Input
{
	width: 15px;
	height: 15px;
	margin: 2px 2px 2px 0px;
	padding: 0;
	vertical-align: middle;
}

.RadioList td 
{
	padding: 0px 5px 0px 0px;
	margin: 0px;
}
.norightborder 
{
	border-right: 0px solid green;
	padding: 0px;
}

/*----------------------chart of acct page page--------------------------------------------------------------------------*/

.chartacct_submenu {
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #FFF; 
}

    .chartacct_submenu tr {
        background-color: #e1e8ef; /* snow man */

    }

    .chartacct_submenu td {
        border: 1px solid #b4babf; /* snowman border */
        height: 35px;
        text-align: center;
        font-size: 12px;
    }
        .chartacct_submenu td:hover {
            border: 1px solid #b4babf; /* snowman border */
            height: 35px;
            text-align: center;
            font-size: 12px;
            background-color: #A1D7DA; /* candy 7*/
        }


    .chartacct_submenu td a {
        text-decoration: none;
        color: black;
        font-size:12px;
    }
        .chartacct_submenu td a:hover {
            font-style: normal;    
             color: black;
        }

.chartacct_activelink {
    background-color: #A1D7DA; /* candy 7 */
}


/*----table chart of accts-----*/

.chartacct_tbl {
	width:100%;
}

.chartacct_tbl td {
	vertical-align:middle;
	font-size:12px;
}

.ca_leftth {
	width:120px;
	border-right:1px solid #FFF; /* whitest white */
	border-bottom:1px solid #FFF; /* whitest white */
	
}

.ca_leftmidth {
	width:120px;
	border-right:1px solid #FFF; /* whitest white */
	border-bottom:1px solid #FFF; /* whitest white */
}

.ca_rightmidth {
	border-right:1px solid #FFF; /* whitest white */
	border-bottom:1px solid #FFF; /* whitest white */
}

.ca_rightth {
	width:120px;
	border-bottom:1px solid #FFF; /* whitest white */
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
	width : 200px ! important;
	text-align : left; 
	list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color: White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:320px;
	overflow-x: hidden
}
.modalPopup table.resultstable a 
{
	text-decoration: none;
	color: Black;
	display: block;
	width: 100%;
}
.modalPopup table.resultstable a:hover 
{
	font-style: italic;
	background-color: #e7e7e7; /* creamy white */
}
.modalPopup span 
{
	border-right: 1px solid #DAD7D7; /* light gray */
}

/*------------- table header formats used in some popups --------------*/
.popupTableHeaderLeft
{
	text-align:left;
	font-weight:bold; 
	height:25px;	
}

.popupTableHeaderRight
{
	text-align:right;
	font-weight:bold;
	height:25px;
	padding-right:7px;
}

/*------------- table cell formats used in some popups --------------*/
.popupTableCellLeft
{
	text-align:left;
	height:20px;
	padding-top:3px;
	white-space:nowrap;
	overflow:hidden;
    color:black;
   
}

.popupTableCellRight
{
	text-align:right;
	height:20px;
	padding-top:3px;
	white-space:nowrap;	
}

/*------------- Progress Bars and such --------------*/
.progressIndicator
{
	width: 100%; 
	text-align: center;
	color:#1A8FEC; /* reach blue */
}

.progressIndicatorLocal
{
	text-align: left;
	color:#1A8FEC; /* reach blue */
	padding:0;
	vertical-align:middle;
}

/*--------------new customer receipt page -----------------------------------------*/

.npr_leftth {
	width:150px;
}

.npr_leftmidth {
	width:150px;
}

.npr_rightmidth {
	width:200px;
}

.npr_rightth {
	width:200px;
}

.unallocatedcell {
	text-align:right;
	padding-right:10px;
}

.validationSummary {
    border: 1px solid #81acae;
    /*margin-right: 20px;*/
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    height: auto !important;
    background-color: #A1D7DA;
    /*	background-image: url(/Images/error.jpg);
	background-position: left top;
	background-repeat: no-repeat;
*/
}

.validationSummary ul 
{
	padding-left: 15px;
	list-style-image: none;
	list-style-type: disc;
	margin: 10px auto 0 auto;
	color:#041E34;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight:400;

}
.validationSummary li
{
	padding-top: 5px;
	padding-bottom: 5px;
    list-style: none;
}
.watermark
{
	font-style: italic;
	text-align: right;
}
.watermark_left {
    font-style: italic;

}
.watermark_left focus  {
    font-style: italic;
    background-color: #dddddd;
}
tr.red-cell {
    background: #ffffb1; /* softer yellow*/
}
.water {
    color: black;
    font-family:sans-serif;
    font-size:12px;
}
.waterpadded {
    padding-left:5px;
}
.topPadded td
{
	margin-top: 10px;
}
.topPadding
{
	padding-top: 10px;
}
.inputFormHint 
{
	 padding-left: 10px; 
	 color: silver;
}
.Faded
{
	color:darkmagenta;
	font-size: 13px;
}
.formCell
{
	padding-right: 15px;
}
/*login page new--------------------------------------------------------------------- */
#loginbox {
    width: 480px;
    margin: 50px auto 50px auto;
    text-align: center;
}

    #loginbox div.inner_loginbox {
        border-left: 1px solid #857C7D;
        border-right: 1px solid #857C7D;
        border-bottom: 1px solid #857C7D;
        border-top: 1px solid #857C7D;
        padding-bottom: 15px;
    }


    #loginbox h1 {
        color: black;
        /*color: #FFF;*/
        /*background: url(/Images/login_bg1.jpg);*/
        /*background-color: #f0f0f0;*/
        height: 32px;
        padding-top: 20px;
    }

    #loginbox table {
        margin: 0px auto 0 auto;
    }

        #loginbox table th {
            font-weight: normal;
            width: 70px;
            text-align: right;
        }

            #loginbox table th span, #loginbox table tbody td input {
                width: 95%;
                height: 98%;
            }

        #loginbox table tbody td {
            width: 300px;
        }


        #loginbox table thead td {
            padding-left: 0px;
            text-align: left;
        }

        #loginbox table.alt th {
            font-weight: normal;
            width: 140px;
            text-align: right;
        }

        #loginbox table.alt tbody td {
            width: 230px;
        }

/* login page-------------------------------------------------------------------------*/
#loginbox_new {
    width: 600px;
    text-align: center;
    margin:auto;
   
}

    #loginbox_new div.inner_loginbox {
        border: solid 1px #dad7d7;
        padding-top: 50px;
    }


    /*#loginbox_new h1 {
        color: #FFF;
      
      
       
       
    }*/
    #loginbox_new table {
        margin: 0px auto 0 auto;
    }

        #loginbox_new table th {
            font-weight: normal;
            width: 70px;
            text-align: right;
        }

            #loginbox_new table th span, #loginbox_new table tbody td input {
                width: 95%;
                height: 98%;
            }

        #loginbox_new table tbody td {
            width: 550px;
        }


        #loginbox_new table thead td {
            padding-left: 0px;
            text-align: left;
        }

        #loginbox_new table.alt th {
            font-weight: normal;
            width: 140px;
            text-align: right;
        }

        #loginbox_new table.alt tbody td {
            width: 230px;
        }


/*---footer-----------------------------------------------------------------*/

#footer {
	color:#CCCCCC; /* light gray */
	font-size:11px;
	padding-top:10px;
}

#footer a {
	color:#CCCCCC; /* light gray */
}

#footer a:hover {
	color:#333333; /* dark gray */
}

.footerright {
    float: right;
    color: #f8f8f8 !important;
}

/* Reports */

.ReportTotal td
{
	font-weight: bold ! important;
	line-height: 25px ! important;
}

/* Contacts */
.contacts input, .contacts select
{
	width: 200px ! important;
}

/* attachments */
#attachment_container {

}

#attachment_files {
	width: 100%;
}

.file_upload {

}

#attachment_files tr.file_upload td {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

#attachment_files tr.file_upload td.left
{
	width: 250px;
	border-bottom: 1px solid #CCCCCC; /* light gray */
}

#attachment_files tr.file_upload td.middle
{

	width: 450px;

border-bottom: 1px solid #CCCCCC; /* light gray */

}

#attachment_files tr.file_upload td.right
{
	border-bottom: 1px solid #CCCCCC; /* light gray */
}

div.divinputfile {
	position: relative;
}

div.divinputfile input 
{
    width: 100%;
}

input.inputfile {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

div.fakeinputfile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.fakefilename {
	color: Gray;
	width: 450px !important;
}

.coyprefs 
{
    width: 800px;
    margin-left:25px;
    margin-top:20px;
    margin-bottom:20px
}

.coyprefs td
{
	width:100%;
	padding-top:0px ! important;
}
.coyprefs td select {
	width:100%;
}

.coyprefs th 
{
	width:100%;
	font-weight:bold;
	text-align:left !important;
}

.coyprefs thead th {
	font-size:16px !important;
	vertical-align:bottom !important;
	color:#565A61 !important;
	padding-left: 0px !important;
}

.coyprefs tfoot th {
	font-size:14px !important;
	vertical-align:text-top !important;
	color:#B1B4B9 !important;
    padding-left: 8px !important;
}

.accordionHeader,.accordionHeaderSelected  {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
	background-color:#e4f2fd;
	font-size:12px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #fff;
	border-collapse:collapse;
	cursor: pointer;
}

.accordionHeader {
	background-image: url(/images/plusSmall.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 30px;
}

.accordionHeaderSelected  {
	background-image: url(/images/minusSmall.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 30px;
	background-color:#D8ECFC;
}

.accordionHeader:hover {
	background-image: url(/images/plusSmall.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 30px; 
	background-color:#D8ECFC;
}

.accordionHeaderSelected:hover {
	background-image: url(/images/minusSmall.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 30px;
	background-color:#D8ECFC;
}

.accordionContent
{
	background-color: #F8f8f8; 
	border: 1px solid #dad7d7; 
	padding: 5px;
	padding-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
.accordionContent div.template_options 
{
	padding-bottom: 5px;
}


/*              app             */

.accordionHeader_app, .accordionHeaderSelected_app {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    /*background-color: #f8f8f8;*/
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-collapse: collapse;
    cursor: pointer;
}

.accordionHeader_app {
    /*background-image: url(/images/plusSmall.png);*/
    background-repeat: no-repeat;
    background-position: 5px 8px;
    padding-left: 10px;
    border-left: 0px;
    border-right: 0px;
}

.accordionHeaderSelected_app {
    /*background-image: url(/images/minusSmall.png);*/
    background-repeat: no-repeat;
    background-position: 5px 8px;
    padding-left: 10px;
    background-color: #ebeef3;
    border-left: 0px;
    border-right: 0px;
}

.accordionHeader_app:hover {
    /*background-image: url(/images/plusSmall.png);*/
    background-repeat: no-repeat;
    background-position: 5px 8px;
    padding-left: 10px;
    background-color: #ebeef3;

}

.accordionHeaderSelected_app:hover {
    /*background-image: url(/images/minusSmall.png);*/
    background-repeat: no-repeat;
    background-position: 5px 8px;
    padding-left: 10px;
    background-color: #ebeef3;
}

.accordionContent_new {
    background-color: white; /* creamy white */
    border: 1px solid #dad7d7; /* light gray */
    padding: 5px;
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border-left: 0px;
    border-right: 0px;
}

.accordionContent div.template_options {
    padding-bottom: 5px;
}

.noborderspan span 
{
	border: 0px;
}
.inputcell_balance {
    border: 1px solid #CCCCCC; /* light gray */
    background-color: #fff !important;
    width: 100px;
}

    .inputcell_balance input {
        border: 0px solid blue;
        width: 100px;
        background-color: #E1E8EF !important;
    }

.FlatButton_new {
    border: 1px solid #9f9f9f;
    background-color: #E4F2FD;
    color: #425C6D;
    padding: 4px 6px 4px 6px;
    width: 70px;
    min-width: 70px;
    text-align: center !important;
}

    .FlatButton_new:hover {
        border: 0px solid white;
        background-color: #1975BE;
        color: white;
        padding: 4px 6px 4px 6px;
        width: 70px;
        min-width: 70px;
        text-align: center !important;
    }

    .FlatButton_new:active {
        border: 0px solid white;
        background-color: #4791cb;
        color: #fff;
        padding: 4px 6px 4px 6px;
        width: 70px;
        min-width: 70px;
        text-align: center !important;
    }

.FlatButton_new:focus {
    outline: 0;
}

.FlatButton
{
	border: 1px solid #9f9f9f; 
	background-color: #E4F2FD; 
	color: #425C6D;
	padding: 4px 6px 4px 6px;
	width: 70px;
	min-width: 70px;
	text-align: center ! important;
}

.FlatButtonHover
{
	border:  1px solid #AAAAAA; 
	background-color: #1975BE; 
	color:  #FFF; 
	padding: 4px 6px 4px 6px;
	width: 70px;
	min-width: 70px;
	text-align: center ! important;
}

.FlatButtonWide_new {
    border: 1px solid #9f9f9f;
    /*background-color: #f8f8f8;*/
    color: black;
    padding: 4px 6px 4px 6px;
    width: 100px;
    min-width: 100px;
    height: 35px;
    text-align: center !important;
}

    .FlatButtonWide_new:hover {
        border: 0px solid #AAAAAA;
        /*background-color: #A1D7DA;*/
        background-color: #1975BE;
        color: #FFF;
        padding: 4px 6px 4px 6px;
        width: 100px;
        min-width: 100px;
        text-align: center !important;
    }

    .FlatButtonWide_new:active {
        border: 0px solid #AAAAAA;
        background-color: #B4BABF;
        color: black; /* whitest white */
        padding: 4px 6px 4px 6px;
        width: 100px;
        min-width: 100px;
        text-align: center !important;
    }

    .FlatButtonWide_new:focus {
        outline: 0;
    }

    .FlatButtonWide_app_stp {
        border: 1px solid #9f9f9f;
        /*background-color: #f8f8f8;*/
        color: black;
        padding: 4px 6px 4px 6px;
        width: 90px;
        min-width: 90px;
        height: 35px;
        text-align: center !important;
    }
    .FlatButtonWide_app_stp:hover {
        border: 1px solid #81acae;
        /*background-color: #A1D7DA;*/
        background-color: #A1D7DA;
        color: black;
        padding: 4px 6px 4px 6px;
        width: 90px;
        min-width: 90px;
        text-align: center !important;
    }
    .FlatButtonWide_app_stp:active {
        border: 1px solid #81acae;
        background-color: #b4dfe1;
        color: black; /* whitest white */
        padding: 4px 6px 4px 6px;
        width: 90px;
        min-width: 90px;
        text-align: center !important;
    }
    .FlatButtonWide_app_stp:focus {
        outline: 0;
    }

    /*This is the search box on Home pages*/
    .WhiteLeftPanel {
        display: block;
        border: solid 1px #dad7d7;
        background-color: #FFFFFF;
        margin: 0;
    }

    /* the following styles are specific to Firefox*/
@-moz-document url-prefix() {
    input[type=button] {
        /* original check box are push outside the viexport */
    }

    .FlatButtonWide_app {
        border: 1px solid #9f9f9f;
        /*background-color: #f8f8f8;*/
        color: black;
        padding: 4px 6px 4px 6px;
        width: 100px;
        min-width: 100px;
        height: 35px;
        text-align: center !important;
    }

        .FlatButtonWide_app:hover {
            border: 1px solid #81acae;
            /*background-color: #A1D7DA;*/
            background-color: #A1D7DA;
            color: black;
            padding: 4px 6px 4px 6px;
            width: 100px;
            min-width: 100px;
            text-align: center !important;
        }

        .FlatButtonWide_app:active {
            border: 1px solid #81acae;
            background-color: #b4dfe1;
            color: black; /* whitest white */
            padding: 4px 6px 4px 6px;
            width: 100px;
            min-width: 100px;
            text-align: center !important;
        }

        .FlatButtonWide_app:focus {
            outline: 0;
        }

    .FlatButtonWide_app-shr {
        border: 1px solid #9f9f9f;
        /*background-color: #f8f8f8;*/
        color: black;
        padding: 4px 6px 4px 6px;
        width: 100px;
        height: 35px;
        text-align: center !important;
    }

        .FlatButtonWide_app-shr:hover {
            border: 1px solid #81acae;
            /*background-color: #A1D7DA;*/
            background-color: #A1D7DA;
            color: black;
            padding: 4px 6px 4px 6px;
            width: 100px;
            text-align: center !important;
        }

        .FlatButtonWide_app-shr:active {
            border: 1px solid #81acae;
            background-color: #b4dfe1;
            color: black; /* whitest white */
            padding: 4px 6px 4px 6px;
            width: 100px;
            text-align: center !important;
        }

        .FlatButtonWide_app-shr:focus {
            outline: 0;
        }

    .FlatButtonWidec_app {
        border: 1px solid #9f9f9f;
        /*background-color: #f8f8f8;*/
        color: black;
        padding: 4px 6px 4px 6px;
        width: auto;
        min-width: 100px;
        height: 35px;
        text-align: center !important;
    }

        .FlatButtonWidec_app:hover {
            border: 1px solid #81acae;
            /*background-color: #A1D7DA;*/
            background-color: #A1D7DA;
            color: black;
            padding: 4px 6px 4px 6px;
            width: auto;
            min-width: 100px;
            text-align: center !important;
        }

        .FlatButtonWidec_app:active {
            border: 1px solid #81acae;
            background-color: #b4dfe1;
            color: black; /* whitest white */
            padding: 4px 6px 4px 6px;
            width: auto;
            min-width: 100px;
            text-align: center !important;
        }

        .FlatButtonWidec_app:focus {
            outline: 0;
        }

    .FlatButtonWidec_app-sales {
        border: 1px solid #9f9f9f;
        /*background-color: #f8f8f8;*/
        color: black;
        padding: 4px 6px 4px 6px;
        width: auto;
        min-width: 130px;
        height: 35px;
        text-align: center !important;
    }

        .FlatButtonWidec_app-sales:hover {
            border: 1px solid #81acae;
            /*background-color: #A1D7DA;*/
            background-color: #A1D7DA;
            color: black;
            padding: 4px 6px 4px 6px;
            width: auto;
            min-width: 130px;
            text-align: center !important;
        }

        .FlatButtonWidec_app-sales:active {
            border: 1px solid #81acae;
            background-color: #b4dfe1;
            color: black; /* whitest white */
            padding: 4px 6px 4px 6px;
            width: auto;
            min-width: 130px;
            text-align: center !important;
        }

        .FlatButtonWidec_app-sales:focus {
            outline: 0;
        }

    .css_email_sent {
        font-size: 12px;
        color: gray;
    }

    .FlatButtonWide_appHover {
        border: 1px solid #AAAAAA; /* lighter medium gray */
        background-color: #1975BE; /* middle dark Reach Blue */
        color: #FFF; /* whitest white */
        padding: 4px 6px 4px 6px;
        width: 100px;
        min-width: 100px;
        text-align: center !important;
    }

    .FlatButtonWide {
        border: 1px solid #9f9f9f; /* lighter medium reach blue */
        background-color: #E4F2FD; /* Dark Reach Blue */
        color: #425C6D;
        padding: 4px 6px 4px 6px;
        width: 100px;
        min-width: 100px;
        text-align: center !important;
    }

    .FlatButtonWideHover {
        border: 1px solid #AAAAAA; /* lighter medium gray */
        background-color: #1975BE; /* middle dark Reach Blue */
        color: #FFF; /* whitest white */
        padding: 4px 6px 4px 6px;
        width: 100px;
        min-width: 100px;
        text-align: center !important;
    }


    .FlatButtonWide2 {
        border: 1px solid #9f9f9f; /* lighter medium reach blue */
        background-color: #E4F2FD; /* Dark Reach Blue */
        color: #425C6D;
        padding: 4px 6px 4px 6px;
        width: 140px;
        min-width: 140px;
        text-align: center !important;
    }

    .FlatButtonWide2Hover {
        border: 1px solid #AAAAAA; /* lighter medium gray */
        background-color: #1975BE; /* middle dark Reach Blue */
        color: #FFF; /* whitest white */
        padding: 4px 6px 4px 6px;
        width: 140px;
        min-width: 140px;
        text-align: center !important;
    }

    .FlatButtonWide3_app {
        border: 1px solid #9f9f9f;
        /*background-color: #f8f8f8;*/
        color: black;
        padding: 4px 6px 4px 6px;
        width: 240px;
        min-width: 240px;
        height: 35px;
        text-align: center !important;
    }

        .FlatButtonWide3_app:hover {
            border: 0px solid #AAAAAA;
            /*background-color: #A1D7DA;*/
            background-color: #A1D7DA;
            color: black;
            padding: 4px 6px 4px 6px;
            width: 240px;
            min-width: 240px;
            text-align: center !important;
        }

        .FlatButtonWide3_app:active {
            border: 0px solid #AAAAAA;
            background-color: #b4dfe1;
            color: black; /* whitest white */
            padding: 4px 6px 4px 6px;
            width: 240px;
            min-width: 240px;
            text-align: center !important;
        }

        .FlatButtonWide3_app:focus {
            outline: 0;
        }

    .FlatButtonWide3 {
        border: 1px solid #9f9f9f; /* lighter medium reach blue */
        background-color: #E4F2FD; /* Dark Reach Blue */
        color: #425C6D;
        padding: 4px 6px 4px 6px;
        width: 240px;
        min-width: 240px;
        text-align: center !important;
        height: 35px;
    }

    .FlatButtonWide3Hover {
        border: 1px solid #AAAAAA; /* lighter medium gray */
        background-color: #1975BE; /* middle dark Reach Blue */
        color: #FFF; /* whitest white */
        padding: 4px 6px 4px 6px;
        width: 240px;
        min-width: 240px;
        text-align: center !important;
        height: 35px;
    }

    .FlatButtonShort {
        border: 1px solid #9f9f9f; /* lighter medium reach blue */
        background-color: #E4F2FD; /* Dark Reach Blue */
        color: #425C6D;
        padding: 4px 6px 4px 6px;
        width: 70px;
        min-width: 70px;
        height: 20px;
        text-align: center;
    }

    .FlatButtonShortHover {
        border: 1px solid #AAAAAA; /* lighter medium gray */
        background-color: #1975BE; /* middle dark Reach Blue */
        color: #FFF; /* whitest white */
        padding: 4px 6px 4px 6px;
        width: 70px;
        min-width: 70px;
        height: 20px;
        text-align: center;
    }

    .FlatButtonSmall {
        border: 1px solid #69B7F5; /* lighter medium reach blue */
        background-color: #E4F2FD; /* Dark Reach Blue */
        color: #425C6D;
        padding: 0px 4px 4px 0px;
        width: 35px;
        min-width: 35px;
        height: 25px;
        text-align: center;
        vertical-align: middle;
    }

    .FlatButtonSmallHover {
        border: 1px solid #AAAAAA; /* lighter medium gray */
        background-color: #1975BE; /* middle dark Reach Blue */
        color: #FFF; /* whitest white */
        padding: 0px 4px 4px 0px;
        width: 35px;
        min-width: 35px;
        height: 25px;
        text-align: center;
        vertical-align: middle;
    }

    .buttonCell {
        text-align: right;
        padding: 0px 0px 0px 0px !important;
    }

    .buttonCellLeft {
        text-align: left;
        /*padding: 0px 0px 0px 0px !important;*/
    }

    .buttonCellNoTable {
        padding-right: 10px !important;
    }

    .input_selected {
        border: 1px solid #69B7F5 !important;
        background-color: #E4F2FD !important;
    }

    .input_field_selected {
        background-color: #E4F2FD !important;
    }

    .input_field_expanded {
        /*height: 48px !important;*/
    }

    .centeredCell {
        text-align: center !important;
    }

    .centeredCell2 {
        text-align: center !important;
        padding: 0px;
        margin: 0px;
    }


    .Grid td {
        background-color: #f8f8f8;
        color: black;
        font-size: 12px;
        line-height: 200%;
        border: 1px solid #dad7d7;
        border-right: 1px solid #dad7d7;
    }

    .Grid th {
        background-color: #f8f8f8;
        color: black;
        font-size: 12px;
        line-height: 200%;
        font-weight: normal;
        border: 1px solid #dad7d7;
        padding-left: 5px;
    }

    .ChildGrid td {
        background-color: #fff !important;
        color: black;
        font-size: 12px;
        line-height: 200%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .ChildGrid th {
        background-color: #f8f8f8 !important;
        color: black;
        font-size: 12px;
        line-height: 200%;
        padding-right: 5px;
    }

    .parent-grid-rows {
        padding-left: 5px;
        padding-bottom: 6px;
    }
    /* Trial Balance */
    .tbdiff {
        background-color: #DBF0FA;
    }

    .tbnote {
        color: #B3B3B3;
        padding-left: 10px !important;
    }

    .tbnote_nopadding {
        color: #B3B3B3;
    }

    .tbnote_nopadding_darker {
        color: #878787;
    }

    .nopadding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    /* Popup Checkboxes */
    .PopupCheckBox {
        float: left;
        height: 20px;
        margin-top: 4px;
        text-align: center;
    }

        .PopupCheckBox input {
            float: left;
            width: 20px;
        }

        .PopupCheckBox label {
            float: left;
        }
    /* Tag Setup screen */
    .tagErrors {
        position: relative;
        top: 25px;
        left: 80px;
    }
    /* Dashboard components */
    /* Dashboard Quick Start panels */
    #dashboardGettingStartedContainerTop {
        width: 930px;
        margin: 5px auto 5px 35px;
        overflow: hidden;
    }

        #dashboardGettingStartedContainerTop ul {
            margin-left: 0;
            padding-left: 0;
        }

            #dashboardGettingStartedContainerTop ul li {
                float: left;
                display: block;
                list-style-type: none;
                width: 903px;
                height: 140px;
                border: 2px solid #1975be;
                margin-bottom: 5px;
                text-align: center;
                position: relative;
                background-color: white;
                font-size: 14px;
            }

                #dashboardGettingStartedContainerTop ul li h2 {
                    font-family: Arial, Helvetica, sans-serif;
                    font-size: 22px;
                    margin: 25px 0 5px 0;
                    color: #1975be;
                }

    #dashboardGettingStartedContainerBottom {
        width: 925px;
        margin: 5px auto 5px 35px;
        overflow: hidden;
    }

        #dashboardGettingStartedContainerBottom ul {
            margin-left: 0;
            padding-left: 0;
        }

            #dashboardGettingStartedContainerBottom ul li {
                float: left;
                display: block;
                list-style-type: none;
                width: 903px;
                height: 150px;
                border: 2px solid #1975be;
                margin-bottom: 5px;
                text-align: center;
                position: relative;
                background-color: white;
                font-size: 14px;
            }

                #dashboardGettingStartedContainerBottom ul li h2 {
                    font-family: Arial, Helvetica, sans-serif;
                    font-size: 22px;
                    margin: 25px 0 5px 0;
                    color: #1975be;
                }
    /* Dashboard Information Boxes panels */
    #dashboardboxesContainer {
        width: 930px;
        margin: 5px auto 5px 35px;
        overflow: hidden;
    }

        #dashboardboxesContainer ul {
            margin-left: 0;
            padding-left: 0;
        }

            #dashboardboxesContainer ul li {
                float: left;
                display: block;
                list-style-type: none;
                width: 297px;
                height: 122px;
                border: 1px solid #d6d4d4;
                background: url(/images/boxBg.jpg) repeat-x;
                margin-bottom: 5px;
                text-align: center;
                position: relative;
                background-color: white;
            }

                #dashboardboxesContainer ul li img {
                    position: absolute;
                    top: -1px;
                    left: -1px;
                }

                    #dashboardboxesContainer ul li img.icon {
                        position: absolute;
                        top: 4px;
                        left: 4px;
                    }

                #dashboardboxesContainer ul li h2 {
                    font-family: Arial, Helvetica, sans-serif;
                    font-size: 16px;
                    margin: 30px 0 5px 0;
                    color: #415564;
                }

                #dashboardboxesContainer ul li a {
                    color: #425C6D; /* dark reach blue */
                    font-size: 12px;
                    text-align: center;
                    font-style: normal;
                }

                    #dashboardboxesContainer ul li a:hover {
                        color: #425C6D; /* dark reach blue */
                        font-size: 12px;
                        text-align: center;
                        font-style: italic;
                    }

    .centerBox {
        margin-left: 5px;
        margin-right: 5px;
    }

    #dashboardboxesContainer ul li.red h2 {
        color: #f10909;
    }

    #dashboardboxesContainer ul li.green h2 {
        color: #16cc33;
    }

    .dashboardboxesDefaultHeader {
        display: block;
        height: 30px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        margin: 20px 0 0px 0;
        color: #415564;
    }

    .dashboardboxesDefaultSubHeader {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        margin: 0px 0 10px 0;
        padding: 0px 0 0px 0;
        color: #415564;
    }

    .dashboardboxesRedHeader {
        display: block;
        height: 30px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        margin: 20px 0 0px 0;
        color: #f10909;
    }

    .dashboardboxesRedSubHeader {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        margin: 0px 0 10px 0;
        padding: 0px 0 0px 0;
        color: #f10909;
    }

    .dashboardboxesGreenHeader {
        display: block;
        height: 30px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        margin: 20px 0 0px 0;
        color: #16cc33;
    }

    .dashboardboxesGreenSubHeader {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        margin: 0px 0 10px 0;
        padding: 0px 0 0px 0;
        color: #16cc33;
    }
    /* Dashboard Chart panels */
    #dashboardChartsContainer {
        width: 930px;
        margin: 5px auto 15px 35px;
        overflow: hidden;
    }

        #dashboardChartsContainer ul {
            margin-left: 0;
            padding-left: 0;
        }

    .rightChartBox {
        margin-left: 25px;
    }

    #dashboardChartsContainer ul li {
        float: left;
        display: block;
        list-style-type: none;
        width: 440px;
        height: 280px;
        border: 1px solid #d6d4d4;
        margin-bottom: 5px;
        text-align: center;
        position: relative;
        background-color: white;
    }

    .DashboardChartNoDataLabel {
        height: 40px;
        line-height: 50px;
        text-align: center;
        font-size: 22px;
        color: #1A8FEC; /* reach blue */
        border: 0;
    }

    .dashboardInteractiveChartsContainer {
        width: 930px;
        margin: 15px 0px 5px 15px;
        overflow: hidden;
    }

        .dashboardInteractiveChartsContainer ul {
            margin-left: 0;
            padding-left: 5;
        }

            .dashboardInteractiveChartsContainer ul li {
                float: left;
                display: block;
                list-style-type: none;
                width: 920px;
                height: 310px;
                border: 1px solid #d6d4d4;
                margin-bottom: 0px;
                text-align: center;
                position: relative;
                background-color: white;
            }

    .DashboardInteractiveChartNoDataLabel {
        height: 40px;
        line-height: 50px;
        text-align: center;
        font-size: 22px;
        color: #1A8FEC; /* reach blue */
        border: 0;
    }
    /*--- various widths ---*/
    .w100 {
        width: 170px;
    }

    .w240 {
        width: 240px;
    }

    .w380 {
        width: 380px;
    }
    /*--- various colours ---*/
    .brightReachRed {
        color: #f10909;
    }

    .fadedonwhite {
        color: GrayText;
    }
    /* ajax__tab_reach theme */
    .ajax__tab_reach .ajax__tab_header {
        font-family: "Helvetica Neue", Arial, Sans-Serif;
        background: url(/images/tab-line.png) repeat-x bottom;
        font-size: 12px;
        display: block;
    }

        .ajax__tab_reach .ajax__tab_header .ajax__tab_outer {
            background: url(/images/tab.png) no-repeat left top;
            border-color: #000000;
            color: #222;
            padding-left: 10px;
            margin-right: 3px;
        }

        .ajax__tab_reach .ajax__tab_header .ajax__tab_inner {
            background: url(/images/tab.png) no-repeat right top;
            border-color: #000000;
            color: #444;
            padding: 3px 10px 2px 0px;
        }

    .ajax__tab_reach .ajax__tab_hover .ajax__tab_inner {
        color: #1A8FEC;
    }

    .ajax__tab_reach .ajax__tab_active .ajax__tab_outer {
        background: url(/images/tab.png) no-repeat 0pt -40px;
        border-bottom-color: #ffffff;
    }

    .ajax__tab_reach .ajax__tab_active .ajax__tab_inner {
        background: url(/images/tab.png) no-repeat right -40px;
        color: #000000;
        border-color: #000000;
        font-weight: bolder;
    }

    .ajax__tab_reach .ajax__tab_body {
        font-size: 10pt;
        padding: 8px;
        background-color: #ffffff;
        border: solid 1px #BEBEBE;
        border-top-width: 0;
    }
    /* .ajax__tab_reach_gray theme */
    .ajax__tab_reach_gray .ajax__tab_header {
        font-family: "Helvetica Neue", Arial, Sans-Serif;
        background: url(/images/tab-line.png) repeat-x bottom;
        font-size: 12px;
        display: block;
    }

        .ajax__tab_reach_gray .ajax__tab_header .ajax__tab_outer {
            background: url(/images/tab.png) no-repeat left top;
            border-color: #000000;
            color: #222;
            padding-left: 10px;
            margin-right: 3px;
        }

        .ajax__tab_reach_gray .ajax__tab_header .ajax__tab_inner {
            background: url(/images/tab.png) no-repeat right top;
            border-color: #000000;
            color: #444;
            padding: 3px 10px 2px 0px;
        }

    .ajax__tab_reach_gray .ajax__tab_hover .ajax__tab_inner {
        color: #1A8FEC;
    }

    .ajax__tab_reach_gray .ajax__tab_active .ajax__tab_outer {
        background: url(/images/tab.png) no-repeat 0pt -40px;
        border-bottom-color: #ffffff;
    }

    .ajax__tab_reach_gray .ajax__tab_active .ajax__tab_inner {
        background: url(/images/tab.png) no-repeat right -40px;
        color: #000000;
        border-color: #000000;
        font-weight: bolder;
    }

    .ajax__tab_reach_gray .ajax__tab_body {
        font-size: 10pt;
        padding: 8px;
        background-color: #e7e7e7;
        border: solid 1px #BEBEBE;
        border-top-width: 0;
    }

    .InformationPanel {
        float: left;
        display: block;
        list-style-type: none;
        border: 1px solid #dad7d7;
        padding: 5px;
        text-align: left;
        background-color: #F6F5F5;
        color: #425C6D;
    }

    .InformationPanel2 {
        float: left;
        display: block;
        list-style-type: none;
        border-top: 1px solid #dad7d7;
        border-bottom: 1px solid #dad7d7;
        border-left: 0px;
        border-right: 0px;
        padding: 5px;
        text-align: left;
        background-color: #F6F5F5;
        color: #E1E8EF;
    }
    /* reach SpinEdit control theme */
    .spinInput, .spinContainer {
        /* spin control background color*/
        background-color: #FFFFFF;
    }

    .spinLeftRightEdge, .spinTopBottomEdge {
        position: absolute;
        overflow: hidden;
        /* spin control border color*/
        background-color: #A5ACB2;
    }

    .spinContainer {
        position: relative;
        font-size: 0px;
        height: 20px;
    }

    .spinLeftRightEdge {
        height: 20px;
        width: 1px;
    }

    .spinTopBottomEdge {
        height: 1px;
        left: 1px;
    }

    .spinInput {
        position: absolute;
        top: 1px;
        left: 2px;
        height: 18px;
        border: 0px;
        /* spin control font, font color, and font size*/
        color: Black;
        font-size: 9pt;
        font-family: Arial;
    }

    .spinUpBtn, .spinUpBtnHover, .spinUpBtnPress, .spinDownBtn, .spinDownBtnHover, .spinDownBtnPress {
        position: absolute;
        width: 15px;
        height: 8px;
        right: 2px;
        background-image: url('/images/spin_control_buttons.png');
        background-repeat: no-repeat;
        /* button color*/
        background-color: #000000;
    }

    .spinUpBtn, .spinUpBtnHover, .spinUpBtnPress {
        top: 2px;
    }

    .spinDownBtn, .spinDownBtnHover, .spinDownBtnPress {
        top: 10px;
    }

    .spinUpBtn {
        background-position: 0px 0px;
    }

    .spinUpBtnHover {
        background-position: 0px -16px;
    }

    .spinUpBtnPress {
        background-position: 0px -32px;
    }

    .spinDownBtn {
        background-position: 0px -8px;
    }

    .spinDownBtnHover {
        background-position: 0px -24px;
    }

    .spinDownBtnPress {
        background-position: 0px -40px;
    }
    /* Quickstart panels */
    #quickstartboxesContainer {
        width: 700px;
        margin: 5px auto 5px 5px;
        overflow: hidden;
    }

    .textbox12 {
        overflow: visible;
    }

    #quickstartboxesContainer ul {
        margin-left: 0;
        padding-left: 0;
        padding-bottom: 110px;
    }

        #quickstartboxesContainer ul li {
            float: left;
            display: block;
            list-style-type: none;
            width: 650px;
            height: 100px;
            border: 1px solid #d6d4d4;
            margin-bottom: 5px;
            text-align: left;
            position: relative;
            background-color: #f8f8f8;
        }

            #quickstartboxesContainer ul li.QSLongBox {
                float: left;
                display: block;
                list-style-type: none;
                width: 650px;
                height: 260px;
                border: 1px solid #d6d4d4;
                margin-bottom: 5px;
                text-align: left;
                position: relative;
                background-color: white;
            }

            #quickstartboxesContainer ul li img {
                position: absolute;
                top: -1px;
                left: -1px;
            }

                #quickstartboxesContainer ul li img.icon {
                    position: absolute;
                    top: 35px;
                    left: 550px;
                    width: 40px;
                    height: 40px;
                }

    .quickstartboxesHeader {
        display: block;
        height: 30px;
        width: 500px;
        text-align: left;
        font-size: 28px;
        font-weight: normal;
        margin: 30px 0 0px 5px;
        padding: 5px 0 0px 5px;
        color: black;
    }

    .quickstartboxesHeaderAlt1 {
        display: block;
        height: 30px;
        width: 100%;
        text-align: center;
        font-size: 28px;
        font-weight: normal;
        margin: 30px 0 0px 0px;
        padding: 5px 0 0px 0px;
        color: #425C6D;
    }

    .quickstartboxesHeaderAlt2 {
        display: block;
        height: 20px;
        width: 100%;
        text-align: center;
        font-size: 28px;
        font-weight: normal;
        margin: 30px 0 0px 0px;
        padding: 5px 0 0px 0px;
        color: #425C6D;
    }

    .quickstartboxesSubHeader {
        display: block;
        width: 500px;
        text-align: left;
        font-size: 14px;
        font-weight: normal;
        margin: 5px 0 10px 5px;
        padding: 5px 0 0px 5px;
        color: #000;
    }

    .quickstartboxesSubHeaderAlt1 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        margin: 5px 0 0px 0px;
        padding: 5px 0 0px 0px;
        color: #000;
    }

    .quickstartboxesSubHeaderAlt2 {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 16px;
        font-weight: normal;
        margin: 5px 0px 15px 0px;
        padding: 5px 0px 15px 0px;
        color: black;
    }

    .quickstartboxesSubHeaderAlt3 {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 14px;
        font-weight: normal;
        margin: 5px 0px 5px 0px;
        padding: 5px 0px 5px 0px;
        color: #425C6D;
    }

    .quickstartboxesSubHeaderAlt4 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        margin: 5px 0px 5px 0px;
        padding: 5px 0px 5px 0px;
        color: #425C6D;
    }

    .quickstartPageHeader {
        display: block;
        height: 32px;
        width: 800px;
        text-align: left;
        font-size: 30px;
        font-weight: normal;
        margin: 10px 0 0px 5px;
        padding: 5px 0 20px 5px;
        color: #1A8FEC;
    }

    .quickstartPageSubHeader {
        display: block;
        height: 14px;
        width: 900px;
        text-align: left;
        font-size: 14px;
        font-weight: normal;
        margin: 10px 0 0px 5px;
        padding: 25px 0 40px 5px;
        color: #000;
    }

    .quickstartSkipStep {
        position: absolute;
        top: 43px;
        left: 495px;
    }

    .quickstartSkippedStep {
        position: absolute;
        top: 43px;
        left: 450px;
    }

    .QuickStartLargeImage {
        width: 95%;
        height: 95%;
    }
    /* panels */
    .WhiteCenteredPanel {
        display: block;
        border: solid 1px #dad7d7;
        background-color: #FFFFFF;
        margin: 0 auto;
    }

    .YellowCenteredPanel {
        display: block;
        border: solid 1px #dad7d7;
        background-color: #fff6bf;
        margin: 0 auto;
    }

    .YellowLeftPanel {
        display: block;
        border: solid 1px #dad7d7;
        background-color: #fff6bf;
        margin: 0;
    }
    /* Account Statements */
    .accountStatementAccountHeader {
        display: block;
        height: 32px;
        width: 100%;
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        margin: 0px 0 0px 0px;
        padding: 10px 0 20px 38px;
        color: #425C6D;
    }

    .accountStatementSubHeader {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        margin: 0px 0px 0px 0px;
        padding: 25px 0px 5px 5px;
        color: #425C6D;
    }
    /* Errors */
    .errorHeader {
        display: block;
        text-align: center;
        font-size: 28px;
        font-weight: normal;
        margin: 10px 0 0px 5px;
        padding: 5px 0 0px 5px;
        color: #1A8FEC;
    }
    /* Advertising */
    .merc {
        width: 300px;
        height: 250px;
    }

    table.withads td {
        vertical-align: top;
    }

    table.withads input.textbox {
        width: 212px;
        resize: none;
    }

    textarea {
        resize: none;
        /*width: 400px;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
    padding: 10px;*/
    }

    table.withads .inputcell {
        width: 84px;
    }

    table.withads select {
        width: 212px;
    }

    .rss_feed {
        border-bottom: solid 0px black;
        border-right: solid 0px black;
        border-left: solid 0px black;
        border-top: solid 0px green;
    }


        .rss_feed div.summary {
            color: Blue;
            margin-bottom: 3px;
            height: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .rss_feed div.details {
            margin-bottom: 15px;
        }

        .rss_feed header {
            margin-bottom: 5px;
        }
    /*
CRM 
*/
    div.crm_qs_status span.Y {
        background-color: Green;
    }

    div.crm_qs_status span.N {
        background-color: Gray;
    }
    /*
LaunchPad
*/
    #launchpadcontainer {
        width: 97%;
        margin: auto;
        padding: 10px;
        border: 0px solid #9f9f9f;
        /*background-color:#F0F0F0;*/
        position: relative;
        height: 400px;
    }

    .launchpadlinksContainer {
        width: 222px;
        text-align: center;
        position: absolute;
        top: 10px;
        /*background:url(/images/blueLine.gif) no-repeat center 50px;*/
    }

    .launchpadcolumn1 {
        left: 10px;
    }

    .launchpadcolumn2 {
        left: 255px;
    }

    .launchpadcolumn3 {
        left: 497px;
    }

    .launchpadcolumn4 {
        right: 10px;
    }

    .launchpadlinksContainer h2 {
        padding-top: 10px;
        font-size: 18px;
        color: black;
        font-weight: 200;
    }

    .launchpadlinksContainer a {
        display: block;
        width: 221px;
        height: 55px;
        text-align: center;
        font-size: 16px;
        border: 1px solid #9f9f9f;
        margin-top: 6px;
        color: black;
        text-decoration: none;
        padding-top: 25px;
        background-color: #e1e8ef;
        -moz-box-shadow: 2px 2px 2px #ccc;
        -webkit-box-shadow: 2px 2px 2px #ccc;
        box-shadow: 2px 2px 2px #ccc;
    }

        .launchpadlinksContainer a:hover {
            background-color: #a1d7da;
            color: black;
            font-style: normal;
        }

        .launchpadlinksContainer a:active {
            background-color: #b4dfe1;
            color: black;
            border: solid 1px #b4dfe1;
        }

    .highlight_text {
        font-weight: bold;
    }
    /* Notifications */
    .notification {
        border: 1px solid #e5ddaa;
        background: #fff6bf;
        font-family: arial;
        padding: 10px 0 10px 0;
        margin: 10px;
        position: relative;
        width: 958px;
        overflow: hidden;
    }

        .notification h3 {
            color: #3f5a6b;
            font-size: 16px;
            margin: 0;
            padding: 0 0 5px 0;
            font-weight: normal;
        }

        .notification a {
            color: #1A8FEC;
            font-style: normal;
        }

            .notification a:hover {
                color: #425C6D;
                font-style: italic;
            }

        .notification .left, .notification .middle, .notification .right {
            float: left;
            position: relative;
            overflow: hidden;
        }

        .notification .left {
            width: 35px;
            margin-top: 14px;
            padding-left: 10px;
        }

        .notification .middle {
            width: 80%;
            padding-top: 10px;
            padding-left: 40px;
        }

        .notification .right {
            width: 120px;
            float: right;
            margin-top: 25px;
        }

            .notification .right a {
                display: block;
                color: #fff;
                text-decoration: none;
                font-size: 10px;
                background: url(/Images/read-more.png) no-repeat;
                width: 101px;
                height: 26px;
                text-transform: uppercase;
                line-height: 25px;
                padding: 0 0 0 8px;
            }

                .notification .right a:hover {
                    background: url(/Images/read-more-on.png) no-repeat;
                }

        .notification .read {
            background: url(/Images/read-more.png) no-repeat;
            width: 101px;
            height: 26px;
        }

        .notification ul {
            margin: 0;
            padding: 0 0 0 0px;
            font-size: 12px;
            color: #3f5a6b;
        }

        .notification li {
            list-style-type: none;
            padding: 0 0 10px 0;
            margin: 0;
        }

    .download_file_spinner {
        color: #1a8fec;
    }

    .cart_summary {
        width: 75%;
        padding: 10px;
    }

        .cart_summary .product_name {
            text-transform: capitalize;
            font-weight: bold;
        }

    .cart_select table {
        margin-left: auto;
        margin-right: auto;
    }

    .cart_select td {
        width: 300px;
        padding: 5px;
    }

    .cart_select .white_gap {
        width: 10px;
        background-color: White;
    }

    .cart_select h3, .cart_select a {
        text-align: center;
        display: block;
    }

    .cart_select .product_select {
        cursor: pointer;
    }

    .cart_select .highlighted {
        background-color: White;
    }

    .shop .inputcell input {
        width: 100%;
    }

    
}

/*end mozilla css*/

table#TaxCodePopupTable tr td:first-child a {
        /* background-color: aqua; */
        font-size: 11px;
    }