@charset "iso-8859-1";

/* ==================== Information ==================== */
.information-list {
	list-style: none;
	margin-bottom: 1.5em;
	}

.information-list dt {
	float: left;
	padding-left: 1em;
	background: url(../../common/images/arrow_red.gif) 0px 5px no-repeat;
	}

.information-list dd {
	margin-left: 7.5em;
	margin-bottom: 1em;
	}

.information-list li {
	margin-left: -1.5em;
	margin-bottom: 0.5em;
	padding-left: 1em;
	background: url(../../common/images/arrow_red.gif) 0px 5px no-repeat;
	}

.information-list .no-links {
	background: none;
	}

.information-list .list-active {
	margin-left: 0.5em;
	padding-left: 0;
	background: none;
	}

.codes {
	margin: 2em 0.5em -0.5em;
	padding-top: 0.5em;
	border-top: 1px #999 dotted;
	font-size: 100%;
	}

.code-table {
	margin: 0 2em;
	font-size: 90%;
	}

.code-table th {
	padding: 1em 0 0em;
	text-align: left;
	font-weight: bold;
	}

.code-table td {
	padding: 0 0.5em;
	}

td.code {
	text-align: center;
	background-color: #ccc;
	}


