﻿.SectionHeader
{
    font-weight:bold;
    text-align:center;
    padding:10px 10px 10px 10px;
    font-size:1.25em;
}
.DataForm th 
{
    text-align:right;
    font-weight:bold;
}
.DataForm td 
{
    text-align:left;
}

.heading
{
    font-weight:bold;
    text-align: right;
}
.BoldCenterL
{
 text-align:center;
 font-size:1.25em;
}
.BoldText
{
    font-weight:bold;
}
.SideBarSelected
{
    font-weight:bold;
    background-color: #6d81bc;
    color:White;
}
.SideBarSelected A
{
    font-weight:bold;
    background-color: #6d81bc;
    color:White;
}

.textboxDisabled
{
    background-color:#EEEEEE;
}

.textboxEnabled
{
}

/* hr used in rendition form */
.formDivider
{
    clear:both;
}

/* links to previous renditions */
.PrevRendLink
{
    padding-left:10px;
    text-decoration:underline;
}
.AppraisalLink
{
    text-align:center;
    font-size:1.1em;
}
.enabledText
{
}

.disabledText
{
    color:#808080;
}

/* used to display values that are from prev rendition */
.currentYearValue
{
}
.lastYearValue
{
    background-color:#FFC0C0;
}