﻿
.btn_free2play
{
    height: 110px;
    width: 172px;
    float: left;
    margin-left: 10px;
}

.btn18.disabled
{
    cursor: default;
}

.btn18.disabled .btn_left
{
    background-image: url(/Content/images/buttons/btn3_left.png);
}
.btn18.disabled .btn_right
{
    background-image: url(/Content/images/buttons/btn3_right.png);
}
.btn18.disabled .btn_middle
{
    background-image: url(/Content/images/buttons/btn3_middle.png);
}

.btn18
{
    display: block; /* sliding doors padding */
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #292929;
    font-size: 11px;
    float: left;
    position: relative;
    cursor: pointer;
}
.btn18 .btn_left
{
    background-image: url(/Content/images/buttons/btn2_left.png);
    width: 2px;
    float: left;
}
.btn18:hover > span
{
    background-position: left bottom;
}
.btn18 > span
{
    background-position: left top;
    background-repeat: repeat-x;
    float: left;
    height: 18px;
}
.btn18 .btn_right
{
    background-image: url(/Content/images/buttons/btn2_right.png);
    width: 2px;
}


.btn18 .btn_middle
{
    background-image: url(/Content/images/buttons/btn2_middle.png);
    margin: 0px;
    text-align: center;
    color: #333;
    font-size: 12px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.btn23
{
    display: block; /* sliding doors padding */
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #292929;
    font-size: 11px;
    float: left;
    position: relative;
    cursor: pointer;
    height: 23px;
}
.btn23 > div
{
    background-position: left top;
    background-repeat: repeat-x;
    float: left;
    height: 23px;
    width: 2px;
}
.btn23:hover > div
{
    background-position: left bottom;
}
.btn23 .btn_left
{
    background-image: url("/content/images/buttons/btn3_left.png");
}
.btn23 .btn_middle
{
    background-image: url("/content/images/buttons/btn3_middle.png");
    background-repeat: repeat-x;
    display: table;
}
.btn23 .btn_middle div
{
    margin: 4px 3px 0px 3px;
}
.btn23 .btn_right
{
    background-image: url("/content/images/buttons/btn3_right.png");
}
.player_info .btn21Grey
{
    color: #292929;
    display: block;
    float: left;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 21px;
    text-decoration: none;
    position: relative;
}

.player_info .btn21Grey .left
{
    background-image: url("/content/images/buttons/btn1_left.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 21px;
    width: 2px;
}
.player_info .btn21Grey .middle
{
    background-image: url("/content/images/buttons/btn1_middle.png");
    background-position: left top;
    background-repeat: repeat-x;
    color: #FFFFFF;
    display: table;
    float: left;
    font-size: 10px;
    font-weight: bold;
    height: 21px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.player_info .btn21Grey .right
{
    background-image: url("/content/images/buttons/btn1_right.png");
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 21px;
    width: 2px;
}
.player_info .btn21Grey:hover div
{
    background-position: center bottom;
    color: #E1E1E1;
    cursor: pointer;
}
.player_info .btn21Grey .text
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
}

.wbtn1
{
    color: #292929;
    display: block;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 23px;
    float: right;
    text-decoration: none;
    cursor: pointer;
}
.wbtn1 span.wbtn1_left
{
    background-image: url("/content/images/buttons/btn3_left.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 23px;
    width: 2px;
}
.wbtn1:hover span .wbtn1_left, .wbtn1:hover span .wbtn1_right, .wbtn1:hover span.wbtn1_middle
{
    background-position: left bottom;
}
.wbtn1 span.wbtn1_right
{
    background-image: url("/content/images/buttons/btn3_right.png");
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 23px;
    width: 2px;
}

.wbtn1 span.wbtn1_middle
{
    background-image: url("/content/images/buttons/btn3_middle.png");
    background-position: left top;
    background-repeat: repeat-x;
    color: #001938;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 22px;
    height: 23px;
    margin: 0;
    padding: 0;
    text-align: center;
}


