/*----------------------------------------------------------------
                              ssheet.css
                           ---------------
- Initial creation:        Sunday, 01 May 2005
- Copyright:               (c) 2005 the cosmotron GOTO group
- Support website:         http://www.thecosmotron.com/
- Support e-mail:          goto@thecosmotron.com

- File information:        version 0.1, Wednesday 20 July 2005

----------------------------------------------------------------*/

/*----------------------------------------------------------------
 This program is free software; you can redistribute it and/or 
 modify it under the terms of the GNU General Public License as
 published by the Free Software Foundation; either version 2 of
 the License, or (at your option) any later version.
 ----------------------------------------------------------------*/

 /* Universal changes */
a {
  text-decoration: none;
}

body {
  background-color: #586D6E;
  color: #C3CFC6;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:  12px;
}

input,textarea,select {
  color: #C3CFC6;
  background-color: #515151;
  border: 1px solid #676767;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
}

table {
  margin-left: auto;
  margin-right: auto;
}

td {
  background-color: #515151;
}

th {
  background-color: #515151;
}

/* Links */
a:hover {
  background: #515151;
  color: #C3CFC6;
}

:link {
  color: #AAAA77;
}

:visited {
  color: #AAAA77;
}

/* General classes */
.copy {
  font-size: 10px;
}

.errormsg {
  color: #FF4E00;
}

.forumline {
  background-color: #676767;
}

.forumpost {
  font-family: Monospace,Arial,Helvetica,sans-serif;
}

.main-background {
  background-color: #515151;
  padding: 5px;
}

.quote {
  background-color: #515151;
  border: 1px solid #000000;
  font-size: 10px;
  padding: 2px 5px 2px 5px;
}

.title {
  font-size: 32px;
}

.topic_title {
  font-size: 20px;
  padding: 0 0 0 3px;
}

td.row {
  background-color: #515151;
}

td.sticky {
  background-color: #986265;
}


td.impt {
  background-color: #55B05A;
  border: 1px solid #000000;
  color: #000000;
  font-size: 10px;
  padding: 3px;
  text-align: left;
}

.top_row_dim {
  height: 25px;
  width: 330px
}

.top_row_small_width {
  width: 55px
}
.top_row_small_width2 {
  width: 95px
}

.top_row_auth_width {
  width: 25%
}
.top_row_mess_width {
  width: 75%
}

/* Alignment */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/* Rounded edge CSS */
#black_table {
  text-align: center;
  width: 700px;
  margin: auto;
  background-color: #515151;
}

#bottom {
  width: 700px;
  height: 19px;
  background-image: url(./images/bottom4.jpg);
}

#top {
  width: 700px;
  height: 19px;
  background-image: url(./images/top4.jpg);
}

/* Navbar CSS */
#navlist {
  margin: 0;
  padding: 5px 0 6px 10px;
  /*border-bottom: 1px solid #000;*/
}

#navlist ul, #navlist li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}

#navlist a:link, #navlist a:visited {
  /*float: center;*/
  line-height: 14px;
  /*font-weight: bold;*/
  margin: 0 10px 4px 10px;
  text-decoration: none;
  color: #BFBA50;
}

#navlist a:hover {
  border-bottom: 4px solid #515151;
  padding-bottom: 2px;
  background: transparent;
  color: #C3CFC6;
}