* { margin: 0; padding: 0 }


body
{
	color #000;
	background-color: #fff;
	font-family: Times New Roman;
	font-size: 12pt;
	padding: 10px;
}

p
{
	margin-bottom: 3px;
	margin-top: 2px;
}
h1
{
	font-size: 1.3em;
}
h2
{
	color: #06f;
	margin-top: 20px;
	font-size: 1.2em;
	font-weight: normal;
	border-top: 2px solid #666;
}
a
{
	color: #06f;
}

.top td
{
	border-bottom: 1px dashed #aaa;
}
.top .n
{
	width: 30px;
	text-align: right;
}
.top .login
{
	width: 200px;
	padding-left: 10px;
}
.top .rating
{
	border-bottom: none;
	font-size: 0.9em;
	font-weight: bold;
	padding-right: 10px;
}
.top .dd
{
	font-weight: normal !important;
	text-align: right;
	font-size: 0.8em;
	padding: 0 7px 0 30px;
}
.top .head
{
	font-weight: bold !important;
	cursor: help;
}

.active td
{
	border-bottom: 3px solid red !important;
}
.active .n
{
	font-weight: bold;
	color: red;
	font-size: 1.2em;
}

.top .new, .top .up, .top .down
{
	font-weight: bold;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 90%;
}
.top .new
{
	font-weight: bolder;
	color: #9cc430;
}
.top .up
{
	color: #2a2;
}
.top .down
{
	color: #b22;
}

.code { font-size: 0.8em; padding-left: 10px; }
	.code p { display: none; }
		.active .code p { display: block; }
	.code a { font-weight: normal; font-style: italic; }
	.active .code { border-bottom: none !important; }

ul.tags
{
	list-style: none;
}
ul.tags li
{
	display: inline;
	padding: 5px;
	white-space: nowrap;
}
ul.list
{
	font-size: 0.7em !important;
}
ul.list li
{
	display: block;
	width: 700px;
	font-weight: normal;
}
ul.tags li sup
{
	color: #000;
	font-weight: normal;
}

hr
{
	clear: both;
}
