.UIProtalList li a {
    display: block;
    white-space: nowrap;
}
.UIProtalList .ul-tab li.NormalTab {
background: rgba(247,247,247,1);
background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(242,242,242,1) 49%, rgba(245,245,245,1) 51%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(49%, rgba(242,242,242,1)), color-stop(51%, rgba(245,245,245,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(242,242,242,1) 49%, rgba(245,245,245,1) 51%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(242,242,242,1) 49%, rgba(245,245,245,1) 51%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(242,242,242,1) 49%, rgba(245,245,245,1) 51%, rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(242,242,242,1) 49%, rgba(245,245,245,1) 51%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fefefe', GradientType=0 );
  
}

.UIProtalList {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
}


.UIProtalList .header-title {
    background: none repeat scroll 0 0 #0f6fa9;
    display: none;
    height: 26px;
}
.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 #0f6fa9;
    height: 26px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.UIProtalList .ul-tab li {
    cursor: pointer;
    float: left;
    height: 26px;
    margin: 0;
    padding: 0;
    transition: all 0.8s ease 0.2s;
}
.UIProtalList .ul-tab li.ActiveTab {
    background: none repeat scroll 0 0 #006EF2;
 
}
.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: none repeat scroll 0 0 #006EF2;
}
.UIProtalList .ul-tab li.NormalTab:hover .text {
    color: #fff;
}
.UIProtalList .ul-tab .NormalTab .text {
    color: #333;
    display: inline-block;
    font: bold 9pt/28px arial;
    padding: 0 12px;
    text-transform: uppercase;
      border-right: 1px solid #ddd;
}

.UIProtalList .tb-content {
    width: 100%;
}

.UIProtalList .lvwContent .tb-content .tr-row .td-item {
    padding: 3px 0 3px 30px;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item {
    background: url("images/icon1.png") no-repeat scroll 15px center rgba(0, 0, 0, 0);
    padding: 3px 0px 3px 38px;
  vertical-align:top; 
}


