/* This is the stylesheet for the client list that
 * appears at the side of the page when the administrator
 * is logged in.
 */

#admin_aside
{
	position: absolute;
	left: 0;
	margin-top: 10px;
	width: 150px;
	z-index: 1000;
}

.admin_span
{
	font-size: 13px;
	color: black;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.9);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) inset;
	width: 170px;
	cursor: pointer;
}

.admin_span:hover
{
	background: rgba(233, 222, 10, 0.3);
}

.admin_links
{
	font-size: 12px;
	color: black;
	text-decoration: none;
	margin-top: 5px;
}

.admin_links:hover
{
	color: rgba(233, 23, 23, 0.9);
	text-decoration: underline;
}

.admin_article
{
	width: 170px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}
