/* ********************************* */
/* Styles for Good Post/Bad Post mod */
/* ********************************* */

.gpbp_vote
{
	float: left;
	margin: 4px 0;
	padding-right: 15px;
}
.gpbp_score
{
	margin-right: 3px;
}
.gpbp_vote img
{
	margin-bottom: -2px;
}
.gpbp_vote span
{
	margin: auto 4px;
}
.gpbp_greyed
{
	background: url(images/gpbp_grey_stripes.png) #CCC repeat-x;
	padding: 9px 9px 0;
}
.gpbp_greyed a:link, .gpbp_greyed a:visited
{
	color: #444;
}
.gpbp_show:link, .gpbp_show:visited
{
	text-decoration: underline;
}
/* 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 table tr td .smalltext,
.gpbp_hider table tr td div,
.gpbp_hider table tr td hr,
.gpbp_hider table tr td img,
.gpbp_hider table tr td table tr td *
{
	display: none;
}
/* Force display when needed to */
.gpbp_do_show, .gpbp_do_show *
{
	display: inline !important;
}
/* Voter list icon */
.gpbp_voterslist {
	cursor: pointer;
}
.gpbp_voterslist_select {
/*	display: none;*/
	float: right;
	margin-bottom: -2px;
	margin-left: 4px;
	background: transparent;
	border: 1px solid transparent;
}
.gpbp_voterslist_select option {
	font-size: 0.9em;
	cursor: pointer;
	padding-left: 15px;
}