/*
 *  X-Forum Style Sheet.
 *  This file ADDS advanced markup codes to
 *  the X-Forum pages.
 *
 *  Note that settings are also defined elsewhere
 *  in normal HTML code attributes.
 *  Default markup for your website should be
 *  put in a general style sheet, and be
 *  imported by every page in your website.
 *  Modify the template file to use that file
 *  in the X-Forum pages aswell.
 */


/********************************************
   Table Title Text
 ********************************************/

SPAN.Title { background-color: #696969; }
td {color:#000000; font-family: arial,helvetica,verdana,sans-serif; font-size:12px;}
.announce {color:#000000; font-family: verdana,arial,helvetica,sans-serif; font-size:10px;}
.login {color:#000000; font-family: verdana,arial,helvetica,sans-serif; font-size:10px;}
.loginRemember {color:#000000; font-family: verdana,arial,helvetica,sans-serif; font-size:9px;}


/********************************************
   Link Colors
 ********************************************/

A.CommandButton       { height:           18px;        }
A:hover.CommandButton { background-color: #848484;     }
A:hover.icon          { background-color: transparent; }
.loglink {color:#cc0000; font-family: arial,helvetica,verdana,sans-serif; font-size:10px; font-weight:bold;}
.loglink:hover {color:#ff0000; font-family: arial,helvetica,verdana,sans-serif; font-size:10px; font-weight:bold; text-decoration:underline;}

/* A:hover.XBBCButton { }   */

A.SmileyButton       { position:relative; left:0;top:0; }
A:hover.SmileyButton { left:1; top:1; }
