 .contenttable{
	width:600px;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
	border-collapse:collapse;
}

.contenttable tr.odd  {
	background:#f7fbff
}
.contenttable tr.odd .column1 {
	background:#f4f9fe;
}
.contenttable .column1 {
	background:#f9fcfe;
	font-weight: bold;
	font-size:10px;
}
.contenttable td {
	color:#666666;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.7em;
	text-align:center;
}
.contenttable td ul {
	margin-top:2px;
	margin-bottom:3px;
}
.contenttable td li{
	text-align:left;
}
.contenttable td.strike {
	text-decoration:line-through;
}
.contenttable th {
	font-weight:normal;
	color:#666666;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
}

.contenttable thead th {
	background:url(../images/bg_table_top.gif) left top repeat-x;
	text-align:center;
	color:#055694;
	font-weight: bold;
	padding:.7em;
}
.contenttable tfoot th {
	text-align:center;
	background:#E6ECF1;
	font-weight: bold;
	padding-top:.5em;
	padding-bottom:.5em;
}
.contenttable tfoot th em {
	color:#FFF;
	font-size: 1.1em;
	font-style: normal;
}
.contenttable th a.internal-link , td a.internal-link, .contenttable th a.external-link , .contenttable td a.external-link,.contenttable th a.external-link-new-window , .contenttable td a.external-link-new-window {
	font-size: 0.9em;
	font-style: normal;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	padding:3px 18px 6px 18px;
	background:url(../images/pesan.gif) center top no-repeat;
}
.contenttable tr:hover.odd,.contenttable tr:hover {
	background:#eaeaea
}
