body {
  /* Pages backgound color */
  background-color: #d9d3c3;
  font-family: Verdana;
  color: #333333;
  font-size: 9pt;
  text-align: left;
  font-weight: normal
}

/* Horiz line separated messages, promotions etc. and right menu items */
hr {
  width: 100%;
  height: 1px;
  color: #D2D1CE
}

a {
  color: #333333;
  font-weight: normal
}

a:hover {
  color: #000000;
  font-weight: normal
}

strong { font-weight: bold }

em {
  font-style: normal;
  color: #333333;
  font-weight: bold;
  font-size: 9pt;
  font-family: Verdana
}

/* Block headers */
th {
  padding: 2px;
  text-align: left;
  font-family: Arial;
  font-size: 11px;
  background-color: #817B6A;
  font-weight: bold;
  color: #ffffff;
  padding-left: 6px
}

/* restaurantdiary advertisment block */
.powered { margin-top: 20px; text-align: left }

/*** Page main blocks ***/
.table {
  font-family: Arial;
  font-size: 11px;
  background-color: #EBEAE5;
  font-weight: normal;
  color: #000000;
  width: 100%;
  border: 0
}

.table th { text-transform: uppercase; }
.table td { text-align: left; }

.tabletitle {
  font-family: Arial;
  font-size: 11px;
  background-color: #817B6A;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  width: 100%;
  border: 0;
  padding-right: 4px
}

/* Used in booking history page and extras for better readability */
.tddark { background-color: #DFE0DB }

/* Font attributes for text outside blocks */
.Bodytext {
  font-family: Arial;
  font-size: 11px;
  background-color: #EBEAE5;
  font-weight: normal;
  color: #000000
}

/* Font attributes for text inside blocks */
.text {
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  color: #000000
}

/*** Go Back link ***/
.backref {
  font-family: Arial;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}

.backref:hover {
  font-family: Arial;
  font-size: 11px;
  color: #000000;
  text-decoration: underline
}

/* >> and << symbols before Go Back link and right menu items */
.arrow { font-family: "Courier New"; font-size: 9px; font-weight: bold; color: #ff0000}

td.arrow { text-align: center; }

/*** Page top title***/
.title {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #ff0000
}

/* HTML controls like inputs, selects, textareas etc. */
.fields {
  font-family: Arial;
  font-size: 11px;
  background-color: #ffffff;
  font-weight: normal;
  color: #000000
}

/* Error messages */
.error {
  font-family: Arial;
  font-size: 11px;
  color: #cc0033
}

/* Buttons */
a.img-button {
  float: right;
  display: block;
  height: 13px;
  width: 130px;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 102px;
  border: 0;
  padding: 3px 4px 3px 24px;
  /* Buttons background image can be customised here */
  background: #cc0000 url(../res/images/modern/button.gif) no-repeat top left;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}

a.img-button-disabled {
  float: right;
  display: block;
  height: 13px;
  width: 130px;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 103px;
  border: 0;
  padding: 3px 3px 3px 24px;
  background: #cc0000 url(../res/images/modern/button_disabled.gif) no-repeat top left;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}

a.img-button:hover, a.img-button:link, a.img-button:visited, a.img-button:active { color: #ffffff; }

td.arrow { text-align: center; }
td.text { text-align: right; }