body, table, p, input, button, select, textarea {
  font-family: Verdana;
  font-size: 12px;
}
p {
  line-height: 18px;
}
body {
  text-align: center;
}
input[type=text], input[type=password], input[type=submit], input[type=reset], select, textarea, button {
  border: 1px solid #999;
}
input[type=submit], input[type=reset], input[type=file], button {
  background-color: #d3ddfe;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=file]:hover, button:hover {
  background-color: #bfcdfd;
}
#full_page {
  width: 900px;
  margin: auto;
  margin-top: 0px;
  background-color: #e1e8fe;
  padding: 5px;
  text-align: left;
  box-shadow: 0 0 10px #666;
  position: relative;
  top: -10px;
}
h1 {
  font-weight: normal;
  font-size: 20px;
  text-align: left;
  font-variant: small-caps;
}
h2 {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  font-variant: small-caps;
}
img {
  border: 0px;
}
.crownCapEntry {
  border-top: 1px dotted #999;
}
#menu, #menu ul {
  list-style: none;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  cursor: default;
  width: 100%;
}
#menu li {
  width: 200px;
  padding: 5px;
  border-top: 1px dotted #999;
  position: relative;
}
#menu li ul {
  position: absolute;
  top: -2px;
  left: 100%;
  list-style: none;
  padding: 0px;
  background-color: #d3ddfe;
}
#menu li ul li ul#moreCountryList {
  display: none;
  border: 1px dotted #999;
  border-top: 1px solid #e1e8fe;
  top: -272px;
  overflow: auto;
  height: 297px;
  width: 230px;
}
#menu li:hover {
  background-color: #d3ddfe;
}
#menu li ul li:hover {
  background-color: #bfcdfd;
}
#countryList, #tradeMenu, #settingsMenu, #sortByMenu {
  display: none;
  border: 1px dotted #999;
  border-top: 1px solid #e1e8fe;
}
a:link, a:visited, a:active {
  color: #031b68;
  text-decoration: none;
}
a:hover {
  color: #031b68;
  /*background-color: #bfcdfd;*/
  text-decoration: underline;
}
ul#menu li a:hover {
  background-color: #d3ddfe;
}
ul#menu li ul li a:hover {
  background-color: #bfcdfd;
}
h1#title a:hover {
  background-color: #e1e8fe;
}
.successBox {
  border: 1px solid #0b0;
  background: #eee url(/img/accept.png) no-repeat 5px center;
  padding: 5px;
  padding-left: 30px;
}
.noSuccessBox {
  border: 1px solid #e00;
  background: #eee url(/img/delete.png) no-repeat 5px center;
  padding: 5px;
  padding-left: 30px;
}

@media print {
  td#column_left, div#changeLanguageBox {
    display: none;
  }
}