/* Change blockquote indention to just 4 px
   and add background color and dashed border */
td.BoardRowB[width="83%"] > blockquote
{
	background-color: #b1b2bc;
	border: 1px dashed #666666;
	margin: 0px 4px;
	padding: 2px;
}

/* Put the username on its own line */
td.BoardRowB[width="83%"] > blockquote > a[href^="http://users.ign.com/about/"]:first-child,
td.BoardRowB[width="83%"] > blockquote > a[href*="/user.asp?usr="]:first-child
{
    display: block;
}

/* add "posted:" after username */
td.BoardRowB[width="83%"] > blockquote > a[href^="http://users.ign.com/about/"]:first-child:after,
td.BoardRowB[width="83%"] > blockquote > a[href*="/user.asp?usr="]:first-child:after
{
    content: " posted:";
    font-weight: bold;
}

td.BoardRowB[width="83%"] > blockquote > a[href^="http://users.ign.com/about/"]:first-child + span,
td.BoardRowB[width="83%"] > blockquote > a[href^="http://users.ign.com/about/"]:first-child + span + hr,
td.BoardRowB[width="83%"] > blockquote > a[href^="http://users.ign.com/about/"]:first-child + span + hr ~ hr:last-child,
/* for IGNBQ 2.2.x quotes and boards.theforce.net */
td.BoardRowB[width="83%"] > blockquote > a[href*="/user.asp?usr="]:first-child + span,
td.BoardRowB[width="83%"] > blockquote > a[href*="/user.asp?usr="]:first-child + span + hr,
td.BoardRowB[width="83%"] > blockquote > a[href*="/user.asp?usr="]:first-child + span + hr ~ hr:last-child,
/* remove some of the extra returns people put under quotes */
td.BoardRowB[width="83%"] > blockquote + br + br,
td.BoardRowB[width="83%"] > blockquote + br + br + br
{
	display: none;
}