body {
  margin: 0;
  background-color: #BBBBBB;
  font-family: serif, helvetica, sans-serif;
}

h3 {
  font-size: 18px;
  font-weight: normal;
}

.title { margin-left: 20px; }

.column {
  display: inline-block;
  width: 400px;
  vertical-align: top;
}

.displayLists th {
  background: url(../images/bg_formHead.jpg) repeat-x;
  height: 16px;
  padding: 8px 8px 8px 16px;
  text-align: left;
  border: 1px solid #D8D8D8;
  background-color: #F5F5F5;
}

.no-display { display: none; }

.fileupload {
  font-size: 16px;
  color: green;
  font-weight: bold;
}

.displayLists td {
  padding: 8px 8px 8px 16px;
  text-align: left;
  border: 1px solid #D8D8D8;
  color: #636363;
}

.displayLists td.download {
  padding: 5px 0 3px 6px;
}

.displayLists td.tableCheck {
  padding: 8px 0 0 10px;
}

.displayLists td.thinCell{
  padding-left: 0;
  padding-right: 0;
}

.oddrow {
  background-color: #FFFFEB;
}
.evenrow {
  background-color: #F2F5FF;
}

.veridatalabel {
  display: block;
  font-size: 12px;
  line-height: 24px;
  float: left;
  width: 100;
  height: 20px;
  margin: 0;
  vertical-align: bottom;
}
.veridatafield {
  display: block;
  background: #EEF2F7 url(none) no-repeat scroll 0 0;
  font-family: tahoma,helvetica,sans-serif;
  font-size: 12px;
  border: 1px solid #888888;
  float: right;
  margin-right: 15px;
  width: 155px;
  height: 15px;
  overflow: hidden;
  text-align: left;
  margin: 0;
  vertical-align: bottom;
}

.container {
  margin: 0 auto;
  width: 1410px;
  backround-color: red;
}

.menubar {
  display: block;
  margin: 5px 0;
  height: 20px;
  background-color: #474658;
  color: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #000;
  padding: 10px;
}

.menubar .leftmenu {
  list-style-type: none;
  margin: 0;
  font-family: tahoma,helvetica,sans-serif;
  font-size: 14px;
  padding 0;
  float: left;
  width: 640px;
}

.menubar .rightmenu {
  list-style-type: none;
  margin: 0;
  font-family: tahoma,helvetica,sans-serif;
  font-size: 14px;
  padding 0;
  float: right;
  width: 450px;
  text-align: right;
}

.menubar ul li {
  display: inline;
}

.menubar ul li span {
  border-right: 1px dotted #BBBBBB;
  padding: 4px 9px;
}

.menubar ul li .active {
  padding: 4px 8.5px;
  background-color: #767F8A;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #000;
}

.menubar ul li span:hover {
  padding: 4px 8.5px;
  background-color: #767F8A;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #000;
}

.menubar ul li span a {
  text-decoration : none;
  color: #FFFFFF;
}

.submenubar {
  display: block;
  margin: 0px auto;
  height: 20px;
  background-color: #494A44;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px;
  border-bottom: 1px solid #000;
}

.submenubar .leftmenu {
  list-style-type: none;
  margin: 0;
  font-family: tahoma,helvetica,sans-serif;
  font-size: 14px;
  padding 0;
  float: left;
  width: 640px;
  color: #FFFFFF;
}

.submenubar .rightmenu {
  list-style-type: none;
  margin: 0;
  font-family: tahoma,helvetica,sans-serif;
  font-size: 14px;
  padding 0;
  float: right;
  width: 250px;
}

.submenubar ul li {
  display: inline;
}

.submenubar ul li span {
  border-right: 1px dotted #BBBBBB;
  padding: 4px 9px;
}

.submenubar ul li span:hover {
  padding: 4px 8.5px;
  background-color: #BBBBBB;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #000;
}

.submenubar ul li span a {
  text-decoration : none;
  color: #FFFFFF;
}

.content {
  background-color: #FFFFFF;
  height: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #000;
  padding-bottom: 60px;
}

.pagebar {
  background-color: #8FBFB0;
  height: 20px;
  width: 100%;
}

table {
  width: 90%;
  border-collapse: collapse;
  font-size: 12px;
}

table tr td a {
  text-decoration : none;
  color: blue;
}

table tr th {
  font-family: tahoma,helvetica,sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.odd {
  background-color: #FFFFFF;
}

.even {
  background-color: #EFFFF2;
}

.error_row {
  background-color: #CC0000;
  color: #FFFFFF;
}

.trheader {
  background-color: #EFEFEF;
  font-size: 13px;
  text-align: left;
}

.dataform {
  font-family: tahoma,helvetica,sans-serif;
  font-size: 13px;
  font-weight: lighter;
  margin-bottom: 65px;
  margin-top: 25px;
}

.dataform p {
  width: 85%;
  padding-bottom: 20px;
  clear: both;
}

.dataform div {
  display: inline-block;
  width: 85%;
  padding-bottom: 10px;
  clear: both;
}

.dataform p label, .dataform div label {
  padding-left: 20px;
  margin-right: 10px;
  float: left;
  width: 150px;
}

.dataform p select, .dataform p input, .dataform div select, .dataform div input {
  padding-left: 20px;
  background-color: #ffffff;
  float: left;
  width: 200px;
}

.dataform p textarea, .dataform div textarea {
  padding-left: 20px;
  background-color: #ffffff;
  float: left;
  width: 400px;
}

.edit_link {
  font-size: 11px;
  color: blue;
}

.clear {
  clear: both;
  padding-top: 15px;
  margin-top: 10px
}

.customer_info {
  float: left;
  padding-left: 50px;
  width: 44%;
  font-family: tahoma,helvetica,sans-serif;
  font-size: 13px;
  font-weight: lighter;
}

.customer_info_long {
  float: left;
  padding-left: 50px;
  width: 88%;
  font-family: tahoma,helvetica,sans-serif;
  font-size: 13px;
  font-weight: lighter;
}

.customer_info td {
  padding-left: 0px;
  background-color: #ffffff;
}

.customer_info .ahead, .customer_info_long .ahead {
  background-color: #EFEFEF;
  width: 115px;
}

.actionrow {
  border: 1px solid #000000;
}

.project_grid .pending {
  background-color: #E3FFEA;
}

.project_grid .late {
  background-color: #EEEEAD;
}

.project_grid .complete {
  background-color: #C4C4C4;
}

.project_grid .incomplete {
  background-color: #F8EBE5;
}

.filter {
  border: 1px solid #000000;
  border-radius: 5px 5px 5px 5px;
  background-color: gray;
  color: white;
  font-size: 15px;
  margin: auto;
  width: 90%;
  padding-bottom: 15px;
}

.order-type-table {
  width: 200px;
}

.horiz-table {
  width: 90%;
}

.horiz-table th {
  background-color: #464646;
  color: #FFFFFF;
  text-align: left;
}

.horiz-table td {
  color: #000000;
  text-align: left;
}

.hide { display: none; }

.dashtable {
  background-color: #EFEFEF;
  color: #000000;
  text-align: left;
}

.dashtable .head td {
  background-color: #000000;
  color: #FFFFFF;
}

.dashtable .even {
  background-color: #E8EDFF;
}

.dashtable .odd {
  background-color: #EFEFEF;
}

.dashtable .status {
  width: 75px;
  text-align: left;
  font-family: serif;
  font-style: normal;
  font-variant: small-caps;
  font-weight: bold;
  font-size: small;
}

.dashtable .count {
  width: 35px;
  text-align: left;
  font-family: serif;
  font-style: normal;
  font-variant: small-caps;
  font-weight: bold;
  font-size: small;

}

.dashtable .action {
  width: 35px;
  text-align: left;
  font-family: sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: small;
  text-transform: capitalize;
}

.dashtable .head .action {
  font-family: serif;
  font-style: normal;
  font-variant: small-caps;
  font-weight: bold;
  font-size: small;
}

.active_view { color: red; }
.required {
  color: red;
  font-size: 16px;
}
