/* These styles are specific to university.html */

#profileName {
	color: #FFFFFF;
	background-color: #548d8e;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 5px 10px 5px 10px;
}

#profileDesc {
	color: #FFFFFF;
	background-color: #ec9d30;
	padding: 20px;

}

#profilePic {
	
}


#leaderSummary {
	background-color: #e6ecec;
	color: #2e848a;
	width: 398px;
	padding: 20px;

}

#leaderList {
	width: 438px;

}

#leaderList .noborder {
	border: 0;
	vertical-align: top;

}

#leaderList .header td {
	background-color: #7fb4b8;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;

}

#leaderList td {
	background-color: #e6ecec;
	border-top: solid 1px #FFFFFF;

}

#leaderList .alt td {
	background-color: #f4f7f7;

}

#leaderList a {
	text-decoration: underline;

}

#leaderList .on {
	color: #ec9d30;

}
.description {
	color: #83a09e;

}
#leaderList .on a {
	color: #ec9d30;
	text-decoration: none;

}

#leaderList .on .arrow {
	background:url(/ahau-web/images/arrow_bullet-darkgrey.gif) no-repeat center;
}

#leaderList .on .arrowalt {
	background:url(/ahau-web/images/arrow_bullet-lightgrey.gif) no-repeat center;
}
