/* No image should have a border when linked */
a img{
border: 0;
}
 /* No images in posts on home page. */
.noImagebox img
{
   display: none;
}
/* Normal, standard links. */
A:link                  {color: #000000;}
A:visited          {color: #000000;}
A:hover                 {color: #343e43; font-style: normal;}
/* Navigation links - for the link tree. */
.nav                         {text-decoration: none; color: #000000; font-family: Verdana, Helvetica, Arial, serif; color: #000000; font-size:12px}
.nav:link          {text-decoration: none; color: #000000;}
.nav:visited  {text-decoration: none; color: #000000;}
.nav:hover         {text-decoration: underline; color: #343e43; font-style: normal;}
/* Tables should show empty cells too. */
table
{
        empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body
{
        background-image:URL(/fishing_forum/Themes/ksone/mffbackground9.jpg);
        background-repeat:no-repeat;
        background-attachment:fixed;
        background-position: center top;
        margin-top:0;
        color: #000000;
        font-size: small;
        font-family: verdana, arial, helvetica, sans-serif;
}
td
{
        color: #000000;
        font-size: small;
        font-family: verdana, arial, helvetica, sans-serif;
}

/* Standard horizontal rule.. */
hr
{
        color: #6394bd;
        background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
        height: 1px;
        border: 0 groove;
        color: #D3D3D3;
        background-color: #D3D3D3;
        text-decoration: underline;
}

.windowbg, .windowbg3
{
        color: #000000;
        background-color: #F0F0F0;
        border-color: #6B6B6B #252525 #252525 #6B6B6B; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}
.windowbg2
{
        color: #000000;
        background-color: #FFFFFF;
        border-style:outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}

/* Titles - such as table headers. */
tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
         font-style: normal;
         color: #005177;
         border-color: #FFFFFF #000000 #000000 #FFFFFF; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font-family: Verdana, Helvetica, Arial, serif; font-size: 10pt; color: #000000;
}
.titlebg a:hover
{
        color: #cc3333;
        text-decoration: underline;
}
/* The category headers, page indexes, and such things. */
.catbg
{
        background-color: #afc6db;
        background-image: url(/fishing_forum/Themes/ksone/images/catbg.gif);
        color: #000000;
}
.catbg2
{
        font-weight: bold;
        background-color: #afc6db;
        background-image: url(/fishing_forum/Themes/ksone/images/catbg2.gif);
        color: #005177;
}
.catbg3
{
        font-weight: bold;
        background-color: #ffffff;
        background-image: url(/fishing_forum/Themes/ksone/images/catbg2.gif);
        color: #005177;
}
.catbg_info
{
        background-color: #afc6db;
        background-image: url(/fishing_forum/Themes/ksone/images/catbg-info.jpg);
}
.titlebg
                {
                        background-color: #ffffff;
                        font-weight: bold;
                        font-style: normal;
                        color: #005177;
                        background-image: url(/fishing_forum/Themes/ksone/images/catbg.gif);
                 }
/* The borders around things. */
.bordercolor
{
        background-color: #afc6db;
}
.bindexcolor
{
        background-color: transparent;
}
.tborder
{
        border-top: 1px none #F0F0F0;
        border-right: 1px none #FFFFFF;
        border-bottom: 1px none #E1E1E1;
        border-left: 1px none #FFFFFF;
}
/* Default font sizes. */
.smallertext
{
        font-size: 7pt;
        font-weight: normal;
        color: #000000;
        font-family: verdana, arial, helvetica, sans-serif;
}
.smalltext
{
        font-size: x-small;
}
.normaltext
{
        font-size: small;
}
.largetext
{
        font-size: large;
}
/* All */
.hide
{
        display:none;
}
.show {
        display:block;

