﻿/*
identifier  => <identifier></identifier>
.identifier => class="identifier"
#identifier => id="identifier"

padding: top right bottom left

*/

body
{
    font-size: 10pt;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f0f3f1;
}
textarea
{
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}
.navFont
{
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.navFont:link
{
    color: white;
    text-decoration: none;
}
A.navFont:visited
{
    color: white;
    text-decoration: none;
}
A.navFont:active
{
    color: white;
    text-decoration: none;
}
A.navFont:hover
{
    color: white;
    text-decoration: none;
}

.SkinObject
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link
{
    color: #003366;
    text-decoration: none;
}
A.SkinObject:visited
{
    color: #003366;
    text-decoration: none;
}
A.SkinObject:active
{
    color: #003366;
    text-decoration: none;
}
A.SkinObject:hover
{
    color: #003366;
    text-decoration: none;
}
.masterLeftMargin
{
    background-position: left top;
    background-image: url(/App_Themes/Default/Images/pg_shadow_left.gif);
    background-repeat: repeat-y;
}
masterRightMargin
{
    background-position: right top;
    background-image: url(/App_Themes/Default/Images/pg_shadow_right.gif);
    background-repeat: repeat-y;
}


.contentpagetitle
{
    font-size: 14pt;
    color: #396D8E;
    font-weight: bold;
}
.contentpagesubtitle
{
    font-size: 10pt;
    color: #396D8E;
    font-weight: bold;
}

/* label column */
.formlabel
{
    vertical-align: top;
    white-space: nowrap;
    width:1%;
}

/* value column */
.formvalue
{
    vertical-align: top;
}
.SummaryTable
{
    border: 1px solid silver;
    border-collapse: collapse;
    width: 100%;
}
.SummaryTable td
{
    border: 1px solid silver;
    text-align: right;
}
.SummaryTable .RowHeading
{
    border: 1px solid silver;
    background-color: lightgrey;
    text-align: center;
}
.SummaryTable .RowHeading td
{
    text-align: center;
}
.cmdButton
{
    margin-left:2px;
}
.hiddenContent
{
    visibility:hidden;
}
