table thead tr th {
    background: -webkit-linear-gradient(#E7C478, #C89849);
    background: -moz-linear-gradient(#E7C478, #C89849);
    background: linear-gradient(#E7C478, #C89849);
    background-color: #EAC680;
	position: sticky;
	z-index: 100;
	top: 0;
}

table, th, td, #gallery-view-item {
	border: 1px solid #96783D;
	border-collapse: collapse;
}

tr:nth-child(even), #gallery-view-item {
	background: -webkit-linear-gradient(#EEE2CB, #E5D4B1);
	background: -moz-linear-gradient(#EEE2CB, #E5D4B1);
	background: linear-gradient(#EEE2CB, #E5D4B1);
	background-color: #EEE2CB;
}

tr:nth-child(odd) {
	background: -webkit-linear-gradient(#EEE2CB, #F6F0E4);
	background: -moz-linear-gradient(#EEE2CB, #F6F0E4);
	background: linear-gradient(#EEE2CB, #F6F0E4);
	background-color: #EEE2CB;
}

tr:hover, #gallery-view-item:hover{
	background: -webkit-linear-gradient(#EDCD8C, #CEB173);
	background: -moz-linear-gradient(#EDCD8C, #CEB173);
	background: linear-gradient(#EDCD8C, #CEB173);
	background-color: #EDCD8C;
}

th {
	font-size: 12px;
}

tr {
	height: 35px;
	font-size: 13px;
}

td {
	padding: 3px;
}

center a img:hover {
	border: solid 4px #edc000;
}

body {
	color: #2B1310;
	font-size: 13px;
	background: #F1E7D4;
	font-family: -apple-system, BlinkMacSystemFont, "Lucida Grande", "Segoe UI", "MS Sans Serif" , sans-serif;
}

a {
	color: #b30000;
}

a:hover {
	color: #ffffff;
}

#header {
	color: #FFFFFF;
	font-size: 32px;
	height: 70px;
	background: -webkit-linear-gradient(#4F3715, #3A280E);
	background: -moz-linear-gradient(#4F3715, #3A280E);
	background: linear-gradient(#4F3715, #3A280E);
	background-color: #53360C;
	overflow: hidden;
}

#bar {
	background: -webkit-linear-gradient(#4A3819, #382913 50%, #32230D 51%, #211707);
	background: -moz-linear-gradient(#4A3819, #382913 50%, #32230D 51%, #211707);
	background: linear-gradient(#4A3819, #382913 50%, #32230D 51%, #211707);
	background-color: #382913;
	overflow: hidden;
}

#header-left {
	float: left;
	padding: 16px;
	overflow: hidden;
}

#header-right {
	float: right;
	padding: 5px;
	padding-right: 16px;
	overflow: hidden;
}

#bar-left {
	float: left;
	padding: 9px 16px;
	color: #BBBBBB;
	border-left: solid 1px #3A280E;
	border-right: solid 1px #4F3715;
}

#bar-right {
	float: right;
	padding: 9px 16px;
	color: #BBBBBB;
	border-left: solid 1px #3A280E;
	border-right: solid 1px #4F3715;
}

#bar-left:hover {
	color: #E7C478;
}

#bar-right a {
	color: #FFFFFF;
}

#bar-left a {
	color: #FFFFFF;
}

#bar-right:hover a {
	color: #E7C478;
}

#bar-left:hover a {
	color: #E7C478;
}

#getinfo-pic {
	padding: 4px;
	max-height: 285px;
    max-width: 380px;
    height: auto !important;
    width: auto !important;
    width: 380px;
    height: 285px;
}

#getinfo-pic:hover {
	padding: 0px;
	border: solid 4px #edc000;
}

#banner {
	width: 50% !important;
	height: auto !important;
	width: 320px;
	height: 60px;
}

#gallery-view-item {
	width: 300px;
	height: 230px;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
    display: inline-block;
}

#gallery-view-pic {
	vertical-align: middle;
	max-height: 213px;
    max-width: 285px;
    height: auto !important;
    width: auto !important;
    width: 285px;
    height: 213px;
}