body {
 background-color: #fff;
 margin: 40px;
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 14px;
 color: #4F5155;
}

a {
 color: #003399; /* dark blue */
 background-color: transparent;
 font-weight: normal;
}

a:hover
{
  color: red;
  font-weight: normal;
  text-decoration: none;
}
a.white,a:visited.white,a:hover.white,a:active.white
{
  color: white; 
  font-weight: bold;
}

h1 {
 color: #444;
 background-color: transparent;
 border-bottom: 1px solid #D0D0D0;
 font-size: 16px;
 font-weight: bold;
 margin: 24px 0 2px 0;
 padding: 5px 0 6px 0;
}

code {
 
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}

.blueBack { 
  background-color: #DBE5F1;
}

.blueBackRedBorder {
  background-color: #DBE5F1;
  border: 1px solid #D0D0D0;
  border-color: red;
}


.blueBackBox {
    background-color: #DBE5F1;
    border-style: none
}

table.blueBack { 
  background-color: #DBE5F1;
}

table.notes { 
  background-color: WHITE;
  padding: 10px;
}

tr.blueBack { 
  background-color: #DBE5F1;
}

.hrg {
 font-size: 12px;
}

.right {
float:right;
}

.left {
float:left;
}

input.class1 {
  background-color: white;
  maxlength: 30;
  size:15
}

label {
    display: inline;
    width: 100px;
    float: none;
    margin: 2px 4px 6px 4px;
    text-align: right;
}

div#div1 *{display:inline}
div#divButtons *{display:inline}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px; 
} 

td { border: none 1px white }

.bottomfeeders {
  position: fixed;
  bottom: 30px;
}

footer {
background-color: 9e0000;
color: white;
position: fixed;
letter-spacing: 1px;
bottom: 0px;
left: 0px;
width: 100%;
height: 12px;
font-size: 10px;
padding: 8px;
min-width: 1200px;

}

.centered {
text-align:center
}

div.centered2 {
    margin-left: auto;
    margin-right: auto;
    width: 480px;
}

div.centered3 {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}
div.centered1 {
    margin-left: auto;
    margin-right: auto;
}

input:not(.button)[type="button"], input:not(.button)[type="submit"], input:not(.button)[type="reset"], button {
  background-color: #b30000;
  color: white;
  font-size: 14px;
  -webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	font-weight: medium;		
  -webkit-appearance: none;
  font-family: "Helvetica Neue", "Lucida-Grande", "Lucida Console", Monaco, monospace, sans-serif; /* buttons look better with these fonts */	
}

.darkred
{
  color: #ff3333;
  font-size: 12px;
  font-weight: bold;	
  font-family: "Helvetica Neue", "Lucida-Grande", "Lucida Console", Monaco, monospace, sans-serif; /* buttons look better with these fonts */	
}

span:hover {    
  position: relative;
}

span.tooltip1 {
  -webkit-user-select: none;
}
span.tooltip1:hover {
  color: red;
  font-weight: bold;
}

.tooltip1:hover:after {
  content: attr(title1);
  color: #fff;
  background-color:#000;
  position: absolute;
  left: 30px;  
  top: -120px;
  white-space: pre;
  z-index: 10;
  font-size: 9px;
}
span.tooltip2 {
  -webkit-user-select: none;
}
span.tooltip2:hover {
  color: red;
  font-weight: bold;  
}

.tooltip2:hover:after {
  content: attr(title1);
  color: #fff;
  background-color:#000;
  position: absolute;
  left: -450px;  
  top: -120px;
  white-space: pre;
  z-index: 10;
  font-size: 11px;
  
}
div.infoscreenresult
{
  padding: 10px 0px 5px 100px;  
}
input.infoscreenresult
{

  background: white;
  color: black;
  border: none;
}
div.infoscreen
{
    /* padding: top&bottom right&left; */
    /* padding: 0px 0px 0px 0px;  */   
    
 
}
div.infoscreencol1
{
  float: left;
  width: 174px;
  background: #ffffff;  /* white */
  /* padding top right bottom left */
  padding: 2px 0px 2px 0px; /* left padding is 0 */
}
div.infoscreen>div:nth-child(2n-1)  /* left col, target the divs that are children of .infoscreen div, but not other divs */
{
    /* width: 12%; */
    /* text-align: left; */
    width: 174px;
     float: left;   /* without the float the label appears above the text input instead of to the left */
    /* display:inline-block; */
    background: #ffffff;  /* white */
    /* padding: top&bottom right&left; */
    /* padding: 5px 0px; */
    /* padding top right bottom left */
    padding: 2px 0px 2px 60px;
}

div.infoscreen>div:nth-child(2n), div.infoscreencol2 /* start off with an even row since there is only 1 row involved so it has to be even, multiple of 2 */
{
     /* width: 88%; */
    
     /* float: left; */
    
    /* text-align: left; */
    /* display: inline-block; */
    background: #ffffff;  /* white */
    /* padding: top&bottom right&left; */
    padding: 2px 0px;
   
}
input.infoscreen, textarea.infoscreen, input.dlscreen, input.review
{
    background: #f2f2f2; /* dark white */
    border: none;
    resize: none;
    
}

div.addtask>div:nth-child(2n-1)  /* left col, target the divs that are children of .infoscreen div, but not other divs */
{
    /* width: 12%; */
    text-align: left;
    width: 200px; /* was 174px */
    float: left;   /* without the float the label appears above the text input instead of to the left */
    /*display:inline-block; */
    background: #ffffff;  /* white */
    /* padding: top&bottom right&left; */
    /* padding: 5px 0px; */
    /* padding top right bottom left */
    padding: 2px 0px 2px 50px;
}

div.addtask>div:nth-child(2n) /* start off with an even row since there is only 1 row involved so it has to be even, multiple of 2 */
{
     /* width: 88%; */
    
     /* float: left; */
    
    text-align: left;
    background: #ffffff;  /* white */
    /* padding: top&bottom right&left; */
    padding: 2px 0px;
   
}
input.addtask
{
    background: #f2f2f2; /* dark white */
    border: none;
    resize: none;
    
}
textarea.addtask
{
    resize: none;
}
div.review>div:nth-child(2n-1)  /* left col, target the divs that are children of .review div, but not other divs */
{
    /* width: 12%; */
    text-align: left;
    width: 60px;
    float: left;   /* without the float the label appears above the text input instead of to the left */
    /*display:inline-block; */
    background: #ffffff;  /* white */
    /* padding: top&bottom right&left; */
    /* padding: 5px 0px; */
    /* padding top right bottom left */
    padding: 2px 0px 2px 12px;
}

div.review>div:nth-child(2n) /* start off with an even row since there is only 1 row involved so it has to be even, multiple of 2 */
{
     /* width: 88%; */
    
     /* float: left; */
    
    text-align: left;    
    background: #ffffff;  /* white */
    /* padding: top&bottom right&left; */
    padding: 2px 0px;
   
}
div.outside>div:nth-child(1)
{
  width: 420px;
  padding: 2px 0px 2px 0px;
  
}
div.outside>div:nth-child(2)
{
  padding: 2px 0px 2px 0px;
}
div.taskview>span:nth-child(1)
{  
  padding: 2px 0px 2px 8px;  
  width: 160px;
  display: inline-block;
}
div.taskview>span:nth-child(2)
{
  
  padding: 2px 0px 2px 0px;
  
  width: 120px;
  display: inline-block;
}
div.taskview>span:nth-child(3)
{
  
  padding: 2px 0px 2px 0px;
  
  width: 100px;
  display: inline-block;
}
div.taskview>span:nth-child(4)
{
  
  padding: 2px 0px 2px 0px;
  
  width: 100px;
  display: inline-block;
}
div.taskview>span:nth-child(5)
{
  
  padding: 2px 0px 2px 0px;
  
  width: 100px;
  display: inline-block;
}
div.taskview2>span:nth-child(1)
{  
  padding: 2px 0px 2px 8px;
  
  width: 500px;
  display: inline-block;
}
div.taskview2>span:nth-child(2)
{
  
  padding: 2px 0px 2px 0px;
  
  width: 120px;
  display: inline-block;
  vertical-align: top;
}
div.taskview2>span:nth-child(3)
{
  
  padding: 2px 0px 2px 0px;
  
  width: 120px;
  display: inline-block;
  vertical-align: top;
}
.noshare {
  -webkit-user-select: none; /* avoid copydefineshare */
}
input.tasks>input:nth-child(1)  /* 2n-1 left col, target the inputs that are children of .review input, but not other inputs */
{
    text-align: left;
    width: 240px;
    height: 16px;
    float: left;   /* without the float the label appears above the text input instead of to the left */
    font-size: 13px;
    /*display:inline-block; */
    
    /* padding: top&bottom right&left; */
    /* padding: 5px 0px; */
    /* padding top right bottom left */
    padding: 2px 0px 2px 0px;
    
}

input.tasks>input:nth-child(2) /* 2n start off with an even row since there is only 1 row involved so it has to be even, multiple of 2 */
{
    width: 30px;
    text-align: left;    
    
    /* padding: top&bottom right&left; */
    padding: 2px 0px 2px 12px;
    
    display:inline-block;
}

input.tasks>input:nth-child(3) 
{
    width: 40px;
    text-align: left;    
    
    /* padding: top&bottom right&left; */
    padding: 2px 0px 2px 12px;
    
    display:inline-block;
}
input.tasks>input:nth-child(4) 
{
    width: 40px;
    text-align: left;    
    
    /* padding: top&bottom right&left; */
    padding: 2px 0px 2px 12px;
    
    display:inline-block;
}
div.tasks>div:nth-child(1)  /* 2n-1 left col, target the divs that are children of .review div, but not other divs */
{
    text-align: left;
    width: 240px;
    height: 16px;
    /* float: left; */   /* without the float the label appears above the text input instead of to the left */
    font-size: 13px;
    /*display:inline-block; */
    
    /* padding: top&bottom right&left; */
    /* padding: 5px 0px; */
    /* padding top right bottom left */
    padding: 2px 0px 2px 0px;
    
}

div.tasks>div:nth-child(2) /* 2n start off with an even row since there is only 1 row involved so it has to be even, multiple of 2 */
{
    width: 30px;
    text-align: left;    
    
    /* padding: top&bottom right&left; */
    padding: 2px 0px 2px 12px;
    
    display:inline-block;
}

div.tasks>div:nth-child(3) 
{
    width: 40px;
    text-align: left;    
    
    /* padding: top&bottom right&left; */
    padding: 2px 0px 2px 12px;
    
    display:inline-block;
}
div.tasks>div:nth-child(4) 
{
    width: 40px;
    text-align: left;    
    
    /* padding: top&bottom right&left; */
    padding: 2px 0px 2px 12px;
    
    display:inline-block;
}
div.tasks>div:nth-child(5) 
{
    text-align: left;    
    
    /* padding: top&bottom right&left; */
    padding: 2px 0px;
    
    display:inline-block;
}
.c1short
{
    text-align: left;
    width: 120px;
    height: 16px;
    
    font-size: 13px;
    display:inline-block;
    
    /* padding: top&bottom right&left; */
    /* padding: 5px 0px; */
    /* padding top right bottom left */
    padding: 2px 0px 2px 0px;
    
}
.c1
{
    text-align: left;
    width: 240px;
    height: 16px;
    
    font-size: 13px;
    display:inline-block;
    
    /* padding: top&bottom right&left; */
    /* padding: 5px 0px; */
    /* padding top right bottom left */
    padding: 2px 0px 2px 0px;
    
}

.c2
{
    width: 30px;
    text-align: left;    
    font-size: 13px;
    /* padding: top&bottom right&left; */
    padding: 2px 0px 2px 12px;
    
    display:inline-block;
}

.c3
{
    width: 44px;
    text-align: left;    
    font-size: 13px;
    /* padding: top&bottom right&left; */
    padding: 2px 0px 2px 12px;
    
    display:inline-block;
}
.c4
{
    width: 36px;
    text-align: right;    
    font-size: 13px;
    /* padding: top&bottom right&left; */
    padding: 2px 0px 2px 12px;
    
    display:inline-block;
}
.c5
{
    width: 36px;
    text-align: right;    
    font-size: 13px;
    /* padding: top&bottom right&left; */
    padding: 2px 0px 2px 12px;
    
    display:inline-block;
}
textarea.tasksdetails 
{
    background: #f2f2f2; /* dark white */
    color: black;
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
       -moz-box-sizing: border-box; /* FF1+ */
            box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/    

}
div.tasksdetails
{
    background: #f2f2f2; /* dark white */
    border: none;
    resize: none;
}
span.spanlen
{
    color: #cccccc; /* darker dark white */
    font-size: 12px;
}
div.taskstyle
{

    width: 472px;
    background: #80cbe5;
    
}
div.taskheading
{
    /* background: #80cbe5;  #2FA9D4;  some pretty blue color http://coloreminder.com/56b9dc */
    color: #2FA9D4;
    font-size: 12px;
    font-weight: medium;
    display: inline-block;
    width: 315px;    
    padding-top: 0px;
    padding-left: 5px;
    letter-spacing: .15em;
    background-color: #d8f0f3;
    
    
}
div.divtoggle
{
    height: 24px;
}
div.taskduedate
{
    font-size: 10px;
    font-weight: medium;
    display: inline-block;
    width: 40px;   
    padding-top: 1px;
    padding-left: 5px;  
    padding-right: 18px; 
    text-align:left; 
    background-color: #d8f0f3  
}
div.taskclicks
{
    display: inline-block;
}
span.taskclicks
{
    /* background: #80cbe5; #2FA9D4;  some pretty blue color */
    color: white;
    font-size: 10px;
    font-weight: medium;
    display: inline-block;
    width: 28px;   
    padding-top: 1px;
    padding-left: 2px; 
    text-align: center;  
    color: navy; 
    background-color: #d8f0f3 
}
span.taskclicks:hover
{
    color:red;
    cursor: pointer;        
}
div.taskedit
{
    /* background: #80cbe5; #2FA9D4;  some pretty blue color */
    color: white;
    font-size: 10px;
    font-weight: medium;
    display: inline-block;
    width: 36px;   
    padding-top: 5px;
    padding-left: 2px; 
    text-align: right;   
}
div.taskedit:hover
{
    color:red;
}
div.done
{
    /* background: #80cbe5;  #2FA9D4;  some pretty blue color */
    color: white;
    font-size: 10px;
    font-weight: medium;
    display: inline-block;
    width: 36px;   
    padding-top: 5px;
    padding-left: 2px;   
    text-align: right; 
}
div.done:hover
{
    color:red;
}
span.review
{
    background: white;    
    padding: 4px 0px;
    border: none;
    font-size: 14px;
    
}
input.reviewdark 
{
  background: #f2f2f2; /* dark white */
  border: none;  
  /* padding: 2px 0px; */
  readonly: readonly;
}
input.reviewlight
{
  background: white;  
  border: none;
  readonly: readonly;
  /* padding: 2px 0px 2px 20px; */
}
input.button-search {
    background-image: url(/inc/searchIcon2.png);
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 32px;           /* make this the size of your image */
    width: 32px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}
input.downarrow {
    background-image: url(/inc/newdownarrow.png); 
    background-color: transparent; /* make the button transparent */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 29px;           /* make this the size of your image */
    width: 32px;     /* make text start to the right of the image */        
}
input.uparrow {
    background-image: url(/inc/newuparrow.png); 
    background-color: transparent; /* make the button transparent */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 42px;           /* make this the size of your image */
    width: 32px;     /* make text start to the right of the image */    
}
input[type=number]{
    width: 40px;
}
div.dlscreen>div:nth-child(2n-1)  /* left col, target the divs that are children of .infoscreen div, but not other divs */
{
    /* width: 12%; */
    text-align: left;
    width: 400px;
    float: left;   /* without the float the label appears above the text input instead of to the left */
    /*display:inline-block; */
    background: #ffffff;  /* white */
    /* padding: top&bottom right&left; */
    /* padding: 5px 0px; */
    /* padding top right bottom left */
    padding: 5px 0px 5px 60px;
}

div.dlscreen>div:nth-child(2n) /* start off with an even row since there is only 1 row involved so it has to be even, multiple of 2 */
{
     /* width: 88%; */
    
     /* float: left; */
    
    text-align: left;
    background: #ffffff;  /* white */
    /* padding: top&bottom right&left; */
    padding: 5px 0px;
   
}
input.addnew
{
    border: none;
    background: #f2f2f2; /* dark white */
    text-align: center;
    cursor: pointer;
    height: 20px;
    color: black;
}


input.servicetype
{    
    border: none;
    background: #f2f2f2; /* dark white */
    text-align: center;
    cursor: pointer;
    height: 30px;
}
input.servicetype:hover
{
    background-color: silver;
}
span.servicetype
{
    padding-top: 20px;
    vertical-align:middle;
}
input.redoutline
{
    border: solid;
    border-width: thin;
    border-color: red;
}    
div.redoutline
{
    border: solid;
    border-width: thin;
    border-color: red;
    padding: 2px
}
input[type=checkbox].bigbox
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

.outside {

margin:0 auto;
}    

.lefty {
float:left;

background:transparent;
}
    
.righty {
float:left;
padding-left: 20px;
background:transparent;
white-space: normal;
}    

.clear {
clear:both;    
}

.forecast {
  background-color: #DBE5F1; /* blueback */
  border-color: red;
  border-width: 1px;
  border-style: solid;
  width: 400px;
  text-align: left;
  padding: 5px
}
.scroll {    
    width: 400px; 
    height: 130px;
    overflow: scroll;
}
span.bigbold
{
    font-weight: bold;
    font-size:   12pt;
}
span.smallprint
{
    font-size: 10px;
}
.toggleplusminus:hover
{
  
  font-weight: bold;
  text-decoration: none;
}
.colorMenuBar2 {
  color: #2FA9D4;
}
.ddlightblue {
  background-color: #ceebfd;
}
.prevnext {
  font-size: 12px;
}
a.hovers:hover
{
  color: red;
  font-weight: normal;
  text-decoration: none;
}