.pagesInfoTabber {}
.pagesInfoTabber .pageTabs {
    height: 37px;
    background: transparent url(/media/site/images/news-top-middle.gif) 0 0 repeat-x;
}
.pagesInfoTabber .pageTabs ul {
    height: 37px;
}
.pagesInfoTabber .pageTabs ul li {
    cursor: pointer;
    float: left;
    height: 29px;
    padding: 8px 10px 0px;
    line-height: 1;
    margin: 0px;
}
.pagesInfoTabber .pageTabs ul li.hover {
    background: transparent url(/media/site/images/news-top-hover.gif) 0 0 repeat-x;
}
.pagesInfoTabber .pageTabs ul li.current {
    background: transparent url(/media/site/images/news-top-current.gif) center top repeat-x;
    color: #FFF;
}

.pagesInfoTabber .pageTabsContents {
    background: transparent url(/media/site/images/news-back.gif) 0 0 repeat-x;
}

.pagesInfoTabber .pageTabsContents .tabItem {
    display: none;
    padding: 0px 15px;
}

.perdateitem {
    padding: 0px 0px 5px;
}
.perdateitem .datetime {
    float: left;
    font-style: italic;
    color: #AAA;
}
.datetime {
    font-style: italic;
    color: #AAA;
/*    padding: 5px 0px 10px;*/
}
.perdateitem ul {
    margin-left: 70px;
}
.perdateitem ul li {
    padding-bottom: 10px;
}
.tags {
    color: #777;
    font-weight: bold;
    padding: 5px 0px;
}
.tags li {
    display: inline;
    padding: 0px 5px;
}

#contentArea .full-text {
	overflow: hidden;
}

#contentArea .field {
    font-size: 13px;
    margin: 0px auto 5px;
    overflow: hidden;
}

#contentArea .field .avatara {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin: 0px;
    margin-right:5px;
}

#contentArea .field h4 {
    color: #777;
    font-size: 13px;
    border: 0px none;
    display: inline;
    overflow: hidden;
}


