/*
    main.css
    
    Main style sheet used by The Ultimate Computer Acronyms Archive
    http://acronyms.ch

    Notes on dimensions.
    The height and width attributes refer to the *content area*.
    This means that the total space used by the box is
    'dimension' + padding + border + margin
*/

body {
  margin: 0;
  padding: 5px;
}

p,td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

tt {
  font-family: Lucida console, Courier new, Courier;
  font-size: 11px;
}

p,ul,ol {
  margin-bottom: 0;
  margin-top: 5px;
}

ul {
  margin-left: 0px;
  padding-left: 20px;
}

.first {
  margin-bottom: 0;
  margin-top: 0;
}

table.main {
  width: 790px;
}

table.logo {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #000078;
}

img.logo {
  display: block;
  width: 788px;
  border-style: solid;
  border-width: 1px;
  border-color: #000078;
}

table.buttons {
  width: 790px;
  height: 20px;
  background-color: #000078;
  margin-top: 5px;
}

table.info {
  width: 790px;
  background-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

table.area {
  border-style: solid;
  border-width: 1px;
  border-color: #000078;
  width: 100%;
  margin-bottom: 5px;
}

td.button {
  width: 156px;
  height: 18px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

td.info {
  color: black;
  height: 18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
}

td.title {
  height: 18px;
  padding-left: 2px;
  color: white;
  background-color: #000078;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: white;
}

td.pages {
  height: 18px;
  text-align: center;
  background-color: #cccccc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: white;
}

td.content {
  padding: 5px;
  color: black;
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  vertical-align: top;
}

div.menuPane {
  padding-left: 4px;
  color: black;
  background-color: white;
  vertical-align: top;
  height: 384px;
  overflow: auto;
}

div.pagerPane {
  padding-left: 4px;
  vertical-align: top;
  height: 366px;
  overflow: auto;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}

img.menu {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}

a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: blue;
  text-decoration: none;
}

a.buttonBar {
  color: #cccccc;
  text-decoration: none;
}

a:hover {
  color: red;
}

a.selected {
  color: white;
  background-color: #000078;
}

form {
  margin: 0;
}

.control {
  height: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 2px;
}

p.submit {
  text-align: center; 
  border-top-style: solid;  
  border-top-color: black;  
  border-top-width: 1px; 
  padding-top: 5px;
}

td.browserCell {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: black;
  width: 235px;
}

td.separatorCell {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: black;
  text-align: center;
  width: 80px;
}

p.blockquote {
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
}
