BODY, TABLE {
  font-family: Arial, Tahoma, Verdana, Times New Roman;
  font-size: 12px;
}
#labmessages {

  margin: 0px auto;
  font-family: Arial, Tahoma, Verdana, Times New Roman;
  font-size: 12px;
  width: 100%;
}
#labmessages .row  td {
  font-size: 11px;
  vertical-align: top;
  padding: 3px;
}

#labmessages .row .subtitle {
  display: block;
  font-size: 11px;
  margin-left: 5px;
}

#labmessages .row .call_icon {
  width: 32px;
  height: 32px;
  border: none;
}

#labmessages .header .field  {
  font-weight: bold;
}

.data1 {
  background-color: #B5E3B5;
  /* color: #454545; */
}

.data2 {
  background-color: #CCFFCC;
  color: #000000;
}
A, A:VISITED {
  color: #000066;
  text-decoration: none;
}
A:HOVER {
  text-decoration: underline;
}
.banner { 
  text-align: left;
}
.banner img.headerBanner {
  width: 750px;
  border-bottom: 1px solid #ccc;
}
#nav {
  text-align: left; 
  padding: 7px 0px 7px 0px;
  border-bottom: 1px solid #ff9000;
}
#nav a {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  margin-right: 7px;
}
#nav a:hover {
  color: #ff9000;
}

table.wrapper {
  width: 750px;
  margin: 0px auto;
}

.tall {
  background-image: url('/appointments/images/darkblue_bg_tall.png');
  background-repeat: no-repeat;
  height: 50px;
}
.spacer {
  clear: both;
  height: 5px;
}
.verticalspacer {
  width: 5px;
}

.content {
  padding: 5px 0px 5px 0px;
  min-height: 100%;
  height: 100%;
}
.footer {
  vertical-align: bottom;
  text-align: center;
  color: #333;
  border-top: 1px solid #ccc;
  padding-top: 7px;
}

.submenu {
  font-size: 11px;
  border-bottom: 1px solid #eee;
  height: 25px;
}

.submenu a {
  text-decoration: none;
  font-weight:bold;
  margin-right: 10px;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 3px 0px 3px 0px;
}
.submenu a.current {
  color: #ff9000;
}

.monthList {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.monthList li a {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #eee;
}
.monthList li a:hover {
  color: #99BB11;
}

.comingSoon {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-top: 24px;
  color: #99BB11;
}

.reportSessionList {
  width: 100%;
}

.reportSessionList tr td {
  padding: 3px;
}

.reportSessionList .tableHeader td {
  font-weight: bold;
}

.reportSessionList .callcount {
  text-align: right;
}

.mainMenu {
  width: 100%;
}
.mainMenu td {
  height: 150px;
  width: 20%;
  background-color: #99BB11;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
}
.mainMenu td:hover {
  background-color: #1149D4;
}
.mainMenu td a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding-top: 14px;
  text-shadow: #111 0px 1px 3px;
}
.mainMenu td.dashboard a {
  height: 75%;
}
.mainMenu td.dashboard #callProgress {
  width: 90%
}

.mainMenu td.recordmessage {
  background-image: url('/appointments/images/mm_recordmessage.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.mainMenu td.reports {
  background-image: url('/appointments/images/mm_reports.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.mainMenu td.dashboard {
  background-image: url('/appointments/images/mm_dashboard.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.mainMenu td.logout {
  background-image: url('/appointments/images/mm_logout2.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.mainMenu td.admin {
  background-image: url('/appointments/images/mm_admin.png');
  background-repeat: no-repeat;
  background-position: bottom;
}

.mainMenu td.dashboard #callPercentage {
  display: block;
  text-align: left;
  width: 90%;
  margin: 3px auto;
  font-size: 10px;
}

.filterForm {
  padding: 5px;
  border: 1px solid #777;
  background-color: #eee;
  margin-top: 21px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.filterForm form {
  margin: 0px;
}
.filterForm  label {
  display: block;
  margin: 3px 0px 3px 0px;
}
.filterForm  input[type="text"] {
  padding: 3px;
  border: 2px solid #99BB11;
}
.filterForm  input[type="submit"] {
  display: block;
  padding: 3px;
  border: 2px solid #99BB11;
  margin: 7px 0px 3px 0px;
  background-color: #99BB11;
  background: #99BB11;
  color: #fff;
  font-weight: bold;
}

input[type="text"].hasDatePicker {
  width: 80px;
  text-align: center;
}

form.userLogin {
  border: 1px solid #ccc;
  width: 225px;
  padding: 14px;
  margin: 0px auto 14px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

form.userLogin table td {
  vertical-align: middle;
  padding-bottom: 7px;
}

form.userLogin label {
  marign-right: 3px;
  display: inline-block;
  width: 75px;
}
form.userLogin input[type="text"], form.userLogin input[type="password"] {
  padding: 3px;
  border: 1px solid #ff9000;
  width: 125px;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.userList {
  width: 100%;
}

.userList td {
  padding: 5px 3px 5px 3px;
  text-align: left;
}

.notLoggedMsg {
  text-align: center;
  margin-top: 7px;
  font-weight: bold;
}

#callSessionDisplay {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 1px solid #777;
}

p.results {
  border: 1px solid #ff9000;
  background: #FFFF99;
  padding: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

p.results  a {
  display: block;
  float: right;
  background-image: url('/appointments/images/printer.png');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 22px;
  height: 18px;
}

#container {
  height: 413px;
  overflow: hidden;
}

.controllertable td {
  border-right: 2px solid #fff;
}

a.linkbutton {
  display: inline;
  padding: 5px;
  border: 1px solid #111;
  background: #fff;
}

table.signup {
  width: 300px;
  margin: 7px auto;
}

.callDeleted {
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 5px;
  margin-top: 3px;
}