/* rkwho.css for use with wct-whosonline 1.0
(c) 2004 Rolf Knobel, Box 24 BBS Switzerland
http://www.box24.ch */

BODY {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    background-color: Navy;
    color : White;
/*    scrollbar-3d-light-color : Black;
    scrollbar-arrow-color : Yellow;
    scrollbar-base-color : Blue;
    scrollbar-dark-shadow-color : #20B2AA;
    scrollbar-face-color : Blue;
    scrollbar-highlight-color : White;
    scrollbar-shadow-color : Yellow;*/
   	scrollbar-arrow-color : #FFD700;
	scrollbar-face-color : Navy;
	scrollbar-base-color: Blue;
	font-size : 10pt;
}
/*  Table  */
.whoTable {
    font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
    background-color : Black;
    border-style : ridge;
    border-color : #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
    border : thin ridge #CCCCCC;
 }
 /*  Header row */
.whoHeaderRow {
    font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
    background-color : #8B0000;
    color : Yellow;
     font-size : x-small;
      }
  /*  Header text */
.whoHeader {
    font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
    background-color : #8B0000;
    color : Yellow;
     font-size : x-small;
      border-bottom-style : ridge;
      border-bottom-color : #CCCCCC;
      border-bottom-width : thin;
      text-align : left;
}
 /*  Text  row */
.whoTxtRow {
    font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
    background-color : #8B0000;
    color : Yellow;
     font-size : x-small;
      }
/*  Text 1 */
.whoTxt1 {
    font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
    background-color : Navy;
    color : White;
     font-size : x-small;
     border : none;
}
 /*  Text 2 */
.whoTxt2 {
    font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
    background-color : #00008B;
    color : White;
     font-size : x-small;
     border : none;
}
/* Copyright text.  */
/*.Cright {
    font-size: 8pt;
    font-style: normal;
    color : Yellow;
    font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
    text-align : center;
    background-color : #333366;
    margin : 0;
}*/