body {
  background: url("../static/flag.png") no-repeat;
  background-position: 0px 0px;
  font-family: Arial, "Lucida Grande", Tahoma, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  word-wrap: break-word;
  max-width: 987px;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 14px;
  font-style: italic;
}

h6 {
  font-size: 13px;
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#menu-holder {
  height: 26px;
  margin-top: 25px;
  margin-bottom: 20px;
}

#menu {
  position: absolute;
  max-width: 987px;
  width: 100%;
}

#menu ul {
  line-height: 21px;
  height: 21px;
  color: #676767;
  background-color: #1b4177;
  list-style-type: none;
  list-style-image: none;
  margin: 0px 10px 0px 10px;
  padding: 0px;
  border: 0px;
}

#menu img {
  vertical-align: top;
  padding: 1px 5px 0px 5px;
}

#menu li.topmenu-img {
  background-color: #14659a;
}

#menu li.topmenu,
#menu li.topmenu-img {
  float: left;
  display: inline;
  border-right: thin solid white;
}

.topmenu a,
.submenu a {
  padding-left: 10px;
  border-collapse: collapse;
  color: white;
  margin: 0;
}

.topmenu a,
.topmenu-img a {
  float: left;
}

.topmenu a {
  text-align: center;
  margin-right: 10px;
}

.topmenu ul {
  display: none;
}

.submenu a {
  width: 8em;
  line-height: 15px;
  position: relative;
  background-color: #1b4177;
  text-align: left;
  border-top: thin solid white;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: -10px;
  clear: both; /* special IE6 */
}

#menu a:hover,
.topmenu.on a {
  color: white;
}

.topmenu:hover ul {
  display: block;
  z-index: 500;
}

a.additional-background {
  padding-right: 10px;
  background-image: url(../static/mpointer.png);
  background-repeat: no-repeat;
  background-position: right center;
}

table {
  border: thin solid #999;
  font-size: 11px;
  line-height: 125%;
}

#status-table {
  width: 60%;
  margin: auto;
  margin-bottom: 25px;
}

th {
  background-color: #485269;
  color: white;
  font-weight: bold;
  text-align: left;
  vertical-align: text-top;
}

td {
  text-align: left;
  vertical-align: top;
}

td.download {
  text-align: center;
  vertical-align: middle;
}

.download img {
  width: 16px;
  height: 16px;
}

.rowdark td {
  background-color: #e9edf5;
}

.remark {
  font-weight: bold;
}

#termsAndConditions {
  text-align: justify;
  margin: 8px;
}

#termsAndConditions ol > li {
  margin-top: 13px;
  margin-bottom: 13px;
}

#termsAndConditions ol,
#termsAndConditions ul {
  padding-left: 20px;
}

#termsAndConditions ul {
  margin-top: 13px;
}

#termsAndConditions h1 {
  text-align: center;
}

#termsAndConditions h2 {
  text-decoration: underline;
}

#termsAndConditionsEnumeration {
  margin-left: 2em;
}

#showIpAddress {
  margin-top: 30px;
  text-align: right;
}

#ipAddress {
  font-weight: bold;
}

#termsAndConditionsOuterBox {
  width: 50%;
  margin: auto;
  margin-bottom: 20px;
}

#downloadSubmit {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}

#termsAndConditionsInnerBox {
  border: thin solid #999;
}

#termsAndConditionsContent {
  padding: 0em 1em;
}

.titleBanner {
  font-weight: bold;
  border: medium solid white;
  background-color: #485269;
  color: white;
  padding: 0px 5px;
}

.download-section {
  margin: 0px 15px 25px 15px;
}

.download-section h1 {
  font-size: 11px;
  line-height: 11px;
  width: 100%;
  text-align: left;
  border-bottom: thin solid;
}

#bottom-elements {
  color: #666;
  background-color: #f3f4f4;
  border-top: 5px #666 solid;
  margin: 10px 0px 0px 0px;
  font-family: Verdana, sans-serif;
  line-height: 125%;
}

#bottom-elements div {
  float: left;
  position: relative;
}

div#footer-logo {
  float: right;
}

#bottom-elements a {
  color: #666;
  font-size: 12px;
}

#bottom-elements address {
  clear: both;
  position: relative;
  text-align: right;
  padding-bottom: 10px;
}

#bottom-elements address a {
  font-size: 11px;
  font-style: normal;
  margin-right: 10px;
}

#bottom-elements ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0px 20px 0px 20px;
  padding: 0px;
  border: 0px;
}

#bottom-elements h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 10px 20px 25px 20px;
}

.support-reference {
  font-family: monospace;
  font-weight: bold;
}
