.captcha {
	display: none;
}

.voteForTopListElementDiv
	, .voteForTopListElementSuccessDiv
	, .voteForTopListElementErrorDiv{
	text-align: right;
}

.voteForTopListElementSuccessDiv {
	background-color: #70B920;
}

.voteForTopListElementErrorDiv {
}

.broadcastsPagerDivTable
{
    display:table;
    width:100%;
    border-collapse:collapse;
    border:0px solid black;
}

.broadcastsPagerDivRow
{
    display:table-row;
	border: 1px solid black;
}

.broadcastsPagerDivCell
{
    display:table-cell;
    border:1px solid black;
	text-align: center;
}

.broadcastsPagerDivHeaderCell
{
	background-color: #EEEEEE;
	color: black;
	cursor: pointer;
	padding: 10px;
	width: 14%;
}

.broadcastsPagerDivHeaderCellActive
{
	background-color: #FFFFFF;
	color: black;
	cursor: pointer;
	padding: 10px;
	font-weight: bold;
	width: 14%;
}

.broadcastsPagerDivCellColspan,.broadcastsPagerDivCellColspan+.broadcastsPagerDivCell
{
    border:0;
}

.broadcastsPagerDivCellColspan>div
{
    width:1px;
}

.broadcastsPagerDivCellColspan>div>div
{
    position:relative;
    width:1215px;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
    overflow:hidden;
	border: 0px solid red;
}

.captchaElement
{
	display: none;
}

.sentCustomerReplyText
{
	color: white; padding: 10px; font-weight: bold;
}