<!--
body {
  background-color: #778899;
  background-image: url('/gfx/diverse/gradient.jpg');
  background-repeat: repeat-x;
  margin: 0px;
  color: black;
  font-family: Verdana, Arial;
  font-size: 10px;
}

.frame {
  border-collapse: collapse;
  width: 1050px;
  overflow: visible;
  margin: 10px 0px 0px 30px;
}

.topmenu {
  height: 23px;
  background-color: #333333;
  border-width: 0 2px 1px 0;
  border-style: solid;
  border-color: black;
  font-size: 12px;
}

td.topmenu:hover {
  background:#555555;
}


.left {
  padding: 3px;
  width: 105px;
  font-size: 12px;
  height: 100%;
  border-width: 1px 1px 3px 1px;
  border-style: solid;
  border-color: #222222 black black #444444;
  background-color: #96c0d0;
  vertical-align: top;
}

.left_box1 {
  border: 1px solid black;
  background-color: #9fa987;
  color: white;
  height: 180px;
  padding: 3px;
  margin-top: 2px;
  font-size: 10px;
}

.left_box2 {
  border: 1px solid black;
  background-color: #a1b8c0;
  color: white;
  height: 100px;
  padding: 3px;
  margin-top: 2px;
  font-size: 10px;
}

.left_box3 {
  border: 1px solid black;
  background-color: #d3e7f0;
  color: white;
  height: 100px;
  padding: 3px;
  margin-top: 2px;
  font-size: 10px;
}

.right {
  font-size: 12px;
  background-color: #FFF;
  border-width: 1px 3px 3px 0px;
  border-style: solid;
  border-color: #222222 black black #444444;
  padding: 10px;
  margin: 2px;
  vertical-align: top;
}

.break {
  clear: both;
  height: 10px;
}

div.li {
  float: left;
  height: 24px;
  width: 10px;
}                                                                          

.movietable {
  background-color: #e0e0e0;
  border-width: 2px 1px 1px 2px;
  border-style: solid;
  border-color: black;
  margin: 5px;
}

input, textarea {
  color:black;
  background-color: #e0eFe0;
  border-width: 2px 1px 1px 2px;
  border-color:black;
  border-style: solid;
}

.submit {
  border-width: 1px 2px 2px 1px;
  background-color: #2F4F4F;
  color: white;
}

.button1 {
  border-width: 1px 2px 2px 1px;
  border-style: solid;
  border-color: black;
  background-color: #F5DEB3;
  color: white;
}

.button2 {
  border: 1px solid black;
  background-color: red;
  color: white;
}

table {
  font-size: 12px;
} 

table.exifdata {
  font-size: 9px;
}

table.chapters {
  border: 1px solid black;
  background-color: skyblue;
}

td.chapter1 {
  background-color: #cccccc;
  padding: 0px;
}

td.chapter2 {
  background-color: #bbbbbb;
  padding: 0px;
}

td.text {
  font-size:12px;
}

div.thumbnail {
  margin: 19px;
  text-align: center;
  background-color: white;
}

.centeredImage {
  text-align:center;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
}

.image_text {
  background-color: #87CEEB;
}

.images_right_nav_bar {
  background-color: skyblue;
  height: 660px;
  width: 142px;
  float: right;
}

.thumb_right {
  height: 105px;
  text-align: center;
}

.arrow_left {
  float: left;
  height: 29px;
  width: 44px;
}

.arrow_up {
  float: left;
  height: 29px;
  width: 44px;
  text-align: center;
}

.arrow_right {
  float: left;
  height: 29px;
  width: 44px;
  text-align: right;
}

.exif_info {
  margin: 3px;
  padding: 2px;
  background-color: #666666;
  color: white;
  border: 1px solid black;
}

.image_comment {
  padding: 2px;
  margin: 3px;
  border: 1px solid black;
  background-color: white;
}

.small {
  margin-top: 10px;
}

.top {
  vertical-align: top;
  height: 50%;
}

.cell_position1 {
  display: table;
  height: 50%;
  position: relative;
  overflow: hidden;
}

.cell_position2 {
  position: absolute;
  top: 50%;
  display: table-cell;
  vertical-align: bottom;
}

.cell_position3 {
  position: relative;
  top: -50%
}


.image_day {
  float: left;
  border: 1px solid black;
  background-color: skyblue;
  width: 800px;
}

.image_chapter_title {
  background-color: white;
  border: 1px solid green;
  padding: 5px 5px 2px 5px;
  margin-top: 5px;
  font-weight: bold;
  font-size: 20px;
}


a:link { text-decoration:none; font-weight: bold; color: #2F4F4F; }
a:visited { text-decoration:none; color: #2F4F4F; }
a:hover { text-decoration:underline; color: #2F4F4F; }
a:active { text-decoration:none; color: #2F4F4F; }

a.linktopmenu:link, a.linktopmenu:visited, a.linktopmenu:hover, a.linktopmenu:active {
  color: white;
  font-weight: bold;
}

a:link img, a:visited img, a:hover img , a:active img { border-width: 0px; padding: 0px; }
-->
