/* CSS Document */
.article { border-top:dashed 1px #ccc;line-height:20px;  }
.article_title {  font-size:14px; font-weight:bold; color:#555; margin:10px 0px 6px 0px;}
.article_summary {  font-weight:bold;  color:#444;}
.article_author{  font-style:italic; color:#888;}
.article_content{ color:#222; }
.article_actions { height:30px;clear:both;  }
.article_actions ul { list-style-type:none; margin:0px; float:right;  }
.article_actions li { display:block; float:left; padding:0px 6px; }
table { border-collapse:collapse; width:100%; }
table th { border:solid 1px #9af; background-color:#358; color:#fff; }
table td { border:solid 1px #9af; padding:2px;  }
table td.actions ul { list-style-type:none; margin:0px;  }
table td.actions ul li { display:block; float:left; padding:0px 6px; }

