﻿body
{
    font-family: Segoe UI,Tahoma,Verdana,Arial;
    background: url('../App_Themes/Blue/img/BackgroundRpt.jpg') repeat-x top;
}
.font
{
    font-size: 100%;
    letter-spacing: 0.03em;
    font-size: 30px;
    text-align: left;
    padding: 0 0 0 15px;
}
.tableSign
{
    width: 250px;
    vertical-align: top;
    padding: 0 0 0 15px;
    font-size: 14px;
}
input[type="submit"], input[type="button"], input[name="button"]
{
    background: -moz-linear-gradient(top, #428BC2, #236496);
    background: -ms-linear-gradient(top, #428BC2, #236496);
    background: -o-linear-gradient(top, #428BC2, #236496);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#428BC2), to(#236496));
    background: -webkit-linear-gradient(top, #428BC2, #236496);
    background-color: -o-linear-gradient; 
    behavior: url('../App_Themes/Blue/PIE.htc');
    -pie-background: url(bg-image.png) no-repeat, linear-gradient(#428BC2, #236496);
    box-shadow: inset 0px 1px #81B2D7;
    -webkit-box-shadow: inset 0px 1px #81B2D7;
    -moz-box-shadow: inset 0px 1px #81B2D7;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    list-style-type: none;
    margin: 0px !important;
    border: 1px solid #1A527D;
    color: #DDD;
    padding: 2px 2px 2px 2px; 
}
input[type="submit"]:hover, input[type="button"]:hover, input[name="button"]:hover
{
    color: white;
    cursor: pointer;
}
req
{
    color: Maroon;
    text-align: right;
}
.inputElement
{
    border: 1px solid #B6B6B6;
    background: #ffffff;
    color: #1A527D;
    behavior: url('../App_Themes/Blue/PIE.htc');
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 2px 2px 2px;
    margin: 0px 0px 0px 0px;
    background-image: none;
    font-size: 13px;
    font-family: Calibri;
}
.inputElement:focus
{
    border: 1px solid;
}
a
{
    text-decoration: none;
    color: Gray;
}
a:hover
{
    text-decoration: none;
    color: Black;
}
