a.acc-link {
	position: relative;
	display: block;
	width: 179px;
	margin-left: 1px;
	font-weight: bold;
	padding: 4px 4px 4px 15px;
	border-bottom: 1px solid #c3c8cb;
	border-top: 1px solid #fefefe;
	cursor: pointer;
	background: #eaeeee url(../i/open-blue.gif) no-repeat 4px center;
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	color: #194e84;
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
}
a.acc-link:hover {
	background: #ffffff url(../i/open-blue.gif) no-repeat 4px center;
	border-bottom: 1px solid #a1b4cd;
}
a.acc-link.open {
	background: #ffffff url(../i/close-blue.gif) no-repeat 4px center;
	border-bottom: 1px solid #a1b4cd;
}
div.acc-panel { border-bottom:1px solid #a1b4cd; width: 198px; }
div.acc-loading, div.acc-error {
	background: url(../i/loading.gif) no-repeat 89px 70px;
	height: 198px;
}
div.acc-error {
	background: url(../i/alert.gif) no-repeat 89px 70px;
}
img.acc-icon {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
}
div.acc-message {
	color: #194e84;
	text-align: center;
	font-weight: bold;
	width: 178px;
	padding: 99px 10px 0;
}