.home-title {
    top: 26px;
}

/************************ AGC highlight*/
.agc-highlight {
	color:red;
	font-weight:bold;
}

/************************ horizontal links */

ul.agc-horizontal-links li{
	display:inline;
	margin:0;
	border-right:#aaa 1px solid;
	padding:0 1em 0em 1em;
}

ul.agc-horizontal-links li:last-child{
	border:none;/* does not work in IE */
}

/************************ Scholarships table and accordion adjustments*/
div.ui-accordion-wrapper div.ui-accordion ul.accordion {
    border-bottom: 0px solid transparent;
}

div.ui-accordion-wrapper div.ui-accordion ul.accordion li.accordion-item {
    border-top: 0px solid transparent;
}

/**table.light tbody td div.ui-accordion-wrapper div.ui-accordion{
	margin-bottom:-2em;
}*/

/************************ Scholarships Table data cell sizes and text style*/
/*the IE friedly version*/
html body table.light tr>td:first-child + td,
table.light tr>td:first-child + td,
table.light tr>td:first-child + td + td,
table.light tr>td:first-child + td + td + td,
table.light tr>td:first-child + td + td + td + td{
	width:20%;
	font-style:italic;
	color:#777;
}

/************************ Scholarships Table - remove last cell bottom border*/
html body table.light tfoot tr td {
	border-bottom:none;
}

html body table.light tfoot td {
	font-size:x-small;
	text-align:right;
}

/************************ Hide the print link until solution is found*/
div.detail-data-content div{
	display:none;
}
