/*------------------------------------------------------------------------
OVERALL DECLARATIONS
------------------------------------------------------------------------*/
body, div, form, fieldset, h1, h2, ul, ol, li, legend, img {
	margin: 0;
	padding: 0;
	border-style: none;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
a:hover { 
	color: black;
}
a:visited { 
	color: #444;
}
body {
	text-align: center;
	background: url(cssbg.gif) repeat-y;
	background-position: center;
}
fieldset, legend { 
	clear: both;
}


/*------------------------------------------------------------------------
THREADS
------------------------------------------------------------------------*/
.tgrey, .twhite {
	cursor: pointer;
	margin-bottom: 2px;
}
.tgrey a, .twhite a {
	display: block;
	margin: 0;
	padding: 0 16px;
	padding-top: 8px;
	border-left: 4px solid;
}
.tgrey p, .twhite p {
	margin:0;
	font-size: 11px;
	padding: 0 16px;
	padding-bottom: 8px;
	border-left: 4px solid;
}
.tgrey { 
	background-color: #eee;
}
.pdude { 
	margin: 0 0 5px 0;
}
.pdude strong {
	display: block;
	font-size: 14px;
	width: 50%;
}
.pdude span {
	display: block;
	float: right;
	font-size: 11px;
}
.ptext img {
	float: none;
}
.ptext {
	margin: 0 0 40px 0;
	overflow: hidden;
}
hr {
	border: 0;
	color: #FFF;
	height: 40px;
}
code {
	width: 718px;
}
