body {
	margin: 0;
	padding: 10px;
	color: #000;
/*	font:13px/1.22 arial,helvetica,clean,sans-serif; */
	font-family: arial, helvetica, sans-serif;
	font-size:small;
}

h1 {
  font-size: 130%;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 110%;
}

.smalltext {
  font-size: 80%;
}

#resources ul {
	list-style-position: outside;
	margin: 0px 0px 0px 10px;
	padding: 1em 2px 0.5em 10px;
	border-bottom: 1px dotted silver;
}

#resources ul li {
	padding-bottom: 0.2em;
	margin-bottom: 0.2em;
	padding-left: 5px;
	margin-left: 5px;
}

#description img {
	background-color: #fff;
	padding: 5px;
	border: 1px solid black;
}

#description, #list, #source {
	overflow: auto;
}

#description, #source {
	padding: 7px;
}

div.column-1 {
  float: left;
/*  width: 38%; */
  width: 360px;
  margin-right: 20px;
}

div.column-2 {
  float: left;
/*  width: 500px; */
}

.clear {
  clear: both;
}

ol#placemarkList {
  list-style-type: upper-alpha;
  list-style-position: inside;
  padding-left: 1em;
  margin-left: -1em;
}

#theResources, #fileButton, #fileUploader {
  padding-top: 0.5em;
  padding-left: 1em;
/*  display: none; */
}

#mapButton {
  padding: 0.5em 0 0.5em 1em;
}

#mapButton input {
  font-size: 80%;
}

#mapbox {
  width: 350px;
  height: 350px;
/*  margin-right: 1em; */
}

#filestable, #resourcestable, #userstable, .optionstable {
  color: #333;
	background-color: #fbffdc;
	border: 1px solid #bbcfdc;
}

#filestable td, #resourcestable td, #userstable td {
	text-align: left;
	padding: 3px 6px;
	border-top: 1px solid #bbcfdc;
}

#filestable .size, #filestable .date, #resourcestable .size, #userstable .date {
	text-align: right;
}

#upload_process {
  z-index: 100;
  position: absolute;
  visibility: hidden;
  text-align: center;
  width: 50em;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  border: 1px solid #ccc;
}

#upload_result {
  font-style: italic;
}

div.column-options {
  float: left;
  width: 48%;
}


/* Infowindow styles */

.infowindow h1 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}

.infowindow p {
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}

#buttonpanel {
	margin-left: 5px;
  text-align: center;
}

.infowindowbutton {
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#ctitle_input, #cdesc_input, #curl_input, #ctype_input {
 	width: 100px;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}

.noborder {
  border: 0;
}
