
/* styles for Newslib */

.newsdetail {
  font-size: 	100%;
  margin-top: 	5px;
  padding: 	3px;
  border: 	1px dashed #ddd;
}


.newsitem {
  font-size: 	90%;
  margin-top: 	15px;
  margin-bottom:15px; 
  padding: 	3px;
  border-bottom:1px dashed #ddd;
}


.newsdetail .thumbimage, .newsitem .thumbimage {
  float: 	right;
  margin: 	5px;
  padding: 	0;
}


.newsdetail .subheading, .newsdetail .title, .newsitem .subheading, .newsitem .title {
  font-weight: bold;
}

.newsdetail .body {

}

.newsitem .body
{
  margin-bottom:	1em;
}

.newsdetail .more, .newsitem .more, .newsback {
  font-size:		80%;
  margin-bottom:	0;
  padding-bottom:	0;
}


.newsdetail .footer, .newsitem .footer
{
    font-size: 80%;
    display: block;
    text-align: right;
    margin-top: 0pt;
    padding-top: 0pt;
}

/*
.newsdetail .clearer, .newsitem .clearer {
  padding: 0;
  margin: 0;
  clear: both;
}
*/

form.editor fieldset div input {width: 300px;}

