/*****************************************************************************************/
/* The following set of classes are used for displaying the diagnosis data on any page.  */
/*****************************************************************************************/
.DiagnosisLeftPaddingColumn {
    width:10px;
    border-right:0;
    border-bottom:0;
}

.DiagnosisAxisTitleColumn {
    vertical-align:top;
    width:80px;
    border-left:0;
    border-right:0;
    border-bottom:0;
}

.DiagnosisDataColumn {
    width:695px;
    border-left:0;
    border-right:0;
    border-bottom:0;
}

table.DiagnosisData {
    width:98%;
    padding-left:10px;
}

tr.DiagnosisDataHeader {
    background-color:#FFFFDC;
}

td.DiagnosisNumberColumn {
    width:93px;
}

td.DiagnosisDescriptionColumn {
    width:238px;
}

td.DiagnosisTypeColumn {
    width:238px;
}

td.DiagnosisDesignationColumn {
    /* Let the width default to whatever is left since this is the right most column.  */
}

td.DiagnosisAxisIIIColumn {
    width:336px;
}

td.DiagnosisStatusColumn {
    /* Let the width default to whatever is left since this is the right most column.  */
}