﻿body
{
    font-family: tahoma;
    font-size: 8.5pt;
    margin: 0px;
}

a
{
    text-decoration: none;
    color: #336699;
}
a:hover
{
    text-decoration: underline;
    color: red;
}

input, textarea, select
{
    font-family: tahoma;
    font-size: 8.5pt;
}

div.TaskList
{
    padding-top: 4px;
    padding-bottom: 4px;
}
div.TaskList div.Task
{
    background-position: 4px 4px;
    padding-top: 0px;
    padding-bottom: 4px;
    padding-left: 14px;
    background-image: url(Bullet.gif);
    background-repeat: no-repeat;
}

table.Page
{
    width: 100%;
    border-collapse: collapse;
}

table.Page tr.HeaderRow td.HeaderCell
{
    border-bottom: solid 1px dimgray;
    padding: 0px 4px 0px 8px;
    height: 50px;
}

table.Page tr.HeaderRow td.HeaderCell div.Title
{
    font-family: Tahoma;
    font-size: x-large;
    color: #666666;
}

table.Page tr.HeaderRow td.HeaderCell div.PageTitle
{
    font-size: 34pt;
    color: #DCDCDC;
    font-family: Arial;
    float: right;
    position: absolute;
    width: 600px;
    height: 25px;
    right: 4px;
    top: -2px;
    text-align: right;
    text-transform: lowercase;
    letter-spacing: -4px;
}

table.Page tr.BodyRow td.SideMenu
{
    white-space: nowrap;
    border-right: solid 1px #696969;
    width: 150px;
    padding: 2px;
}

.StaticHover a
{
    display: block;
}

table.Page tr.BodyRow td.BodyCell
{
    padding: 8px;
    height: 450px;
}

table.Page tr.BodyRow td.BodyCell div.Break
{
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 1px;
    border-top: solid 1px #696969;
}

table.Page tr.BodyRow td.BodyCell div.Section
{
    padding: 4px 12px 4px 8px;
    font-weight: bold;
    background-color: #696969;
    border-bottom: solid 1px dimgray;
    text-transform: lowercase;
    text-align: right;
    color: white;
    font-family: tahoma;
    font-size: 8.5pt;
    margin: -9px -8px 8px -8px;
}

table.Page tr.BodyRow td.BodyCell div.Description
{
    color: #696969;
    padding-bottom: 4px;
}

table.Page tr.FooterRow td.FooterCell
{
    border-top: solid 1px #696969;
    color: #696969;
    padding: 4px;
}

table.ErrorTable
{
    border-collapse: collapse;
    margin-bottom: 4px;
    margin-top: 4px;
}

table.ErrorTable tr.ErrorRow td.ErrorCell
{
    border: solid 1px black;
    background-color: InfoBackground;
    font-family: Tahoma;
    font-size: 8.5pt;
    color: black;
    padding: 4px;
}

.GridView
{
}

.GridView .Footer
{
}

.GridView .Header th
{
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
    text-align: left;
    background-color: #F5F5F5;
    padding: 4px;
}

.GridView tr.EmptyDataRow td
{
    padding: 4px 4px 24px 4px;
    color:#696969;
}

.GridView .Row td
{
    border-bottom: solid 1px silver;
    padding: 3px 2px 3px 2px;
}

.GridView .AlternatingRow td
{
    border-bottom: solid 1px silver;
    padding: 3px 2px 3px 2px;
}

.GridView .SelectedRow td
{
    border-bottom: solid 1px silver;
    padding: 3px 2px 3px 2px;
}

table.GridView tr.Pager
{
}

.DetailsView
{
}

.DetailsView tr.AlternatingRow td
{
    padding: 4px 4px 4px 4px;
}

.DetailsView tr.CommandRow td
{
    padding: 4px 0px 4px 4px;
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
    background-color: #F5F5F5;
}

.DetailsView tr.CommandRow td a
{
    margin-right: 4px;
}

.DetailsView .EditRow
{
}

.DetailsView .EmptyDataRow
{
}

.DetailsView .FieldHeader
{
    color: #696969;
    padding: 4px;
    font-weight: normal;
}

.DetailsView .Header
{
}

.DetailsView .InsertRow
{
}

.DetailsView .Page
{
}

.DetailsView tr.Row td
{
    padding: 4px 4px 4px 4px;
}

.DetailsView .Required
{
    font-weight: bold;
}

