/*
        '-------------------------------------------------------------
        ' OpenForum 1.1 Beta
        ' http://www.2enetworx.com/dev/projects/openforum.asp
        '
        ' File: of.css
        ' Description: Style Sheet for OpenForum
        ' Written By Hakan Eskici on Dec 12, 2000
        '
        ' Copyright (c) 2001, 2eNetWorX/dev.
        ' This software is distributed with General Public License.
        ' You may use the code for any purpose,
        ' But re-publishing is discouraged.
        ' See License.txt for additional information.
        '-------------------------------------------------------------
        '$Header: \\CVSROOT/poolhost/ph.css,v 1.2 2005/10/05 10:37:06 Larry Exp $

*/

/*h1, p, a, body {
font-family: Verdana;
}*/
body {
font-family: Tahoma;
}

A.tb  {
        font-size : xx-small;
        font-family : Verdana;
        font-weight : bold;
        text-decoration : none;
}

A.tb:Visited  {
        text-decoration : none;
}

A.tb:Active  {
        text-decoration : underline;
}

A.tb:Hover  {
        text-decoration : underline;
}

A.phheadermenu  {
        color : #FF0000;
        text-decoration : underline;
}

A.phheadermenu:Visited  {
        color : #FF0000;
        text-decoration : underline;
}

A.phheadermenu:Active  {
        color : #0000FF;
        text-decoration : underline;
}

A.phheadermenu:Hover  {
        color : #0000FF;
        text-decoration : underline;
}

td.tableap  {
        font-size : 10px;
        font-family : Verdana;
}

td.tablestd  {
        font-size : 10px;
        font-family : Verdana;
}

td.tablestdw  {
        font-size : 10px;
        font-family : Verdana;
        font-weight : Bold;
        color : #cccccc;
}

td.tablestdhead  {
        font-size : 10px;
        font-family : Verdana;
        font-weight : bold;
}

td.tablemm  {
        font-size : 10px;
        font-family : Verdana;
}

td.tdauthor {
        width : 150px;
        text-align : left;
}

table.tableap {
        font-size : xx-small;
        font-family : Verdana;
}


td.tddate {
        width : 120px;
        text-align : right;
}

.tbflat  {
        font-size : xx-small;
        font-family : Verdana;
        border-style : solid;
        border-color : #008080;
}

.cmdflat  {
        font-size : xx-small;
        font-family : Verdana;
        background-color : #483d8b;
        color : #ffffff;
        font-weight : bold;
}

td.fbwin  {
    background : #DDFFDD;
    font-size : 10px;
    font-family : Verdana;
    font-weight : bold;
    border-style : solid;
    border-color : #000000;
    border-width : 1px;
}
td.fbloss  {
    background : #FFDDDD;
    font-size : 10px;
    font-family : Verdana;
    font-weight : bold;
}
td.fbtie  {
    background : #FFFFDD;
    font-size : 10px;
    font-family : Verdana;
    font-weight : bold;
}

td.ss_win1  {
    background : #ffffBB;
    font-size : 10px;
    font-family : Verdana;
    font-weight : bold;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    border-collapse: collapse;
}
td.ss_win2  {
    background : #ffffBB;
    font-size : 10px;
    font-family : Verdana;
    font-weight : bold;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    border-collapse: collapse;
}
td.ss_win3  {
    background : #ffffBB;
    font-size : 10px;
    font-family : Verdana;
    font-weight : bold;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    border-collapse: collapse;
}
td.ss_win4  {
    background : #ffffBB;
    font-size : 10px;
    font-family : Verdana;
    font-weight : bold;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    border-collapse: collapse;
}
select.small  {
        font-size : 10px;
        font-family : Verdana;
}
input.small  {
        font-size : 10px;
        font-family : Verdana;
}
td.items  {
        font-size : 10px;
        font-family : Verdana;
    font-weight : Bold;
}
font.mmloser  {
    text-decoration: line-through;
    color : red;
    font-weight : bold;
}
font.mmwinner  {
    color : green;
    text-decoration: underline;
    /*font-style: italic;*/
    font-weight : bold;
    /*border-style: solid;
    border-width: 1px;
    border-color: black;
    height: 0px;*/
}
table  {
    font-size : 10pt;
}
table.mypools  {
    font-size : x-small;
    border-style : solid;
    border-width : 1px;
    border-color : #000000;
    background : #f0f0f0;
}
td.mypools  {
    border-style : solid;
    border-width : 1px;
    border-color : #000000;
}

#dateformat {
        font-family : Tahoma;
        font-size : 10px;
        font-weight : bold;
        color: #000000;
        background-image: url(/images/bargrad.gif);
        }

#dateformat a {
        font-family : Tahoma;
        font-size : 9px;
        font-weight : bold;
        color: #cc6666;
        text-decoration:underline;
        }

#dateformat a:hover {
        color: #FF0000;
        text-decoration:none;
        }

