body {
	background-color: #369;
	color: #000;
	font: normal 100% arial;
	font-family: arial;
}
a {
	text-decoration: none;
}
a:hover {
	color: #F90;
}
a:active {
	color: #F00;
}
article {
	background-color: #FFF;
	color: #000;
	margin: 55px 0px 30px 0px;
	padding: 5px 0px 20px 0px;
	width: 100%;
	z-index: 2;
}
button {
	cursor: pointer;
}
form {
	margin: 0px;
}
h1 {
	font: bold 140% arial;
	margin: 0;
}
h1,h2,h3 {
	
	margin: 0;
}
header {
	background-color: #369;
	color:#FFF;
	font: normal 120% arial;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 10;
}
figure {
	display:inline-block;
	margin: 0px;
}
figure img {
	height: 150px;
	width:  110px;
}
figcaption {
	font: normal 80% arial;
	text-align: center;
}
img {
	margin-right: 5px;
}
header {
	background-color: #369;
}
header table {
	width: 100%;
}
header table tr th h1 {
	color: #FFF;
	font: normal 240% arial;
}

header form table tr td a img {
	height: 40px;
}
table {
	border-collapse: collapse;
}
section {
	width: 100%;
}
section table {
	font: normal 100% arial;
	display: block;
	overflow-y: auto;
	width:100%;
	display: inline-block;
	white-space: nowrap;
}
table caption {
	background-color: #369;
	color: #FFF;
	font: normal 140% arial;
}
section table thead {
	background-color: #369;
	color: #FFF;
	position: sticky;
	top: 60;
	z-index: 3;
}
section table tbody th {
	position: sticky;
	left: 0;
	background: white;
	z-index: 2;
}
section table thead th:first-child {
	position: sticky;
	left: 0;
	z-index: 1;
}
section table thead a {
	background-color: #369;
	color: #FFF;
	text-decoration: none;
}
section table thead tr td a img {
	height: 30px;
	width:  30px;
}
section table tbody tr td {
	text-align: left;
}
section table tbody tr th img {
	height: 220px;
	width:  170px;
}
section table tbody tr:nth-child(odd) {
	background-color: white;
}
section table tbody tr:nth-child(even) {
	background-color: lightblue;
}
section table tbody tr:hover {
	background-color: #FF0;
	border: 0px solid #369;
	cursor: pointer;
}

section table tbody tr:active {
	background-color: #F00;
	border: 0px solid #369;
	cursor: pointer;
}
section table tbody tr th {
	background-color: #369;
	color: #FFF;
}
section table tbody tr th a {
	background-color: #369;
	color: #FFF;
}
section table tbody tr td input {
	width: 99%;
}
section table tfoot tr th {
	background-color: #369;
	color: #FFF;
}
footer {
	background-color: #369;
	color:#FFF;
	font: normal 90% arial;
	bottom: 0;
	left: 0;
	padding: 5px 0px 0px 0px;
	position: fixed;
	height: 30px;
	width: 100%;
	z-index: 10;
}
footer a {
	color: #FFF;
	font: normal 80% arial;
	text-decoration: none;
}
footer button {
	width: 30px;
}
footer select {
	width: 55px;
}
#download {
	background-color: #00F;
	color: #FFF;
	font: normal 120% arial;
	height: 50px;
	width: 200px;
}
#update {
	background-color: #00F;
	color: #FFF;
	font: normal 120% arial;
	height: 50px;
	width: 360px;
}
#cancel {
	background-color: #F90;
	color: #FFF;
	font: normal 100% arial;
	height: 50px;
	width: 115px;
}
#delete {
	background-color: #C00;
	color: #FFF;
	font: normal 100% arial;
	height: 50px;
	width: 115px;
}
#insert {
	background-color: #090;
	color: #FFF;
	font: normal 100% arial;
	height: 50px;
	width: 115px;
}
#types {
	background-color: #3DF;
	color: #000;
	font: normal 100% arial;
	height: 25px;
	width: 140px;
}
#locations {
	background-color: #3BF;
	color: #000;
	font: normal 100% arial;
	height: 25px;
	width: 140px;
}
#query {
	background-color: #3CF;
	color: #000;
	font: normal 100% arial;
	height: 22px;
	width: 155px;
}
#genres {
	background-color: #3AF;
	color: #000;
	font: normal 100% arial;
	height: 25px;
	width: 135px;
}
#search {
	background-color: #FB0;
	color: #000;
	font: normal 100% arial;
	height: 25px;
	width: 35px;
}
