﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    color: #000000;
}
.normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #000000;
}
.footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    color: #000000;
}
.detailsview
{
    font-size: 12px;
    font-family: 'Lucida Grande' , 'Lucida Sans Unicode' , Verdana, Arial, Helevetica, sans-serif;
    color: #303933;
    margin-right: 0px;
}
Table.Detailsview
{
    border: solid 1px #df5015;
}
.DetailsviewTable
{
    border: none;
}
.DetailsviewTable td
{
    margin-top: 0;
    padding: 0;
    vertical-align: middle;
}
.DetailsviewTable tr
{
    color: White;
    background-color: #df5015;
    height: 30px;
    text-align: center;
}
.Detailsview th
{
    color: #FFFFFF;
    border-right-color: #abb079;
    border-bottom-color: #abb079;
    padding: 0.5em 0.5em 0.5em 0.5em;
    text-align: center;
}
.Detailsview td
{
    border-bottom-color: #f0f2da;
    border-right-color: #f0f2da;
    padding: 0.5em 0.5em 0.5em 0.5em;
}
.Detailsview tr
{
    color: Black;
    background-color: White;
    text-align: left;
}
:link, :visited
{
    color:Green;
    text-decoration: underline;
    font-size:1em;
}
.FormviewDiv
{
    font-size: small;
    font-family: 'Lucida Grande' , 'Lucida Sans Unicode' , Verdana, Arial, Helevetica, sans-serif;
    color: #303933;
}
Table.Formview
{
    border: solid 1px #df5015;
}
.FormviewTable
{
    border: solid 1px #df5015;
}
.FormviewTable td
{
    margin-top: 0;
    padding: 1px 5px 1px 5px;
    vertical-align: top;
    text-align: left;
}
.FormviewTable tr
{
    color: White;
    background-color: #ff6600;
    height: 14px;
    text-align: left;
}
.Formview th
{
    color: #FFFFFF;
    border-right-color: #ff6600;
    border-bottom-color: #abb079;
    padding: 0.5em 0.5em 0.5em 0.5em;
    text-align: center;
}
.Formview td
{
    border: solid 1px #df5015;
    padding: 0.5em 0.5em 0.5em 0.5em;
    text-align: left;
    font-size: small;
    vertical-align: top;
}
.Formview tr
{
    color: Black;
    background-color: White;
    text-align: left;
}
.Formview
{
    border: solid 1px #df5015;
}


.GridviewDiv
{
    font-size: small;
    font-family: 'Lucida Grande' , 'Lucida Sans Unicode' , Verdana, Arial, Helevetica, sans-serif;
    color: #303933;
}
Table.Gridview
{
    border: solid 1px #df5015;
}
.GridviewTable
{
    border: solid 1px #df5015;
}
.GridviewTable td
{
    margin-top: 0;
    padding: 0;
    vertical-align: middle;
}
.GridviewTable tr
{
    color: White;
    background-color: #ff6600;
    height: 15px;
    text-align: center;
}
.Gridview th
{
    color: #FFFFFF;
    border-right-color: #ff6600;
    border-bottom-color: #abb079;
    padding: 0.5em 0.5em 0.5em 0.5em;
    text-align: center;
}
.Gridview td
{
    border: solid 1px #df5015;
    padding: 0.5em 0.5em 0.5em 0.5em;
}
.Gridview tr
{
    color: Black;
    background-color: White;
    text-align: left;
}
.Gridview
{
    border: solid 1px #df5015;
}


.tabs
{
    position: relative;
    top: 1px;
    left: 10px;
}
.tab
{
    border: solid 1px black;
    background-color: #000000;
    padding: 2px 10px;
}
.selectedTab
{
    background-color: White;
    border-bottom: solid 1px white;
}
.tabContents
{
    border: solid 1px black;
    padding: 10px;
    background-color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #CC3300;
}

.loginstatus
{
    font-size: small;
    text-decoration: underline;
}
.breadcrumbs
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #CC3300;
}
.label
{
    font-size: medium;
    font-weight: bold;
    color: #CC3300;
}
.validationmessage
{
    font-size: small;
    font-weight: bold;
    color: black;
}
