div.class-forum div.content-view-children {
	padding-right: 0px;
	}

div.class-forum div.content-view-children table {
	border: 1px solid #e0dfe3;
	font-size: 11px;
	width: 100%;
	margin: 12px 0;
	padding: 0px;
	/* border-collapse:collapse; */
	border-bottom:none;
	empty-cells: show;
	}	

div.class-forum div.content-view-children table thead td {
	margin: 0px;
	padding: 3px;
	}

div.class-forum div.content-view-children table tbody td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d0d0d0;
	padding: 3px 5px;
	color: #454545;
	}

div.class-forum div.content-view-children table td img {
	vertical-align: top;
	}

div.class-forum div.content-view-children table thead tr {
	}

div.class-forum div.content-view-children table tbody tr {
	}

div.class-forum div.content-view-children table td {
	}

div.class-forum div.content-view-children table td p {
font-size: 11px;
color:#999;
margin: 0;
padding: 0;

	}

div.class-forum div.content-view-children table td.topic p{
font-size: 12px;
padding: 0 0 0 4px;
	}

div.class-forum div.content-view-children table td.author {
width: 120px;
vertical-align:top;
	}

div.class-forum div.content-view-children table td.author p.author {
margin: 6px 0;
	}

div.class-forum div.content-view-children table td.message p{
font-size: 12px;
margin: 0 0 3px 0;
color: #666;
	}

div.class-forum div.content-view-children table td.message p.date{
font-size: 11px;
margin: 0;
	}

div.class-forum div.content-view-children table td.message h2 {
font-size: 12px;
text-transform:none;
margin: 3px 0;
padding: 0;
color: #333;
	}

div.class-forum div.content-view-children table td.replies {
text-align: center;
	}

div.class-forum div.content-view-children table tbody td a, div.class-forum div.content-view-children table tbody td a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #454545;
	}

div.class-forum div.content-view-children table tbody td a:hover {
	font-weight: normal;
	text-decoration: none;
	/* color: DeepSkyBlue; */
	color: DeepSkyBlue;
	}

div.class-forum div.content-view-children table th {
	color: #999;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	padding: 5px;
	background: #dadada url(../images/nav/th.gif) repeat-x;
	border-top: 1px solid #fff;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #fff;
	}

div.class-forum div.content-view-children table th.sortable {
	cursor: pointer;
	}

div.class-forum div.content-view-children table th.sortable:hover {
	color: #e20025;
	background-color: #f1f1f1;
	background-image: none;
	}

div.class-forum div.content-view-children table th.sorted-asc,
div.class-forum div.content-view-children table th.sortable.sorted-asc:hover {
	color: #e20025;
	background: #f1f1f1 url(../images/nav/th-sort-asc.gif) no-repeat right 10px;
	}

div.class-forum div.content-view-children table th.sorted-desc,
div.class-forum div.content-view-children table th.sortable.sorted-desc:hover {
	color: #e20025;
	background: #f1f1f1 url(../images/nav/th-sort-desc.gif) no-repeat right 10px;
	}

div.class-forum div.content-view-children table td {
	background-color: #f1f1f1;
	}

div.class-forum div.content-view-children table .odd{
	background-color: #fff;
	}

div.class-forum div.content-view-children table td.hovered {
	background-color: #ffc;
	color: #333;
	}

div.class-forum div.content-view-children table td.hovered a {
	color: #333;
	}

/* NAVIGATORS */

div.content-navigator
{
    display: block;
	margin: 0 0 12px 0;
}

div.content-navigator div
{
    display: inline;
    text-align: center;
}

div.content-navigator div.content-navigator-separator, div.content-navigator div.content-navigator-separator-disabled
{
    padding-left: 4px;
    padding-right: 4px;
}

div.content-navigator div.content-navigator-arrow
{
    font-size: 150%;
}


