#wrapper {
    position: absolute;
    width: 80%;
    margin: 0 10% auto;
    height: 100%;
    top: 0;
}

#header {
    position: relative;
    float: left;
    height: 9em;
    width: 100%;
    background-image: url(images/maximator-jet-header.jpg);
    margin-bottom: 0.5em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#content{
  margin: 0 auto;
}
#footer{
  padding-top: 1em;
  padding-bottom: 2em;
  padding-left: 1em;
  margin-bottom: 30px;
  font-size: 1em;
  font-family:Verdana, Geneva, sans-serif;
  background-image: url(images/maximator-jet-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}

ul.navigation {
    width: 80%;
    list-style-type: none;
    margin: auto;
    margin-top: 110px;
    margin-bottom: 1em;
    padding-left: auto;
    overflow: hidden;
    z-index: 2;
    padding-top: -20px;
    float: left;
}

li.navigation {
    float: left;
    margin-right: 1px;
    font-size: 1em;
    font-family:Verdana, Geneva, sans-serif;
}

a.navigation:link, a.navigation:visited {
    font-family: inherit;
    display: block;
    width: 120px;
    color: #FFFFFF;
    background-color: #8e9ba0;
    text-align: center;
    padding: 4px;
    text-decoration: none;
}

a.navigation:hover, a.navigation:active{
    background-color: #3d3d3d;
}

ul.navigation li.navigation:hover ul.subnavigation{
    display: block;
    position: absolute;
    list-style-type: none;
    z-index: 500;
}

div.logo{
  display: none;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-top: 1em;
  margin-left: auto;
  height: 8em;
  width: 8em;
  background-image: url("https://pixabay.com/static/img/logo_square.png");
  background-size: 100%;
  z-index: 3;
}
@charset "utf-8";
/* CSS Document */

a:link {
    text-decoration: none;
    color: #696969;
}

a:visited {
    text-decoration: none;
    color: #696969;
}

a:hover {
    text-decoration: underline;
}

table{
    width: 100%;
    border:solid #e1e1e1 1px;
    font-size: 0.8em;
    font-family:Verdana, Geneva, sans-serif;
    border-collapse:collapse;
}
td{
    padding: 5px;
    border:solid #696969 1px;
}
td.date{
    width: 100px;
}

tr.even{
    background-color: #bfbfbf !important;
}

tr.odd{
    background-color: #cccccc !important;
}

tr.odd:hover {
	background-color: #ffffff !important;
}

tr.even:hover {
	background-color: #ffffff !important;
}

td.edit
{
    width: 2.5em;
}

#input
{
	width:100%;
	height:40px;
	border:0; outline:0;
	font-family:Verdana, Geneva, sans-serif;
	padding-left: 0em;
}
#button
{
	width:200px;
	height:40px;
	border:0; outline:0;
	font-family:Verdana, Geneva, sans-serif;
	padding-left: 0em;
}

table.tablesorter .header {
	background-image: url(./__jquery.tablesorter/themes/green/bg.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}
table.tablesorter .headerSortUp {
	background-image: url(./__jquery.tablesorter/themes/green/asc.png);
	background-repeat: no-repeat;
}
table.tablesorter .headerSortDown {
	background-image: url(./__jquery.tablesorter/themes/green/desc.png);
	background-repeat: no-repeat;
}
div.tablesorterPager {
	padding: 10px 0 10px 0;
	background-color: #D6D2C2;
	text-align: center;
}
div.tablesorterPager span {
	padding: 0 5px 0 5px;
}
div.tablesorterPager input.prev {
	width: auto;
	margin-right: 10px;
}
div.tablesorterPager input.next {
	width: auto;
	margin-left: 10px;
}
div.tablesorterPager input {
	font-size: 8px;
	width: 50px;
	border: 1px solid #330000;
	text-align: center;
}

#myTable_wrapper {
	padding-top: 15px;
}

#myTable {
	margin-top: 40px;
}



  