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: 100%;
  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;
}
.wider {
  width: 14em;
}
.tiny {
  width: 1.6em;
}
input[type=checkbox],
input[type=radio] {
  margin-right: 5px !important;
}
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;
  font-size: 1em;
}
textarea {
  width: 99.9%;
  height: auto;
  font-size: 1em;
}
.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;
  white-space: nowrap;
  -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: #7f9a27;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#a0c331),to(#7f9a27));
  background-image: -moz-linear-gradient(top,#a0c331,#7f9a27);
  background-image: -ms-linear-gradient(top,#a0c331,#7f9a27);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a0c331),color-stop(100%,#7f9a27));
  background-image: -webkit-linear-gradient(top,#a0c331,#7f9a27);
  background-image: -o-linear-gradient(top,#a0c331,#7f9a27);
  background-image: linear-gradient(top,#a0c331,#7f9a27);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0c331', endColorstr='#7f9a27', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  border-color: #7f9a27 #7f9a27 #4c5d17;
  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: 0.9em;
}
form table.layouter {
  width: 100%;
  font-size: 1em;
}
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 tr.required label {
  font-weight: bold;
  background: url('../pics/required.png') no-repeat right top;
  padding-right: 14px;
}
form label.required {
  background: url('../pics/required.png') no-repeat right top;
  padding-right: 14px;
}
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: Tahoma, Arial, sans-serif;
  font-size: 1em;
  background: #f0f0f0;
  color: black;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),only screen and (-o-min-device-pixel-ratio: 1.25),only screen and (min-resolution: 120dpi),only screen and (min-resolution: 1.25dppx) {
  body {
    font-size: 0.82em;
  }
}
#messages {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  padding-top: 4px;
  color: black;
  font-weight: bold;
  background: repeat-x bottom #99d880;
  -webkit-box-shadow: 0 -4px 6px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 -4px 6px rgba(0,0,0,0.4);
  box-shadow: 0 -4px 6px rgba(0,0,0,0.4);
}
#messages p {
  padding: 10px 20px;
  margin: 0;
  text-align: center;
}
#setupStrip {
  background: green;
  color: white;
  text-align: center;
  padding: 4px;
}
#header {
  border-bottom: 1px solid gray;
  position: relative;
  height: 2.6em;
}
#header h1 {
  font-size: 130%;
  padding-top: 4px;
  font-weight: normal;
  text-align: center;
}
#header .signedUserPanel {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 1px;
  font-size: 90%;
}
#header .signedUserPanel form {
  display: inline-block;
}
#footer {
  background: #065081;
  color: white;
  padding: 5px;
  margin: 0;
}
#footer p {
  margin: 0;
}
#footer a {
  color: white;
}
#nav {
  font-weight: bold;
  font-size: 90%;
}
#nav ul {
  position: absolute;
  left: 6px;
  bottom: -2px;
}
#nav ul li {
  float: left;
}
#nav ul li a {
  margin-right: 1px;
  background: #f0f0f0;
  padding: 4px 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  border: 1px solid gray;
  border-bottom: 0;
  display: inline-block;
}
#nav ul li.sel a {
  background: white;
  border-bottom: 2px solid white;
}
#nav #navPadding {
  padding: 16px 24px;
}
#content {
  background: white;
}
#content #contentPadding {
  padding: 16px 24px;
  border-left: 1px solid gray;
}
.error {
  color: red;
}
table.list {
  background: white;
}
table.list td.error {
  background: red !important;
  color: white !important;
  font-weight: bold;
}
table.list {
  width: 100%;
  margin-bottom: 0.7em;
}
table.list th {
  background: #efefef;
}
table.list .listHeader td,
table.list .listHeader th {
  background: #812927 !important;
  color: white !important;
  border: 0;
  vertical-align: bottom;
}
table.list .listHeader td a,
table.list .listHeader th a {
  color: white;
}
table.list .listHeader td {
  color: rgba(255,255,255,0.6) !important;
}
table.list .listHeader th strong {
  font-size: 150%;
}
table.list td,
table.list th {
  border: 1px solid silver;
  padding: 3px 6px;
}
table.list tr.closedBookEntry td {
  background: #d8eec6 !important;
}
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;
}
table.detail th {
  width: 15em;
}
h2 {
  font-size: 170%;
}
h2,
h3 {
  margin: 0 0 0.8em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h4 {
  margin: 1.5em 0 0.3em;
  border-top: 2px solid black;
  padding-top: 6px;
}
table,
p {
  margin: 0 0 0.9em;
}
ul.list {
  list-style: square;
  margin-left: 20px;
}
p.note {
  margin: 0.2em 0 0.3em;
  font-size: 90%;
  color: gray;
}
h3.module {
  padding-top: 7px;
  border-top: 1px solid silver;
  margin-top: 15px;
}
.first {
  margin-top: 0 !important;
}
.leftCol {
  float: left;
  width: 49%;
  padding-bottom: 1em;
}
.rightCol {
  float: right;
  width: 49%;
  padding-bottom: 1em;
}
#_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;
}
.help {
  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: url('../pics/error.png') no-repeat 13px 11px #f6f466;
  color: black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 15px 10px 40px;
}
.warning form {
  margin: 0;
}
td.warning {
  background-image: none;
}
.rFloatGlue {
  position: relative;
}
table#rCalendar {
  position: absolute;
  z-index: 9999999;
  background: black;
  color: white;
  width: 16em;
  margin: 0;
  border: 0;
  left: 0;
}
table#rCalendar .rCalendarRight,
table#rCalendar .rCalendarLeft {
  cursor: pointer;
}
table#rCalendar .rCalendarRight:hover,
table#rCalendar .rCalendarLeft:hover {
  background: #a0c331;
}
table#rCalendar td,
table#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;
  background: #323232;
}
table#rCalendar td.rCalendarDay {
  cursor: pointer;
}
table#rCalendar td.rCalendarDay:hover {
  background: #a0c331;
}
table#rCalendar #rCalendarSelected {
  background: #a0c331;
  font-weight: bold;
}
#_tooltip {
  position: absolute;
  color: white;
  padding: 3px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 6px;
  background: url('../pics/tooltipbg.png');
}
#_tooltip #_tooltipArrow {
  width: 9px;
  height: 5px;
  top: -5px;
  position: absolute;
  left: 5%;
  background: url('../pics/tooltip.png') no-repeat;
}
#rTooltip {
  position: absolute;
  z-index: 9999999;
  background: black;
  color: white;
  padding: 3px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form h3 {
  background: #e1e1e1;
  padding: 3px 6px;
}
form table.list select,
form table.list input.txt,
form table.list textarea {
  width: 98%;
}
form table.list textarea {
  height: 100%;
}
form table.list .halfFields {
  width: 27em;
}
form table.list .halfFields select,
form table.list .halfFields input {
  border-bottom: 1px solid gray;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
form table.list .halfFields select,
form table.list .halfFields input.searcher {
  width: 20em;
}
form table.list .halfFields input {
  width: 6em;
}
form table.list td.field,
form table.list th.field {
  padding: 0;
}
form table.list td.listField {
  padding: 0;
}
form table.list td.listField .txt {
  padding: 4px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  border: 0;
}
table.list a.cellInfoShow2 {
  position: absolute;
  top: 0;
  right: 0;
  background: orange;
  color: white;
  width: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-decoration: none;
  height: 1em;
  font-size: 90%;
  line-height: 1em;
  text-align: center;
}
table.list td.cellInfoContainer {
  position: relative;
}
table.list td.cellInfoContainer .txt {
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
table.list td.cellInfoContainer a.cellInfoShow {
  position: absolute;
  top: 0;
  right: 0;
  background: #b6f111;
  color: white;
  width: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-decoration: none;
  height: 1em;
  font-size: 90%;
  line-height: 1em;
  text-align: center;
}
table.list td.cellInfoContainer a.cellInfoHidden {
  background: gray;
}
table.list td.cellInfoContainer a.cellInfoCloser {
  position: absolute;
  top: 0;
  right: 0;
  background: red;
  color: white;
  text-decoration: none;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
}
div.cellInfo {
  padding: 8px 14px;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  background: yellow;
  z-index: 99999;
  font-size: 85%;
  -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.actionsMenu {
  float: left;
  width: 100%;
  background: #f5f5f5;
}
.actionsMenu span.actionsMenuBox {
  cursor: pointer;
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 8px;
  float: left;
  text-align: center;
  width: 6.2em;
  margin-bottom: 8px;
  display: block;
  color: #a83533;
}
.actionsMenu span.actionsMenuBox a {
  display: inline-block;
  font-size: 75%;
  font-weight: bold;
  color: #a83533;
  height: 2.3em;
}
.actionsMenu span.actionsMenuBox:hover {
  color: #5a1d1b;
}
.actionsMenu span.actionsMenuBox:hover a {
  color: #5a1d1b;
}
.actionsMenu span.actionsMenuBox i {
  font-size: 190%;
  height: 1em;
  display: block;
}
.editLink {
  font-size: 80%;
  float: right;
  margin-left: 4px;
  margin-bottom: 4px;
}
.imageFrame {
  position: relative;
}
.imageFrame .imageMenu {
  position: absolute;
  right: 6px;
  top: 6px;
  text-align: right;
}
.imageFrame .imageMenu a {
  padding: 2px;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 2px;
  display: inline-block;
  font-size: 90%;
}
@media print {
  #content {
    background: white;
  }
  #content #contentPadding {
    padding: 0;
    border: 0;
  }
  body {
    font-size: 9pt;
  }
  .noPrint,
  .actionsMenu,
  #r_ren_log {
    display: none;
  }
  table tr {
    page-break-inside: avoid;
  }
}
h2.loginFormTitle {
  font-weight: normal;
  color: #4a71aa;
}
h2.loginFormTitle img {
  vertical-align: middle;
  height: 2.4em;
  margin-right: 0.3em;
}
#headerCustomer {
  background: white;
  padding: 14px 20px;
  border-bottom: 2px solid #4a71aa;
  color: #4a71aa;
}
#headerCustomer img {
  height: 2em;
  margin-right: 0.3em;
  vertical-align: middle;
}
#headerCustomer .signedPanel {
  float: right;
  text-align: right;
  margin: 0;
}
