/* Gthumb "Wiki" style */

  body {
		background-image: url(../HG-curious.jpg);
		font-family: Georgia, Times New Roman, serif;
  }
  table {
    background-image: url(../HG-pap.jpg);
    padding: 10px
  }

  table.photo {
    border: 0px;
  }

  table.nav_button {
    border: 0px outset #bbb;
  }

  div.copyright {
    font-size: 9pt;
    color: #961a08;
  }

  img.photo_center {
    border: 1px solid #000000;
  }

  img.preview {
    border: 1px solid #000000;
  }

  img.nav_img {
    border: 1px solid #000000;
  }

  .comment, .property, .property_value {
    font-size: 10pt;
  }

  .property, .property_value {
    text-align: left;
    color: #961a08;
  }

  .property_value file_name {
    font-family: monospace;
  }

  .property {
    font-weight: bold;
    text-align: left;
  }
  
  .comment {
    font-style: italic;
  }

  div.title {
    color: #961a08;
  }

  span.page_index {
    color: #000000;
  }

  /* links */

  a:link { 
    color: #961a08;
    text-decoration: none;
  }

  a:visited { 
    color: #4C0A00;
    text-decoration: none;
  }

  a:hover {
    color: #D4250B;
    text-decoration: underline;
  }

  div.no_thumb {
    border: 1px solid #961a08;
    width: 89px;
    height: 89px;
    margin: 0px;
    padding: 0px;
  }

  span.nolink {
    color: #AAA;
  }

  span.link_prev {
    padding-right: 10px;
    border: 0px;
  }

  span.link_next {
    padding-left: 10px;
    border: 0px;
  }
  div.nav_bar a:link {
  	 color: #000000;
  }
  div.nav_bar a:visited{
    color: #4C0A00;
  }
  div.nav_bar a:hover{
	 	color: #961a08;  
  }

