﻿body, input, textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
}

.clear
{
    clear: both;
}

/* Link Buttons */

a.linkbutton, input.linkbutton
{
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    cursor: pointer;
    border: solid 1px;
    background-color: #c6bca9;
    display: block;
    float: left;
    color: #333;
    text-decoration: none;

    border-top-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #666;
    border-bottom-color: #666;
}
input.linkbutton
{
    padding: 1px 12px 2px 12px;
    margin: 0 3px 5px 0;
}
a.linkbutton{
    padding: 2px 12px 3px 12px;
    margin: 0 3px 5px 0;
}
a.linkbutton:hover, input.linkbutton:hover, a.linkbutton:active, input.linkbutton:active
{
    text-decoration: underline;
    background-color: #cec4b1;
    color: #333;
}
a.linkbutton:active, input.linkbutton:active
{
    border-top-color: #999;
    border-left-color: #999;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    color: #333;
}
input.linkbutton:active
{
    padding: 2px 11px 1px 13px;
}
a.linkbutton:active
{
    padding: 3px 11px 2px 13px;
}


/* link images */

a img
{
    border: 0;
}


