/* -----------------------------------------------------------------------------------------

    - TT_News

   ---------------------------------------------------------------------------------------*/

/* Latest mode */
.news-latest-container {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
background-color: #ffffff;
border: none;
}

.news-latest-container h2
{
background-color: #ffffff;
border: none;
color: #000000;
}
.news-latest-item {
    float: left;
    display: inline;
    width: 25%;
    height: auto !important;
    height: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
background-color: #ffffff;
border: none;
}
.news-latest-item img{
border: none;

}
.news-latest-item h2 {
    margin: 0px 0px 5px 0px;

}
.news-latest-item h3 {
    margin: 0px 0px 5px 0px;
color: #000000;

}
.news-latest-item h3 a {
color: #000000;

}
.news-latest-item h3 a:Hover {
color: #999999;

}
.news-latest-date {
    float: left;
    width: 100%;
    clear: both;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    margin: 0px 0px 20px 0px;
}

.news-latest-morelink a  {
    float: left;
    width: 100%;
    clear: both;
    font-size: 12px;
    text-decoration: underline;
    padding: 10px 0px 0px 0px;
color: #000000;
}
.news-latest-devider {
    float: left;
    width: 100%;
    background-color: #000000;
    height: 1px;
    padding: 0;
    margin: 0px 0px;
}
.news-latest-gotoarchive
{
background-color: #fff;
color: #000;
margin: 10px 0 0 0;
padding: 0px;
font-weight: normal;
border: none;
}

/* List mode */
.news-list-container {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
border:none;
background-color: #ffffff;
color: #000000;
}
.news-list-container h3 a:link, .news-list-container h3 a:visited, .news-list-container h3 a:hover
{
    color: #000000;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    }

.news-list-item {
    float: left;
    display: inline;
    width: 25%;
    height: auto !important;
    height: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    background-color: #ffffff;
    border: none;
    color: #000000;
    }

.news-list-item p.bodytext
{
   margin: 0;
   padding:0;
    float: left;
    clear: both;
    font-size: 11px;
    font-family: verdana;
}
.news-list-item h2 {
    margin: 0px 0px 5px 0px;
    text-align: left;
    border:none;
    font-weight: normal;
    font-size: 18px;
color: #000;

}
.news-list-category
{
float: left;
clear: both;
margin: 0px;
}
.news-list-item h3 {
    margin: 0px 0px 0px 0px;
padding: 0px;
    text-align: left;
    border:none;
    font-weight: normal;
    font-size: 22px;
    color: #000000;
    background-color:#fff;
}
.news-list-item h3 a
{
color: #000000;
}

.news-list-item img
{
float: left;
border: none;
margin: 10px 0px 0px 0px;
padding: 0px;
position: absolute;
bottom: 100px;
}
.news-list-date {
    float: left;
    width: 100%;
    clear: both;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    margin: 0px 0px 20px 0px;
    text-align: left;
    color: #000000;
    background-color: #fff;
}

.news-list-morelink  {
    float: left;
    width: 100%;
    clear: both;
    font-size: 12px;
color: #000;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}
.news-list-morelink a
{
color: #000;
font-size: 11px;
font-family: verdana;
margin: 0px;
padding: 0px;


}
.news-list-morelink a:Hover
{
color: #999;
    text-decoration: underline;
}
.news-list-devider {
    float: left;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 15px 0px;
    background-color:#000;
}

/* Single Mode */
.news-image-single
{
height: 170px;
width: 200px;

}
.news-single-item {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color:#fff;
    border: none;
}
.news-single-item p.bodytext{
    float: left;
    margin: 10px;
    clear: both;

}
.news-single-item a{
    color: #999999;
}

.news-single-item a:Hover{
    color: #000000;
}

.news-single-item h2{
    text-align: left;
    color: #000;
    font-weight: normal;
    float:left;
    width: 100%;
    margin: 10px;
    font-size: 22px;

}

.news-single-timedata{
    float: left;
    margin: 10px;
}
.news-single-category{
    float: left;
    margin: 0 0 0 10px;
    clear: both;
    color: #999999;
}
.news-single-date {
    float: left;
    width: 100%;
    clear: both;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: #fff;
}
.news-single-img {
    float: left;
    width: 100%;
}
.news-single-linkscontainer {
    float: left;
    width: 100%;
    clear: both;
}
.news-single-backlink a{
    float: left;
    width: 100%;
    clear: both;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    margin: 0px 0px 20px 10px;
}
.news-single-backlink a:Hover
{
    color: #999999;
}
