/* These styles apply in particular to the scholarship list tables */

#content table {
	margin-bottom: 15px;
}
#content th {
	border: 1px solid #777;
	background-color: #EEE;
	font-size: .9em;
	font-weight: normal;
	margin: 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#content td { 
	border: 1px solid #777;
	font-size: .9em;
	vertical-align: top;
	padding: 5px;
}

#jumpto {
	border: 1px solid #FB6;
	background-color: #FFF1DF;
	margin: 15px;
	padding: 10px;
	-moz-border-radius: 10px;
}

#jumpto p {
	margin: 0;
	padding: 0;
	font-size: .7em;
}

