body { 
	color: #333;
	padding: 0; margin: 0;
	background: #def4e8 url("/images/campground-jobs-header-bg.gif") repeat-x 50% 0;
}

body, p, ol, ul, td {
  font-family: Georgia, Garamond,"Times New Roman";
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

#page {
	width: 800px;
	margin: 0px auto;
	position: relative;
	top: 0; left: 0;
}

a { color: #367151; font-weight: bolder; text-decoration: none; }
a:visited { color: #367151; }
a:hover {  }

#header {
	background: url("/images/campground-jobs-header.gif" ) no-repeat 0 0;
	height: 120px;
	width: 800px;
	border: 0; padding: 0;
}

#content {
	padding-top: 20px;
	font-family: Georgia,"Times New Roman",Garamond;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

.odd {
	background-color: #a4c2b1;
}

table td {
	border-bottom: 1px solid #444;
}

#action_button {
	border: 1px dotted #444;
	background-color: #a4c2b1;
	text-align: center;
}
div.notices {
	margin: 0;
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #daf0e9;
	border-top: 1px solid #54b897;
	border-bottom: 1px solid #54b897;
	width: 460px;
}

div.notices span {
	font-weight: bolder;
	font-size: 9pt;
}

div.notices ul {
     list-style: none;
     background: none;
     list-style-type: none;
     padding-top: 5px;
}

div.notices ul li {
	padding: 0 0 5px 0;
	margin: 0;
	list-style-type: none;
}

