﻿.greenBtn .BtnL
{
    background-repeat: no-repeat;
    background-image: url(/Images/btn_green_noshadow_left.png);
    width: 20px;
    height: 20px;
    cursor: pointer;
    border:none;
}

.greenBtn .BtnM
{
    background-repeat: repeat-x;
    background-image: url(/Images/btn_green_noshadow_main.png);
    height: 20px;
    cursor: pointer;
    border:none;
}

.greenBtn .BtnR
{
    background-repeat: no-repeat;
    background-image: url(/Images/btn_green_noshadow_right.png);
    width: 20px;
    height: 20px;
    cursor: pointer;
    border:none;
}

.greenBtn:hover .BtnL
{
    background-repeat: no-repeat;
    background-image: url(/Images/btn_green_shadow_left.png);
    width: 20px;
    height: 20px;
    cursor: pointer;
    border:none;
}


.greenBtn:hover .BtnM
{
    background-repeat: repeat-x;
    background-image: url(/Images/btn_green_shadow_main.png);
    height: 20px;
    cursor: pointer;
    border:none;
}

.greenBtn:hover .BtnR
{
    background-repeat: no-repeat;
    background-image: url(/Images/btn_green_shadow_right.png);
    width: 20px;
    height: 20px;
    cursor: pointer;
    border:none;
}

.whiteBtn .BtnL
{
    background-repeat: no-repeat;
    background-image: url(/Images/btn_white_noshadow_left.png);
    width: 20px;
    height: 20px;
    cursor: pointer;
    border:none;
}

.whiteBtn .BtnM
{
    background-repeat: repeat-x;
    background-image: url(/Images/btn_white_noshadow_main.png);
    height: 20px;
    cursor: pointer;
    border:none;
}

.whiteBtn .BtnR
{
    background-repeat: no-repeat;
    background-image: url(/Images/btn_white_noshadow_right.png);
    width: 20px;
    height: 20px;
    cursor: pointer;
    border:none;
}

.whiteBtn:hover .BtnL
{
    background-repeat: no-repeat;
    background-image: url(/Images/btn_white_shadow_left.png);
    width: 20px;
    height: 20px;
    cursor: pointer;
    border:none;
}


.whiteBtn:hover .BtnM
{
    background-repeat: repeat-x;
    background-image: url(/Images/btn_white_shadow_main.png);
    height: 20px;
    cursor: pointer;
    border:none;
}

.whiteBtn:hover .BtnR
{
    background-repeat: no-repeat;
    background-image: url(/Images/btn_white_shadow_right.png);
    width: 20px;
    height: 20px;
    cursor: pointer;
    border:none;
}

