/* Gthumb "Wiki" style */
/*
  body {
    background-color:#ffe4e1;	
	margin:1%;
	padding:0px;
	font: 10px arial,sans-serif;
    color: #800080;
  }
*/
  td.photo {
    border: 1px solid #C4C;
  }

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

  div.copyright {
  	margin:2em;
    font-size: 10pt;
  }

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

  img.preview {
    border: 10px solid #800040;
  }

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

  .property_value file_name {
    font-family: monospace;
  }

  .property {
    font-weight: bold;
  }

  .comment, .property_value {
    font-size: 9pt;
  }
  
  .comment {
    font-style: italic;
  }

  div.title {
    color: #804;
    border-bottom:1px solid #804;
    margin-top:10px;
  }

  span.page_index {
    color: #000;
  }

  /* links 

  a:link { 
    color: #800080;
    font-weight:bold;
    text-decoration: none;
  
  }

  a:visited { 
    color: #808;
    font-weight:bold;
    text-decoration: none;
   
  }

  a:hover {
    color: #c4c;
    font-weight:bold;
    text-decoration:none;
  }
*/
  span.nolink {
    color: #AAA;
    padding:3px 5px 3px 5px;
	font:normal bold 12px sans-serif;
	font-variant:small-caps;
  }

  span.link {
    padding: 10px;
    color:#FFe4e1;
    font:10px;
  }
  span.link:hover {
  	color:#FF00FF;
  }
