/*   Prizes section shared CSS file
**
**   LAA - Feb 16, 2011 - for new Prizes section
*/

h1 {
	text-align:center;
	font-size:1.3em;
	margin-top:1em;
}
h1 span {
	border-top: thin solid #600;
	border-bottom: thin solid #600;
}

h2 {
	clear: left;
	font-size:1em;
	font-weight:bold;
	margin-top:0em;
	padding-top:1em;
	border-bottom: 2px solid #600;
}

div.recipients_sidebar {
border: thin solid #000;
float: right;
background-color: #fff;
padding:4px;
font-size: 85%;
margin:0px 0px 0.75em 1.5em;
clear:right;
}
div.latest_recipient {
text-align:center;
}
div.latest_recipient img {
	border: thin solid #000;
}
div.latest_recipient img:hover {
	border: thin solid #f00;
}
div.recipients_sidebar p.recipient_header {
text-align:center;
font-size: 1.3em;
font-weight: bold;
background-color: #600;
color: #fff;
margin: 0px 0px 4px 0px;
padding: 2px;
}
p.recipient_caption {
text-align:center;
font-weight:bold;
}
ul.earlier_recipients {
list-style-type:none;
font-size:90%;
padding-left:1em;
}
div.recipients_sidebar a:link {
	color: #006;
}

div.recipients_sidebar a:hover {
	color: #f00;
}

div.nom_box {
	margin:1.25em 1.25em 1.25em 0em;
}
