/*
 * Stylesheets for Vapeilas Website
 * $Id: styles.css,v 1.8 2006/11/19 21:57:55 siegel Exp $
 */

body
  {
  background-color          : #000000;
  color                     : #FFFFFF;
  font-family               : Arial,Sans-Serif;
  font-size                 : 12px;
  background-image          : url(../images/jarsch2dunkl29xd.jpg);
  }

.LINKTEXT
  {
  font-family               : Arial, Sans-Serif;
  font-size                 : 18px;
  }

.NEWSDATUM
  {
  font-weight               : bold;
  color                     : #666666;
  font-family               : Arial, Sans-Serif;
  font-size                 : 16px;
  }

.NEWSTEXT
  {
  color                     : #CCCCCC;
  font-family               : Arial, Sans-Serif;
  font-size                 : 16px;
  }

#main
  {
  position                  : relative;
  height                    : 300px;
  }

#main .inside
  {
  width                     : 780px;
  height                    : 300px;
  position                  : relative;
  overflow-x                : auto;
  overflow-y                : auto;
  overflow                  : auto;
  }

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

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

.vote_mzee_text
  {
  text-align                : center;
  font-size                 : 9px;
  }

.vote_mzee_text:hover
  {
  text-align                : center;
  font-size                 : 9px;
  text-decoration           : none;
  }

A.largetext_green_blink
  {
  font-size                 : 24px;
  color                     : #00FF00;
  text-decoration           : blink;
  }

A.largetext_green_blink:hover
  {
  text-decoration           : none;
  }

A.largetext_yellow
  {
  font-size                 : 24px;
  color                     : #FFFF00;
  }

A.largetext_yellow:hover
  {
  color                     : #FFFFFF;
  text-decoration           : blink;
  }

.RIGHTBORDER
  {
  border-right              : 1px;
  border-right-style        : solid;
  border-right-width        : 1px;
  border-right-color        : #000055;
  padding-right             : 10px;
  }

.LEFTBORDER
  {
  padding-left              : 10px;
  }

.GBINPUT
  {
  font-family               : Arial, Sans-Serif;
  font-size                 : 12px;
  width                     : 400px;
  }

fieldset
  {
  border                    : 1px;
  border-style              : solid;
  border-width              : 1px;
  border-color              : #000055;
  border-collapse           : collapse
  }

legend, label
  {
  color                     : #aaaaaa;
  }

small, .SMALL
  {
  color                     : #666666;
  font-family               : Arial, Sans-Serif;
  font-size                 : 10px;
  }

.SMALLWHITE
  {
  color                     : #FFFFFF;
  font-family               : Arial, Sans-Serif;
  font-size                 : 10px;
  }

.MEDIALINK
  {
  color                     : #555555;
  font-family               : Arial, Sans-Serif;
  font-size                 : 12px;
  }

.MEDIALINK_SEL, A.MEDIALINK_SEL,A.MEDIALINK_SEL:link
  {
  color                     : #AA0000;
  font-family               : Arial, Sans-Serif;
  font-size                 : 14px;
  font-weight               : bold;
  }

.VOTE, A.VOTE, A.VOTE:link
  {
  font-family               : Arial, Sans-Serif;
  font-size                 : 12px;
  font-weight               : bold;
  color                     : #aaaaaa;
  }

A.VOTE:hover
  {
  color                     : #FF0000;
  text-decoration           : none;
  }

.VOTEJA
  {
  font-family               : Arial, Sans-Serif;
  font-size                 : 12px;
  font-weight               : bold;
  color                     : #009900;
  background-color          : #000000;
  width                     : 200px;
  border-style              : solid;
  border-color              : #009900;
  }

.VOTENEIN
  {
  font-family               : Arial, Sans-Serif;
  font-size                 : 12px;
  font-weight               : bold;
  color                     : #990000;
  background-color          : #000000;
  width                     : 200px;
  border-style              : solid;
  border-color              : #990000;
  }

.MEDIABORDER
  {
  border                    : 1px;
  border-style              : solid;
  border-width              : 1px;
  border-color              : #000055;
  }

.MEDIADATABORDER
  {
  border                    : 1px;
  border-style              : solid;
  border-width              : 1px;
  border-color              : #000055;
  }

.MEDIADATABORDER:hover
  {
  border-color              : #000088;
  }

.WHITETEXT, A.WHITETEXT
  {
  color                     : #FFFFFF;
  font-family               : Arial,Sans-Serif;
  font-size                 : 12px;
  }

.WHITELIST:hover
  {
  color                     : #FF0000;
  }

.BIOTEXT
  {
  font-family               : Arial, Tahoma,Sans-Serif;
  font-size                 : 16px;
  color                     : #eeeeee;
  }

.BIOTEXTSEL
  {
  font-family               : Arial, Tahoma,Sans-Serif;
  font-size                 : 16px;
  color                     : #eeeeee;
  font-weight               : bold;
  }

/*
 * Stylesheet below is for printer output
 */

@media print
  {
  body
    {
    background-color          : #FFFFFF;
    color                     : #000000;
    }
  }


