.sidenav-wrap{
display: none;
}
.news-item-container{
background-color: #C0C5DE;
}
td.sermons-news-title{
border: 1px solid #C0C5DE;
padding: 3px;
height: 25px;
width: 200px;
}
.sermons-news-title a{
font-weight: bold;
}
.sermons-news-title a:link{
color: #656698;
text-decoration: none;
}
.sermons-news-title a:hover{
color: white;
}

td.sermons-news-author{
border: 1px solid #C0C5DE;
padding: 3px;
height: 25px;
width: 195px;
}
td.sermons-news-date{
border: 1px solid #C0C5DE;
padding: 3px;
height: 25px;
width: 80px;
}
td.sermons-news-podcast{
border: 1px solid #C0C5DE;
padding: 3px;
height: 25px;
width: 125px;
}

/* main table styles */

.sermons-news-text{
margin: 0px;
width: 600px;
font-size: 8pt;
font-family: Arial, Helvetica;
border: 1px solid rgb(101,102,152);
}

.sermons-news-hdr-row{
height: 25px;
background-color: rgb(101,102,152);
font-weight: bold;
color: white;
}

tr.sermons-news-content-row{
height: 30px;
}

tr.sermons-news-links-row{

}


/* end main table styles */
div.csc-header h4{
margin: 0px;
padding-top: 3px;
height: 25px;
border: none;
background-color: rgb(101,102,152);
color: white;
border-top: 1px solid rgb(101,102,152);
border-left: 1px solid rgb(101,102,152);
border-right: 1px solid rgb(101,102,152);
text-indent: 5px;
}

.sermons-news-clearer{
width: 500px;
height: 1px;
border: 0px;
border-bottom: 1px #666666 solid;}

.sermons-news-title-single{
float: left;
margin-right: 10px;
color: rgb(101,102,152);
font-size: 12pt;
font-weight: bold;
}
.sermons-news-title-single-container{
height: 30px;
}