﻿/*** Report ***/

.Report
{
}

.Report .ClearSplitter
{
    clear: both;
}

.Report .Top
{
    width: 100%;
    overflow: hidden;
}

.Report .Top .Logo
{
    float: left;
}

.Report .Top .DateTime
{
    float: right;
}

.Report .Head
{
    font-size: large;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 2px 0px;
    padding: 5px;
}

.Report .SubHead
{
    font-size: small;
    font-weight: bold;
    text-align: center;
    margin: -10px 0px 5px 0px;
    padding: 5px;
}

.Report .Body
{
}

/*** List View Table ***/

.ListViewTable
{
    width: 100%;
    border-spacing: 0px;
    border-color: #E78F08;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    empty-cells: show;
}

.ListViewTable thead tr
{
    height: 23px;
}

.ListViewTable thead th
{
    margin: 0;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    border-color: #E78F08;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    background: #F6A828 url(../../Images/In/HeaderBackground.png) repeat-x scroll 50% 50%;
    vertical-align: middle;
}

.ListViewTable th
{
    vertical-align: top;
}

.ListViewTable th a:link, .ListViewTable th a:active, .ListViewTable th a:visited, .ListViewTable th a:hover
{
    color: White;
}

.ListViewTable td
{
    padding: 2px;
    border-color: #E78F08;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
}

.ListViewTable .GenericItem
{
    background-color: #FFFFFF;
}

.ListViewTable .Bold
{
    font-weight: bold;
}

.ListViewTable .AlternatingItem
{
    background: #EEEEEE url(../../Images/In/ModalDialogBackground.png) repeat-x scroll 50% top;
}

.ListViewTable .LeftItem
{
    text-align: left;
}

.ListViewTable .CenteredItem
{
    text-align: center;
}

.ListViewTable .RightItem
{
    text-align: right;
}

.DataPager
{
    padding: 2px;
    text-align: center;
}

.Controls
{
    padding: 2px;
    text-align: center;
}
