/* Defaults */
html, body, table    { font-family: verdana, geneva, arial, helvetica, sans-serif;
                       font-size: 12px; text-align: left; 
                       margin: 0; padding: 0; }
                                             
body                 { background: #FFFFFF; }
table                { border: 0; border-collapse: collapse; }
table td             { padding: 0; vertical-align: top; }

img                  { border: none; }
img.left             { float: left; margin-right: 8px; margin-bottom: 8px; }
img.leftborder       { float: left; margin-right: 8px; margin-bottom: 8px; border: 1px; border-style: solid; }
img.right            { float: right; margin-left: 8px; margin-bottom: 8px; }
img.rightborder      { float: right; margin-left: 8px; margin-bottom: 8px; border: 1px; border-style: solid; }
img.middle           { float: center; margin-bottom: 8px; }
img.middleborder     { float: center; margin-bottom: 8px; border: 1px; border-style: solid; }

a                    { color: #592750; text-decoration: none; }
a:hover              { color: #990000; }
a:visited            { color: #003300; }


/* Left column formatting */
.div_left            { margin-bottom: 10px; padding: 7px; text-align: right; }
.menuheader_0        { font-weight: bold; }
.menu_0              { }


/* Main column formatting */
.div_main            { margin-top: 10px; padding: 11px; }


/* Right column formatting */
.div_right           { margin-top: 10px; padding: 7px; text-align: center; }
.div_right a         { font-weight: bold; }
.div_right_nomargin  { margin-top: 10px; padding: 0px; }


/* Forum components:
 New                 : The "new" mark used in the footer of topics.
 Info                : The text referencing to the help page.
 Header              : The header above a frame.
 Title               : The title within a frame.
 Footer              : The footer within a frame.
 ContinueReading     : The continue reading here link added at the end of a clipped topic.
 Copyright           : The copyright text.
*/
.new                 { color: #ff0000 }
.info                { font-weight: bold; color: #FFFFFF; background-color: #000060; }
.header              { font-family: "Comic Sans MS", Arial, Helvetica, sans-serif; 
                       font-size: 16px; padding: 0px 11px 11px 0px; 
                       margin-top: 10px; margin-bottom: -10px; }
.title               { font-size: 12px; font-weight: bold; margin-bottom: 8px; }
.title a             { color: #000000; }
.footer              { margin-top: 4px; font-size: 10px; }
.continuereading     { font-weight: bold; }
.copyright           { font-size: 10px; }

/* Form components:
 FieldError          : The error message after posting an incomplete/incorrect form.
 Input               : Override of the default edit control.
 Select              : Override of the default combobox control.
 Textarea            : Override of the default memo control.
*/
.fielderror          { font-size: 12px; color: #990000; }
input                { font-family: Tahoma; font-size: 8pt; }
select               { font-family: Tahoma; font-size: 8pt; }
textarea             { font-size: 9pt; }


/* Adjustment of auto formatting 
 listcontent         : This class is used for the TD elements in automaticly
                       created lists.
*/
.listcontent         { padding-top: 2px; padding-bottom: 2px; }


/* Content tables:
table.invisible      { border: 1px solid #660000; background: #D0FFD0; }
table.invisible td   { padding: 2px; }
*/

table.invisible      {  }
table.invisible td   { padding: 2px; }


/* Content formatting:
 Head1               : Corresponds to the ==== ==== tag.
 Head2               : Corresponds to the === === tag.
 Head3               : Corresponds to the == == tag. 
 Quote               : Corresponds to [quote] ... [\quote] tag.
*/
.head1               { font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
.head2               { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.head3               { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.small               { font-size: 7px; }
.highlight           { color: #990000; }
.quote               { margin-top: 6px;  margin-left: 20px; font-size: 11px; 
                       border-top : 1px solid #000000; border-bottom: 1px solid #000000; 
                       padding-left: 6px; padding-bottom: 2px; padding-right: 6px; padding-top: 2px; }


