.TabList .Wrap .Container .Item  span.DateCreated {
    display: none;
}
.TabList ul.HeaderWrap {
    background: none repeat scroll 0 0 #f0f0f0;
    box-shadow: 0 0 5px #c0c0c0;
    height: 28px;
    list-style: outside none none;
    margin: 0 0 3px;
    padding: 0;
    width: 100%;
    border-radius: 15px;
}
.TabList {
    margin: 10px 0;
}
.TabList .HeaderTitle {
    display: none;
    height: 35px;
}
.TabList .HeaderTitle span {
    color: #fb8109;
    font: bold 11pt/28px arial;
    padding-left: 40px;
    text-transform: uppercase;
}
.TabList .HeaderWrap .NormalTab {
}
.TabList .HeaderWrap .ActiveTab, .NormalTab {
    cursor: pointer;
    float: left;
    height: 28px;
    transition: all 0.8s ease 0.2s;
}
.TabList .HeaderWrap .ActiveTab {
    height: 28px;
    padding: 0 35px;
    border-radius: 5px;
    background: url(images/b.png) repeat right center;
}
.TabList .HeaderWrap .NormalTab:hover {
}
.TabList .HeaderWrap .NormalTab:hover .text {
    color: #1891ee;
}
.TabList .HeaderWrap .ActiveTab .text {
    color: #ffffff;
    display: inline-block;
    font: bold 14px/28px arial;
    padding: 0;
    white-space: nowrap !important;
}
.TabList .HeaderWrap .NormalTab .text {
    border-right: 1px solid #ddd;
    color: #333;
    display: inline-block;
    font: bold 10pt/28px arial;
    padding: 0 15px;
    text-align: center;
    white-space: nowrap !important;
}
.TabList .Wrap {
    text-align: justify;
}
.TabList .Wrap .Container {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 102%;
}
.TabList .Wrap .Container .Item {
    display: inline-block;
    margin: 5px 10px;
    text-align: center;
    vertical-align: top;
    width: 17%;
}
.TabList .Wrap .Container .Item:hover .image {
    border: 2px solid #e8f7f9;
}
.TabList .Wrap .Container .Item .image {
    border: 2px solid #e8f7f9;
    height: 105px;
    transition: all 0.3s ease 0.1s;
    width: 149px;
}
.TabList .Wrap .Container .Item p {
    color: #424242;
    display: none;
    text-align: justify;
}
.TabList .Wrap .Container .Item h2 {
    color: #424242;
    font: 10pt arial;
    text-align: left;
}
.TabList .Wrap .Container .Item:hover h2 {
    color: #1891ee;
}
.TabList .TabListPage {
    padding: 0 10px 10px;
    text-align: right;
}
.TabList .TabListPage .CurrentPage {
    color: #333333;
    font: bold 10pt arial;
    margin-right: 5px;
}
.TabList .TabListPage .ButtonPage {
    color: #555555;
    font: 10pt arial;
    margin-right: 5px;
}
