
.UIProtalList li a {
    display: inline-block;
    white-space: nowrap;
}
.UIProtalList li span {
    display: inline-block;
    white-space: nowrap;
}
.UIProtalList .ul-tab li.NormalTab {
}
.UIProtalList {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
}
.UIProtalList .header-title {
    background: #0f6fa9 none repeat scroll 0 0;
    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 {
    height: 27px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.UIProtalList .ul-tab li {
    cursor: pointer;
    float: left;
    height: 24px;
    margin: 0;
    padding: 0;
    transition: all 0.8s ease 0.2s;
}
.UIProtalList .ul-tab li.ActiveTab {
    background: rgba(0, 0, 0, 0) url("Images/bar.png") no-repeat scroll right bottom;
    height: 27px;
    width: 270px;
}
.UIProtalList .ul-tab .ActiveTab .text {
    color: #fff;
    font: bold 10pt/29px arial;
    padding-left: 15px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
}
.UIProtalList .ul-tab li.NormalTab:hover {
    background: rgba(0, 0, 0, 0) url("Images/menutop.jpg") repeat-x scroll 0 0;
}
.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/24px arial;
    padding: 0 20px;
    text-transform: uppercase;
}
.UIProtalList .lvwContent {
    border-color: #c80100 #e0e0e0 #e0e0e0;
    border-style: solid;
    border-width: 2px 1px 1px;
    margin: 0;
    padding: 10px;
}
.UIProtalList .lvwContent .a-item:hover {
    color: #b82805;
    font: 10pt arial;
}
.UIProtalList table {
    width:100%;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item a {
    color: #333;
    font: 13px arial;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item {
    background: rgba(0, 0, 0, 0) url("Images/icon.png") no-repeat scroll 11px center;
    padding: 1px 0 1px 30px;
    width: 33%;
}
