.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;
}
.UIProtalList .header-title {
    background: #0f6fa9 none repeat scroll 0 0;
    display: none;
    height: 28px;
}
.UIProtalList .header-title .title {
    color: #fff;
    display: none;    
        font-size: 10pt;
    	line-height: 28px;
   		font-weight: bold;
    	font-family: 'Roboto Condensed', sans-serif;
    padding-left: 10px;
    text-transform: uppercase;
}
.UIProtalList .ul-tab {
    background: #15a5c5;
    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: #15a5c5;
    border-radius: 5px 0 0;
}
.UIProtalList .ul-tab .ActiveTab .text {
    color: #ffffff;
    display: inline-block;
    
        font-size: 9pt;
    	line-height: 28px;
   		font-weight: bold;
    	font-family: 'Roboto Condensed', sans-serif;
    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-size: 9pt;
    	line-height: 28px;
   		font-weight: bold;
    	font-family: 'Roboto Condensed', sans-serif;
    padding: 0 20px;
    text-transform: uppercase;
}
.UIProtalList .lvwContent {
    margin: 5px 0 10px;

}
.UIProtalList .lvwContent .tb-content .tr-row .td-item {
    background: rgba(0, 0, 0, 0) url("images/icon.png") no-repeat scroll 11px center;
    padding: 3px 20px 3px 40px;
    width: 45%;
    border:0px solid #ddd;
    margin:2px 10px 2px 0;
    display:inline-table;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item:hover {
    background: #c51553;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item a {
    color: #0070c5;
    
        font-size: 10pt;
    	
   		
    	font-family: 'Roboto Condensed', sans-serif;
        margin-left:30px;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item:hover a {
    color:#fff;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item a:hover {
    color:#fff;
}
