﻿.divOrderSubHeaderStyle
{
    width: 680px;
    margin: auto;
    margin-top: 15px;
    line-height: 25px;
    text-align: left;
    border-bottom: solid 1px rgb(121,121,121);
}
.divOrderComboBoxStyle
{
    width: 208px;
    background-color: White;
    border: solid 1px black;
    text-align: center;
}
.divOrderInput
{
    margin-right: 180px;
}
.btnOrderComboBox
{
    background-color: White;
}
.btnOrderComboBox:hover
{
    background-color: Silver;
    text-decoration: none;
    cursor: pointer;
}
.divContactPerson
{
    background-color: White;
}
.divContactPerson:hover
{
    background-color: Silver;
}
.divRepeaterPager
{
    margin: auto;
    margin-top: 10px;
    line-height: 18px;
    font-size: 9pt;
    text-align: center;
    background-color: Red;
    width: 665px;
}
.lblOverFlowHiden
{
    overflow: hidden;
    max-height: 20px;
    text-align: center;
}
.lblCompareText
{
    font-weight: bold;
    font-family: Verdana;
    font-size: 8pt;
    line-height: 20px;
}
.zebraRowOdd
{
    background-color: #F0F0F6;
    vertical-align: top;
}
.zebraRowEven
{
    background-color: #FFFFFF;
    vertical-align: top;
}

