﻿.Button2.Important
{
    display: inline-block;
    width: 86px;
    line-height: 32px;
    color: White;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-image: url('/_MasterPage/_Css/Grobal/Button2/Button2_Important.png');
    background-repeat: no-repeat;
}

.Button2.Important:hover, .Button2.Important.Selected
{
    background-position: 0 -32px;
}

.Button2.Important:active
{
    color: #ddd;
    font-weight: normal;
    background-position: 0 -64px;
}


.Button2.Normal
{
    display: inline-block;
    width: 86px;
    height: 32px;
    line-height: 32px;
    color: White;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-image: url('/_MasterPage/_Css/Grobal/Button2/Button2_Normal.png');
    background-repeat: no-repeat;
}

.Button2.Normal:hover, .Button2.Normal.Selected
{
    background-position: 0 -32px;
}

.Button2.Normal:active
{
    color: #ddd;
    font-weight: normal;
    background-position: 0 -64px;
}



.Button2.Previous
{
    display: block;
    width: 86px;
    height: 32px;
    line-height: 32px;
    color: White;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-image: url('/_MasterPage/_Css/Grobal/Button2/Button2_Previous.png');
    background-repeat: no-repeat;
}

.Button2.Previous:hover, .Button2.Previous.Selected
{
    background-position: 0 -32px;
}

.Button2.Previous:active
{
    color: #ddd;
    font-weight: normal;
    background-position: 0 -64px;
}

.Button2.Next
{
    display: block;
    width: 86px;
    height: 32px;
    line-height: 32px;
    color: White;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-image: url('/_MasterPage/_Css/Grobal/Button2/Button2_Next.png');
    background-repeat: no-repeat;
}

.Button2.Next:hover, .Button2.Next.Selected
{
    background-position: 0 -32px;
}

.Button2.Next:active
{
    color: #ddd;
    font-weight: normal;
    background-position: 0 -64px;
}
