html, body {
  font-family: Calibri, Verdana, sans-serif;
  font-size: 11pt;
  margin: 0;
  padding: 0;
  background-color: #aaa;
}
.header{
	padding: 1ex;
	border-bottom: 1px solid #666;
}
.header h1{
	padding-left: 1ex;
}
.subheader {
	padding-left: 1ex;
}
.footer {
	clear: both;
	padding: 1ex;
	border-top: 1px solid #666;
}
.footer a, .header a {
	color: #666;
	text-decoration: none;
}
#credits {
	clear: both;
	text-align: right;
	padding: 1ex;
	border-top: 1px solid #666;
	color: #666;
}
#credits a {
	color: #666;
	text-decoration: none;
}
.album-thumb, .foto-thumb {
	border: 2px solid #222222;
	background-color: #222222;
	text-align: center;
	color: silver;
	border-radius: 10px;
	min-width: 160px;
	overflow: hidden;
	margin: 1ex;
	padding: 1ex;
	line-height: 100%;
	float: left;
}
.album-thumb h2, .foto-thumb h2 {
	font-size: 100%;
}
.album-thumb img, .foto-thumb img {
	border: 0px;
	border-radius: 8px;
	overflow: hidden;
}
img.it{
}
.foto-thumb .infbutton img {
	border-radius: 0;
}
.album-thumb a, .foto-thumb a {
	text-decoration: none;
	border: 0px;
}
.album-thumb .desc, .foto-thumb .desc {
	font-size: 80%;
	margin-top: 1ex;
}
.foto .desc {
	float: right;
	width: 300px;
	background-color: silver;
	padding: 1ex;
	overflow: hidden;
}
.foto .desc h1 {
	font-size: 110%;
}
.foto .desc h2 {
	font-size: 105%;
}
.foto .desc ul {
	padding: 0;
	margin: 0;
}
.foto .desc ul li {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.foto img {
	float: left;
}
.infbutton {
	width: 16px;
	vertical-align: middle;
	display: inline;
	margin: 2px; 
}
.infbutton a {
	text-decoration: none;
	border: 0;
}
.infbutton img {
	vertical-align: middle;
}
.clall{
	clear: both;
}
.lock {
	position: absolute;
}
/* ================================================================ */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 26px;
	border-bottom: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px; 
	line-height: 25px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 1ex;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_content {

}
.tab_inner_content {
	clear: both;
	padding: 1ex;
	color: #000;
	line-height: 140%;
}
.tab_inner_content a {
	color: #009;
}
.credits_content {
	padding: 1em;         
}
.credits_content li{
	margin-left: 1em;     
}
ol li{
	list-style: inside;
	list-style-type: decimal;
}
.gps-container {
	height: 500px; 
	overflow: auto;
}
.msgbox {
	border: 2px solid black;
	background: #aaa;
	border-radius: 10px;      
	padding: 1ex;
	margin: 2ex auto;
	min-width: 200px;
	width: 50%; 
}
.center {
	text-align: center;         
}
.msgbox input {
	padding: 0.5ex;     
	width: 150px;   
}
label {  
}
#tab-exif .tab_inner_content div {
	border-bottom: 1px dashed #000;
}
#tab-exif .tab_inner_content strong{
	float: right;
}