* {
  margin: 0;
  padding: 0;
}

html,
body,
div {
	height: 100%;
}
body {
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	color: #FFFFFF;
	background-color: #74685A;
}
.body-pic {
	background-color: #74685A; 
}
.body-thumb {
	background-color: #584939;
}
.border-top-bottom {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
}
.border-selected-thumb {
	border : 2px ridge;
}
.border-not-selected-thumb {
	border : none;
}
a {
	border-color: black;
	color: #FFFF00;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.vertical-thumbs-frame {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 122px;
	border: 0;
  	overflow: auto;
	-webkit-overflow-scrolling: touch;  				
}
.horizontal-thumbs-frame {
	position: absolute;
	bottom: 0;
	left: 0;	
	height: 122px;
	width: 100%;
	border: 0;	
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}
.picture-frame {
	height: 100%;
	width: 100%;
	margin-top: -2px;
	margin-bottom: -2px;
	border: 0;		
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}
.table-main {
	margin: 0;
	border-collapse: collapse;
    width: 100%;
}
.font-main {
    font-family: Arial;
    font-size: x-small;
}
.font-legend {
    font-family: Verdana;
    font-size: small;
}
.small-font {
	font-size: x-small;
}
.normal-font {
    font-size: small;
}
.medium-font {
	font-size: medium; 
}
.td-gap {
	text-align:right; 
	width:1%	
}

