body {
  background: #ffffff;
  color: #000000;
}
a {
  color: #005500;
}
a:visited, a:active {
  color: red;
}
p {
  text-align: justify;
}
td,p,a,textarea {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
}
h1 {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: x-large;
}
h2, h2 a {
  font-size: large;
}
img {
  border: 0
}

#top_menu a {
 	text-decoration: none;
}
#top_menu a:hover {
 	text-decoration: underline;
}
#top_menu, #top_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#top_menu ul {
	text-align: left;
	z-index: 99;
	display: block;
}
#top_menu>li {
	padding: 5px;
}
#top_menu a {
	display: block;
	color: #ffffff;
}
#top_menu ul a {
	padding: 1px 8px;
	width: 100px;
	font-size: 10px;
}

#top_menu li {
	float: left;
}
#top_menu ul {
	position: absolute;
	width: 116px;
	left: -999em;
	background: #008000 url(/images/background.png) repeat-x;
}
#top_menu ul li {
	width: 116px;
}

#top_menu li:hover ul, #top_menu li.sfhover ul, #top_menu td:hover ul, #top_menu td.sfhover ul {
	left: auto;
}
#top_menu li:hover a {
	background: #99ee99;
}
.shopMenu, .shopMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.shopMenu li {
	display: inline;
	padding: 0;
	margin: 0;
}
.shopMenu li a {
	display: block;
	padding: 2px 8px;
}
.shopMenu li a:hover {
	background: #99E999;
}

#body_content {
	min-height: 300px;
}

.panel {
  border: 1px solid #005500;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}

.panelHead {
  background: #005500 url(/images/background.png) repeat-x;
  border-bottom: 1px solid #005500;
  text-align: center;
}

.panelHead h2 {
  display: inline;
  color: #FFFFFF;
  font-size: medium;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.panelBody {
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: justify;
}

.panelBodyNoPadding {
  text-align: justify;
}
.panelBody li, .panelBody li a {
  text-align: left;
}

.hproduct td {
  vertical-align: top;
}

.Perlets_Validation_Error {
  color: red;
}

.pagination {
	text-align: center;
}
.pagination a {
	text-decoration: none;
}
.pagination .pagination_page, .pagination .pagination_first, .pagination .pagination_last {
	padding: 5px;
}
.pagination .pagination_current, .pagination a:hover {
	background: #99e999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.weather_outer {
  padding: 2px;
  position: relative;
  border: 1px #005500 solid;
  width: 100px;
  height: 200px;
}

.weather_outline {
  text-align: center;
}

.weather_details {
  bottom: 0px;
  position: absolute;
  text-align: left;
}

.camping_name_bar a {
  color: #ffffff;
}

.comment_form {
	display: none;
}

#info.ui-tabs-panel {
	padding: 0;
}

.thread {
	border-bottom: 1px solid #99e999;
}

.thread_message:first-child {
	margin: 0 0 2px 0;
	background: none;
}
.thread_message {
	margin: 0 0 2px 20px;
	background: #99e999;
}

.post_datetime {
	text-align: right;
}

.thread_options {
	padding-bottom: 10px;
}

.ui-widget-content a {
	color: #005500 !important;
}
.ui-widget-content a:visited, .ui-widget-content a:active {
  color: red !important;
}

.touristinfoedit, .touristinfoabuse {
	float: right;
	font-size: 10px;
	margin-left: 3px;
}

/* Work around Google's incompetence */
.plusone iframe {
	width: 24px !important;
}
