/*
 * CSS file for BF2 Site
 * $Id: styles.css,v 1.11 2007/11/06 21:36:31 siegel Exp $
 */

body
  {
  font-family         : Arial,Sans-Serif;
  font-size           : 12px;
  color               : #FFFFFF;
  background-color    : #000000;
  }

.statstable
  {
	border       			  : 1px solid #FFFFFF;
	vertical-align      : bottom;
	}

/* Links are per default in white */

A, A:link, A:visited, A:active
  {
  color               : #FFFFFF;
  text-decoration     : none;
  }

A:hover
  {
  text-decoration     : underline;
  color               : #FF0000;
  }

.topBorder
  {
  border-top          : 1px solid #CCCCCC;
  vertical-align      : top;
  }

.bottomBorder
  {
  border-bottom       : 1px solid #CCCCCC;
  }

.SMALL
  {
  font-size           : 10px;
  }

.smallred
  {
  font-size           : 10px;
  color               : red;
  }


/* Guestbook styles */

.gb_input
  {
  border              : 1px solid #990000;
  background-color    : #222222;
  color               : #ffffff;
  }

.gb_button
  {
  border              : 1px solid #990000;
  background-color    : #222222;
  color               : #ffffff;
  font-weight         : bold;
  }

.gb_smilie_button
  {
  border              : 1px solid #990000;
  background-color    : #222222;
  color               : #ffffff;
  font-weight         : normal;
  font-size           : 9px;
  }

.gb_border
  {
  border              : 1px solid #555555;
  }

.gbentry_border
  {
  border              : 1px solid #990000;
  border-collapse     : collapse;
  }

.gbentry_header
  {
  background-color    : #444444;
  }

.gbentry_text
  {
  background-color    : #555555;
  }

/* Navigation styles */

.nav_border
  {
	border       			  : 1px solid #888888;
  border-collapse     : collapse;
	vertical-align      : middle;
  }

.nav_other,A.nav_other,A:active.nav_other,A:visited.nav_other
  {
  font-family         : Arial, Sans-Serif;
  font-size           : 11px;
  color               : #555555;
  background-color    : #000000;
  }

.nav_current,A.nav_current,A:active.nav_current,a:visited.nav_current
  {
  font-family         : Arial, Sans-Serif;
  font-size           : 11px;
  color               : #cc0000;
  }

.rankrow:hover
  {
  background-color    : #444444;
  }

.quote_border
  {
  border              : 1px solid #000000;
  }

.infotxt_border
  {
  border-bottom       : 1px solid #dddddd;
  border-right        : 1px solid #dddddd;
  border-left         : 1px solid #444444;
  border-top          : 1px solid #444444;
  padding             : 4px;
  }

hr
  {
  border              : 1px dashed #343434;
  }

/* Gallery: Select boxes */

.gal_select
  {
  border              : 1px solid #990000;
  background-color    : #222222;
  color               : #ffffff;
  width               : 140px;
  }

/* Gallery: Submit button */

.gal_button
  {
  border-top          : 1px solid #990000;
  border-left         : 1px solid #990000;
  border-right        : 1px solid #550000;
  border-bottom       : 1px solid #550000;
  text-decoration     : none;
  padding             : 3px;
  background-color    : #222222;
  color               : #ffffff;
  font-weight         : bold;
  }

.gal_button:hover
  {
  border-bottom       : 1px solid #990000;
  border-right        : 1px solid #990000;
  border-left         : 1px solid #550000;
  border-top          : 1px solid #550000;
  }


/* Gallery: Hover for thumbnails */

.gal_imghover
  {
  border-top          : 1px solid #bbbbbb;
  border-left         : 1px solid #bbbbbb;
  border-right        : 1px solid #222222;
  border-bottom       : 1px solid #222222;
  }

.gal_imghover:hover
  {
  border-bottom       : 1px solid #bbbbbb;
  border-right        : 1px solid #bbbbbb;
  border-left         : 1px solid #222222;
  border-top          : 1px solid #222222;
  }

/* Gallery: Input fields */

.gal_input
  {
  border              : 1px solid #990000;
  background-color    : #222222;
  color               : #ffffff;
  }

/* Gallery: General border for fieldsets etc. */

.gal_border
  {
  border              : 1px solid #555555;
  }

/* Style for submenu links (i.e. docbrowser.php) */

.LINKBTN,a.LINKBTN
  {
  border-top          : 1px solid #990000;
  border-left         : 1px solid #990000;
  border-right        : 1px solid #550000;
  border-bottom       : 1px solid #550000;
  text-decoration     : none;
  padding             : 3px;
  background-color    : #222222;
  color               : #ffffff;
  font-weight         : bold;
  }

/* Hover effect for submenu links */

a.LINKBTN:hover
  {
  border-bottom       : 1px solid #990000;
  border-right        : 1px solid #990000;
  border-left         : 1px solid #550000;
  border-top          : 1px solid #550000;
  }

/* Profile styles */

.prof_input
  {
  border              : 1px solid #990000;
  background-color    : #222222;
  color               : #ffffff;
  }

.prof_button
  {
  border              : 1px solid #990000;
  background-color    : #222222;
  color               : #ffffff;
  font-weight         : bold;
  }

.prof_select
  {
  border              : 1px solid #990000;
  background-color    : #222222;
  color               : #ffffff;
  width               : 140px;
  }

