﻿.SummaryMainTable{
    border:1px solid #cccccc;
    width:100%;
    height:auto;
}

.SummaryMainLeftTd{
    border:1px solid #cccccc;
    text-align:center;
    width:65px;
    font-weight:bold;
}

.SummaryMainRightTd{
    border:1px solid #cccccc;
    text-align:center;
    padding:5px;
}

.SummaryMainRightTdAlignLeft{
    border:1px solid #cccccc;
    text-align:left;
    padding:5px;
}

.SummaryChildTable{
    width:655px;
    height:auto;
}

.SummaryChildLeftTd{
    text-align:center;
    width:65px;
    font-weight:bold;
}

.SummaryChildRightTd{
    text-align:center;
}

.SummaryButton{
    border: solid 1px #0175AE;
    height: 25px;
    background-image: url(Images/Button/ListBgBlue.jpg);
    background-repeat:repeat;
    background-color: #dce8ff;
    width: 130px; 
}

.SummaryButton a{
    width:130px;
    height:25px;
}

.SummaryButtonTable{
}

.SummaryButtonTable td{
    border:none;
    border: solid 1px #0175AE;
    background-image: url(Images/Button/ListBgBlue.jpg);
    background-repeat:repeat;
    background-color: #dce8ff;
    height:25px;
}

.SummaryButtonTable td span{
    width:130px;
    height:25px;
    border:none;
}

.ContrastMainTable{
    border:1px solid #cccccc;
    width:800px;
    height:auto;
}

.ContrastMainLeftTd{
    border:1px solid #cccccc;
    text-align:center;
    width:130px;
    font-weight:bold;
    padding:5px;
}

.ContrastMainRightTd{
    border:1px solid #cccccc;
    text-align:center;
    padding:5px;
}

.ContrastMainRightTdAlignLeft{
    border:1px solid #cccccc;
    text-align:left;
    padding:5px;
}

.ContrastChildTable{
    width:655px;
    height:auto;
}

.ContrastChildLeftTd{
    text-align:center;
    width:65px;
    font-weight:bold;
    padding:5px;
}

.ContrastChildRightTd{
    text-align:left;
    vertical-align:top;

}

.ContrastButton{
    border: solid 1px #0175AE;
    height: 30px;
    background-image: url(Images/Button/ListBgBlue.jpg);
    background-repeat:repeat;
    background-color: #dce8ff;
    width: 130px; 
}

.ContrastButton a{
    width:130px;
    height:30px;
}

.ContrastButtonTable{
}

.ContrastButtonTable td{
    border:none;
    border: solid 1px #0175AE;
    background-image: url(Images/Button/ListBgBlue.jpg);
    background-repeat:repeat;
    background-color: #dce8ff;
    height:30px;
}

.ContrastButtonTable td span{
    width:130px;
    height:30px;
    border:none;
}

.ContrastCheckBoxList{
    text-align:left;
    vertical-align:top;
}

.ContrastDropDownList{
    text-align:left;
    vertical-align:top;
    margin-bottom:5px;
}

.ContrastCheckBoxList td{
    vertical-align:top;
    padding-right:10px;
}