/* FILE: style.css
**
** ABSTRACT:
**    The CSS for SuperSjov
**
** DOCUMENTS:
**
** AUTHOR:
**    SØren
**
** CREATION DATE:
**    05.06.2003
**
** REVISION:
**    29.06.2003  SJE   Code clean up, and minor changes.
*/

blink
body, td {
   font-family             :  arial,helvetica;
   font-size               :  12px;
   font-weight             :  normal;
   font-style              :  normal;
   color                   :  #0C0C0C;
   margin                  :  0px;
   }

body {
   background-image        :  url(..);
   background-repeat       :  repeat;
   background-attachment   :  scroll;
   background-color        :  #FE9900;
   scrollbar-arrow-color   :  #985C00;
   scrollbar-base-color    :  #FE9900;
   scrollbar-face-color    :  #FDCC01;
   }

.layerstyle {
   margin-bottom           :  -10px;
   }

A:link, A:visited {
   COLOR                   :  #B92020;
   TEXT-DECORATION         :  none;
   font-weight             :  bold;
   }
A:hover, A:active {
   COLOR                   :  #ffffff;
   TEXT-DECORATION         :  none;
   font-weight             :  bold;
   }

A.mainMenu:link, A.mainMenu:visited, A.mainMenu:active, A.mainMenu:hover {
   width                   :  100%;
   height                  :  20px;
   font-size               :  14px;
   text-decoration         :  none;
   letter-spacing          :  1px;
   font-weight             :  bold;
   color                   :  #B92020;
   border-width            :  1px;
   border-style            :  solid;
   border-color            :  #FE9900;
   }

A.mainMenu:hover {
   color                   :  #ffffff;
   border-color            :  #0C0C0C;
   }

iframe, input, textarea, select {
   border-style            :  solid;
   border-color            :  #0C0C0C;
   border-width            :  1px;
   }
input, textarea, select {
   font-family             :  arial,helvetica;
   font-size               :  12px;
   background-color        :  #EF9710;
   color                   :  #0C0C0C;
   }
input.button {
   background-color        :  #FDCC01;
   color                   :  #B92020;
   cursor                  :  hand;
   font-weight             :  bold;
   }
input.box {
   background-color        :  transparent;
   border-width            :  0px;
   } 
option, .games {
   background-color        :  #EF9710;
   }
.topheader, .shade {
   border-bottom           :  solid 1px #0C0C0C;
   border-top              :  solid 1px #0C0C0C;
   background-color        :  #FDCC01;
   color                   :  #0C0C0C;
   }
.bottomfooter {
   border-bottom           :  solid 1px #0C0C0C;
   border-left             :  solid 1px #0C0C0C;
   border-right            :  solid 1px #0C0C0C;
   background-color        :  #FDCC01;
   color                   :  #0C0C0C;
   text-align              :  center;
   }
.shade {
   border-right            :  solid 1px #0C0C0C;
   border-left             :  solid 1px #0C0C0C;
   background-color        :  #FDCC01;
   color                   :  #0C0C0C;
   }
TD.line {  
   border-bottom           :  1px solid #0C0C0C;
   }

.popup {
   background-color        :  #FE9900;
   }

.frontpic {
   width                   :  120 px;
   height                  :  60 px;
   border-style            :  solid;
   border-color            :  #0C0C0C;
   border-width            :  1px;
   }

.leftside, .rightside {
   height                  :  60 px;
   border-bottom           :  solid 1px #0C0C0C;
   border-top              :  solid 1px #0C0C0C;
   background-color        :  #EF9710;
   color                   :  #0C0C0C;
   font-size               :  11px;
   padding                 :  2px;
   text-align              :  left;
   vertical-align          :  top;
   }
.leftside {
   border-left             :  solid 1px #0C0C0C;
   }
.rightside {
   border-right            :  solid 1px #0C0C0C;
   }
.nyhedsbrev {
   width                   :  100%;
   height                  :  20px;
   font-size               :  14px;
   text-decoration         :  none;
   letter-spacing          :  1px;
   font-weight             :  bold;
   color                   :  #B92020;
   border-width            :  1px;
   border-style            :  solid;
   border-color            :  #FE9900;
   }
