
* {
    text-rendering: geometricprecision;
}
.UIProtalList li a {
    display: inline-block;
    white-space: nowrap;
}
.UIProtalList li span {
    display: inline-block;

}
.UIProtalList .lvwContent .a-item {
    font: 10pt arial;
}
.UIProtalList .ul-tab li.NormalTab {
    background: #eee none repeat scroll 0 0;
}
.UIProtalList {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    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: 15px;
    text-transform: uppercase;
}
.UIProtalList .ul-tab {
    border-bottom: 2px solid #fe660d;
    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: rgba(253,59,59,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(253,59,59,1)), color-stop(100%, rgba(189,5,5,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: radial-gradient(ellipse at center, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd3b3b', endColorstr='#bd0505', GradientType=1 );
}
.UIProtalList .ul-tab .ActiveTab .text {
    color: #ffffff;
    display: inline-block;
    font: bold 9pt/28px arial;
    padding: 0 12px;
    text-transform: uppercase;
}
.UIProtalList .ul-tab li.NormalTab:hover {
background: rgba(253,59,59,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(253,59,59,1)), color-stop(100%, rgba(189,5,5,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: radial-gradient(ellipse at center, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd3b3b', endColorstr='#bd0505', GradientType=1 );
}
.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;
}
.UIProtalList .lvwContent {
    margin: 5px 0 10px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item {
    padding: 3px 0 3px 30px;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item {
    background: rgba(0, 0, 0, 0) url("images/icon1.png") no-repeat scroll 15px center;
    padding: 3px 0 3px 38px;
}
