body {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin: 0;
}

table {
  border: none;
  margin-bottom: 25px;
}

tr.spacer {
  height: 10px;
}

#sortgrid { 
  list-style-type: none; 
  margin: 0; 
  padding: 0; 
  width: 800px; 
}

#sortgrid li { 
  margin: 3px 3px 3px 0; 
  padding: 10px 0px 3px 10px;
  width: 380px; 
  height: 25px; 
  font-size: 1em; 
  overflow: hidden;
  cursor: pointer;
}

#sortgrid tr {
  cursor: pointer;
}

table.tight {
  border: 0;
  margin: 0 !important;
}

  table.tight td {
    font-size: 0.7em;
    padding: 0 !important;
  }
  
  table.tight td:first-child {
    position: relative;
    top: 4px;
  }
  
  table.tight input[type=checkbox] {
    height: 15px;
  }
  
table.stats {
  border: 1px solid #000;
  border-spacing: 0px;
  -moz-box-shadow: 2px 6px 4px #000;
  -webkit-box-shadow: 2px 6px 4px #000;
  box-shadow: 2px 6px 4px #000;
  margin-top: 25px;
  background-color: #808080;
}
  table.stats th {
    padding: 10px;
    background-color: #808080;
    color: #FFF;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    position: relative;
  }
  
  table.stats tr.highlighted-white td {
    background-color: #FFF;
  }
  
  table.stats tr.highlighted-red td {
    background-color: #FFC0C0;
  }
  
  table.stats tr.highlighted-green td {
    background-color: #C0FFC0;
  }
  
  table.stats tr.highlighted-blue td {
    background-color: #C0C0FF;
  }
  
  table.stats tr.highlighted-teal td {
    background-color: #C0FFFF;
  }
  
  table.stats tr.highlighted-purple td {
    background-color: #FFC0FF;
  }
  
  table.stats tr.highlighted-gray td {
    background-color: #DDD;
  }
  
  table.stats tr.userheader th {
    font-size: 2em; 
    font-weight: normal; 
    text-align: right;
    color: #FF0;
    background-color: #0A0;
  }
  
  table.stats tr.userheader th.disabled {
    background-color: #A00;
  }
  
  table.stats tr.header th {
    color: #FF0;
    text-transform: uppercase;
  }

  table.stats tr.clickable td {
    cursor: pointer;
  }
  
  table.stats tr.hover:hover td {
    cursor: pointer;
    background-color: #FFF;
  }

  table.stats td {
    padding: 10px;
    vertical-align: top;
    background-color: #EEE;
    text-align: left;
  }
  
  tr.tally th {
    background-color: #FFF;
    top: 0px;
    color: #000;
    border-top: 1px solid #000;
    vertical-align: bottom;
  }

  table.stats tr.tally td {
    background-color: #FFF;
    height: 25px;
  }
  
  table.stats tr.spacer {
    height: 25px;
  }
  
  table.stats tr.spacer td {
    vertical-align: bottom;
  }
  
  table.stats tr.tallyext td {
    vertical-align: top;
    background-color: #FFF;
    color: #00F;
  }

  tr.tally th {
    background-color: #FFF;
    top: 0px;
    color: #000;
    vertical-align: bottom;
  }
  
  table.stats tr.tallyext td.subtotal {
    font-weight: bold;
    color: #00F;
  }
  
  table.stats tr.tally td.subtotal {
    font-weight: bold;
    color: #00F;
  }
  
  table.stats tr.tally {
    height: 50px;
  }
  
  table.stats tr.tally td {
    vertical-align: bottom;
    border-top: 1px solid #000;
    color: #00F;
  }

div.content {
  padding: 10px;
}

.error {
  color: #A00;
  font-weight: bold;
}

.error span {
  color: #000;
}

.notice,.info {
  color: #00F;
  font-weight: bold;
}


input[type="checkbox"] {
  width: 2em;
  height: 2em;
}

INPUT[type=text],
INPUT[type=number],
INPUT[type=password] {
  border: #787183 solid 1px;
  font-family: Tahoma;
  font-size: 14pt;
  font-weight: normal;
  background-color: #FFFFF0;
  color: #0000FF;
  padding: 2px 5px;
}

input[type="button"] {
  cursor: pointer;
  background-color: #C0FFC0;
  border: 1px solid #008000;
  color: #444;
  font-family:Calibri, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  text-align: center;
  display: table; 
  position: relative; 
  overflow: hidden;
  margin: 0px 5px 0px 0px;
  display: inline-block;
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
}

textarea {
  border: #787183 solid 1px;
  font-family: Tahoma;
  font-size: 14pt;
  font-weight: normal;
  background-color: #FFFFF0;
  color: #0000FF;
  padding: 2px 5px;
}

select {
  border: #787183 solid 1px;
  font-family: Tahoma;
  font-size: 14pt;
  font-weight: normal;
  background-color: #FFFFF0;
  color: #0000FF;
  padding: 2px 5px;
}

.required {
  border-left: 5px solid #F00 !important;
}

.shadows {
  -moz-box-shadow: 2px 6px 4px #000;
  -webkit-box-shadow: 2px 6px 4px #000;
  box-shadow: 2px 6px 4px #000;
}

.centered {
  text-align: center;
}

table.pagination {
  border: none;
  margin: 0 auto;
  width: 100%;
}
  table.pagination td {
    text-align: center;
  }

  table.pagination td:first-child {
    text-align: left;
  }

  table.pagination td:last-child {
    text-align: right;
  }

  table.pagination img {
    cursor: pointer;
  }

.hdr {
  font-weight: bold;
  color: #00F;
}

div.login {
  width: 80vw;
  margin: 20px auto 0px auto;
  background-color: #EEE;
  border: 1px solid #000;
  border-radius: 10px;
  -moz-box-shadow: 2px 6px 4px #000;
  -webkit-box-shadow: 2px 6px 4px #000;
  box-shadow: 2px 6px 4px #000;
  padding: 20px;
  text-align: center;
  max-width: 500px;
  color: #000;
}  

div.buttons {
  margin-top: 15px;
}

table.hoverrow tr:not(.spacer):not(.new):hover td {
  background-color: #FFF !important;
  cursor: pointer;
}

.mouseover {
  background-color: #C0FFC0;
  border: 1px solid #000;
  padding: 10px 15px;
  -moz-box-shadow: 2px 4px 4px #000;
  -webkit-box-shadow: 2px 4px 4px #000;
  box-shadow: 2px 4px 4px #000;
}

.min250 {
  min-width: 250px;
}

.min500 {
  min-width: 500px;
}

.min750 {
  min-width: 750px;
}

.min1000 {
  min-width: 1000px;
}

div.contentwindow {
  padding: 10px 25px;
}


@media print {
  .noshow {
    display: none;
  }
  body {
    background-color: transparent;
    -webkit-print-color-adjust: exact !important;
  }
  table.stats {
    background-color: transparent;
    -webkit-print-color-adjust: exact !important;
  }
  
  .topnav {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  INPUT[type=text],
  INPUT[type=number],
  INPUT[type=password] {
    font-size: 2em;
    width: calc(100% - 80px);
  }
  
  input[type="button"] {
    font-size: 1.2em;
  }
}

table.acleditor {
  border-spacing: 0;
  border: 1px solid #000;
}

table.acleditor th {
  background-color: #808080;
  color: #FFF;
  font-weight: bold;
  text-align: left;
  padding: 10px;
}

table.acleditor td {
  padding: 10px;
  background-color: #FFF;
}

table.acleditor td.principal {
  min-width: 200px;
}

table.acleditor tr.role td {
  background-color: #F0F0F0;
}

table.acleditor tr.spacer td {
  background-color: #808080;
}











