﻿

body
{
    font-family: 'Lucida Sans Unicode', 'Trebuchet MS',Tahoma,Verdana,Arial,Times New Roman;
    font-size: small;
    font-weight: normal;
    background-color: #515151;
}

h2
{
    color: #bababa;
}

.GridViewFooter table
{
    margin:5px;
    width: 200px;
    height:20px;
    padding: 2px 8px 2px 8px;
}

.GridViewFooter a
{
    color: White;
    text-decoration: none;
    background-color: #6eac2c;
    padding: 2px 8px 2px 8px;
}
.GridViewFooter a:hover
{
    color: White;
    text-decoration: none;
    background-color: #056b93;
    padding: 2px 8px 2px 8px;
}

.GridViewFooter span
{
    color: White;
    text-decoration: none;
    background-color: #2191c0;
    padding: 2px 8px 2px 8px;
}

 .ClubHeaderText1
{
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background: url(images/ui-bg_diagonals-thick_22_1484e6_40x40.png) repeat;
}

.StepPast
{
    background-color: #404040;
    color: White;
    height: 50px;
    padding:0 0 0 10px ;
}
.StepPastImage
{
    background-image: url(Images/Prog.png);
    height: 50px;
    width: 50px;
}
.StepCurrent
{
    background-color: #404040;
    color: White;
    height: 50px;
    padding:0 0 0 10px ;
}
.StepCurrentImage
{
    background-image: url(Images/Prog1.png);
    height: 50px;
    width: 50px;
}
.StepNext
{
    background-color: #808080;
    color: White;
}
.StepNextImage
{
    background-image: url(Images/Prog2.png);
    height: 50px;
    width: 50px;
}
