/*-----------------
 general stuff
-----------------*/

body {
  background: #fff;
  color: #000;
  font: 12px Arial, Verdana, Tahoma, sans-serif;
  padding: 0px;
  margin: 0px;
}

form {
  margin: 0px;
  border: none;
  padding: 0px;
}

img { border: none; }

table, td, span, div, p {
  margin: 0px;
  color: inherit;
  background-color: transparent;
  font: 12px Arial, Verdana, Tahoma, sans-serif;
  white-space: normal;
}
th { text-align: left; }

/*-----------------
 links
-----------------*/

a {
  color: #000;
  background: transparent;
}
a {
  color: inherit;
  background: transparent;
  font: inherit;
  text-decoration: underline;
}
a:hover { text-decoration: none; }
  
/*-----------------
 setter elements
-----------------*/

/* div,p { border: 1px #000 dotted; } */

#TitleCell {
  height: 30px;
  padding: 5px;
  font-size: 24px;
  color: #000;
  background: #eee;
  border-bottom: 5px #05a solid;
}
#MasterTable {
  margin-top: 10px;
}
#MenuBar {
  position: absolute;
  display: block;
  left: 10px;
  width: 120px;
  padding: 0px;
}
#MainBit {
  position: absolute;
  display: block;
  left: 140px;
  right: 10px;
  padding: 0px;
}
#EndCell {
  float: right;
  position: absolute;
  position: float;
  right: 10px;
  top: 10px;
  width: auto;
  height: 14px;
  font-size: 10px;
  padding: 2px;
  color: #000;
  background: #eee;
  border: 1px #000 outset;
}

/*-----------------
 general settings
-----------------*/

.maintable, .xtset {
  padding: 0;
  margin: 0 0 10px 0;
}

.tablehead, .xthed {
  padding: 2px;
  color: #000;
  background: #ccc;
  font-weight: bold;
  border-top: 5px #05a solid;
  border-bottom: 1px #000 solid;
}

.tablecontents, .xtcon {
  padding: 5px;
  color: inherit;
  background-color: #eee;
}
.xtcon p { margin-top: 10px }
.tablecontents > * + *, .xtcon > * + *, p + p { margin-top: 10px }

/*-----------------
 main part
-----------------*/

/*-----------------
 menu bar
-----------------*/

a.menu {
  display: block;
  margin: 0px -5px 0px -5px;
  padding: 0px 0px 0px 10px;
  background: #eee;
  color: #000;
  text-decoration: none;
}
a:hover.menu {
  background: #000 url('images/imgs/menus.gif') no-repeat;
  color: #eee;
}

/*-----------------
  Spans
-----------------*/

.large { font-size: larger; }
.small { font-size: smaller; }
.warning {
  color: #f00;
  background: transparent;
}
.quote {
  display: block;
}
.quoter {
  display: block;
  margin: 0px 0px 10px 10px;
}
.quotematch, .qmatch {
  color: inherit;
  background-color: #ccf;
}

/*-----------------
  Formatting
-----------------*/

.head1 { font-size: 250%; text-align: center; }
.head2 { font-size: 200%; text-align: center; }
.head3 { font-size: 150%; text-align: center; }
img.image {
  border: 1px #000 solid;
}
img.icon {
  width:16px;
  height:16px;
  margin:2px;
  border:none;
}
img.grid {
  width: 16px;
  height:16px;
  margin:0;
  border:none;
}
.clr { display: none; }
.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }
.aj { text-align: justify; }
.fl { float: left; }
.fr { float: right; }
.fc { float: center; }
.vt { vertical-align: top; }
.vm { vertical-align: middle; }
.vb { vertical-align: bottom; }

/*-----------------
 the bar
-----------------*/

span.baron, span.barset {
  display: block;
  color: inherit;
  height: 8px;
  border: 1px #000 solid;
  margin: -1px;
}
span.baron { background-color: #fd0; }
span.barset { background-color: #fff; }

/*-----------------
 directory display
-----------------*/

a.dir, div.dir, .dir {
  display: block;
  width:   220px;
  height:  20px;
  float:   left;
  margin:  0px;
  padding: 2px;
  text-decoration: none;
  background-color: #eee;
  color: #000;
}
a:hover.dir, div:hover.dir {
  background-color: #000;
  color: #eee;
}

/*-----------------
 other stuff
-----------------*/

div.cleardiv {
  margin: 0px;
  clear: both;
}
a.wantsign {
  font-size: 30px;
  display: block;
  border: none;
  text-decoration: none;
  margin-bottom: 10px;
}
a:hover.wantsign {
  background: #000;
  color: #eee;
}

/*------------
  Form Stuff
------------*/

textarea { overflow: scroll; }
.frmbtn, .frmtxt, .frmsel, .frmare { margin: 2px }
.frmbtn {
  font: 12px Arial, Verdana, Tahoma, sans-serif;
  background: #fd0;
  color: #000;
  border: 1px #000 solid;
}
.frmbtn:hover {
  background: #ff9;
  color: #000;
}
.frmtxt, .frmsel, .frmare {
  font-family: "Courier New", monospace;
  border: 1px #000 solid;  
  background: #fff;
  color: #000;
}