
/*
body {
  font: 8pt verdana;
  background: #f5f5f5;
  color: #444;
  margin: 4px 2px;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #f60;
}

img {
  border: 0;
}

div {
  width: 100%;
}
form {
  margin: 0.2em 0em;
}

table {
  font-size: 1em;
  width: 99%;
  border-collapse: collapse;
}

#bodydiv {
  height: 10em;
  overflow: auto;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}

#bodydiv td {
  border-bottom: 1px solid #ddd;
}

.rover {
  background: #eee;
  cursor: pointer;
}

.rsel {
  background: #9c9;
  color: #000;
}

.messages {
  color: #36c;
  padding: 0.2em;
  font-weight: bold;
  text-align: center;
}

.error{
  color: #f60;
}

.nolimit {
  color: #f60;
}

.delete {
  width: 3%;
  text-align: center;
}

.filename {
  width: 37%;
  text-align: left;
}

.size{
  width: 9%;
  text-align: right;
}

.dimensions {
  width: 11%;
  text-align: right;
}

.date {
  width: 25%;
  text-align: right;
}

.operations {
  width: 14%;
  text-align: right;
}


#imagepreview {
  height: 600px;
  overflow: auto;
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid #000;
  margin-bottom: 0.5em;
}




#location_image {
  border: 2px solid #ccc;
  margin-bottom: 15px;
}
#location_image img {
  margin: 0px;
  padding: 0px;
  border: none;
}

#location_image_list {}

ul.image_thumb_list {
  float: left;
  list-style: none;
  margin: 1em 0em 1em 0em;
  padding: 0px;
}
ul.image_thumb_list li {
  float: left;
  list-style: none;
  margin: 0px 0px 0px 10px;
  cursor: pointer;
}
ul.image_thumb_list li:first-child {
  float: left;
  list-style: none;
  margin: 0px 0px 0px 0px;
}

.image_list_image_on {
  padding: 0px;
  background: #eee;
  border: 2px solid #ccc;
}

.image_list_image_off {
  padding: 0px;
  border: 2px solid #fff;
}

*/

