.UIProtalList table {
        width: 103%;
}
.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: 1px solid #d2d2d2;
        border-radius: 5px;
        margin-bottom: 10px;
}
.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: 10px;
        text-transform: uppercase;
}
.UIProtalList .ul-tab {
        background: #1995E2;
        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: #0070c5;
        border-radius: 5px 0 0;
}
.UIProtalList .ul-tab .ActiveTab .text {
        color: #ffffff;
        display: inline-block;
        font: bold 9pt/28px arial;
        padding: 0 20px;
        text-transform: uppercase;
        white-space: nowrap;
}
.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 {
        color: #fff;
        display: inline-block;
        font: bold 9pt/28px arial;
        padding: 0 20px;
        text-transform: uppercase;
}
.UIProtalList .lvwContent {
        margin: 0;
        min-height: 200px;
        padding: 5px;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item {
        background: #f0f0f0;
        padding: 5px;
        width: 45%;
        border:1px solid #ddd;
        margin:2px 10px 2px 0;
        display:inline-table;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item:hover {
        background: #0070c5;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item a {
        color: #0070c5;
        font: 14px arial;
        padding: 5px;
        display: block;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item:hover a {
        color:#fff;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item a:hover {
        color:#fff;
}
