/* GENERAL STYLES */
.ForumNews h2 {
	width: 100%;
	background-color: #222222;
}

.ForumNews h2:hover {
	background-color: #444444;
}

.ForumNews h2 a {
	color: #FFFFFF;
	text-decoration: none;
}

.ForumNews h3 {
	border-top: solid 1px #444444;
	padding-top: 10px;
}

.ForumNews h3.Autor .Date {
	color: #808080;
	font-style: italic;
	font-weight: normal;
}

.ForumNews p.Entry {
	padding-top: 0.6em;
	padding-left: 20px;
}

.ForumNews p.EntryLink {
	width: 100%;
	text-align: right;
}

.ForumNews p.EntryLink a {
	display: block;
	border-bottom: solid 1px #AAAAAA;
	padding-bottom: 5px;
	margin-bottom: 10px;
}


.ForumNews p.EntryLink a:hover {
	background-color: #222222;
}

.ForumNews p.EntryLink span {
	font-style: italic;
	color: #808080;
}

.ForumNews a.CommentLink {
	font: normal 0.9em/120% "Helvetica Neue", Verdana, Helvetica, Geneva, sans-serif;
	color: #80AAFF;
	text-align: center;
	display: block;
	width: 100%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ForumNews p.Footer {
	font-size: 0.6em;
	color: #808080;
	text-align: center;
}

.ForumNews p.Footer a {
	color: #808080;
	text-decoration: none;
}

/* EDITOR PROPERTIES */

