﻿input.button
{
    padding: 5px 20px;
}

label
{
    font-weight: bold;
}

#home-button-list
{
    margin-top: 20px;
}

#home-button-list li
{
    float: left;
    list-style-type: none;
    margin-left: 20px;
    height: 111px;
    width: 117px;
}

#home-button-list h1
{
    text-align: center;
    margin: 28px 0 0 5px;
    padding-right: 5px;
    border: none;
    line-height: 25px;
    font-size: 2em;
}

#home-button-list h1 a
{
    text-decoration: none;
    color: #FFFFFF;
}

.button-blue
{
    background: transparent url(/App_Images/button-blue-bg.gif) no-repeat;
}

.button-lime
{
    background: transparent url(/App_Images/button-lime-bg.gif) no-repeat;
}

.button-orange
{
    background: transparent url(/App_Images/button-orange-bg.gif) no-repeat;
}

.button-pink
{
    background: transparent url(/App_Images/button-pink-bg.gif) no-repeat;
}

.image-left
{
    float: left;
    margin-right: 5px;
    border: solid 1px #CCCCCC;
    padding: 1px;
}

thead tr
{
    font-weight: bold;
}