/************* jury entry list *************/
.entry-list-grid {
	clear: both;
}
.entry-list-grid .grid-item {
	float: left;
	width: 80px;
	height: 150px;
	overflow: hidden;
	margin: 0 10px 40px 10px;
}
.entry-list-grid .title {
	font-size: .9em;
	line-height: 1.2em;
	height: 40px;
	overflow: hidden;
}
.entry-list-grid .score {
	margin-top: 4px;
	font-size: 1.3em;
	line-height: 1em;
	font-weight: bold;
}



/************* jury scoring form *************/
.field-dvc-score-form
{
	margin-top: 15px;
}
#dvc-score-entry-list-options-form
{
	margin-bottom: 25px;
}
#dvc-score-score-form .form-item,
#dvc-score-score-form .form-radios,
#dvc-score-entry-list-options-form .form-item
{
	margin: 0;
}
#dvc-score-score-form .form-radios .form-item,
#dvc-score-entry-list-options-form .form-item
{
	float: left;
	margin-right: 12px;
}
#dvc-score-entry-list-options-form .form-item label
{
	float: left;
	margin-right: 5px;
}
#dvc-score-score-form #edit-save-next
{
}


/************* compiled scores table *************/

.compiled-scores-table tr.odd
{
	background-color: #efefef;
}
.compiled-scores-table tr.unscored
{
	background-color: #FFCFD9;
}
.compiled-scores-table th,
.compiled-scores-table td
{
	padding: 1px 12px 1px 0;
}