﻿table.jury-instructions {
	margin:1em 0 1em 0;
	width:100%;
}

table.jury-instructions caption {
	background:#2f5d8c url('/images/template/th_bg05.gif') top left repeat-x;	
	color:#fff;
	padding:.3em 0 .3em 0;
	text-align:center;
}

table.jury-instructions th {
	color:#000;
	background:#ccc;/* url('/images/template/th_bg05.gif') top left repeat-x;		*/
	font-weight:bold;
	padding:.3em 3px .3em 3px;	
	text-align:center;
	border:1px #a4a4a4 solid; /*#ccc*/
}

table.jury-instructions tr.alt th.row {
	color:#000000;
	background:#f8fbfc;
	font-weight:normal;
	text-align:left;
}

table.jury-instructions tr th.row {
	color:#000000;
	background:#f0f0f0;
	font-weight:normal;
	text-align:left;
}

table.jury-instructions th.rowalt {
	color:#000000;
	background:#f8fbfc;
	font-weight:normal;
	text-align:left;
}

table.jury-instructions td {
	border:1px #ccc solid;	
	padding:4px 4px 4px 4px;
	vertical-align:text-top;
}

table.jury-instructions tr {	
	background:#f0f0f0;
}

table.jury-instructions tr.alt {	
	background:#f8fbfc;
}

table.jury-instructions tr:hover {	
	background:#ffffcc;		
}

p.jury-announcement 
{
    font-weight:bold;        
    font-size:120%;
    text-align:center;
    color:#000;
    border:2px solid #a60000;
    border-right:15px;
    border-left:15px;
    background-color:#e9a3a3;
    padding:.75em;    
}

/* jury instructions styles */ 
.jury-date {
	font-weight:bold;		
	border:2px solid #00468c;
	width:40%;
	text-align:center;
	padding:.5em 0 .5em 0;
	margin-bottom:.5em;
	background-color:#fcfcfc;
	
}