/* ########################################### */
/* ---------------- tt_news ------------------ */
/* ########################################### */

.news-single-related dt{
    background-image: url(../images/content/border.jpg);
	background-repeat: repeat-x; 
	background-position: top;
	padding-top: 20px;
	padding-bottom: 0.5em;
	padding-left: 20px;
	font-weight: bold;
}
#news_pagebrowser {
    text-align: center;
    font-size: 1em;  
    display: block;
}

/* ----------------- Latest ------------------ */

#newscontainer_latest {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.72em;
    margin-top: 19px;
}
.news_lt_box {
    border: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 1em;
}
.news_lt_pad {
    padding-right: 5px;
    padding-bottom: 6px;
}
.news_lt_header {
    background-color: #eaeaea;
    border-bottom: 1px dotted #ccc;
    padding: 2px;
    height: 1.2em;
}
.news_lt_cat {
 	background-image: url(../images/content/green-cube-small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	margin-left: 4px;
    font-weight: bold;
}
.news_lt_date {
    float: right;
    
}
.news_lt_title {
    font-weight: bold;
    padding: 4px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.news_lt_cont {
    padding: 4px;
}
.news_lt_cont p{
    font-size: 1.0em;
    margin-top: 0px;
    margin-bottom: 0px;
}
.news_lt_link {
    font-weight: bold;
    padding: 4px;
}
.news_lt_more {
    margin-top: 10px;
    font-weight: normal;
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 10px;
}

/* ------------------ List ------------------- */

#newscontainer_list {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.news_li_box {
    border: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 50px;
}
.news_li_header {
    background-color: #f0f0f0;
    border-bottom: 1px dotted #ccc;
    padding: 2px;
    font-weight: bold;
}
.news_li_cat {
    float: right;
    padding-right: 4px;
}
.news_li_title {
    font-size: 1.1em;
    font-weight: bold;
    padding: 4px;
    padding-top: 8px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.news_li_cont {
    padding: 4px;
    padding-left: 6px;
}
.news_li_cont p {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* ----------------- Single ------------------ */

#newscontainer_single {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.news_si_box1 {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 20px;
}
.news_si_header {
    background-color: #f0f0f0;
    border-bottom: 1px dotted #ccc;
    padding: 2px;
    font-weight: bold;
}
.news_si_cat {
    float: right;
    padding-right: 4px;
}
.news_si_title {
    font-size: 1.1em;
    font-weight: bold;
    padding: 4px;
    padding-top: 8px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.news_si_cont {
    padding: 4px;
    padding-left: 6px;
}
.news_si_cont p {
    margin-top: 0px;
    margin-bottom: 0px;
}