/**
 * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
 *
 * You may not modify, use, reproduce, or distribute this software except in
 * compliance with  the terms of the License at:
 * http://java.net/projects/javaeetutorial/pages/BerkeleyLicense
 */
#top {
    position: relative;
    background-color: #036fab;
    color: white;
    padding: 5px;
    margin: 0px 0px 10px 0px;

}
#game {
    text-align: center;
    float: left;
    width: 100%;
}
#header {
    background-color: #ffffff;
}
#footer {
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Helvetica CE", sans-serif;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
}
.score {
    font-family: Segoe UI, "Segoe UI";
    font-size: 22px;
}
.headimg {
    float: left;
    left: 0px;
    width: 50%;
    height: auto;
}
body {
    background-color: #ffffff;
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Helvetica CE", sans-serif;
    color: #000000;
    overflow-x: hidden;
}

h1 {
    font-family: Arial, "Arial CE", "Helvetica CE", sans-serif;
    font-size:  28px;
    font-weight: bold;
    margin: auto;
    text-align: center;
    padding: 0px;
    color: #036fab;
    text-shadow: 2px 2px 4px #5A5A5A;
}

h2 {
    font-family: Arial, "Arial CE", "Helvetica CE", sans-serif;
    font-size:  16px;
    font-weight: bold;
    margin: auto;
    padding: 0px;
    color: #036fab;
    text-shadow: 2px 2px 4px #5A5A5A;
}

a:link, a:visited {
  color: #045491;
  font-weight : bold;
  text-decoration: none;
}

a:link:hover, a:visited:hover  {
  color: #045491;
  font-weight : bold;
  text-decoration : underline;
}

.center_content {
    position: relative;
    background-color: #e0e0e0;
    padding: 5px;
}

.error-message {
  color: #d20005;
  font-family: 'New Century Schoolbook', serif;
  font-style: oblique;
  text-decoration: overline;
}

.list-background {
  background-color: #ffffff;
  font-family: sans-serif;
  font-size: 12pt;
  padding: 10px;
  width: 100%;
}

.list-caption {
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.list-column-center {
  text-align: center;
  width: 15%;
}

.list-column-left {
  text-align: left;
  width: 70%;
}

.list-column-right {
  text-align: right;
  width: 15%;
}

.list-footer {
  background-color: #A5A5A5;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.list-header {
  background-color: #ffffff;
  color: #000000;
  text-align: center;
}

.list-row-even {
}

.list-row-odd {
  background-color: #eaf1f8;
}

.special-offer {
  font-family: sans-serif;
  font-size: 12pt;
  text-align: left;
  padding: 10px;
}

table {
    border-collapse: collapse;
    border: none;
    margin: auto;
    width: 240px;
}

td {
    padding: 0;
    margin: 5px;
}
img {
    margin: 5px;
}

ol {
    list-style-type: none;
    font-family: Segoe UI, "Segoe UI";
    font-size: 18px;
    color: #036fab;

}

input {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    border: 0;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}