﻿body 
{
    font-family: Arial, Verdana, Helvetica; 
    font-size: 10pt; /* strDefaultFontSize */
    margin:0;
    border:0px none;
    height:100%;
}
td {
    font-family: Arial, Verdana, Helvetica; 
    font-size:12px;
}

#container {
  width:800px;
  margin:auto;
  text-align:left;
}
#header {
    padding:10px 0;
}
#header img {
    padding-bottom:15px;
}
#header #tabsbox {
}
.clear { clear:both; }

table.forums-list 
{
    border:solid 0px #fff;
    width:100%;
    text-align:left;
}
table.forums-list th
{
    text-align:center;
    background-color:#191970;
    white-space:nowrap;
    vertical-align:top;
    font-family:Verdana, Arial, Helvetica;
    font-size:12px;
    font-weight:bold;
    color:#f5fffa;
}
table.forums-list td
{
    vertical-align:top;
    font-family:Verdana, Arial, Helvetica;
    font-size:12px;
    color:#191970;
}

table.forums-list tr.category td
{
    background-color:#dcdcdc;
}
table.forums-list tr.category td
{
    color:#000;
    font-weight:bold;
}
table.forums-list tr.category td a
{
    text-decoration:none;
    color:#f5fffa;
}
table.forums-list tr.forum td
{
    background-color:#f5f5f5;
}
table.forums-list tr.statistics td
{
    background-color:#f5f5f5;
    font-size:10px;
    color:#000;
}
table.forums-list tr.forum td span { font-size:10px; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    forum topics page

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#topics {
    margin-bottom:10px;
}

/* topics options */
#topics table.options {
    width:100%;
    border:none;
}
#topics table.options td {
    width:33%;
    background-color:#fff;
}

/* topics list */
#topics table {
    border:none;
}
#topics table th {
    text-align:center;
    /*font-family:Arial;*/
    background-color:#191970;
    /*font-size:12px;*/
    font-weight:bold;
    color:#f5fffa;
}
/*#topics table th img { padding:6px 5px 0 5px; }*/
#topics table td {
    /*background-color:#f5f5f5;*/
    color:#191970;
}
#topics table td a { text-decoration:none; color:midnightblue; }
#topics table .pager span
{
    background-color:#191970;
    color:#f5fffa;
    font-weight:bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    tabs

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.tabs {line-height: normal;}
.tabs .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px; color:blue; text-decoration:none; background:url("../images/tabs/tab-line.gif") repeat-x bottom;}
.tabs .ajax__tab_tab {height:12px;padding:4px;margin:0;background:url("../images/tabs/tab.gif") repeat-x;}
.tabs .ajax__tab_outer {height:21px; background:url("../images/tabs/tab-right.gif") no-repeat right;}
.tabs .ajax__tab_inner {padding-left:3px;background:url("../images/tabs/tab-left.gif") no-repeat;}
.tabs .ajax__tab_hover .ajax__tab_outer {background:url("../images/tabs/tab-hover-right.gif") no-repeat right;}
.tabs .ajax__tab_hover .ajax__tab_inner {background:url("../images/tabs/tab-hover-left.gif") no-repeat;}
.tabs .ajax__tab_hover .ajax__tab_tab {background:url("../images/tabs/tab-hover.gif") repeat-x;}
.tabs .ajax__tab_active .ajax__tab_outer {background:url("../images/tabs/tab-active-right.gif") no-repeat right;}
.tabs .ajax__tab_active .ajax__tab_inner {background:url("../images/tabs/tab-active-left.gif") no-repeat;}
.tabs .ajax__tab_active .ajax__tab_tab {background:url("../images/tabs/tab-active.gif") repeat-x;}
.tabs .ajax__tab_body {padding: 0px;}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    inpanel

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.inpanel {width: 100%;font-size: 10pt; color: black; font-family: Arial; }
.inpanel .a{width: 6px;height: 6px;background-image: url(../images/inpanel/lt.gif); }
.inpanel .b{height:6px; background-image: url(../images/inpanel/t.gif); }
.inpanel .c{width: 6px;height:6px; background-image: url(../images/inpanel/rt.gif); }
.inpanel .d{background-image: url(../images/inpanel/l.gif); }
.inpanel .e{ background-color: #ffffff;}
.inpanel .f{background-image: url(../images/inpanel/r.gif); }
.inpanel .g{width: 6px;height:6px; background-image: url(../images/inpanel/lb.gif); }
.inpanel .h{height:6px;background-color: #fff; background-image: url(../images/inpanel/b.gif); }
.inpanel .i{width: 6px;height:6px; background-image: url(../images/inpanel/rb.gif); }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    search-box

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#search-box {
    margin:10px 0;
}
#search-box label {
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
}
#search-box a {
    font-size:10px;
    font-family:Verdana;
    color:#000080;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    faq

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#faq
{
    border:solid 1px #000;
    background-color:#f5f5f5; /* strForumCellColor */
    color:#191970; /* strForumFontColor */
}
#faq a { color:#00008b; }
#faq p { padding:4px; margin:0; }
#faq .category
{
    background-color:#dcdcdc; /* strCategoryCellColor */
    color:#f5f9eb; /* strCategoryFontColor */
    font-weight:bold;
    padding:4px;
    text-align:right;
    /*display:block;
    margin:0;*/
    border-bottom:solid 1px #000;
}
#faq .category span { float:left; }










