/* PokerDIY Top */
.PokerDIY_Top_TabStrip
{
    float: left;
    width: 100%;
    background: transparent;
    font-weight: bolder;
    font-size:larger;
}

.PokerDIY_Top_TabStrip ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.PokerDIY_Top_TabStrip li
{
    display: inline;
    margin: 0;
    padding: 0;
}

.PokerDIY_Top_TabStrip span
{
    float: left;
    margin: 0;
    padding: 0 1px 0 5px;
    text-decoration: none;
}

.PokerDIY_Top_TabStrip span span
{
    float: left;
    display: block;
    padding: 5px 10px 4px 10px;
    color: #000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.PokerDIY_Top_TabStrip span span
{
    float: none;
}
/* End IE5-Mac hack */

.PokerDIY_Top_TabSelected
{
	font-weight : bold;
    color: #1C327E;
    background-color: white;
    border-top: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
    border-bottom: 2px solid #FFFFFF;
    top: 1px;
    position: relative;
}

.PokerDIY_Top_TabStrip .PokerDIY_Top_TabUnselected
{
    background-color: #ECECEC;
    border-right: solid 1px #ECECEC;
    border-top: solid 1px #ECECEC;
    border-left: solid 1px #ECECEC;
    border-bottom: 2px solid #ECECEC;
    top: 1px;
    position: relative;
}

.PokerDIY_Top_TabStrip .PokerDIY_Top_TabMouseOver
{
    cursor: pointer;
}

.PokerDIY_Top_TabPage
{
    _width: 100%;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
    padding: 3px;
    text-align: left;
    background: white;
}

.PokerDIY_Top_Paging
{
    text-align: center;
    padding: 2px;
    margin: 3px;
}
.PokerDIY_Top_Paging a
{
    cursor: pointer;
    padding: 2px 5px 2px 5px;
    margin: 1px;
    border: 1px solid gainsboro;
    background-color: gainsboro;
    color: #000;
    text-decoration: none;
}
.PokerDIY_Top_Paging a:hover, .PokerDIY_Top_Paging a:active
{
    border: 1px solid #ccc;
    background-color: aliceblue;
    color: #555;
}
         
