/***************news*****************/
/* Version @ 04.03.09 */

.article_notes {
color:navy;
border-bottom: solid navy 1px;
}

table.comment {
  width:100%;
  border:solid #888888 1px;
}

th.comment {
  background-color:#FFFF66;
  padding-left:5px;
  padding-right:5px;
}

td.comment {
  background-color:#FFFF99;
  padding-left:5px;
  padding-right:5px;
}

td.comment_foot {
  background-color:#CCFFCC;
  padding-left:5px;
  padding-right:5px;
}

td.comment_foot a {
  color:navy;
  font-weight:bold;
}

/* added by Godot @ 04.03.09  */
.news_title{
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 5px;
  color:navy;
}



.news_comment_box {
border: solid #606060 1px;
margin-bottom:10px;
}


.news_comment_title {
padding:5px;
background-color:#ECECEC;
border-bottom: solid #606060 1px;
}


.news_comment_text {
padding:5px;
}

.news_comment_text div {
border-top:dotted 1px #606060;
}

/* modified by Godot @ 04.03.09 

.news_footer {
font-style:italic;
border-bottom: dotted 1px #606060;
}
*/
.news_footer {
font-style:italic;
font-size: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: dotted 1px #606060;
}

.news_footer a {
font-style:normal;
}


.blog_comment_box {
border: solid #606060 1px;
margin-bottom:10px;
}


.blog_comment_title {
padding:5px;
background-color:#ECECEC;
border-bottom: solid #606060 1px;
}


.blog_comment_text {
padding:5px;
}

.blog_comment_text div {
border-top:dotted 1px #606060;
}

.blog_footer {
font-style:italic;
border-bottom: dotted 1px #606060;
}

.blog_footer a {
font-style:normal;
}

/* modified by Godot @ 04.03.09 

img.imgnews {
margin-right:10px;
margin-bottom:10px;
border:1px silver solid;
  }
  */
img.imgnews{
	float: left; 
	border: 1px solid #808080; 
	margin-right: 5px; 
	margin-bottom: 5px;
  }

img.topnews {float:left;margin-right:3px;margin-bottom:3px; border: 1px solid}
/****************end news************/