/* Normal, standard links. */
a:link, a:visited
{
  color: #004477;
  background-color: transparent;
  text-decoration: none;
}

a:hover
{
  color: #cc0000;
  background-color: transparent;
  text-decoration: none;
}

a.menu
{
  text-decoration : none;
  color : rgb(255, 255, 255);
  white-space : nowrap;
}

a.menusel
{
  text-decoration : none;
  color : rgb(153, 0, 0);
  white-space : nowrap;
}

a.bright
{
  text-decoration : none;
  color : rgb(255, 255, 187);
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}
a.nav:hover
{
  font-weight: bold;
  color: #cc0000;
  background-color: transparent;
  text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
  empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body
{
  margin : 0px;
  padding : 0px;
  background : rgb(238, 238, 221) url("http://www.history-book.net/img/desertships.gif") bottom right no-repeat;
}

body, td
{
  color: #000000;
  font-size: small;
  font-family: "Trebuchet MS", Arial, Helvetica;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
  font-size: 9pt;
  color: #000000;
  font-family: "Trebuchet MS", Arial, Helvetica;
}

textarea
{
  border : 1px solid rgb(153,153,187);
}

/* Checkboxes shouldn't have a background color. */
input.check
{
  background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
  font-family: "Trebuchet MS", Arial, Helvetica;
}

/* Standard horizontal rule.. */
hr
{
  color: #6394bd;
  background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
  height: 1px;
  border: 0;
  color: #6394bd;
  background-color: #6394bd;
}

/* A quote, perhaps from another post. */
.quote
{
  color: #000000;
  background-color: #dee7ef;
  border: 1px solid black;
  margin: 1px;
  padding: 1px;
  font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
  color: #000000;
  background-color: #cccccc;
  border: 1px solid black;
  margin: 1px;
  padding: 1px;
  font-size: x-small;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
  color: #000000;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: x-small;
}

/* Generally, those [?] icons. */
.help
{
  cursor: help;
  background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
  color: red;
  background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
  width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
  background-color: yellow;
  font-weight: bold;
  color: black;
}

/* Alternating backgrounds... */
.windowbg
{
  color: #000000;
  background-color: rgb(255,255,255);
}
.windowbg2
{
  color: #000000;
  background-color: rgb(247,247,238);
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  background-color: rgb(136, 170, 102);
}
.titlebg a:hover
{
  color: #ffffff;
  text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg
{
  font-weight: bold;
  background-color: rgb(238, 226, 187);
/*  background-image: url(images/catbg.gif); */
  color: #000000;
}

/* The borders around things. */
.bordercolor
{
  background-color: rgb(159, 159, 190);
}
.tborder
{
  border: 1px solid #6394bd;
}

/* Default font sizes. */
.smalltext
{
  font-size: x-small;
}
.normaltext
{
  font-size: small;
}
.largetext
{
  font-size: large;
}

table.topbanner
{
  border-collapse : collapse;
}

td.topbanner
{
  background-color : rgb(0, 0, 153);
  border : none;
  font-size : 9pt;
  color : rgb(238,238,221);
  background-image : url("http://www.history-book.net/img/banner1_hb.gif");
  background-position : top left;
  background-repeat : no-repeat;
  text-align : right;
  height : 58px;
}

table.client
{
  background-image : url("http://www.history-book.net/img/leftbgr.gif");
  background-position : top left;
  background-repeat : repeat-y;
}

td.left
{
  width : 120px;
  height : 400px;
  background-image : url("http://www.history-book.net/img/menutop.gif");
  background-position : top left;
  background-repeat : no-repeat;
  padding-bottom : 24px;
}

td.leftbottom
{
  width : 120px;
  height : 80px;
  background-image : url("http://www.history-book.net/img/leftbottom.gif");
  background-position : top left;
  background-repeat : no-repeat;
  font-size : 8pt;
  text-align : center;
  vertical-align : top;
}

td.rightbottom
{
  height : 80px;
  font-size : 8pt;
  text-align : center;
  vertical-align : middle;
}

td.client
{
  background-image : url("http://www.history-book.net/img/topleftcorner.gif");
  background-position : top left;
  background-repeat : no-repeat;
  padding : 24px;
}

td.menuempty
{
  border : none;
  font-family : "Trebuchet MS", Arial, Helvetica;
  font-size : 8pt;
  font-weight : bold;
  color : rgb(238,238,221);
  background-color : rgb(0, 0, 153);
  background-image : url("http://www.history-book.net/img/banner2.gif");
  background-position : top left;
  background-repeat : no-repeat;
  height : 22px;
}

td.menu
{
  background : rgb(85, 119, 204) url("http://www.history-book.net/img/menuback.gif") top right no-repeat;
  /* border : 1px solid black; */
  border : none;
  font-size : 8.5pt;
  font-weight : bold;
  vertical-align : middle;
  padding-top : 0px;
  padding-bottom : 0px;
  padding-left : 8px;
  padding-right : 8px;
}

td.menusel
{
  border : 1px solid black;
  border : none;
  font-size : 8.5pt;
  font-weight : bold;
  vertical-align : middle;
  padding-top : 0px;
  padding-bottom : 0px;
  padding-left : 8px;
  padding-right : 8px;
}

