@charset "UTF-8";

div#TopicsList {
	width:654px;
	height:135px;
	overflow:auto;
}

div#TopicsList table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:0 20px;
}

div#TopicsList table th {
	color:#423117;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	line-height:1.5;
	white-space:nowrap;
	padding:4px 12px 4px 0;
	vertical-align:top;
	border-bottom:1px dotted #A17A40;
}

div#TopicsList table td {
	color:#333333;
	font-size:12px;
	text-align:left;
	line-height:1.5;
	vertical-align:top;
	border-bottom:1px dotted #A17A40;
	padding:4px 0 4px;
}

div#TopicsList table td a {
	color:#003366;
	text-decoration:none;
}

div#TopicsList table td a:hover {
	color:red;
	text-decoration:underline;
}








