.tablecenter {
	text-align: center;
	margin: auto;
}
.tablecabins {
	float: right;
	width: 420px;
	margin-left: 9px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
}
/* not sure this next one works properly? */
.tableborder_multicell {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	font-size: 16px;
}
/* Use this one for the table border on a 2 column table */
.tableborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
/* Use this one for the table border on a 3+ column table */
.tablemulticell {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}
/* use this on the cells of a 3+ column table */
.tdmulticell {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
/* USe this on the rows of a 3+ column table */
/* Can also be used on the td cells of a 2 column table */
.rowon {
	padding: 2px 2px 2px 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* USe this on the rows of a 3+ column table */
/* Can also be used on the td cells of a 2 column table */
.rooff {
	padding: 2px 2px 2px 5px;
	background-color: #CFDEB8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9D8;
}
/* Ozark Gateway 2 column table: */
.tablestd {
	border-top: 1px solid #61705D;
	border-right: 1px solid #61705D;
	margin: auto;
}
.tablestdcenter {
	border-top: 1px solid #61705D;
	border-right: 1px solid #61705D;
	margin: auto;
}
.trstdon {
	background-color: #FFFFFF;
	padding: 0px;
}
.trstdoff {
	background-color: #EDEDDC;
	padding: 3px;
}
.tdstd {
	padding: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #61705D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #61705D;
}
.texfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	float: left;
}
.tdspace {
	padding-right: 3px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.texfieldcenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.searchform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	display: inline;
	float: left;
	margin-left: 26px;
}
.searchbutton {
	float: right;
	margin-right: 12px;
	margin-top: 2px;
}
.tablestdright {
	border-top: 1px solid #61705D;
	border-right: 1px solid #61705D;
	margin: 0px;
	float: right;
}
.tdborder {

	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #61705D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #61705D;
}
.tableattractions {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	margin: auto;
	width: 980px;
}
.tableattractionssmaler {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	margin: 0px;
	width: 420px;
	float: right;
}
