body {
  background-color: #666;
  margin: 5px 10px;
  font-family: Helvetica, Arial, sans-serif;
}

* html #content {
	height: 1%;
}

#content {
  background-color: #fff;
  border: 10px solid #ccc;
  padding: 5px 5px 5px 5px;
  overflow: hidden;
}

#notification {
  border: 5px solid #9c9;
  background-color: #cfc;
  padding: 5px;
  margin: 10px 0;
}

.fieldWithErrors {
  border: 5px solid #f66;
}

#content #clearone {
    clear: both;
    height: 1px;
}

.clearone {
    clear: both;
    height: 1px;
}

#map_list {
	padding:5px;
	list-style: none;
	border: 3px solid #ccc;
	background-color: #eee;
	float: right;
	color: #999;
	font-size: smaller;
}

#map_list li {
	margin-top: 2px;
	margin-left: 5px;
	margin-bottom: 2px;
}

.edit {
	font-size: smaller;
	font-family: arial, sans-serif;	
}

#login_logout {
	float: right;
	color: #999;
	font-size: smaller;
}

.balloon {
	font-family: arial, sans-serif;
	font-size: 8pt;
}

#header ul {
    margin: 0;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid black;
	border-top: 1px solid black;
}

#header li {
    display: inline;
    margin-right: 70px;
    font-variant: small-caps;
    font-size: 90%;
}

#header .lastItem {
    margin-right: 0px;
}

#header a:link, #header a:visited {
    text-decoration: none;
    color: black;
}

#header a img {
    border-style: none;
}

#content #clearone {
    clear: both;
    height: 1px;
}

#footer {
	margin-top: 20px;
	color: #aaa;
}

#footer div {
    text-align: center;
    font-size: 90%;
    margin: 3px 0px 3px 0px;
}

.siteIndexDetail {
	margin: 5px 5px 5px 5px; 
	padding-left: 5px; 
	border: thin solid #ccc; 
	font-size: 8pt;
}

.siteIndexDetail #siteDetailHeader {
	font-size: 120%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.siteIndexDetail div {
	margin: 2px;
}

/*******************************************/

.hunger {
   font-family: impact, sans-serif;
   font-size: 24pt;
   letter-spacing: .1em;
   font-variant: small-caps;
   color: #69B8FF;
}

.maps {
   font-family: impact, sans-serif;
   font-size: 18pt;
   letter-spacing: .1em;
   font-variant: small-caps;
   color: #95D14D;
}

.logowrapper {
   padding-bottom: 10px;
}

.tagline {
   font-family: arial, sans-serif;
   font-size: 12pt;
   font-style: italic;
   letter-spacing: .1em;
   margin-left: 15px;
   color: #ccc;
}

#delete_button {
	float: right;
	border: none;
	margin: 5px;
}

.site_detail_left {
	float: left;
	width: 200px;
	/*border: thin solid blue;*/
}

.site_detail_right {
	margin-left: 230px;
	/*border: thin solid red;*/
}

.map_show_top {
	width: 100%;
}

table tr {
	width: 200px;
}

