@charset "UTF-8";
/*
Custom local styles...
*/
/* Annoucements on table of contents page */
#announcementList {
	background: #eee url(../../../../global_assets/images/gradient/v.50px.fff-eee.gif) repeat-x;
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 20px;
}
#announcementList h2 {
	font-size: 1em;
	padding: 3px 10px;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
#announcementList ul {
	list-style: none;
	padding: 5px 10px;
	margin: 0;
}
#announcementList li {
	background: url(../../../../global_assets/images/icons/famfamfam.silk.1.3/bell.png) 0 50% no-repeat;
	padding: 3px 0 3px 20px;
}

/* Winner profiles sidebar on table of contents page */
#tocWinnerProfiles { text-align: center; }
#tocWinnerProfiles h3 {
	padding: 3px 0 4px;
	margin-bottom: 0;
	background: #5e0501 url(../../../../global_assets/images/gradient/v.20px.902f2b-5e0501.gif) repeat-x;
	font-size: 1em;
	color: #fff;
	border: 1px solid #000;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
#tocWinnerProfiles p { margin-top: .5em; }
#tocWinnerProfiles p.tocWinnerProfile {
	background: #eee url(../../../../global_assets/images/gradient/v.100px.fff-eee.gif) repeat-x;
	padding: 1em .5em;
	border: 1px solid #ccc;
	border-top: none;
	margin: 0;
}
#tocWinnerProfiles p.tocWinnerProfile img {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
/* Winner profiles sidebar on individual scholarship page */
#scholpageWinnerProfiles {
	float: right;
	width: 150px;
	border-left: 5px solid #fff;
	margin-left: 10px;
	background: #fff;
	text-align: center;
	line-height: normal;
}
#scholpageWinnerProfiles h3 {
	padding: 3px 0 4px;
	margin: 0;
	background: #5e0501 url(../../../../global_assets/images/gradient/v.20px.902f2b-5e0501.gif) repeat-x;
	font-size: 1em;
	color: #fff;
	border: 1px solid #000;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
#scholpageWinnerProfiles p {
	background: #eee url(../../../../global_assets/images/gradient/v.100px.fff-eee.gif) repeat-x;
	padding: .5em;
	border: 1px solid #ccc;
	border-top: none;
	margin: 0;
}
#scholpageWinnerProfiles p.scholpageWinnerProfile { padding: 1em .5em; }
#scholpageWinnerProfiles p.scholpageWinnerProfile img {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
#scholpageWinnerProfiles a { font-weight: normal; }

/* Winner profiles winners index page */
#winnerProfile {
	clear: both;
	padding-left: 90px;
	margin-bottom: 1em;
}
#winnerProfile img {
	float: left;
	margin: 0 10px 1em -90px;
}

