/* Global styles */

/* START:notice */
#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
}
/* END:notice */

/* Styles for main page */
body {
}

#footer {
	position: relative;
	left: -160px;
}

/*
#footer-image {
	position: relative;
	left: -60px;
}
*/
#content {
	clear: none;
	margin: 0px;
	padding: 0px 0px 10px;
	
}

#banner {
  background: #ede4c7;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 2px solid;
  font: small-caps 40px/40px "Times New Roman", serif;
  color: #82361B;
  text-align: center;
}

#banner img {
  float: left;
  margin: 0px;
}

#columns {
  background: #ede4c7;
  position: relative;
  top: 150px;
  text-align: left;
  clear: none;
}

#main {
  margin-left: 19em;
  padding-top: 4ex;
  padding-left: 2em;
  background: #ede4c7;
}

#side-bg {
  width: 18.5em;
  height: 10em;
}

#side {
  display: block;
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 18em;
  background: #ede4c7;
  color: #82361B;
}

.side-links {
  padding-right: 1em;
  position: relative;
  top: -163px;
  z-index: 1;
  width: 18em;
  height: 10em;
  clear: none;
}
/*
#listing-tabs {
	position: relative;
	left: -48px;
	top: 6px;
}

#adding_type {
  position: relative;
  left: -60px;
}

#listing_type {
  position: relative;
  left: -60px;
}
*/
.side-links a {
  text-decoration: none;
  color: #82361B;
  font-size: medium;
  background-color: none;
  float: right;
}

.logout-button {
  position: relative;
  left: 37em;
  float: left;
  z-index: 1;
}

.logout-button a {
  text-decoration: none;
  color: #82361B;
  font-size: medium;
  background-color: #ede4c7;
} 

h1 {
  font:  150% sans-serif;
  color: #82361B;
  border-bottom: 3px dotted #FDBB4C;
}


fieldset {
	border: 0;
}

.find-selection {
  position: relative;
  top: -10em;
}

.vendor-selection {
  float: right;
  margin-bottom: 1px;
}

.vendor-selection *{
	float:right;
}

.login-header {
	padding-bottom: 10px;
}

/* Styles for vendor form */
 
.vendor-form fieldset {
  background: white;
}

.vendor-form legend {
  color: #dfd;
  background: #141;
  font-family: sans-serif;
  padding: 0.2em 1em;
}

.vendor-form label {
  width: 75px;
  float: left;
  text-align: left;
  padding-right: 110px;
  display: block;
  margin-bottom: 5px;
}

.login-form label {
  width: 75px;
  float: left;
  text-align: left;
  padding-right: 10px;
  display: block;
}

.vendor-form input {
	display: block;
	width: 175px;
	float: left;
	margin-bottom: 0px;
}

br {
	clear :left;
}

.vendor-form .submit {
  margin-left: 5.5em;
}
 
/* The error box */
.fieldWithErrors {
  padding: 3px;
  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 {
	padding-left: 15px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  color: black;
}

/*Admin page table styles*/
.vendor-table table{
  border-width: 1px;
  border-spacing: 2px;
  border-style: solid;
  border-color: #82361b;
  border-collapse: collapse;
}

.vendor-table th {
  color: #82361b;
  border-width: 1px;
  padding: 3px;
  border-style: solid;
  border-color: #82361b;
  background-color: #FDBB4C ;  
}

.vendor-table {
  color: #82361b;
  margin-bottom: 1em;
}

.vendor-table td {
  border-width: 1px;
  padding: 3px;
  border-style: solid;
  border-color: #82361b;
  background-color: white;
}

.vendor-table a {
  color: #82361b;
  background-color: white;
}

.highlight td {
	background-color: yellow;
}
.highlight a {
	background-color: yellow;
}

.pagination {
  color: white;
  background-color: #82361b;
}

.pagination a {
  color: white;
  background-color: #82361b;
}

.wrapping {
	white-space: nowrap;
}

/*Add and list types styles*/
.add-type {
  color: white;
}

.list-type a {
  color: white;
}

/*This is to make space so the tabs don't take up the whole page*/
.spacer {
  background-color: #ede4c7;
  float: left;
}

.new-form-cell {
	padding: 3px;
}

.type-listing h2 {
	margin-top: 1em;
	font-size: 1.5em;
}

#links {
	width: auto;
}

.link-listing {
	width:auto;
	padding: 3px 0px;
}

.link-listing + .link-listing {
	/*border-top: 1px solid;*/
}

.form-links {
	border-top: 2px solid;
	margin-top: 10px;
	padding-top: 10px;	
}

#full-notice {
	color: #82361b;
}

.input-form h1 {
	font-size: 2em;
	padding: 10px 0px;
}

.type-listing h2 {
	font-size: 2em;
}

.forgot-text {
	margin-bottom: 10px;
}

#main > #content {
	width: 700px;
}

.reset-form {
	width: 350px;
}

.reset-field {
	float:right;
	clear:both;
	padding:5px 0px;
	width: 340px;
}

.reset-button {
	padding-top: 5px;
	position: relative;
	left: 125px;
	clear: both;
}

.pictures > h4 {
	padding-top: 10px;
	font-size: 1.5em;
}

.pictures > .other-picture, .main-picture {
	float: left;
}

.main-picture {
	border: 3px dotted brown;
}


.other-picture, .main-picture {
	margin: 0px 5px 0px 5px;
}

.body {
	clear: right;
}

#site-users-table {
	margin-top: 1em;
}
