﻿/* Blue Theme */


.scButtonClass
{
    color: White;
    font-weight: bold;
    width: 85px;
    height: 28px;
    border: 0;
    padding: 0;
    background-image:url(images/blue/blue.png);
    background-repeat:no-repeat;
}

.scButtonClass:hover
{
    color: White;
    font-weight: bold;
    width: 85px;
    height: 28px;
    border: 0;
    padding: 0;
    background-image:url(images/blue/blueHover.png);
    background-repeat:no-repeat;
    cursor:pointer;
}