body
{
	background-color: #FFF;
	color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.3em;
    padding: 0;
    margin: 20px 0;
}

/*==================*/
/* #TYPOGRAPHY      */
/*==================*/

h1 {display: none;}
h2 {font-weight: bold; color: #1c1c1c; font-size: 2em; margin: 0 0 .6em 0; padding: 0; line-height: 1.3em;}
h3 {color: #404040; font-size: 1.6em; margin: .4em 0; padding: 0;}
h4 {color: #404040; font-size: 1.2em; margin: .7em 0 .4em 0; padding: 0 0 .1em 0; border-bottom: 1px solid #e34925; clear: left;}
h5 {color: #404040; font-size: 1.2em; margin: 0 0 .4em 0; padding: 0;}

a {color: #000; text-decoration: underline;}
a:hover {color: #000; text-decoration: none;}

/*=================*/
/* PAGE TYPES      */
/*=================*/

#home {width: 90%; margin: 0 auto 2em auto; padding: 0; background-color: #FFF;}
#login {margin: 60px auto; text-align: center; width: 650px; padding-top: 2em; font-size: 1.2em;}
#content {width: 90%; margin: 0 auto 2em auto; padding: 0; background-color: #FFF;}
#form {width: 90%; margin: 0 auto 2em auto; padding: 0; background-color: #FFF;}
#list {width: 90%;  margin: 0 auto 2em auto; padding: 0; background-color: #FFF;}
#detail {width: 90%; margin: 0 auto 2em auto; padding: 0; background-color: #FFF;}
#graph {width: 90%; margin: 0 auto 2em auto; padding: 0; background-color: #FFF;}
#home_cal {width: 90%; margin: 0 auto 2em auto; padding: 0; background-color: #FFF;}

/*=================*/
/* INCLUDES        */
/*=================*/

#footer {text-align: center; padding: 1em 0 0 0;}
#footer_public {text-align: center; font-size: .8em; padding: 1em 0 0 0;}
#footer_login {text-align: center; font-size: .8em; padding: 1em 0 0 0; border-top: 3px solid #e34925;}

/*=================*/
/* TABLES          */
/*=================*/

table {border: 1px solid #e34925; width: 100%; margin: .5em 0 1em 0;}
table thead tr td {vertical-align: middle; font-size: 1.2em;}
table td {text-align: left; border: none; padding: .3em; font-weight: bold; font-size: 1.2em;}
/*table td {text-align: left; border: 1px solid red; padding: .3em; font-weight: bold; font-size: 1.2em;}*/
table tbody td {border-top: 1px solid #999;}
table thead td {background-color: #727272; font-weight: bold; vertical-align: top; font-size: .9em;}
tfoot {background-color: #727272; font-weight: bold;;}
tfoot td {border-top: 2px solid #e34925}
table thead select {font-size: .9em; margin: 0 .5em 0 0;}
table td, table td *{
    vertical-align: top;
}


/*===================*/
/* LOGIN             */
/*===================*/

#login form {width: 60%; margin: 0 auto 2em auto; text-align: left; padding: 0;}
#login label {display: block; padding: 0; margin: .5em 0 .2em 0; font-weight: bold;}
#login input {display: block; padding: .2em; margin: 0 0 .2em 0; font-size: 1.2em;}
#login select {display: inline;}

.forgot {margin: 0 0 0 .3em; color: #85825d; display: inline; font-size: .9em;}

/*===============================*/
/* FOOTER   for Login Page       */
/*===============================*/

#footer_public ul {list-style-type: none; margin: 0; padding: 0;}
#footer_public li {display: inline; padding: 0 20px 0 0; color: #404040;}
#footer_public a {color: #404040; text-decoration: underline; font-weight: bold;}
#footer_public a:hover {color: #404040; text-decoration: none; font-weight: bold;}
#footer_public p {padding: 0; margin: .4em 0;}

/*===============================*/
/* TAB STRUCTURE                 */
/*===============================*/

.tab {padding: 25px 10px 10px 15px; min-width: 1090px; min-height: 300px; margin: 0 7px 9px 7px; border: 1px solid #000; border-bottom-left-radius: 10px; border-top-right-radius: 10px; clear: left; position: relative; background-color: #FFF;}
.tab ul {margin: 0 0 10px 0; padding: 0 0 2px 0; list-style: none; z-index: 1; position: relative;}
.tab ul li {}
.tab select {font-size: .8em; font-family: Helvetica, Arial, sans-serif; padding: .1em;}

/*=================*/
/* LIST            */
/*=================*/

#list table {border: 1px solid #e34925; width: 100%; margin: .5em 0 1em 0;}
#list table td {vertical-align: middle; text-align: left; border: none; padding: .2em; font-weight: bold; font-size: 1.2em;}
#list tbody td {border-top: 1px solid #999;}
#list thead td {background-color: #727272; font-weight: bold; vertical-align: top; padding: .3em;}
#list tfoot {background-color: #727272; font-weight: bold;;}
#list tfoot td {border-top: 2px solid #e34925; padding: .3em;}
#list h2 {}
#list h3 {margin: 0 0 .5em 0;}
#list table thead td span {font-size: .8em;}
/*#list table thead td {}*/
#list table thead td select {display: block; font-weight: bold;}
#list table td input {padding: 0;}
#list label {display: inline; padding: 0; margin: 0 .5em 0 0; font-weight: bold;}


/*======*/
/* LOGO */
/*======*/

.logo {text-align: left; padding: 0 0 0 3px; margin: 6px 0 0 0;}
.logo_public {text-align: left; padding: 0; margin: 0; border: 1px solid blue;}


/*===================*/
/* MAIN NAVIGATION   */
/*===================*/

input[type=button] {
    border:0 none;
    cursor:pointer;
    color: white;
    background:#e34925;
    padding:5px 25px 7px;
    font-size:14px;
    font-weight:bold;
    border-radius:10px;
    width: 100px;
    height: 35px;
}

input[type=submit] {
    border:0 none;
    cursor:pointer;
    color: white;
    background:#e34925;
    padding:5px 0 7px;
    font-size:14px;
    font-weight:bold;
    border-radius:10px;
    width: 100px;
    display: inline-block;
    height: 35px;
    text-align: center;
    margin: 0 5px;
}
a.faux-button {
  border:0 none;
  cursor:pointer;
  color: white;
  background:#e34925;
  padding:9px 25px 9px;
  text-decoration: none;
  font-size:14px;
  font-weight:bold;
  border-radius:10px;
  display: inline-block;
}
.download_button {
    width: auto;
    text-decoration: none;
    /*height: 35px;*/
    border-style: solid;
    border-width: thin;
    padding: 6px;
    background-color: #e34925;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    float: right;
    margin-top: -50px;
    margin-right: 2px;
}


input[type=submit].customer_button {
    width: 400px;
    height: 35px;
}

.nav_selected {color: #000;}
.selected {color: #000;}

.disabled {
	color: #afafaf;	
	margin: 10px 10px 0 0;   /* horizontal space between tabs */
	padding: 0;
	border: 1px solid red;
	height: 30px;
	padding: 0;
}

.nav {clear: both; margin: 5px 7px 0 7px; font-size: 1.2em;}
.nav ul {margin: 0;  padding: 0; list-style: none; height: 23px; text-decoration: none;}
.nav ul li {margin: 0 10px 0 0; padding: 0; float: left; color: #d10018; font-weight: bold; height: 30px;}
.nav ul li a {
    display: block;
    float: left;
	text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #FFF;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
	border-bottom: 0;
    font-weight: bold;
    height: 22px;
	margin: 0;
	padding: 7px 9px 0 9px;
	color: #666;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.nav ul li a:hover {
    background-color: #727272;
  	border-color: #000;
	color: #404040;
}

#report_dropdown optgroup {
    color: #000000;
}

#report_dropdown option {
    color: #FFFFFF;
}

/* ====================*/
/* UTILITY NAVIGATION */
/* ====================*/

#utility_nav {text-align: right; padding: .4em 0 0 0; margin: 0 15px 0 0; color: #000; font-weight: bold;}
#utility_nav ul {list-style-type: none; margin: 0; padding: 0;}
#utility_nav li {display: inline; padding: 0;}
#utility_nav a {color: #666;}

span.log_out {margin: 0 0 0 .5em; padding: .2em; color: #efefef; border: 1px solid #666;}
span.log_out a {}

span.messages {margin: 0 0 0 .5em; padding: .2em; color: #efefef; background-color: #fff; border: 1px solid red;}
span.messages a {}

span.admin {margin: 0 0 0 .5em; padding: .2em; color: #efefef; background-color: #e1e1e1; border: 1px solid #e34925;}
span.admin a {}

.help {margin: 0 .5em; padding: 0 .2em; font-size: .9em; background-color: #e1e1e1; border: 1px solid #e34925;}

/* ====================*/
/* UPLOAD DATA NAVIGATION */
/* ====================*/
.upload_data_nav_selected {color: #000;}

.upload_data_nav {clear: both; margin-top: -1em; height: 14px; padding: 1em; background-color: orange; color: white; font-weight: bold;}
.upload_data_nav ul {margin: 0;  padding: 0; list-style: none; text-decoration: none;}
.upload_data_nav ul li {margin: 0 1em 0 0; padding: 0; float: left;}
.upload_data_nav ul li a {
    /*display: block;*/
	text-decoration: none;
	color: white;
	padding: .2em;
}
.upload_data_nav ul li a:hover {
    background-color: #727272;
  	border-color: #000;
	color: #404040;
}

/*==============*/
/*MESSAGING     */
/*==============*/

/*.patient_count {font-weight: bold; font-size: 1.6em; color: #6b9c36;}
.measurement_period {font-weight: bold; font-size: 1.6em; color: #404040;}
.condition {border: 2px solid #379c46; padding: .3em; margin: 0 0 .2em 0; background-color: #85c244;}*/

.yes {color: #3a9946;}
.yes a {color: #3a9946; text-decoration: underline;}
.yes a:hover {color: #3a9946; text-decoration: none;}

.no {color: #e31e26;}
.no a {color: #e31e26; text-decoration: underline;}
.no a:hover {color: #e31e26; text-decoration: none;}

.green {color: #3a9946;}
.green a {color: #3a9946; text-decoration: underline;}
.green a:hover {color: #3a9946; text-decoration: none;}
.dark_green {color: #006400;}
.dark_green a {color: #006400; text-decoration: underline;}
.dark_green a:hover {color: #006400; text-decoration: none;}
.red {color: #e31e26;}
.red a {color: #e31e26; text-decoration: underline;}
.red a:hover {color: #e31e26; text-decoration: none;}
.orange {color: #be7d33;}
.orange a {color: #be7d33; text-decoration: underline;}
.orange a:hover {color: #be7d33; text-decoration: none;}
.yellow {color: #babe33;}
.yellow a {color: #babe33; text-decoration: underline;}
.yellow a:hover {color: #babe33; text-decoration: none;}
.blue {color: #0099CC;}
.blue a {color: #0099CC; text-decoration: underline;}
.blue a:hover {color: #0099CC; text-decoration: none;}
.purple {color: #551A8B;}
.purple a {color: #551A8B; text-decoration: underline;}
.purple a:hover {color: #551A8B; text-decoration: none;}
.dark_orange {color: #FF5500;}
.dark_orange a {color: #FF5500; text-decoration: underline;}
.dark_orange a:hover {color: #FF5500; text-decoration: none;}
.black {color: #000000;}
.black a {color: #000000; text-decoration: underline;}
.black a:hover {color: #000000; text-decoration: none;}
.brown {color: #8B7355;}
.brown a {color: #8B7355; text-decoration: underline;}
.brown a:hover {color: #8B7355; text-decoration: none;}
.turquoise {color: #40E0D0;}
.turquoise a {color: #40E0D0; text-decoration: underline;}
.turquoise a:hover {color: #40E0D0; text-decoration: none;}
.gold {color: #FFD700;}
.gold a {color: #FFD700; text-decoration: underline;}
.gold a:hover {color: #FFD700; text-decoration: none;}
.lime {color: #00FF00;}
.lime a {color: #00FF00; text-decoration: underline;}
.lime a:hover {color: #00FF00; text-decoration: none;}
.tomato {color: #FF6347;}
.tomato a {color: #FF6347; text-decoration: underline;}
.tomato a:hover {color: #FF6347; text-decoration: none;}
.plum {color: #DDA0DD;}
.plum a {color: #DDA0DD; text-decoration: underline;}
.plum a:hover {color: #DDA0DD; text-decoration: none;}

/*Blue*/
div.blue {background-color: #0000FF; font-size: 14px; padding: 0; color: #727272; float: left;}
div.blue a {color: #FFF;}

/*Orange*/
div.orange {background-color: #FF7F00; font-size: 14px; padding: 0; color: #727272; float: left;}
div.orange a {color: #FFF;}

/*Dark Orange*/
div.dark_orange {background-color: #FF5500; font-size: 14px; padding: 0; color: #727272; float: left;}
div.dark_orange a {color: #FFF;}

/* calendar */
table.calendar		{ border-left:1px solid #999; }
tr.calendar-row	{  }
/*td.calendar-day	{ min-height:80px; font-size:11px; position:relative; vertical-align: top; } * html div.calendar-day { height:80px; }*/
td.calendar-day	{ font-size:11px; position:relative; vertical-align: top; height: 130px } * html div.calendar-day {  }
td.calendar-day-index {font-size:11px; position:relative; vertical-align: top; height: 30px}
td.calendar-day:hover	{ background:#eceff5; }
td.calendar-day-np	{ background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { text-decoration: none; background:#ccc; font-weight:bold; text-align:center; width:120px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999;}
div.day-number		{ text-decoration: none; font-size: 15px; background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:-5px -5px 0 0; width:20px; text-align:center  }
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }
td.calendar-day .add_event {
    text-decoration: none;
    float: right;
    margin-TOP: 80px;
    right: 7px;
    position: absolute;
    font-size: 20px;
    outline-style: solid;
    outline-width: 1px;
    outline-color: #000;
    padding: 0px 4px .25px 4px;
}
td.calendar-day-list{
    height: auto;
    font-size:11px; position:relative; vertical-align: top;
    width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;
}
td.grid-calendar-day-list{
    height: auto;
    font-size:13px; position:relative; vertical-align: top;
    width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;
}
td.grid-calendar-day-dark_orange{
    height: auto;
    background-color: #FF5500;
    font-size:13px; position:relative; vertical-align: top;
    width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;
}
td.grid-calendar-day-blue{
    height: auto;
    background-color: #0099CC;
    font-size:13px; position:relative; vertical-align: top;
    width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;
}
td.grid-calendar-day-green{
    height: auto;
    background-color: #3a9946;
    font-size:13px; position:relative; vertical-align: top;
    width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;
}
td.grid-calendar-day-red{
    height: auto;
    background-color: #e31e26;
    font-size:13px; position:relative; vertical-align: top;
    width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;
}
td.grid-calendar-day-orange{
    height: auto;
    background-color: #be7d33;
    font-size:13px; position:relative; vertical-align: top;
    width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;
}
td.grid-calendar-day-yellow{
    height: auto;
    background-color: #babe33;
    font-size:13px; position:relative; vertical-align: top;
    width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;
}
td.grid-calendar-day-blue{
    height: auto;
    background-color: #0099CC;
    font-size:13px; position:relative; vertical-align: top;
    width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;
}
td.grid-calendar-day-purple{
    height: auto;
    background-color: #551A8B;
    font-size:13px; position:relative; vertical-align: top;
    width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;
}
td.grid-calendar-day-black{
    height: auto;
    background-color: #000000;
    font-size:13px; position:relative; vertical-align: top;
    width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;
}
td.grid-calendar-day-brown{
    height: auto;
    background-color: #8B7355;
    font-size:13px; position:relative; vertical-align: top;
    width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;
}
td.grid-calendar-day-turquoise{
    height: auto;
    background-color: #40E0D0;
    font-size:13px; position:relative; vertical-align: top;
    width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;
}
td.grid-calendar-day-gold{
    height: auto;
    background-color: #FFD700;
    font-size:13px; position:relative; vertical-align: top;
    width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;
}
td.grid-calendar-day-lime{
    height: auto;
    background-color: #00FF00;
    font-size:13px; position:relative; vertical-align: top;
    width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;
}
td.grid-calendar-day-tomato{
    height: auto;
    background-color: #FF6347;
    font-size:13px; position:relative; vertical-align: top;
    width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;
}
td.grid-calendar-day-plum{
    height: auto;
    background-color: #DDA0DD;
    font-size:13px; position:relative; vertical-align: top;
    width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;
}

.add_event :hover {
    color: #FF7F00;
}
.add_job {
    text-decoration: none;
    float: right;
    border-style: solid;
    border-width: 2px;
    border-color: #FF7F00;
    padding: 5px;
    margin-top: -80px;
    background-color: #efefef;
    font-weight: bold;
    border-radius: 5px;
}
input[type=submit].plus_job {
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    float: right;
    border-style: solid;
    font-weight: bold;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    padding: 0px !important;
    margin-top: 82px;
    text-align: center;
    float: right;
    margin-right: -24px;
    text-align: center;
    width: 22px !important;
    height: 22px !important;
}
.plus_job {
    text-decoration: none;
    font-size: 20px;
    float: right;
    border-style: solid;
    /*font-weight: bold;*/
    font-weight: lighter;
    border-radius: 13px;
    border-width: 2px;
    border-color: #FF7F00;
    text-decoration: none;
    padding: 0px !important;
    margin-top: 82px;
    text-align: center;
    float: right;
    margin-right: -24px;
    text-align: center;
    width: 22px !important;
    height: 22px !important;
    background-color: #efefef;
}

.hidden, .t_hidden, .l_hidden, .s_hidden {
    display: none !important;
}

#add_new_part a, #confirm_new_part {
    border:2px solid #FF7F00;
    padding:5px;
    font-weight:bold;
    border-radius:5px;
    background-color: #efefef;
    font-size:17px;
    margin: 0 4px;
    float: right;
    width: 85px;
    text-align: center;
    text-decoration: none;
    color: black;
}

.button1 {
    border:2px solid #FF7F00;
    padding:5px;
    font-weight:bold;
    border-radius:5px;
    background-color: #efefef;
    font-size:17px;
    text-align: center;
    text-decoration: none;
    color: black;
}

.button2 {
    border:0 none;
    cursor:pointer;
    color: white;
    background:#e34925;
    padding:5px 20px 7px;
    font-size:14px;
    font-weight:bold;
    border-radius:10px;
    display: inline-block;
    text-align: center;
    box-shadow: 2px 2px 2px #777777;
}

.button3 {
    border: 1px solid #777777;
    cursor: pointer;
    background-color: #eeeeee;
    color: #777777;
    display: inline-block;
    padding: 5px;
    border-radius: 6px;
    margin-left: 5px;
}

.button3.selected {
    background-color: #e55b3a;
    color: black;
    font-weight: 700;
    border: 2px solid black;
}

.edit_part, .confirm_edit, .cancel_edit {
    display: block;
    max-width: 60px;
    margin: 1px 0;
}

.low {
    background-color: #e77676;
}

.select20 {
    margin: 5px;
    display: block;
}

.ui-autocomplete {
    z-index: 100;
}

.insufficient_access_level {
    color: #999 !important;
}

#toggle_hourly, #toggle_frp {
    margin: 10px 10px 10px 0;
    padding: 5px 20px;
    box-shadow: 2px 2px 2px #555555;
}

#hourly table, #frp table {
    margin: 1em 0 0;
}

.add_row {
    text-align: center;
    width: 74px;
    margin: 0 auto;
    padding: 5px;
    cursor: pointer;
    background: #e34925;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px;
    color: white;
    box-shadow: 2px 2px 2px #777777;
}

#totals {
    float: right;
    line-height: 15px;
    font-size: 17px;
    text-align: right;
}

#tax_info_master {
    display: inline-block;
    position: absolute;
    right: 170px;
    bottom: 55px;
}

#tax_info_qm {
    display: inline-block;
    border: 2px solid #777777;
    margin: 0 5px;
    border-radius: 25px;
    width: 10px;
    line-height: 10px;
    font-size: 10px;
    text-align: center;
    padding: 2px;
    font-weight: bold;
}

#tax_info {
    width: 225px;
    font-size: 12px;
    text-align: left;
    padding: 8px;
    background-color: #ffcc9a;
    border-radius: 10px;
    right: 55px;
    z-index: 5;
    bottom: 33px;
}

#action_buttons {
    position: absolute;
    bottom: 30px;
}

.disabled_button {
    cursor: default;
    background: #888888;
}

#subtotal, #tax_amount {
    cursor: default;
    border: none;
    width: 60px;
    font-size: 17px;
    text-align: right;
}

.disabled_option { /* for use in the reports dropdown */
    background-color: #cccccc;
    color: #777777;
}