/*
Part of SMF SEO
http://www.smfseo.net
*/
body
{
margin: 10px;
font-family: Verdana;
font-size: 12px;
}
a:link
{
	color: black;
	text-decoration: underline;
}
a:visited
{
	color: #BB170D;
	text-decoration: underline;
}
a:hover
{
	color: red;
	text-decoration: none;
}
#fullver
{
border: 1px solid gray;
padding: 5px;
font-weight: bold;
font-size: large;
}
#menu
{
float: right;
text-align: center;
padding: 20px;
}
#pages
{
border: 1px solid gray;
padding: 5px;
}
#footer,#main,#forum,#topic,#linktree
{
 border: 1px solid gray;
 padding: 5px;
}
.windowbg
{
	color: #000000;
	background-color: #dae3f3;
	padding: 4px;
}
.windowbg2
{
	color: #000000;
	background-color: #ccd9f0
	padding: 4px;
}
.tborder
{
	padding: 1px;
	border: 1px solid gray;
	background-color: #ccd9f0
}
.quote
{
	color: #000000;
	background: url(quote.png) 0 5px no-repeat #F0F3FC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 10px 5px 10px 40px;
	font-size: x-small;
	line-height: 1.4em;
}
.quote .quote, .quote .quote .quote .quote, .quote .quote .quote .quote .quote .quote
{
 	background-color: #ccd9f0
}
.quote .quote .quote, .quote .quote .quote .quote .quote
{
	 background-color: #F0F3FC;
}
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}
.cat
{
font-weight: bold;
font-size: 14px;
}