
body {
  background-image: url("./../../..//_res//dark_embroidery2.png");
  /*background-color: #101010;*/
  color: #aaaaaa;
  font-family: "Verdana", sans-serif;
  font-size: 0.875em;
}
/*li div{
  border-style: dashed;
  border-width: 1px;
}*/
div.image {
  text-align: center;
}

div.caption {
  color: #996633;
  font-family: "Verdana", sans-serif;
  font-size: 0.7em;
}

/* unvisited link */
a:link {
    color: #996633;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #996633;
    text-decoration: none;
    text-decoration: none;
}
/* unvisited link */
a.last:link {
    color: #555555;
    text-decoration: none;
}

/* visited link */
a.last:visited {
    color: #555555;
    text-decoration: none;
}


/* mouse over link */
a:hover {
    color: red;
}

/* selected link */
a:active {
    color: red;
}
button {
    background-color: #666666;
    border: none;
    color: white;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}

a.button:link, a.button:visited {
    background-color: #333333;
    color: #777777;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}

a.button:hover, a.button:active {
    color: #aaaaaa;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.boxed {
  border: 2px solid #aaaaaa ;
} 


#popExif{
    display: none;
    background-color: #555555;
    opacity:0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    font-family: "Verdana", sans-serif;
    font-size: 0.875em;
    color: #aaaaaa;
    text-align: left;
    padding: 10px;
    position: absolute;
    word-break: break-all;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    width: 240px;
    z-index: 2;
}
