.PageHeading
{
    font-weight: bold;
    font-size: 115%;
}

.PageText
{
    line-height: 1.3em;
}

.Paragraph
{
    margin-top: 1em;
    
}


.Form
{
    margin: 1em 0px 1em 0px;
    font-size: 100%;
}

    .Form .FormRow
    {
        clear: left;
        margin: 5px 0px 5px 0px;
        height: 2em;
        font-size: 100%;
        
        padding-bottom: 0.5em;

    }
    .Form .FormRow.Special
    {
        height: 2em;
    }

    
    .Form .FormRow div.InputLabel
    {
        float: left;
        font-weight: bold;
        color: #333;
        width: 9em;
        padding-top: 3px;
        padding-right: 3px;
        font-size: 100%;
    }
    
    .Form .FormRow div.InputItem
    {
        float: left;
        min-height: 1em;
    }
    
    .Form .FormRow .InputItem .Desc
    {
        margin-left: 23px;
        font-size: 85%;
        color: #888;
    }
    
    .Form .FormRow .InputItem .Text
    {
        width: 19em;
        font-size: 100%;
    }
    .Form .FormRow .InputItem .Textarea
    {
        width: 30em;
        height: 8em;
        font-size: 85%;
    }
    .Form .FormRow .InputItem.ButtonRow
    {
        padding-left: 9em;
        margin-top: 0.5em;
        
    }
    .Form .FormRow .Button
    {
        cursor: pointer;
    }
   
input.Checkbox
{
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 10px;
    cursor: pointer;
}



.HelpPopup
{
    position: absolute;
    font-size: 85%;
    top: -999px;
    left: -999px;
    text-align: left; 
    width: 20em; 
    z-index: 999;
    background-color: #eee; 
    border: 1px dashed orange;
    padding: 5px;
}

.HelpPopup p
{
    font-size: 100%;
    margin-bottom: 5px;
    margin-top: 0px;
}

.SuccessText
{
    color: Green;   
}

.Notes
{
    font-size: 85%; 
    color: #666;   
    
    line-height: 2em;
}

.UnderNotes
{
}

.BackToTop
{
    text-align: right;
}
.Contents
{
    font-size: 85%;
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.Contents ul
{
    list-style-type: lower-roman;
    margin: 0px;
}
.Contents ul, .Contents li, .Contents a
{
    font-size: 100%;
}
.Contents a
{
      color: #666;
}

.Contents a:hover
{
      color: #333;
}