/*IE workaround*/
table {TABLE-LAYOUT: fixed;}

.buttonBlue .chk_tbl_button, .buttonBlue .tbl_button {
    background-color: transparent;
    table-layout: fixed;
    width: 100%;
    min-height:107px;
    /*position:relative;*/
}

.buttonBlue .td_top {
    background-image: url( "../img/buttonBlue/top.png" );
    background-repeat:repeat-x;
    background-position:top;
    height:31px;
}

.buttonBlue .td_bottom {
    background-image: url( "../img/buttonBlue/bottom.png" );
    background-repeat:repeat-x;
    height:31px;
}

.buttonBlue .td_leftTop {
    background-image: url( "../img/buttonBlue/topLeft.png" );
    width: 31px;
    height: 31px;
}

.buttonBlue .td_leftBottom {
    background-image: url( "../img/buttonBlue/bottomLeft.png" );
    width: 31px;
    height: 31px;
}

.buttonBlue .td_rightTop {
    background-image: url( "../img/buttonBlue/topRight.png" );
    width: 31px;
    height: 31px;
}

.buttonBlue .td_rightBottom {
    background-image: url( "../img/buttonBlue/bottomRight.png" );
    width: 31px;
    height: 31px;
}


/**********************************************************************/

.buttonBlue .td_left {
    background-image: url( "../img/buttonBlue/left.png" );
    background-repeat:repeat-y;
    background-position:left;
    width: 12px;
}

.buttonBlue .td_right {
    background-image: url( "../img/buttonBlue/right.png" );
    background-repeat:repeat-y;
    background-position:right;
    width: 15px;
}

.buttonBlue .td_center {
    background-image: url( "../img/buttonBlue/center.gif" );
    background-repeat:repeat-x;
    background-position:bottom;
    background-color:#0b9fd0;
    min-height:46px;

    line-height: 23px;
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight:bold;

    padding:0;
}

/**********************************************************************/

.buttonBlue .down .td_top, .buttonBlue .press .td_top {
    background-image: url( "../img/buttonBlue/top_press.gif" );
}

.buttonBlue .down .td_left, .buttonBlue .press .td_left{
    background-image: url( "../img/buttonBlue/left_press.gif" );
    width: 16px;
}

.buttonBlue .down .td_right, .buttonBlue .press .td_right{
    background-image: url( "../img/buttonBlue/right_press.gif" );
    width: 11px;
}

.buttonBlue .down .td_bottom, .buttonBlue .press .td_bottom{
    background-image: url( "../img/buttonBlue/bottom_press.gif" );
}

.buttonBlue .down .td_leftTop, .buttonBlue .press .td_leftTop{
    background-image: url( "../img/buttonBlue/topLeft_press.gif" );
}

.buttonBlue .down .td_leftBottom, .buttonBlue .press .td_leftBottom{
    background-image: url( "../img/buttonBlue/bottomLeft_press.gif" );
}

.buttonBlue .down .td_rightTop, .buttonBlue .press .td_rightTop{
    background-image: url( "../img/buttonBlue/topRight_press.gif" );
}

.buttonBlue .down .td_rightBottom, .buttonBlue .press .td_rightBottom{
    background-image: url( "../img/buttonBlue/bottomRight_press.gif" );
}

.buttonBlue .down .td_center, .buttonBlue .press .td_center {
    text-decoration: none;
    background-image: url( "../img/buttonBlue/center_press.gif" );
    background-repeat:repeat-x;
    background-position:bottom;
    min-height:46px;
    background-color:#0876b7;

    padding:0;
}

.avatar {
    /*margin-top: -3px;*/
    padding: 0 30px 4px 51px;
    background-image: url( "../img/buttonBlue/stop.gif" );
    background-repeat:no-repeat;
    background-position:9px 0;
    position:relative;
    overflow-x:hidden;
}
.press .avatar {
    /*margin-top: -3px;*/
    padding: 4px 3px 0 51px;
    background-image: url( "../img/buttonBlue/stop.gif" );
    background-repeat:no-repeat;
    background-position:9px 4px;
}

#quitQuest .avatar {
    /*margin-top: -3px;*/
    background-image: url( "../img/buttonBlue/exit.png" );
    background-repeat:no-repeat;
}

#continueQuest .avatar {
    /*margin-top: -3px;*/
    background-image: url( "../img/buttonBlue/continue.gif" );
    background-repeat:no-repeat;
}
