/* ********************************* */
/* Styles for Good Post/Bad Post mod */
/* ********************************* */

.gpbp_vote
{
	margin-right: 5px;
	margin-top: 5px;
}
.gpbp_score
{
}
.gpbp_vote img
{
	margin-bottom: -2px;
}
.gpbp_vote span
{
	margin: auto 4px;
}

.gpbp_greyed
{
	background: url(../images/vi_gpbp.jpg) #CCC repeat-x;
}

/* CSS post hiding. The parent>child hierarchy should be heavily theme-dependant. */
/* This mod makes sure that the MEMBER INFO, the POST CONTENTS, the BUTTONS and   */
/* the EXTRA INFORMATION CONTAINERS (IP Address) are hidden in the default theme. */

.gpbp_hider
{
	display: none;
}
/* Force display when needed to */
.gpbp_do_show
{
	display: inline !important;
}

.gpbp_hides a, .gpbp_greyed a {
	color: #e12f17;
	font-weight: bold;
}