/* CSS styles for BLFS Currency pages */
h1, h2 {
   text-align      : center;
}

table {
   border-width    : 1px;
   border-spacing  : 0px;
   border-style    : outset;
   border-color    : gray;
   border-collapse : separate;
   background-color: white;
   margin          : 0px auto;
}

table th {
   border-width    : 1px;
   padding         : 2px;
   border-style    : inset;
   border-color    : gray;
   background-color: white;
}

table td {
   border-width    : 1px;
   padding         : 2px;
   border-style    : inset;
   border-color    : gray;
   background-color: white;
}

.center {
   text-align      : center;
}

#top {
  top              : 0px;
  position         : fixed;
  x-index          : 10;
  height:          : 120px;
  width            : 100%;
  text-align       : centered;
  /* border           : 2px solid red; */
  background-color : white;
}

#table {
  margin-top       : 120px;
}

#leftmenu ul {
  /*text-align       : right; */
  font-weight      : bold;
  font-size        : small;
  /*background       : #eee;*/
  list-style-type  : none;
  /*position         : absolute;*/
  position         : fixed;
  left             : 0px;
  top              : 120px;
  border-top       : solid 1px #ccc;
  border-right     : solid 1px #ccc;
  padding          : 0px;
  margin           : 0px;
}

#leftmenu li {
  margin           : 0px;
  border-bottom    : solid 1px #ddd;
}

#leftmenu a {
  text-decoration  : none;
  border           : none;
  display          : block;
  margin           : 0;
  padding          : 5px 10px;
  color            : #777;
}

#leftmenulist a:hover {
  background       : #ddd;
  color            : black;
}
