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