﻿
.UcSiteChang_ComboBox
{
    background-color: #F6F6F6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999999;
}

.UcSiteChang_ComboBoxHover
{
       color: #999999;
    background-color: white;
        font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;

}

.UcSiteChang_ComboDropDown
{
     background-color: #F6F6F6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 85px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #CDCDCD;
    border-bottom-color: #CDCDCD;
    border-left-color: #CDCDCD;
}

.UcSiteChang_ComboTextBox
{
    cursor: pointer;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #CDCDCD;
    border-bottom-color: #CDCDCD;
    border-left-color: #CDCDCD;
   
}

.UcSiteChang_ComboItem
{
    font-family: Verdana;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #CDCDCD;
    padding-left: 6px;
}

.UcSiteChang_ComboItemHover
{
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #78B8CD;
    padding-left: 6px;
}
.UcSiteChang_ComboItemSelected
{
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999999;
    padding-left: 6px;
}