html, body {
  background: #e5e5e5;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 100%;
  line-height: normal; }

body, ol, ul, li, dt, tt, label, input, select, textarea {
  font-size: 12px;
  font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif; }

body, h1, h2, h3, h4, h5, h6, ol, ul, li {
  margin: 0px;
  padding: 0px; }

form {
  margin: 0px; }

ul li {
  list-style-type: none; }

a {
  text-decoration: none; }
  a:link, a:visited {
    color: #0033cc; }
  a:hover {
    background: #0033cc;
    color: white; }
  a img {
    background-color: white;
    border: none;
    color: white;
    text-decoration: none; }

#options a {
  border-bottom: 1px dotted darkcyan;
  color: darkcyan;
  text-decoration: none; }
  #options a:hover {
    background: #e5e5e5;
    border-bottom: 1px dotted darkblue;
    color: darkblue; }

abbr {
  font-size: 9px; }

small {
  font-size: 10px; }

dt {
  font-size: 11px; }

tt {
  font-size: 12px; }

#header {
  background: #1e4262;
  color: skyblue;
  padding: 8px 16px 8px 16px; }
  #header h3 a {
    background: #1e4262;
    color: greenyellow;
    font: normal 15px "Lucida Grande", Arial, Helvetica, sans-serif;
    text-decoration: none; }
  #header #welcome {
    float: right;
    font-size: 11px; }
    #header #welcome a {
      color: lightyellow;
      padding: 1px 4px 2px 4px;
      text-decoration: none; }
      #header #welcome a:hover {
        background: #1e4262;
        color: yellow; }
    #header #welcome a.selected {
      background: steelblue;
      color: lightyellow;
      -moz-border-radius-topleft: 2px;
      -moz-border-radius-topright: 2px;
      -webkit-border-top-left-radius: 2px;
      -webkit-border-top-right-radius: 2px; }
  #header #jumpbox {
    background: steelblue;
    margin: 2px 0px 0px 0px;
    padding: 12px;
    position: absolute;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px; }
    #header #jumpbox #jumpbox_menu a {
      color: white;
      padding: 0px 0px 4px 0px; }
      #header #jumpbox #jumpbox_menu a.selected {
        color: navy; }
      #header #jumpbox #jumpbox_menu a:hover {
        background: steelblue; }
    #header #jumpbox #jumpbox_label {
      color: white; }
    #header #jumpbox input {
      margin: 2px 0px 0px 0px; }

#tabs {
  background: #1e4262;
  height: 24px;
  padding: 0px;
  text-align: center;
  width: 100%; }
  #tabs li {
    float: left;
    font-size: 12px;
    list-style: none;
    margin: 0px 4px 0px 16px;
    width: 80px; }
  #tabs a:link, #tabs a:visited {
    background: #466bb1;
    color: white;
    float: left;
    padding: 4px 8px 5px 8px;
    text-align: center;
    text-decoration: none;
    width: 80px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px; }
  #tabs a:hover {
    background: #97baff;
    color: navy; }
  #tabs a:link.active, #tabs a:visited.active {
    background: azure;
    color: navy;
    text-decoration: none; }

#footer {
  color: grey;
  font-size: 10px;
  padding: 0px 0px 0px 16px; }

.title {
  border-bottom: 1px gray solid;
  color: #342d7e;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 2px; }
  .title img {
    position: relative;
    top: 2px; }

.title_tools {
  font-size: 12px;
  float: right;
  margin: 4px 0px 0px 0px; }

.subtitle {
  border-bottom: 1px silver solid;
  color: #2f2f2f;
  font-size: 13px;
  font-weight: bold; }
  .subtitle a:link, .subtitle a:visited {
    color: darkslateblue;
    text-decoration: none; }
  .subtitle a:hover {
    background: none; }

.subtitle_tools {
  font-size: 11px;
  float: right; }

.radio_box {
  line-height: 20px; }
  .radio_box input {
    position: relative;
    top: -2px; }

.check_box {
  line-height: 20px; }
  .check_box input {
    position: relative;
    top: -3px; }
  .check_box label {
    font-size: 11px; }

.tabless {
  margin: auto;
  width: 480px; }

.standalone {
  background: whitesmoke;
  border: 20px lightsteelblue solid;
  margin: 75px auto 6px auto;
  padding: 20px;
  width: 400px;
  -moz-border-radius: 6px;
  -moz-box-shadow: 5px 5px 15px #bbbbbb, -5px 0px 15px #bbbbbb;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 5px 5px 15px #bbbbbb, -5px 0px 15px #bbbbbb; }
  .standalone input[type="text"], .standalone input[type="password"] {
    font-size: 16px;
    padding: 2px;
    width: 355px; }
  .standalone input[type="submit"] {
    font-size: 14px; }

.tabbed {
  padding: 12px 12px 12px 16px; }

.main {
  background: white;
  padding: 8px 15px 15px 15px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 2px 2px 8px #bbbbbb, -2px 0px 8px #bbbbbb;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 2px 2px 8px #bbbbbb, -2px 0px 8px #bbbbbb; }

.sidebar {
  color: #3f3f3f;
  font-size: 11px;
  padding: 0px 12px 0px 0px;
  width: 250px; }

.form {
  background: white; }
  .form h4 {
    font-size: 18px;
    height: 30px; }

.tools {
  font-size: 10px;
  float: right;
  padding: 0px 0px 0px 4px; }
  .tools#comment_new_tools {
    margin: 8px 0px 0px 0px; }

.label {
  color: #3f3f3f;
  font-size: 12px;
  margin: 8px 0px 0px 0px;
  padding: 0px 8px 0px 0px; }

.top {
  margin: 5px 0px 0px 0px; }

.req {
  background: url("http://royalhotels.visrez.com/images/asterisk.gif") no-repeat scroll center right transparent;
  color: navy;
  float: left; }

.intro {
  color: dimgray;
  font-size: 12px;
  padding-top: 5px; }

.section {
  background: whitesmoke;
  color: #3f3f3f;
  margin: 0px 0px 2px 0px;
  padding: 4px 15px 8px 15px; }
  .section table {
    width: 500px;
    border-spacing: 0px;
    border-collapse: collapse; }
    .section table td {
      vertical-align: top;
      padding: 0px; }
      .section table td input[type="text"], .section table td input[type="password"] {
        width: 240px; }

.remote {
  border: 5px lightblue solid;
  background: whitesmoke;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  position: relative; }
  .remote .close {
    background: lightblue;
    border-top: 1px gainsboro solid;
    border-left: 1px gainsboro solid;
    border-bottom: 1px grey solid;
    border-right: 1px grey solid;
    color: navy;
    cursor: pointer;
    height: 16px;
    margin: 3px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 17px; }

.buttonbar {
  border-top: 1px gray solid;
  margin: 8px auto;
  padding-top: 8px; }

.section input, .sidebar input, .inline input,
.section select, .sidebar select, .inline select,
.section textarea, .sidebar textarea, .inline textarea {
  margin: 3px 0px 0px 0px;
  vertical-align: middle; }

.cool {
  color: darkgreen; }

.warn {
  color: crimson; }

.urgent {
  color: darkred; }

.black {
  color: black; }

.white {
  color: white !important; }

.grayed {
  color: silver !important; }

.amount {
  background: palegreen;
  color: black;
  font-size: 11px;
  text-align: center;
  padding: 0px 3px 0px 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px; }

.strip {
  background: gainsboro;
  color: black;
  float: left;
  font-size: 11px;
  margin: 0px 6px 0px 0px;
  padding: 1px 4px 1px 3px;
  text-align: right;
  width: 75px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px; }

.indent {
  margin-left: 88px; }

.indentslim {
  margin-left: 38px; }

.indentwide {
  margin-left: 106px; }

.indentfull {
  margin-left: 126px; }

.bucket {
  margin: 0px 0px 10px 0px; }

.prefix {
  width: 30px;
  font-size: 10px; }

.comment {
  background: #f2f2f2;
  border-bottom: 1px gainsboro solid;
  margin: 2px 0px 0px 0px;
  overflow: hidden;
  padding: 4px;
  list-style: none; }
  .comment#comment_new {
    margin: 3px 0px 0px 0px; }
  .comment input[type=text] {
    border: 1px #cfcfcf solid;
    color: grey;
    font-size: 11px;
    margin: 3px 0px 0px 0px;
    padding: 3px;
    width: 500px; }
  .comment textarea {
    font-size: 11px;
    height: 110px;
    margin: 3px 0px 0px 0px;
    padding: 3px;
    width: 500px; }
  .comment .gravatar {
    float: left;
    margin: 3px 10px 3px 3px; }
  .comment .body {
    display: inline;
    font-size: 11px; }
  .comment tt {
    font-size: 10px;
    color: #666666; }
  .comment dt {
    padding: 0px;
    margin: -10px 0px 0px 36px; }
    .comment dt p {
      margin: 10px 0px 0px 0px; }

.mail {
  background: #f2f2f2;
  border-bottom: 1px gainsboro solid;
  margin: 2px 0px 0px 0px;
  overflow: hidden;
  padding: 4px;
  list-style: none; }
  .mail .gravatar {
    float: left;
    margin: 3px 10px 3px 3px; }
  .mail .subject {
    color: black; }
  .mail .body {
    display: inline;
    font-size: 11px; }
  .mail tt {
    font-size: 10px;
    color: #666666; }
  .mail dt {
    padding: 0px;
    margin: -10px 0px 0px 36px; }
    .mail dt p {
      margin: 10px 0px 0px 0px; }

.toggle {
  font-weight: normal; }

#export {
  font-size: 9px;
  margin: 12px 0px 0px 0px; }

#paginate {
  float: right;
  font-size: 10px;
  margin: 4px 0px 0px 0px; }

#paging {
  float: right;
  margin: 7px 5px 0px 0px; }

.confirm {
  background: #cdfecd;
  border-left: 10px palegreen solid;
  font-size: 11px;
  margin: 0px 0px 6px 0px;
  padding: 6px; }

.log {
  padding: 8px 0px 0px 0px; }
  .log h3 {
    border-bottom: 1px #2f2f2f dotted;
    color: #2f2f2f;
    margin: 0px 0px 4px 0px;
    padding: 2px 0px 2px 86px; }
    .log h3.overdue {
      color: crimson;
      border-bottom: 1px crimson dotted; }
    .log h3.due_asap {
      color: darkred;
      border-bottom: 1px darkred dotted; }
    .log h3.due_today {
      color: darkgreen;
      border-bottom: 1px darkgreen dotted; }
  .log li {
    color: #3f3f3f;
    font-size: 12px;
    list-style: none;
    padding: 3px 0px 3px 0px; }
    .log li tt {
      color: dimgray;
      font-size: 11px; }
  .log input[type=checkbox] {
    float: left;
    margin: 0px 4px 0px 0px; }

.list {
  padding: 8px 0px 0px 0px; }
  .list li {
    border-bottom: 1px silver dotted;
    clear: both;
    color: #3f3f3f;
    font-size: 12px;
    list-style: none;
    padding: 6px 0px 6px 0px; }
    .list li .gravatar {
      float: left;
      padding: 0px 8px 0px 0px; }
    .list li tt {
      color: dimgray;
      font-size: 11px; }
    .list li dt {
      color: #3f3f3f;
      font-size: 11px;
      padding: 2px 0px 0px 0px; }
    .list li dt a:link, .list li dt a:visited {
      color: #3f3f3f;
      font-weight: bold;
      text-decoration: none; }
    .list li dt a:hover {
      background: dimgray;
      color: white;
      font-weight: bold;
      text-decoration: none; }

.filters, .panel {
  background: snow;
  margin: 0px 0px 12px 0px;
  padding: 6px 8px 6px 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 2px 2px 8px #bbbbbb, -2px 0px 8px #bbbbbb;
  -webkit-box-shadow: 2px 2px 8px #bbbbbb, -2px 0px 8px #bbbbbb; }

.filters h4 {
  color: navy;
  font-size: 12px;
  font-weight: bold; }
.filters input[type=text] {
  margin-bottom: 4px; }

.panel div {
  margin: 0px 0px 10px 0px; }
.panel h4 {
  font-size: 13px;
  font-weight: bold; }
.panel li {
  border-bottom: 1px silver dotted;
  font-size: 12px;
  list-style: none;
  padding: 2px 0px 3px 0px; }
  .panel li dt {
    float: right;
    font-size: 11px;
    font-weight: bold; }
  .panel li tt {
    font-size: 11px; }
  .panel li.last {
    border-bottom: none; }
.panel .caption {
  border-bottom: 1px grey solid;
  color: navy;
  font-size: 12px;
  font-weight: bold;
  margin: 4px 0px 2px 0px;
  padding: 2px 0px 2px 0px; }
.panel#recently {
  background: floralwhite; }
.panel#summary {
  background: oldlace; }
  .panel#summary p {
    margin: 4px 0px 4px 0px; }

.selector {
  color: black;
  cursor: pointer;
  font-size: 10px;
  text-align: center; }

.on {
  background: lightgoldenrodyellow;
  border: 1px silver inset; }

.off {
  background: lightgrey;
  border: 1px silver outset; }

.arrow {
  font-size: 9px;
  padding: 0px 2px 3px 0px; }

.left {
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-topleft: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-top-left-radius: 9px; }

.right {
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -webkit-border-top-right-radius: 9px; }

.menu {
  background: #f4f5eb;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  left: 0px;
  padding: 2px 0px;
  position: absolute;
  top: 0px;
  width: 12em;
  -webkit-box-shadow: 10px 10px 15px gainsboro; }
  .menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .menu li {
    list-style-position: outside; }
  .menu a {
    color: #555555;
    cursor: default;
    display: block;
    margin: 0px 2px;
    outline: none;
    padding: 4px 15px;
    text-decoration: none; }
  .menu a:hover {
    background: mediumblue;
    color: white; }

.errorExplanation {
  background-color: seashell;
  border: 2px solid salmon;
  font-size: 12px;
  padding: 8px;
  margin: 8px 13px 0px 13px; }
  .errorExplanation h2 {
    background: salmon;
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin: -8px;
    padding: 5px; }
  .errorExplanation ul {
    margin-left: 30px; }
    .errorExplanation ul li {
      border: none;
      font-size: 12px;
      list-style-type: disc;
      padding: 0px; }

.fieldWithErrors input {
  border-bottom: 1px solid lightpink;
  border-right: 1px solid lightpink;
  background: pink; }

p.flash_warning, p.flash_error {
  background: lightpink;
  color: maroon;
  margin: 0px;
  padding: 5px 0px 5px 16px; }
p.flash_notice, p.flash_message {
  background: #ddff99;
  color: darkgreen;
  margin: 0px;
  padding: 5px 0px 5px 16px; }
p.flash_exception {
  background: #ddff99;
  border: 5px limegreen solid;
  font-size: 14px;
  margin: 50px auto;
  padding: 50px;
  width: 450px;
  -moz-box-shadow: 5px 5px 15px #999999, -5px 0px 15px #999999;
  -webkit-box-shadow: 5px 5px 15px #999999, -5px 0px 15px #999999; }

div.auto_complete {
  background: white;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 310px; }
  div.auto_complete ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    div.auto_complete ul li {
      color: #3f3f3f;
      cursor: pointer;
      display: block;
      list-style-type: none;
      margin: 0px;
      padding: 2px; }
      div.auto_complete ul li .highlight {
        background: lightyellow; }
      div.auto_complete ul li.selected {
        background: royalblue;
        color: white; }
        div.auto_complete ul li.selected .highlight {
          background: royalblue; }

.pagination {
  background: white;
  float: right;
  font-size: 11px;
  margin: 6px 0px 0px 0px; }
  .pagination a, .pagination span {
    padding: 0.2em 0.5em;
    display: block;
    float: left;
    margin: 0px 2px 0px 0px; }
  .pagination span.disabled {
    color: #999999;
    border: 1px solid #dddddd; }
  .pagination span.current {
    font-weight: bold;
    background: #2e6ab1;
    color: white;
    border: 1px solid #2e6ab1; }
  .pagination a {
    text-decoration: none;
    color: #105cb6;
    border: 1px solid #9aafe5; }
    .pagination a:hover, .pagination a:focus {
      color: navy;
      background: lightyellow;
      border-color: navy; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .log input[type="checkbox"] {
    float: left;
    margin: 1px 4px 0px 0px; }

  .standalone input[type="submit"] {
    font-size: 3em; } }

html, body {
  background: #e5e5e5;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 100%;
  line-height: normal; }

body, ol, ul, li, dt, tt, label, input, select, textarea {
  font-size: 12px;
  font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif; }

body, h1, h2, h3, h4, h5, h6, ol, ul, li {
  margin: 0px;
  padding: 0px; }

form {
  margin: 0px; }

ul li {
  list-style-type: none; }

a {
  text-decoration: none; }
  a:link, a:visited {
    color: #0033cc; }
  a:hover {
    background: #0033cc;
    color: white; }
  a img {
    background-color: white;
    border: none;
    color: white;
    text-decoration: none; }

#options a {
  border-bottom: 1px dotted darkcyan;
  color: darkcyan;
  text-decoration: none; }
  #options a:hover {
    background: #e5e5e5;
    border-bottom: 1px dotted darkblue;
    color: darkblue; }

abbr {
  font-size: 9px; }

small {
  font-size: 10px; }

dt {
  font-size: 11px; }

tt {
  font-size: 12px; }

#header {
  background: #1e4262;
  color: skyblue;
  padding: 8px 16px 8px 16px; }
  #header h3 a {
    background: #1e4262;
    color: greenyellow;
    font: normal 15px "Lucida Grande", Arial, Helvetica, sans-serif;
    text-decoration: none; }
  #header #welcome {
    float: right;
    font-size: 11px; }
    #header #welcome a {
      color: lightyellow;
      padding: 1px 4px 2px 4px;
      text-decoration: none; }
      #header #welcome a:hover {
        background: #1e4262;
        color: yellow; }
    #header #welcome a.selected {
      background: steelblue;
      color: lightyellow;
      -moz-border-radius-topleft: 2px;
      -moz-border-radius-topright: 2px;
      -webkit-border-top-left-radius: 2px;
      -webkit-border-top-right-radius: 2px; }
  #header #jumpbox {
    background: steelblue;
    margin: 2px 0px 0px 0px;
    padding: 12px;
    position: absolute;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px; }
    #header #jumpbox #jumpbox_menu a {
      color: white;
      padding: 0px 0px 4px 0px; }
      #header #jumpbox #jumpbox_menu a.selected {
        color: navy; }
      #header #jumpbox #jumpbox_menu a:hover {
        background: steelblue; }
    #header #jumpbox #jumpbox_label {
      color: white; }
    #header #jumpbox input {
      margin: 2px 0px 0px 0px; }

#tabs {
  background: #1e4262;
  height: 24px;
  padding: 0px;
  text-align: center;
  width: 100%; }
  #tabs li {
    float: left;
    font-size: 12px;
    list-style: none;
    margin: 0px 4px 0px 16px;
    width: 80px; }
  #tabs a:link, #tabs a:visited {
    background: #466bb1;
    color: white;
    float: left;
    padding: 4px 8px 5px 8px;
    text-align: center;
    text-decoration: none;
    width: 80px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px; }
  #tabs a:hover {
    background: #97baff;
    color: navy; }
  #tabs a:link.active, #tabs a:visited.active {
    background: azure;
    color: navy;
    text-decoration: none; }

#footer {
  color: grey;
  font-size: 10px;
  padding: 0px 0px 0px 16px; }

.title {
  border-bottom: 1px gray solid;
  color: #342d7e;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 2px; }
  .title img {
    position: relative;
    top: 2px; }

.title_tools {
  font-size: 12px;
  float: right;
  margin: 4px 0px 0px 0px; }

.subtitle {
  border-bottom: 1px silver solid;
  color: #2f2f2f;
  font-size: 13px;
  font-weight: bold; }
  .subtitle a:link, .subtitle a:visited {
    color: darkslateblue;
    text-decoration: none; }
  .subtitle a:hover {
    background: none; }

.subtitle_tools {
  font-size: 11px;
  float: right; }

.radio_box {
  line-height: 20px; }
  .radio_box input {
    position: relative;
    top: -2px; }

.check_box {
  line-height: 20px; }
  .check_box input {
    position: relative;
    top: -3px; }
  .check_box label {
    font-size: 11px; }

.tabless {
  margin: auto;
  width: 480px; }

.standalone {
  background: whitesmoke;
  border: 20px lightsteelblue solid;
  margin: 75px auto 6px auto;
  padding: 20px;
  width: 400px;
  -moz-border-radius: 6px;
  -moz-box-shadow: 5px 5px 15px #bbbbbb, -5px 0px 15px #bbbbbb;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 5px 5px 15px #bbbbbb, -5px 0px 15px #bbbbbb; }
  .standalone input[type="text"], .standalone input[type="password"] {
    font-size: 16px;
    padding: 2px;
    width: 355px; }
  .standalone input[type="submit"] {
    font-size: 14px; }

.tabbed {
  padding: 12px 12px 12px 16px; }

.main {
  background: white;
  padding: 8px 15px 15px 15px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 2px 2px 8px #bbbbbb, -2px 0px 8px #bbbbbb;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 2px 2px 8px #bbbbbb, -2px 0px 8px #bbbbbb; }

.sidebar {
  color: #3f3f3f;
  font-size: 11px;
  padding: 0px 12px 0px 0px;
  width: 250px; }

.form {
  background: white; }
  .form h4 {
    font-size: 18px;
    height: 30px; }

.tools {
  font-size: 10px;
  float: right;
  padding: 0px 0px 0px 4px; }
  .tools#comment_new_tools {
    margin: 8px 0px 0px 0px; }

.label {
  color: #3f3f3f;
  font-size: 12px;
  margin: 8px 0px 0px 0px;
  padding: 0px 8px 0px 0px; }

.top {
  margin: 5px 0px 0px 0px; }

.req {
  background: url("http://royalhotels.visrez.com/images/asterisk.gif") no-repeat scroll center right transparent;
  color: navy;
  float: left; }

.intro {
  color: dimgray;
  font-size: 12px;
  padding-top: 5px; }

.section {
  background: whitesmoke;
  color: #3f3f3f;
  margin: 0px 0px 2px 0px;
  padding: 4px 15px 8px 15px; }
  .section table {
    width: 500px;
    border-spacing: 0px;
    border-collapse: collapse; }
    .section table td {
      vertical-align: top;
      padding: 0px; }
      .section table td input[type="text"], .section table td input[type="password"] {
        width: 240px; }

.remote {
  border: 5px lightblue solid;
  background: whitesmoke;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  position: relative; }
  .remote .close {
    background: lightblue;
    border-top: 1px gainsboro solid;
    border-left: 1px gainsboro solid;
    border-bottom: 1px grey solid;
    border-right: 1px grey solid;
    color: navy;
    cursor: pointer;
    height: 16px;
    margin: 3px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 17px; }

.buttonbar {
  border-top: 1px gray solid;
  margin: 8px auto;
  padding-top: 8px; }

.section input, .sidebar input, .inline input,
.section select, .sidebar select, .inline select,
.section textarea, .sidebar textarea, .inline textarea {
  margin: 3px 0px 0px 0px;
  vertical-align: middle; }

.cool {
  color: darkgreen; }

.warn {
  color: crimson; }

.urgent {
  color: darkred; }

.black {
  color: black; }

.white {
  color: white !important; }

.grayed {
  color: silver !important; }

.amount {
  background: palegreen;
  color: black;
  font-size: 11px;
  text-align: center;
  padding: 0px 3px 0px 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px; }

.strip {
  background: gainsboro;
  color: black;
  float: left;
  font-size: 11px;
  margin: 0px 6px 0px 0px;
  padding: 1px 4px 1px 3px;
  text-align: right;
  width: 75px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px; }

.indent {
  margin-left: 88px; }

.indentslim {
  margin-left: 38px; }

.indentwide {
  margin-left: 106px; }

.indentfull {
  margin-left: 126px; }

.bucket {
  margin: 0px 0px 10px 0px; }

.prefix {
  width: 30px;
  font-size: 10px; }

.comment {
  background: #f2f2f2;
  border-bottom: 1px gainsboro solid;
  margin: 2px 0px 0px 0px;
  overflow: hidden;
  padding: 4px;
  list-style: none; }
  .comment#comment_new {
    margin: 3px 0px 0px 0px; }
  .comment input[type=text] {
    border: 1px #cfcfcf solid;
    color: grey;
    font-size: 11px;
    margin: 3px 0px 0px 0px;
    padding: 3px;
    width: 500px; }
  .comment textarea {
    font-size: 11px;
    height: 110px;
    margin: 3px 0px 0px 0px;
    padding: 3px;
    width: 500px; }
  .comment .gravatar {
    float: left;
    margin: 3px 10px 3px 3px; }
  .comment .body {
    display: inline;
    font-size: 11px; }
  .comment tt {
    font-size: 10px;
    color: #666666; }
  .comment dt {
    padding: 0px;
    margin: -10px 0px 0px 36px; }
    .comment dt p {
      margin: 10px 0px 0px 0px; }

.mail {
  background: #f2f2f2;
  border-bottom: 1px gainsboro solid;
  margin: 2px 0px 0px 0px;
  overflow: hidden;
  padding: 4px;
  list-style: none; }
  .mail .gravatar {
    float: left;
    margin: 3px 10px 3px 3px; }
  .mail .subject {
    color: black; }
  .mail .body {
    display: inline;
    font-size: 11px; }
  .mail tt {
    font-size: 10px;
    color: #666666; }
  .mail dt {
    padding: 0px;
    margin: -10px 0px 0px 36px; }
    .mail dt p {
      margin: 10px 0px 0px 0px; }

.toggle {
  font-weight: normal; }

#export {
  font-size: 9px;
  margin: 12px 0px 0px 0px; }

#paginate {
  float: right;
  font-size: 10px;
  margin: 4px 0px 0px 0px; }

#paging {
  float: right;
  margin: 7px 5px 0px 0px; }

.confirm {
  background: #cdfecd;
  border-left: 10px palegreen solid;
  font-size: 11px;
  margin: 0px 0px 6px 0px;
  padding: 6px; }

.log {
  padding: 8px 0px 0px 0px; }
  .log h3 {
    border-bottom: 1px #2f2f2f dotted;
    color: #2f2f2f;
    margin: 0px 0px 4px 0px;
    padding: 2px 0px 2px 86px; }
    .log h3.overdue {
      color: crimson;
      border-bottom: 1px crimson dotted; }
    .log h3.due_asap {
      color: darkred;
      border-bottom: 1px darkred dotted; }
    .log h3.due_today {
      color: darkgreen;
      border-bottom: 1px darkgreen dotted; }
  .log li {
    color: #3f3f3f;
    font-size: 12px;
    list-style: none;
    padding: 3px 0px 3px 0px; }
    .log li tt {
      color: dimgray;
      font-size: 11px; }
  .log input[type=checkbox] {
    float: left;
    margin: 0px 4px 0px 0px; }

.list {
  padding: 8px 0px 0px 0px; }
  .list li {
    border-bottom: 1px silver dotted;
    clear: both;
    color: #3f3f3f;
    font-size: 12px;
    list-style: none;
    padding: 6px 0px 6px 0px; }
    .list li .gravatar {
      float: left;
      padding: 0px 8px 0px 0px; }
    .list li tt {
      color: dimgray;
      font-size: 11px; }
    .list li dt {
      color: #3f3f3f;
      font-size: 11px;
      padding: 2px 0px 0px 0px; }
    .list li dt a:link, .list li dt a:visited {
      color: #3f3f3f;
      font-weight: bold;
      text-decoration: none; }
    .list li dt a:hover {
      background: dimgray;
      color: white;
      font-weight: bold;
      text-decoration: none; }

.filters, .panel {
  background: snow;
  margin: 0px 0px 12px 0px;
  padding: 6px 8px 6px 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 2px 2px 8px #bbbbbb, -2px 0px 8px #bbbbbb;
  -webkit-box-shadow: 2px 2px 8px #bbbbbb, -2px 0px 8px #bbbbbb; }

.filters h4 {
  color: navy;
  font-size: 12px;
  font-weight: bold; }
.filters input[type=text] {
  margin-bottom: 4px; }

.panel div {
  margin: 0px 0px 10px 0px; }
.panel h4 {
  font-size: 13px;
  font-weight: bold; }
.panel li {
  border-bottom: 1px silver dotted;
  font-size: 12px;
  list-style: none;
  padding: 2px 0px 3px 0px; }
  .panel li dt {
    float: right;
    font-size: 11px;
    font-weight: bold; }
  .panel li tt {
    font-size: 11px; }
  .panel li.last {
    border-bottom: none; }
.panel .caption {
  border-bottom: 1px grey solid;
  color: navy;
  font-size: 12px;
  font-weight: bold;
  margin: 4px 0px 2px 0px;
  padding: 2px 0px 2px 0px; }
.panel#recently {
  background: floralwhite; }
.panel#summary {
  background: oldlace; }
  .panel#summary p {
    margin: 4px 0px 4px 0px; }

.selector {
  color: black;
  cursor: pointer;
  font-size: 10px;
  text-align: center; }

.on {
  background: lightgoldenrodyellow;
  border: 1px silver inset; }

.off {
  background: lightgrey;
  border: 1px silver outset; }

.arrow {
  font-size: 9px;
  padding: 0px 2px 3px 0px; }

.left {
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-topleft: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-top-left-radius: 9px; }

.right {
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -webkit-border-top-right-radius: 9px; }

.menu {
  background: #f4f5eb;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  left: 0px;
  padding: 2px 0px;
  position: absolute;
  top: 0px;
  width: 12em;
  -webkit-box-shadow: 10px 10px 15px gainsboro; }
  .menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .menu li {
    list-style-position: outside; }
  .menu a {
    color: #555555;
    cursor: default;
    display: block;
    margin: 0px 2px;
    outline: none;
    padding: 4px 15px;
    text-decoration: none; }
  .menu a:hover {
    background: mediumblue;
    color: white; }

.errorExplanation {
  background-color: seashell;
  border: 2px solid salmon;
  font-size: 12px;
  padding: 8px;
  margin: 8px 13px 0px 13px; }
  .errorExplanation h2 {
    background: salmon;
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin: -8px;
    padding: 5px; }
  .errorExplanation ul {
    margin-left: 30px; }
    .errorExplanation ul li {
      border: none;
      font-size: 12px;
      list-style-type: disc;
      padding: 0px; }

.fieldWithErrors input {
  border-bottom: 1px solid lightpink;
  border-right: 1px solid lightpink;
  background: pink; }

p.flash_warning, p.flash_error {
  background: lightpink;
  color: maroon;
  margin: 0px;
  padding: 5px 0px 5px 16px; }
p.flash_notice, p.flash_message {
  background: #ddff99;
  color: darkgreen;
  margin: 0px;
  padding: 5px 0px 5px 16px; }
p.flash_exception {
  background: #ddff99;
  border: 5px limegreen solid;
  font-size: 14px;
  margin: 50px auto;
  padding: 50px;
  width: 450px;
  -moz-box-shadow: 5px 5px 15px #999999, -5px 0px 15px #999999;
  -webkit-box-shadow: 5px 5px 15px #999999, -5px 0px 15px #999999; }

div.auto_complete {
  background: white;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 310px; }
  div.auto_complete ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    div.auto_complete ul li {
      color: #3f3f3f;
      cursor: pointer;
      display: block;
      list-style-type: none;
      margin: 0px;
      padding: 2px; }
      div.auto_complete ul li .highlight {
        background: lightyellow; }
      div.auto_complete ul li.selected {
        background: royalblue;
        color: white; }
        div.auto_complete ul li.selected .highlight {
          background: royalblue; }

.pagination {
  background: white;
  float: right;
  font-size: 11px;
  margin: 6px 0px 0px 0px; }
  .pagination a, .pagination span {
    padding: 0.2em 0.5em;
    display: block;
    float: left;
    margin: 0px 2px 0px 0px; }
  .pagination span.disabled {
    color: #999999;
    border: 1px solid #dddddd; }
  .pagination span.current {
    font-weight: bold;
    background: #2e6ab1;
    color: white;
    border: 1px solid #2e6ab1; }
  .pagination a {
    text-decoration: none;
    color: #105cb6;
    border: 1px solid #9aafe5; }
    .pagination a:hover, .pagination a:focus {
      color: navy;
      background: lightyellow;
      border-color: navy; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .log input[type="checkbox"] {
    float: left;
    margin: 1px 4px 0px 0px; }

  .standalone input[type="submit"] {
    font-size: 3em; } }

html, body {
  background: #c6ad7b; }

body, ol, ul, li, dt, tt, label, input, select, textarea {
  font-family: "Lucida Grande", verdana, Arial, Helvetica, sans-serif; }

#header {
  background: #8a000d;
  color: #fab73d;
  height: 40px;
  padding: 8px 16px; }

#header-img {
  position: absolute;
  left: 20px;
  top: 5px; }

#customer_logo {
  margin-left: 20px;
  padding-bottom: 30px; }

#customer_logo img {
  width: 200px; }

#booking_comments {
  margin-left: 10px; }

.welcome {
  padding: 10px;
  font-size: 28px; }

#home_banner {
  margin: 10px; }

#sidebar_specials img {
  margin-left: 20px;
  width: 200px; }

#sidebar_specials a:hover {
  background: none;
  padding: 0px; }

#tabs {
  background: #8a000d;
  height: 23px;
  padding: 0;
  text-align: center;
  width: 100%;
  min-width: 200px; }
  #tabs ul {
    margin-left: 100px; }

#tabs a:link, #tabs a:visited {
  background: #9f8c4f; }

#tabs a.active:link, #tabs a.active:visited {
  background: #c6ad7b;
  color: black;
  font-weight: bold;
  text-decoration: none; }

#tabs a:hover {
  background: #c6ad7b;
  color: #003333; }

a:link, a:visited {
  color: #c50084; }

.title_tools a {
  background: #fab73d url(http://royalhotels.visrez.com/images/alert-overlay.png) repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: black;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer; }

.title_tools a:hover {
  color: white;
  background: #fab73d url(http://royalhotels.visrez.com/images/alert-overlay.png) repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer; }

.section {
  background: none; }

a:hover {
  background: #c50084;
  color: white;
  padding: 2px; }

small {
  font-size: 12px;
  color: #000066; }

.title {
  color: black;
  font-size: 22px;
  border: 0px; }

.subtitle {
  border-bottom: none;
  color: black; }

.standalone {
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-box-shadow: 0 0 6px #999999;
  background: white;
  font-family: lucida grande, verdana;
  font-size: 12px;
  margin: 55px auto;
  padding: 25px 28px;
  text-align: left;
  width: 410px;
  border: 0px solid #cccccc; }

.standalone img {
  margin-left: 160px; }

.main {
  height: 700px;
  width: 80%;
  min-width: 500px; }

.section {
  color: #3f3f3f; }

.fieldGroupSmall a {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background: #fab73d url(http://royalhotels.visrez.com/images/alert-overlay.png) repeat-x scroll 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  color: black;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 5px 10px 6px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); }

.fieldGroupSmall a:hover {
  color: white; }

.remote {
  border: 5px #9f8c4f solid;
  background: #c6ad7b;
  margin-top: 10px;
  position: relative;
  padding: 10px; }

.remote .close {
  color: white; }

.buttonbar a {
  background: #fab73d url(http://royalhotels.visrez.com/images/alert-overlay.png) repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: black;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer; }

.buttonbar a:hover {
  color: white; }

.strip_long {
  background: #c6ad7b;
  width: 140px; }

.strip_long_cancelled {
  width: 140px; }

.list li dt {
  padding: 2px 0px 0px 160px; }

p.flash_warning, p.flash_error {
  margin-top: 20px; }

p.flash_notice, p.flash_message {
  background: #822433;
  color: white;
  font-size: 16px;
  border: 1px solid white;
  margin-top: 20px;
  width: 84%;
  margin-left: 15px; }

div.auto_complete ul li.selected {
  background: white;
  color: #999999; }

div.auto_complete ul li.selected .highlight {
  background: black; }

div.auto_complete {
  width: 200px; }

#footer {
  color: black; }

.column1 {
  margin: 10px; }

.column2 {
  float: right;
  width: 45%;
  margin: 10px; }

#contact_new {
  float: left;
  width: 200px;
  border-left: 1px solid black;
  padding-left: 10px;
  margin-bottom: 20px; }

#contact_existing {
  float: left;
  width: 215px; }

#next {
  float: right; }

#previous {
  float: left;
  z-index: -1; }

#create_button_bar {
  float: right; }

.availability_grid .td {
  text-align: center; }

.selected {
  background-color: #ddbb88;
  font-weight: bold; }

#countdown_widget {
  height: 96px; }
  #countdown_widget .dash {
    width: 138px;
    height: 96px;
    background: transparent url("http://royalhotels.visrez.com/images/countdown_widget/dash.png") 0 0 no-repeat;
    float: left;
    margin-left: 2px;
    padding-left: 13px;
    position: relative;
    color: #333333; }
  #countdown_widget .weeks_dash {
    background: transparent url("http://royalhotels.visrez.com/images/countdown_widget/dark_weeks_dash.png") 0 0 no-repeat; }
  #countdown_widget .days_dash {
    background: transparent url("http://royalhotels.visrez.com/images/countdown_widget/dark_days_dash.png") 0 0 no-repeat; }
  #countdown_widget .hours_dash {
    clear: left;
    background: transparent url("http://royalhotels.visrez.com/images/countdown_widget/dark_hours_dash.png") 0 0 no-repeat; }
  #countdown_widget .minutes_dash {
    background: transparent url("http://royalhotels.visrez.com/images/countdown_widget/dark_minutes_dash.png") 0 0 no-repeat; }
  #countdown_widget .seconds_dash {
    background: transparent url("http://royalhotels.visrez.com/images/countdown_widget/dark_seconds_dash.png") 0 0 no-repeat; }
  #countdown_widget .digit {
    font: bold 52pt Verdana;
    font-weight: bold;
    float: left;
    width: 59px;
    text-align: center;
    position: relative; }