﻿#Content {
    clear: both;
}

#LoginForm {
    display: none;
}

#PrimaryAddressMessage {
    display: none;
    position: relative;
    float: left;
}

#PasswordContainer {
}

    #PasswordContainer .field {
        width: auto;
    }
    
    #PasswordContainer .helpText {
        margin: 0;
        width: 166px;
    }

.staticField .arrowHighlight {
    margin-left: 1em;
    border: 1px dotted;
    background: #f8f8f8;
}

/* Should this even be on the form? */
#AuthenticatedEmailContainer {
    display: none;
}

h1 {
    border-bottom: 2px solid #2F1868;
}
h3 {
    border-bottom: 0;  
    color: #1C053F;  
}
h3 a:link, h3 a:visited, h3 a:active {
    color: #1C053F;   
}
    
#TemplateContainer_TemplateContent_TemplatePrimary_ctl00_ProfileForm {
    margin-bottom: 220px;
}

#CPDReport {
}

    #CPDReport table.cpdReportTable {
        border: #c0c0c0 2px solid;
        border-collapse: collapse;
    }
    
        #CPDReport table.cpdReportTable tr {
        }
    
            #CPDReport table.cpdReportTable tr th {
                padding: 6px;
                background: #f0f0f0;
                border: #c0c0c0 2px solid;
            }
    
            #CPDReport table.cpdReportTable tr td {
                padding: 6px;
                border: #c0c0c0 2px solid;
            }
    
        #CPDReport table.cpdReportTable tr.headerRow {
        }
    
            #CPDReport table.cpdReportTable tr.headerRow th {
            }
    
        #CPDReport table.cpdReportTable tr.dataRow {
        }

            #CPDReport table.cpdReportTable tr.dataRow th {
                background: #f8f8f8;
            }

            #CPDReport table.cpdReportTable tr.dataRow td {
            }
