html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
dl,
dt,
dd,
ol,
ul,
li,
form,
legend,
fieldset,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  margin: 0 !important;
  padding: 0 !important;
  color: #313131;
  background: #ffffff;
  text-rendering: optimizeLegibility;
}
html,
body {
  height: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
td,
th {
  vertical-align: top;
  text-align: left;
}
table img {
  vertical-align: middle;
}
ol,
ul,
.noList {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
html {
  overflow-y: scroll;
  font-size: 100.01%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 13.3px;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
a {
  color: #a83533;
  line-height: inherit;
  font-weight: inherit;
}
a:hover {
  color: #5a1d1b;
  text-decoration: underline;
}
.hover a.toTr {
  color: #5a1d1b;
}
h1 {
  font-size: 200%;
  font-weight: bold;
}
h2 {
  font-size: 150%;
  font-weight: bold;
}
h3 {
  font-size: 120%;
  font-weight: bold;
}
h4,
h5,
h6,
h7,
h8 {
  font-size: 100%;
  font-weight: bold;
}
.monospace {
  font-family: monospace;
}
.scrollable {
  overflow: scroll;
}
table .tiny {
  width: 10px;
}
.center {
  text-align: center !important;
  vertical-align: middle !important;
}
.middle {
  vertical-align: middle !important;
}
.cleaner {
  clear: both;
  height: 1px;
  overflow: hidden;
}
.noDisplay {
  display: none;
}
.noPadding {
  padding: 0 !important;
}
.noMargin {
  margin: 0 !important;
}
.noSpace {
  padding: 0 !important;
  margin: 0 !important;
}
.first {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.number {
  width: 3em;
}
.wide {
  width: 95%;
}
.half {
  width: 8.1em;
}
.tiny {
  width: 1.6em;
}
input[type=checkbox],
input[type=radio] {
  margin-right: 5px !important;
}
.printOnly {
  display: none;
}
form {
  margin-bottom: 18px;
}
table form {
  margin-bottom: 0;
}
fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}
fieldset legend {
  display: block;
  margin-left: 150px;
  line-height: 1;
  *margin: 0 0 5px 145px;
  *line-height: 1.5;
  color: #404040;
}
input,
select,
textarea {
  font-size: 100%;
  font-family: inherit;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
input[type=text],
.formField,
.txt,
input[type=password],
textarea,
select,
.uneditable-input {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  background: #fafafa;
}
input[type=file] {
  line-height: 23.4px;
}
textarea {
  width: 99.9%;
  height: auto;
}
.uneditable-input {
  background-color: #eee;
  display: block;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
input[type=text],
input[type=password],
select,
textarea {
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -ms-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}
form div.error {
  background: #f3d8d8;
  padding: 10px 0;
  margin: -10px 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form div.error > label,
form div.error span.help-inline,
form div.error span.help-block {
  color: #812927;
}
form div.error input[type=text],
form div.error input[type=password],
form div.error textarea {
  border-color: #b27675;
  -webkit-box-shadow: 0 0 3px rgba(171,41,32,0.25);
  -moz-box-shadow: 0 0 3px rgba(171,41,32,0.25);
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}
form div.error input[type=text]:focus,
form div.error input[type=password]:focus,
form div.error textarea:focus {
  border-color: #9d5957;
  -webkit-box-shadow: 0 0 6px rgba(171,41,32,0.5);
  -moz-box-shadow: 0 0 6px rgba(171,41,32,0.5);
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}
form div.error .input-prepend span.add-on,
form div.error .input-append span.add-on {
  background: #ebbdbc;
  border-color: #b27675;
  color: #9d5957;
}
form .error_field {
  border-color: red !important;
}
input[readonly]:focus,
textarea[readonly]:focus,
input.disabled {
  background: #f5f5f5;
  border-color: #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),color-stop(0.25,#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(#fff,#fff 0.25,#e6e6e6);
  background-image: -moz-linear-gradient(top,#fff,#fff 0.25,#e6e6e6);
  background-image: -ms-linear-gradient(#fff,#fff 0.25,#e6e6e6);
  background-image: -o-linear-gradient(#fff,#fff 0.25,#e6e6e6);
  background-image: linear-gradient(#fff,#fff 0.25,#e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  color: #333;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  text-decoration: none;
  font-size: 1em;
  -webkit-transition: .1s linear all;
  -moz-transition: .1s linear all;
  -ms-transition: .1s linear all;
  -o-transition: .1s linear all;
  transition: .1s linear all;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn.primary {
  color: white;
  background-color: #63ad5d;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#93e078),to(#63ad5d));
  background-image: -moz-linear-gradient(top,#93e078,#63ad5d);
  background-image: -ms-linear-gradient(top,#93e078,#63ad5d);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#93e078),color-stop(100%,#63ad5d));
  background-image: -webkit-linear-gradient(top,#93e078,#63ad5d);
  background-image: -o-linear-gradient(top,#93e078,#63ad5d);
  background-image: linear-gradient(top,#93e078,#63ad5d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93e078', endColorstr='#63ad5d', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  border-color: #63ad5d #63ad5d #447e40;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn.important {
  color: white;
  background-color: #ca0021;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#ff0000),to(#ca0021));
  background-image: -moz-linear-gradient(top,#ff0000,#ca0021);
  background-image: -ms-linear-gradient(top,#ff0000,#ca0021);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff0000),color-stop(100%,#ca0021));
  background-image: -webkit-linear-gradient(top,#ff0000,#ca0021);
  background-image: -o-linear-gradient(top,#ff0000,#ca0021);
  background-image: linear-gradient(top,#ff0000,#ca0021);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ca0021', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  border-color: #ca0021 #ca0021 #7e0015;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn.warning {
  color: white;
  background-color: #fa9900;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#fac200),to(#fa9900));
  background-image: -moz-linear-gradient(top,#fac200,#fa9900);
  background-image: -ms-linear-gradient(top,#fac200,#fa9900);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fac200),color-stop(100%,#fa9900));
  background-image: -webkit-linear-gradient(top,#fac200,#fa9900);
  background-image: -o-linear-gradient(top,#fac200,#fa9900);
  background-image: linear-gradient(top,#fac200,#fa9900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fac200', endColorstr='#fa9900', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  border-color: #fa9900 #fa9900 #ae6a00;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}
.btn:disabled {
  cursor: default;
  background-image: none;
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 3px 7px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.05);
}
.btn.large {
  font-size: 16px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 3px 9px 3px;
  font-size: 1.17em;
}
form table.layouter {
  width: 100%;
  font-size: 12px;
}
form table.layouter th {
  padding-top: 9px;
  padding-bottom: 2px;
  width: 10em;
  text-align: right;
  padding-right: 13px;
  font-weight: normal;
}
form table.layouter td {
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
}
form table.layouter td input,
form table.layouter td select {
  margin-right: 0.3em;
}
form table.layouter td label {
  margin-right: 1.1em;
}
form table.layouter td,
form table.layouter th {
  vertical-align: top;
}
form table.layouter table.layouter th {
  width: 10em;
}
form table.wider th {
  width: 12em;
}
form table.expanded th {
  width: 12em;
}
form table.wide th {
  width: 31%;
}
form table.collapsed th {
  width: 3em;
}
form label.required {
  font-weight: bold;
}
form input.err,
form textarea.err {
  border: 1px solid red !important;
}
form label.err {
  color: red;
}
form label.label_error {
  color: red;
}
form label {
  display: inline-block;
}
.help-inline,
.help-block {
  font-size: 12px;
  line-height: 18px;
  color: #bfbfbf;
}
.help-inline {
  padding-left: 5px;
  *position: relative;
  *top: -5px;
}
.help-block {
  display: block;
  max-width: 600px;
}
.inline-inputs {
  color: #808080;
}
.inline-inputs span,
.inline-inputs input[type=text] {
  display: inline-block;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input[type=text],
.input-prepend input[type=password],
.input-append input[type=text],
.input-append input[type=password] {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on,
.input-append .add-on {
  background: #f5f5f5;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  padding: 4px 4px 4px 5px;
  color: #bfbfbf;
  font-weight: normal;
  line-height: 18px;
  height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #ccc;
  border-right-width: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
}
.input-append input[type=text],
.input-append input[type=password] {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
  border-left-width: 0;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list li label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.inputs-list li label strong {
  color: #808080;
}
.inputs-list li label small {
  font-size: 12px;
  font-weight: normal;
}
.inputs-list li ul.inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list li:first-child {
  padding-top: 5px;
}
.inputs-list input[type=radio],
.inputs-list input[type=checkbox] {
  margin-bottom: 0;
}
.form-stacked {
  padding-left: 20px;
}
.form-stacked fieldset {
  padding-top: 9px;
}
.form-stacked legend {
  margin-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .clearfix {
  margin-bottom: 9px;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}
body {
  font-family: "Arial", sans-serif;
  color: #333333;
  font-size: 0.8em;
}
h1 {
  font-size: 250%;
  color: #8d8d8d;
  letter-spacing: -0.05em;
}
h1 em {
  background: #812927;
  color: white;
  font-style: normal;
  display: inline-block;
  padding: 1.3em 0.38em 0.23em 0.34em;
}
body {
  background: #efefef;
}
#bgHelper {
  background: #f2f2f2;
}
#header {
  margin: 0;
  position: relative;
  background: white;
  z-index: 1000;
}
#header .quickSearch {
  position: absolute;
  right: 40px;
  top: 35px;
}
#header #searchBar {
  position: absolute;
  right: 0;
  top: 0;
}
#header #userInfo {
  position: absolute;
  right: 20px;
  top: 0px;
}
#header h1 {
  font-size: 200%;
  font-weight: normal;
}
#header #logo {
  margin: 15px 20px;
  vertical-align: middle;
}
#footer {
  background: #4b4b49;
  color: silver;
  padding: 10px 20px;
}
#footer a {
  color: white;
}
.error {
  color: #c74a47;
}
#nav {
  background: #4b4b49;
  color: white;
  height: 2.2em;
}
#nav li {
  float: left;
  border-right: 1px solid silver;
}
#nav li:hover .subnav {
  display: block;
  background: #333333;
  z-index: 9999;
}
#nav .subnav {
  position: absolute;
  background: red;
  display: none;
  z-index: 800;
}
#nav .subnav li {
  float: none;
  border-bottom: 1px solid gray;
  border-right: 0;
}
#nav a,
#nav span {
  display: block;
  padding: 0.42em 1em;
  white-space: nowrap;
  text-decoration: none;
  color: silver;
}
#nav a:hover,
#nav span:hover {
  color: white;
}
table.list {
  width: 100%;
}
table.list th {
  background: #efefef;
}
table.list td.narrow {
  width: 12px;
}
table.list td,
table.list th {
  border: 1px solid silver;
  padding: 3px 6px;
}
table.list .subrow td,
table.list .subrow th {
  background: #efefef;
  font-size: 85%;
}
table.list .separated td,
table.list .separated th {
  border-top: 3px solid gray;
}
table.detail {
  width: 100%;
}
table.detail td,
table.detail th {
  border: 1px solid silver;
  padding: 3px 6px;
}
h2 {
  font-size: 170%;
}
h2,
h3 {
  margin: 0 0 0.8em;
}
table,
p {
  margin: 0.9em 0;
}
.first {
  margin-top: 0 !important;
}
.unpaid td,
.unpaid th {
  background: #faefef;
}
table.list span.currency {
  display: block;
  text-align: right;
}
.leftCol {
  float: left;
  width: 49%;
  padding-bottom: 1em;
}
.rightCol {
  float: right;
  width: 49%;
  padding-bottom: 1em;
}
.strong th,
.strong td {
  font-weight: bold;
  font-size: 130%;
}
.ready {
  padding: 6px 10px;
  background: #73c867;
  color: white;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.notready {
  padding: 6px 10px;
  background: red;
  color: white;
  font-size: 120%;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ready a,
.notready a {
  font-weight: bold;
  color: white;
}
#_tooltip {
  position: absolute;
  color: white;
  padding: 3px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
  background: url('../pics/tooltipbg.png');
}
#_tooltip #_tooltipArrow {
  width: 9px;
  height: 5px;
  top: -5px;
  position: absolute;
  left: 5%;
  background: url('../pics/tooltip.png') no-repeat;
}
.info {
  background: url('../pics/information.png') no-repeat 13px 11px #bdd2e9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 15px 10px 40px;
}
.warning {
  background: #f6f466;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 15px 10px 15px;
}
.warning form {
  margin: 0;
}
.rFloatGlue {
  position: relative;
}
#rCalendar {
  position: absolute;
  z-index: 9999999;
  background: black;
  color: white;
  width: 16em;
  margin: 0;
  border: 0;
}
#rCalendar .rCalendarRight,
#rCalendar .rCalendarLeft {
  cursor: pointer;
}
#rCalendar .rCalendarRight:hover,
#rCalendar .rCalendarLeft:hover {
  background: #93e078;
}
#rCalendar td,
#rCalendar th {
  padding: 3px 4px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px dotted silver;
  border-right: 1px dotted silver;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
}
#rCalendar td.rCalendarWeek,
#rCalendar th.rCalendarWeek {
  bakground: #323232;
}
#rCalendar td.rCalendarDay {
  cursor: pointer;
}
#rCalendar td.rCalendarDay:hover {
  background: #93e078;
}
#rCalendar #rCalendarSelected {
  background: #93e078;
  font-weight: bold;
}
.todo {
  background: violet;
  color: white;
  padding: 1px 5px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-weight: bold;
  font-size: 90%;
}
.warningCell {
  background: #f6f466;
}
.pdfIcon {
  padding-left: 22px;
  background: url('../pics/pdf.gif') no-repeat left;
}
.strong {
  font-weight: bold;
  color: red;
  background: #d2d2d2;
}
.statusIssued {
  background: #ffe99d;
}
table.commentsList p {
  margin: 0 0 0.5em;
}
table.commentsList th {
  width: 12em;
  background: none;
  font-size: 85%;
}
table.commentsList td.actions {
  width: 12em;
}
.noteStatus103 {
  background: #d3f2ff;
}
.noteStatus104 {
  background: #fdecc7;
}
.tableCollapsibleMore {
  background: #efefef;
  text-decoration: underline;
  padding: 3px 6px;
  cursor: pointer;
  display: block;
  border: 1px solid silver;
  border-top: 0;
}
#map {
  float: left;
  width: 60%;
  background: silver;
  height: 700px;
  z-index: 900;
}
#content {
  float: right;
  width: 40%;
  background: #f2f2f2;
}
#content #contentPadding {
  padding: 20px 20px 45px;
  background: #f2f2f2;
}
#content table.list th {
  width: 40%;
}
#contentPadding {
  padding: 20px;
  background: white;
}
#breadcrumbs {
  margin: 0 0 10px;
  font-size: 90%;
}
.itemMenu {
  float: right;
  margin-top: -3.5em;
}
.itemMenu a {
  margin-left: 20px;
}
.newLink {
  padding-left: 22px;
  background: url('../pics/add.png') no-repeat left;
}
.editLink {
  padding-left: 22px;
  background: url('../pics/application_edit.png') no-repeat left;
}
.removeLink {
  padding-left: 22px;
  background: url('../pics/cancel.png') no-repeat left;
}
.fieldsLink {
  padding-left: 22px;
  background: url('../pics/application_form.png') no-repeat left;
}
.loginForm {
  padding: 60px 0;
  text-align: center;
}
.loginForm table.layouter {
  margin: 0 auto;
  width: 30em;
}
p.note {
  color: gray;
  font-style: italic;
  font-size: 90%;
  margin: 0.2em 0;
}
.rightLink {
  float: right;
}
.commentBox {
  border-bottom: 1px solid silver;
  padding-bottom: 0;
  margin-bottom: 0.5em;
  
  	
}
.commentBox .sideLinkFormat {
 	float: right;
 	font-size: 90%;
 	margin-left: 0.3em;
}
#contentLoader {
  padding: 30px;
  text-align: center;
}
#contentLoader img {
  margin-right: 15px;
}
.placeRecordCaption td,
.placeRecordCaption th {
  background: white;
}

.placeRecordCaptionReopened td {
	background: #c1e9f3;
}

table.list tr.placeRecordDetail td,
table.list tr.placeRecordDetail th {
  font-size: 85%;
  padding: 1px 3px 6px 15px;
  border: 0;
}

table.recordLayouter {
  width: 100%;
}
table.recordLayouter .error {
  display: none;
}
table.recordLayouter .txt,
table.recordLayouter select,
table.recordLayouter textarea {
  padding: 2px;
}
table.recordLayouter td,
table.recordLayouter th {
  padding: 2px 0;
  border-bottom: 1px dotted silver;
}
table.recordLayouter th {
  width: 8.8em;
  padding-right: 8px;
}
table.recordLayouter tr.recordLayouterSection th,
table.recordLayouter tr.recordLayouterSection td {
  background: #73be66;
  color: white;
  font-size: 90%;
  font-weight: bold;
  padding-left: 4px;
}
body.map #footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}
body.map #header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
body.map #content {
  margin-top: 108px;
}
body.map #map {
  position: fixed;
  top: 108px;
  left: 0;
}
#recordListForm {
  font-size: 90%;
}
#recordListForm .txt,
#recordListForm select {
  padding: 1px;
}
#recordListForm .filterFormCol {
  width: 100%;
  display: block;
}
#recordListForm .filterFormCol select,
#recordListForm .filterFormCol .txt {
  width: 50%;
  display: inline-block;
}
.filterForm {
  font-size: 90%;
  background: #eceec6;
  padding: 8px 12px;
  margin: 0;
}
.filterForm .txt,
.filterForm select {
  padding: 1px;
}
.date {
  width: 7em;
}
.suggestList img {
  height: 14px;
}
h3.placeHeader {
  position: relative;
  padding-left: 35px;
  border-bottom: 1px solid gray;
  min-height: 32px;
  margin-bottom: 14px;
  padding-bottom: 10px;
}
h3.placeHeader img.placeIcon {
  position: absolute;
  left: 0;
  top: 0;
}
.navigationBack {
  margin-bottom: 10px;
  margin-top: -10px;
  font-size: 140%;
}
.navigationBack a {
  color: gray;
  text-decoration: none;
  font-weight: bold;
}
.searchFormSidebar {
  margin-bottom: 15px;
  border-bottom: 1px dotted gray;
  padding-bottom: 15px;
}
div.place .iconMarker {
  height: 20px;
  vertical-align: middle;
}
div.place .printNumber {
  border: 2px solid black;
  padding: 2px 5px;
  
}
.groupedFieldsRow {
  margin-bottom: 2px;
}
tr.red {
  color: #812927;
}
.reportSettings {
  border: 1px solid silver;
  background: #f5f5f5;
  padding: 10px 15px;
}
.reportTable {
  width: 100%;
}
.reportTable td,
.reportTable th {
  border: 1px solid silver;
  padding: 3px 6px;
}
.reportTable th {
  font-size: 80%;
  background: #f5f5f5;
}
.reportTable .sumRow td,
.reportTable .sumRow th {
  background: #e3eeb8;
}
body.nopanel #content {
  display: none;
}
body.nopanel #map {
  width: 100%;
}
#panelNav {
  position: fixed;
  top: 120px;
  right: 10px;
  color: black;
  z-index: 99999999;
}
#createPolygonNav {
  position: fixed;
  top: 120px;
  right: 100px;
  color: black;
  z-index: 99999999;
}


select#search_user, select#save_user {
	width: 100%;	
}









.calendar {
	width: 100%;
	background: white;
	table-layout: fixed;
}
.calendar td, .calendar th {
		border: 1px solid silver;
		width: 14,2%;
	}
	
	.calendar td {
		min-height: 65px;
	}
	.calendar th {
		text-align: center;
		padding: 3px;
	}
	
	
	.calendar-day-head, .day-number {
		background: silver;
		color: black;
		padding: 1px 3px;
		border-bottom: 1px solid silver;	
	}
	.day-number {
		text-align: center;
		background: rgb(240, 240, 240);
	}
	
	.calendar-day-past {
	}
	
	.calendar-day-np {
	}
	
	.smallCalendarLink {
		display: block;
		width: 100%;
		height: 38px;
		text-align: center;
		line-height: 38px;
	}
	a.smallCalendarLink {
		font-size: 140%;
		background:	@actionColor;
		color: @actionFont;	
	}
	td.calendar-day {
		height: 90px;
	}




.calendarDay {
	cursor: pointer;
	height: 100%;
}

.calendarBubble {
	margin: 1px 2px;
	.border-radius(3px);
	padding: 1px 5px;
	color: white;
	font-size: 75%;
}


.calendarNav {
	font-size: 110%;
	text-align: center;
}
.calendarNav a {
		line-height: 50%;
		font-size: 240%;
		font-weigt: bold;
		display: inline-block;
		text-decoration: none;
	}
.calendarNav 	a.prev {
		float: left;
	}	
.calendarNav 	a.calendarNext {
		float: right;
	}	

.calendarSelectedDay {
	background: #fffbb9;
} 


.calendarLoggedHours {
	text-align: center;
	font-size: 120%;	
	margin: 20px 0;	
}

.calendarPlan {
	border-radius: 4px;
	background: #c0d683;
	color: black;
	margin: 3px;
	padding: 2px 6px;	
}
.calendarPlanTest {
	display: block;
	margin: 5px;	
}
.calendarPlanMy {
	background: #88dee8;	
}




.rColorPallete a {
	display: inline-block;
	cursor: pointer;
	margin-right: 2px;
	border: 1px solid transparent;
}
.rColorPallete a span {
	margin: 2px;
	height: 1.3em;
	width: 1.3em;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}
.rColorPallete  a.colorSelected {
	border: 1px solid black;
}



#hoverBubble {
	position: absolute;
	z-index: 99999999999;		
	
	background: rgb(255, 255, 255);
	background-clip: padding-box;
	border-color: #777;
	border-color: rgba(0,0,0,0.25);
	border-radius: 4px;
	border-style: solid;
	border-width: 2px;
	color: #111;
	display: block;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 1px 6px;
	line-height: 1;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
	max-width: 14em;
}



table.legend th {
	width: 18em;
	font-weight: bold;
}
table.legend td,
table.legend th {
  border: 1px solid silver;
  padding: 3px 6px;
}

table.list tr.recordTypeHidden td {
	background: rgba(0, 0, 0, 0.2);
}

.formFieldWrap {
	white-space: nowrap;	
}