/* 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;

}



/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea

{

        font-size: 9pt;

        color: #000000;

        font-family: verdana, arial, helvetica, sans-serif;

}



/* Checkboxes shouldn't have a background color. */

input.check

{

}



/* Selects are a bit smaller, because it makes them look even better 8). */

select

{

        font-size: 8pt;

        font-weight: normal;

        color: #000000;

        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;

}



/* No image should have a border when linked */

a img{

border: 0;

}



/* A quote, perhaps from another post. */

.quote

{

        color: #000000;

        background-color: #dee7ef;

        border: 1px solid black;

        margin: 1px;

        padding: 1px;

        font-size: x-small;

}

.quote img

{

  display: none;

}



/* A code block - maybe even PHP ;). */

.code

{

        color: #000000;

        background-color: #CCCCCC;

        border: 1px solid black;

        margin: 1px;

        padding: 1px;

        font-size: x-small;

}



/* The "Quote:" and "Code:" header parts... */

.quoteheader, .codeheader

{

        color: #000000;

        text-decoration: none;

        font-style: normal;

        font-weight: bold;

}



/* Generally, those [?] icons. */

.help

{

        cursor: help;

        background-color: transparent;

}



/* /me uses this a lot. */

.meaction

{

        color: #0066FF;

        background-color: transparent;

}



/* The main post box - this makes it as wide as possible. */

.editor

{

        width: 96%;

}



/* Highlighted text - such as search results. */

.highlight

{

        font-weight: bold;

        color: #0033FF;

}



/* Alternating backgrounds... */

.windowbg

{

        color: #000000;

        background-color: #F0F0F0;

}

.windowbg2

{

        color: #000000;

        background-color: #FFFFFF;

}



/* Titles - such as table headers. */

tr.titlebg td, .titlebg a:link, .titlebg a:visited

{

        font-weight: bold;

        font-style: normal;

         color: #005177;

}

.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;

}

