
.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: 3px;
    margin-bottom: 20px;
}
.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 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+11,ffffff+11,f1f1f1+31,e1e1e1+54,f6f6f6+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 11%, rgba(255,255,255,1) 11%, rgba(241,241,241,1) 31%, rgba(225,225,225,1) 54%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 11%,rgba(255,255,255,1) 11%,rgba(241,241,241,1) 31%,rgba(225,225,225,1) 54%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 11%,rgba(255,255,255,1) 11%,rgba(241,241,241,1) 31%,rgba(225,225,225,1) 54%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 5px 0 0 10px;
    width: 100%;
    height: 35px;
}
.UIProtalList .ul-tab li { 
    cursor: pointer;
    float: left;
    height: 27px;
    margin: 0;
    padding: 0; 
}
.UIProtalList .ul-tab li.ActiveTab {
    background: #fff;
  	height: 32px;
  	border-radius: 10px 10px 0px 0px;
}
.UIProtalList .ul-tab .ActiveTab .text {
    color: #2c6600;
    display: inline-block;
    font: bold 13.5px/28px Tahoma;
    padding: 0 33px;
    white-space: nowrap !important;
    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 { 
}
.UIProtalList .ul-tab .NormalTab .text {
    color: #2c6600;
    display: inline-block;
    font: bold 13.5px/28px tahoma;
    padding: 0 33px;
    white-space: nowrap !important;
    text-transform: uppercase;
}
.UIProtalList .lvwContent {
    border: 1px solid #ddd;
    margin: 0 0 5px;
    padding: 5px;
}
.UIProtalList .lvwContent .a-item:hover {
    color: #b82805;
    font: 10pt arial;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item {
    padding: 5px 0 5px 30px;
}
.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/icon1.png") no-repeat scroll 11px center;
    padding: 2px 0 2px 25px;
    width: 30%;
  	height: 28px;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item img{
  display: none;
}	