

table.aka{
	font-family: Verdana;
	font-size: 12px;
	color: black;
}

table.aka caption{
	color: #666;
	font-style: italic;
	text-align: left;
	font-size: 11px;
}

table.aka th{
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	padding: 2px 4px;
	line-height: 18px;

}
table.aka td{
	padding: 1px 4px;
	border: 1px solid #92d050;
	border-left: none;
	border-top: none;
	font-size: 10px;
	text-align: center;
}
table.small td{
	padding: 1px 2px;
}
table.aka .left{
	font-weight: bold;
	border-left: 1px solid #92d050;
	text-align: left;
}
table.aka.light tbody .left{
	font-weight: normal;
}
table.aka .right{
	text-align: right;
}

table.aka .normal{
	font-weight: normal !important;
}

table.aka .bold{
	font-weight: bold !important;
}
table.aka .red{
	background: #f24900 !important;
}
table.aka .green{
	background: #00b050 !important;
}
table.aka .blue{
	background: #dbf1fb;
}
table.aka .sum td{
	border-top: 2px solid #92d050;
}
table.aka .white{
	background: #fff !important;
}
table.aka .lightgreen{
	background: #92d050 !important;
}
table.aka tr.blue td{
	background: #dbf1fb;
	font-weight: bold;
}
table.aka tr.blue-normal td{
	background: #dbf1fb;
}
table.aka.white td,
table.aka.white th {
	border-left: 1px solid #92d050;
	text-align: left;
}
html* .ie-padding{
	height: 15px
}