body {
  /* Pages backgound color */
	background-color: #ffe8e3;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-highlight-color: #ffe8e3;
	scrollbar-track-color: white;
	scrollbar-arrow-color: #a29061;
	scrollbar-3dlight-color: #a29061;
	scrollbar-face-color: white;
	scrollbar-darkshadow-color: #ffe8e3;
	scrollbar-base-color: #a29061;
	scrollbar-shadow-color: #a29061;
}

/* Horiz line separated messages, promotions etc. and right menu items */
hr {
  width: 100%;
  height: 1px;
  color: #ffe8e3
}

a {
  color: #ffe8e3;
  font-weight: normal
}

a:hover {
  color: white;
  font-weight: normal
}
a.sidebar {
  color: #ffe8e3;
  font-weight: normal
}

a.sidebar:hover {
  color: #404040;
  font-weight: normal
}



strong { font-weight: bold }

em {
	font-style: normal;
	color: #a29061;
	font-weight: bold;
	font-size: 11pt;
	font-family: "Courier New", Courier, monospace;
}

/* Block headers */
th {
	padding: 2px;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	background-color: white;
	font-weight: bold;
	color: #a29061;
	padding-left: 6px;
}

/*** Page main blocks ***/
.table {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	background-color: #a29061;
	font-weight: normal;
	color: #ffe8e3;
	width: 100%;
	border: 0;
	text-align: left;
}

.table th { text-transform: uppercase; }

.tabletitle {
  font-family: "Courier New", Courier, monospace;
  font-size: 9pt;
  background-color: #a29061;
  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: "Courier New", Courier, monospace;
  font-size: 10pt;
  background-color: #EBEAE5;
  font-weight: normal;
  color: #a29061;
}

/* 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: #ffe8e3}

/*** Page top title***/
.title {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	font-weight: bold;
	color: #a29061;
}

/* HTML controls like inputs, selects, textareas etc. */
.fields {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	background-color: #ffffff;
	font-weight: normal;
	color: #a29061;
	border: thin ridge #ffe8e3;
}

/* Error messages */
.error {
  font-family: "Courier New", Courier, monospace;
  font-size: 10pt;
  color: #cc0033
}

/* Buttons */
a.img-button {
  display: block;
	border: 1px solid #404040;
	color: #ffe8e3;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	width: 160px;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #a29061;
}
a.img-button:HOVER {
  display: block;
	border: 1px solid #a29061;
	color: #a29061;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	width: 160px;
	text-transform: uppercase;
	cursor: pointer;
		background-color: #ffe8e3;
}
a.img-button-disabled {
  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;
}


