﻿/* POSITION */

.left
{
    text-align: left !important;
}

.centered
{
    text-align: center;
}

.centered .cell-icon
{
    float: none;
    margin: 10px auto;
}

/* LISTS */

.entrylisttitle
{
	background-color: #b1b1b1;
	color: #FFFFFF;
	float: right;
	width: 60%;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 140%;
	padding: 0 8px;
	margin: 24px auto;
}

.entrylist .row td
{
	padding: 4px;
	border-bottom: #cccccc 1px solid;
}

/* POSTLIST */

.postvote
{
	float: right;
}

/* VOTE */

.votebar a
{
	text-decoration: none;
}
.votebar a:hover
{
	text-decoration: underline;
}

.votebar
{
	font-size: 12px;
    line-height: 14px;
	margin-left: 6px;
}

.votebar td
{
	padding: 2px;
}

.votebar .status
{
	position: relative;
	bottom: 2px;
	margin: 6px;
}

.votebar .bar
{
	width: 60px;
	height: 12px;
}

.votebar .agreed
{
	background-color: #9acd32;
}

.votebar .opposed
{
	background-color: #dcdcdc;
}
