
.UIProtalList li a {
    display: inline-block;
    white-space: nowrap;
}
.UIProtalList li span {
    display: inline-block;
    white-space: nowrap;
}
.UIProtalList .ul-tab li.NormalTab {
       background: #ececec;
       width:33%;
       border-right: 1px solid #ddd;
}
.UIProtalList {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    width:1170px;
    display: inline-block;
    text-align: justify;
}
.UIProtalList .header-title {
    background: none repeat scroll 0 0 #1567b3;
    display: none;
    height: 28px;
}
.UIProtalList .header-title .title {
    color: #fff;
    display: none;
    font: bold 10pt/28px arial;
    padding-left: 15px;
    text-transform: uppercase;
}
.UIProtalList .ul-tab {
    background: #ececec;
    border-bottom: 2px solid #1567b3;
    height: 28px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.UIProtalList .ul-tab li {
    cursor: pointer;
    float: left;
    height: 28px;
    margin: 0;
    padding: 0;
    transition: all 0.8s ease 0.2s;
}
.UIProtalList .ul-tab li.ActiveTab {
    background: #1567b3;
    width:33%;
}
.UIProtalList .ul-tab .ActiveTab .text {
    color: #ffffff;
    display: inline-block;
    font: bold 9pt/28px arial;
    padding: 0 12px;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left:37%;
}
.UIProtalList .ul-tab li.NormalTab:hover {
    background: #1567b3 ;
}
.UIProtalList .ul-tab li.NormalTab:hover .text {
    color: #fff;
}
.UIProtalList .ul-tab .NormalTab .text {
    /* border-right: 1px solid #ddd; */
    color: #333;
    display: inline-block;
    font: bold 9pt/28px arial;
    padding: 0 12px;
    text-transform: uppercase;
    padding-left:35%;
}
.UIProtalList .lvwContent {
    margin: 5px 0 10px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.UIProtalList .lvwContent .a-item:hover {
    font: 10pt arial;
    color: #1567b3;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item {
    padding: 3px 0 3px 30px;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item {
    background: url("Images/icon.png") no-repeat scroll 15px center rgba(0, 0, 0, 0);
    padding: 3px 0 3px 38px;
}
