body{padding:0;margin:1;font-family:tahoma}a:link{color:#598bcf;text-decoration:none}a:visited{color:#657DA9;text-decoration:none}a:hover{color:#fcbf16;text-decoration:none}.catbg,tr.catbg td{background-color:#535E91;color:#fff}.titlebg,.titlebg a,.titlebg a:link,.titlebg a:visited{background-color:#3a5c8a;border-top:5px solid #456ca3;border-bottom:5px solid #2f496e;height:2px;line-height:2px;color:#fff;text-decoration:none;font-size:.7em;font-weight:bold;padding:0 6px}.windowbg,tr.windowbg td{background-color:#fff;color:#000}.windowbg2,tr.windowbg2 td{background-color:#D6D6D6;color:#000}.new,a:link.new,a:visited.new{background-color:#6464D9;color:#fff}.updated{color:#f00;font-size:7px}.wapmenu{background:#d9e5f5}
.windowbg, tr.windowbg td {
background-color: #e3e4e6;
color: #000;
}
.windowbg2, tr.windowbg2 td {
background-color: #e7eaef;
color: #000;
}

/* A quote, perhaps from another post. */
blockquote
{
	color: #000000;
	background-color: #d9e5f5;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
code
{
	color: #000000;
	background-color: #dddddd;
	display: block;
	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%;
	overflow: auto;
	white-space: nowrap;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
	width: 100%;
}

/* For links to change the code stuff... */
.codeoperation
{
	font-weight: normal;
}

/* Styling for BBC tags */
.bbc_color a
{
	color: inherit;
}

.bbc_img
{
	border: 0;
}

.bbc_list
{
	margin-top: 0;
	margin-bottom: 0;
}

.bbc_size
{
	line-height: 1.3em;
}

.bbc_table
{
	font: inherit;
	color: inherit;
}

.bbc_table td
{
	font: inherit;
	color: inherit;
	vertical-align: top;
}

.bbc_u
{
	text-decoration: underline;
}