<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ContrastDetailMainTable {
    border: 1px solid black;
    width: 800px;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
}

.ContrastDetailMainTr {
}

.ContrastDetailMainTdLeft {
    padding: 1px;
    width: 180px;
    height: 30px;
    border: 1px solid black;
    font-weight: bolder;
    font-size: 14px;
    background-color: #54DA57;
}

.ContrastDetailMainTdLeft2 {
    padding: 1px;
    width: 180px;
    height: 30px;
    border: 1px solid black;
    font-weight: bolder;
    font-size: 14px;
    background-color: #FFFF66;
}

.ContrastDetailMainTdRight {
    padding: 1px;
    width: 450px;
    height: 30px;
    border: 1px solid black;
    font-size: 14px;
    vertical-align: top;
    background-color: #54DA57;
}

.ContrastDetailMainTdRight2 {
    padding: 1px;
    width: 450px;
    height: 30px;
    border: 1px solid black;
    font-size: 14px;
    vertical-align: top;
    background-color: #FFFF66;
}

.ContrastDetailMainLeftTd {
    border: 1px solid #cccccc;
    text-align: center;
    width: 130px;
    font-weight: bold;
    padding: 5px;
}

.ContrastDetailMainRightTd {
    border: 1px solid #cccccc;
    text-align: center;
    padding: 5px;
}

.ContrastDetailMainRightTdAlignLeft {
    border: 1px solid #cccccc;
    text-align: left;
    padding: 5px;
}

.ContrastDetailChildTable {
    width: 655px;
    height: auto;
}

.ContrastDetailChildLeftTd {
    text-align: center;
    width: 65px;
    font-weight: bold;
    padding: 5px;
}

.ContrastDetailChildRightTd {
    text-align: left;
    vertical-align: top;
}

.ContrastDetailButton {
    border: solid 1px #0175AE;
    height: 30px;
    background-image: url(Images/Button/ListBgBlue.jpg);
    background-repeat: repeat;
    background-color: #dce8ff;
    width: 130px;
}

.ContrastDetailButton a {
    width: 130px;
    height: 30px;
}

.ContrastDetailButtonTable {
}

.ContrastDetailButtonTable td {
    border: none;
    border: solid 1px #0175AE;
    background-image: url(Images/Button/ListBgBlue.jpg);
    background-repeat: repeat;
    background-color: #dce8ff;
    height: 30px;
}

.ContrastDetailButtonTable td span {
    width: 130px;
    height: 30px;
    border: none;
}

.ContrastDetailCheckBoxList {
    text-align: left;
    vertical-align: top;
}

.ContrastDetailDropDownList {
    text-align: left;
    vertical-align: top;
    margin-bottom: 5px;
}

.ContrastDetailCheckBoxList td {
    vertical-align: top;
    padding-right: 10px;
}

.ListMainTable {
    border: 1px solid black;
    text-align: center;
    font-size: 12px;
}

.RightMainTable {
    border: 1px solid black;
    width: 450px;
    text-align: center;
    font-size: 12px;
    margin: 5px;
}

.RightMainTh {
    padding: 1px;
    height: 30px;
    border: 1px solid black;
    font-size: 12px;
    background-color: #66CC9A;
}

.RightMainTd {
    padding: 1px;
    height: 30px;
    border: 1px solid black;
    font-size: 12px;
    background-color: #FFFFFF;
}

.ViewTable {
    padding: 20px;
    border: none;
}

.ViewTr {
    border: none;
}

.ViewTd {
    border: none;
    padding-bottom: 20px;
}

</pre></body></html>