/* CSS Document */

/* quicklinks */
div#quicklinks {
	height: 15em;
	clear: both;
}

div#quicklinks p {
	text-transform: uppercase;
	font-size: .75em; /* 12px = .75em; */
	float: left;
	padding-right: 1em;
}

div#quicklinks p.url {
	margin-bottom: 1em; /* 15px = .9375em, so adjusted to 16px = 1em */
	font-size: .625em; /* 10px = .625em */
	text-transform: lowercase;
	float: none;
}

div#quicklinks li {
	list-style-type: none;
}

div#quicklinks a {
	text-decoration: none;
	color: #737373;
}

div#quicklinks a:hover {
	text-decoration: underline;
}

div#quicklinks ul.choices li {
	float: left;
	text-transform: uppercase;
	font-size: .625em; /* 9px = .5625em, so updated to 10px = .625em */
	padding-right: 1em;
	padding-left: 1em;
	color: #207bc1;
	border-left: solid 1px #207bc1; /* Used pixels for hairline border */
	cursor: pointer;
}

div#quicklinks li.chosen {
	color: #969696;
	font-weight: bold;
}

div#quicklinks ul.link_content {
	font-size: .6875em; /* 11px = .6875 em */
	clear: both;
	margin-top: 1.5em;
}

div#quicklinks ul.link_content li {
	clear: both;
}

div#quicklinks ul.link_content ul {
	display: inline;
}

div#quicklinks ul.link_content ul li {
	border-right: solid 1px #737373; /* Used pixels for hairline border */
	padding-right: .5em;
	margin-right: .5em;
	display: inline;
	line-height: 2.5em;
}

div#quicklinks ul.link_content ul span.last_link li {
	border-right:  none;
}

/* Student Affairs is the default panel */
div#usd_links {
	display: none;
}
/* end quicklinks */