﻿body
{
    font-family: Arial, "Arial CE", Tahoma, "Helvetica CE", Helvetica, sans-serif;
    font-size: 75%;
    color: #7f7f7f;
    text-align: left;
    padding: 0px;
}

h1
{
    font-size: 20px;
}

h2
{
}

h3
{
}

h4
{
}

.MenuItem 
{
    margin-bottom: 10px;
    margin-right: 30px;
    display: block;
    float: left;
    position: relative;
    font-weight: bold;
}

a
{
    text-decoration: none;
}

 a:hover
 {
     text-decoration: underline;
 }
 
.StandardButton
{
    color: White;
    background-color: #1073A5;/*#828282;*/
    padding-left: 22px;
    padding-right: 22px;
    font-weight: bold;
}

.ErrorText
{
    color: Red;
}

.ColumnHeader
{
    color: White;
    border: 0px;
    background-color: #828282;
    font-weight: bold;
    padding: 4px 16px 4px 8px;
}

.Data 
{
    border-bottom: 1px solid #1073A5;
    padding-left: 6px;
    padding-right: 6px;
}

.FilterTableCell
{
    padding: 0px 16px 12px 0px;
}