#newsitemslist {
    width: 100%;
    text-align: left;
    padding-left: .5em;
    font-size: .9em;

}
#newsitemslist td,#newsitemslist th{
    border-bottom: 1px solid #ddd;
}
#newstitle {
    width: 45%;
    padding-left: .8em;
}
#numcomments {
    width: 10%;
}
#posttime {
    width: 20%;
    padding-left: .8em;
}
#postby {
    width: 20%;
    padding-left: .5em;
}
#tools {
    width: 5%;
}
.newcomments{
    color:red;
}

.newsitem {margin-bottom:20px;padding:10px 20px;margin-right:10px;
-moz-box-shadow: 5px 5px 5px #888;
          -webkit-box-shadow: 5px 5px 5px #888;
          box-shadow: 5px 5px 5px #888;}
.newsitemtop {text-decoration:none;color:inherit;}
.newsitemtop:hover {text-decoration:underline;}
.newstitle {font-size:1.6em;font-weight:bold;color:black;text-shadow:0.05em 0.05em 0.05em #ccc;}
.posttime {font-size:1.5em;color:#666;float:right;}

.contentstub {color:grey;}
.person{font-weight:bold;margin-left:20px;color:black;}
.person:hover {color:blue;}
.comments {margin-left:20px;}
.editnews {float:right;}

/* apply only to calender list */
#calendartable {
    width: 100%;
    font-size: 12px;

}
.yearcell {
    padding :1.6em 0em .4em 0;
    font-size: 1.4em;
}

.monthcell {
    text-align:left;
    padding-left:1em;
    padding-top: .5em;
}

