body {
	height:100%;
	margin:0;
	padding:0;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	}
a:link {
	text-decoration: none;
	font: normal small-caps 16pt Time New Roman;
	color: #AB9002;
	}
a:visited {
	text-decoration: none;
	font: normal small-caps 16pt Time New Roman;
	color: #AB9002;
	}
a:hover {
	text-decoration: underline;
	font: bold small-caps 16pt Time New Roman;
	color: #AB9002;
	}

.cmc-heading {
	font: bold small-caps 16pt/16pt Time New Roman;
	color: #AB9002;
	text-align: center;
	}
#table1 {
	width:100%;
	height:100%;
	}
.fuego-h1 {
	font: bold small-caps 16pt/16pt Time New Roman;
	color: #AB9002;
	text-align: center;
	}
.fuego-h2 {
	font: normal normal 16pt/16pt Time New Roman;
	color: #AB9002;
	}
.fuego-h3 {
	font: normal normal 12pt/12pt Time New Roman;
	color: #AB9002;
	}
div.selected {
	text-decoration: underline;
	font: bold small-caps 16pt/16pt Time New Roman;
	color: #AB9002;
	}
.cmc-phone {
	font: bold small-caps 12pt/12pt Time New Roman;
	color: #AB9002;
	text-align: center;
	}
.cmc-bullets {
	font: normal normal 16pt/16pt Time New Roman;
	color: #AB9002;
	text-align: left;
	}

img {
	border-color: #AB9002;
	}

.textfield {
font-size: 10px;
background-image: url(/guestbook/txtbox_shadow.gif);
}
.textarea {
font-family: "Arial", serif;
font-size: 12px;
background-image: url(/guestbook/txtarea_shadow.gif);
}
.buttons {
font-size: 10px;
background-image: url(/guestbook/txtbox_shadow.gif);
}

td.vertical {
	min-width: 35px;
	width: 5%;
	background-image: url(tree_l.png);
	background-repeat:no-repeat;
	background-position:center;
}

td.top_angle {
	min-width: 35px;
	width: 5%;
	background-image: url(tree_t.png);
	background-repeat:no-repeat;
	background-position:center;
}

td.bottom_angle {
	min-width: 35px;
	width: 5%;
	background-image: url(tree_b.png);
	background-repeat:no-repeat;
	background-position:center;
}

.gold {
	color: #ab9102;
	 font-family: arial;
	 font-weight: bold;
	 padding: 5px;
}

.nowrap {
	float: left;
}
.wrap {
	float: none;
}

td.bad {
	background-color: #ff6666;
}

td.good {
	background-color: #33cc33;
}

td.gray {
	background-color: #003050;
}

tr.list:hover td{
	background-color: #767621;
}

div#editBox {
	display: none;
	position:fixed;
	top: 100px;
	left: 100px;
	width: auto;
	height: auto;
	margin-left: 0;
	margin-top: 0;
	background-color: #80dfff;
	padding: 30px;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  color: #000;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: buttn;
  text-decoration: none;
  color: initial;
}

div.box {
	border-style: solid;
	border-color: #ab9102;
	float: left;
	text-align: center;
}

img.box {
	display: block;
}
