// Honey Bear Lodge Style Sheet

body {
	background-color: #000000;
}

td, tr {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
}

form {
	margin-top: 0pt;
	margin-bottom: 0pt;
}

input, textarea, select {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color:E9E7E7;
}

input.button {
	background-color : #CCCCCC;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.button:hover {
	background-color : #555555;
	color : #FFFFFF;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
}

a:hover {
	font-family: arial;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFF99;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

.headline1 {
	font-size: 13;
	font-family: verdana;
	font-weight: bold;
	color: #FFFF99;
	background: #222222;
	padding-left: 8px;
	padding-right: 8px;
}

.headline2 {
	font-size: 11;
	font-family: verdana;
	font-weight: bold;
	color: #FFFF99;
	background: #222222;
	padding-left: 8px;
	padding-right: 8px;
}

.greeter {
	font-family: arial;
	font-size: 13px;
	color: #FFFFFF;
}

.copyright {
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
}

.smally {
	font-family: verdana;
	font-size: 9px;
	color: #FFFF99;
}

.smally:hover {
	font-family: verdana;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF99;
}

.rentals {
	color: #000000;
	font-weight: bold;
}

.rentaldesc {
	color: #000000;
}

.rentlink {
	color: #024822;
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
}

.rentlink:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

.rentlink:visited {
	color: #990000;
	text-decoration: none;
}


// Navigation related

span {
	font-family: verdana,sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

table.subnav {
	border: solid 1px #DDDDDD;
	background-color: #777777;
}

table.subnav td {
	white-space: nowrap;
}

table.subnav td a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	display: block;
	padding: 4px;
}

table.subnav td a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	border-bottom: 0px;
	color: #000000;
}