﻿/* tables */
table.emeka {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 11pt;
	width: 100%;
	text-align: left;
}
table.emeka thead tr th {
	background-color: #d0d0d0;
	border: 1px solid #ababab;
	font-size: 9pt;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
table.emeka tfoot tr th {
	background-color: #d0d0d0;
	border: 1px solid #777;
	font-size: 9pt;
	font-weight: bold;
	padding: 3px 4px;
}
table.emeka thead tr .header {
	background-image: url(image-files/bg220.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 14px 3px 14px 14px;
	cursor: pointer;
}
table.emeka tbody td {
	color: #1a1a1a;
	padding: 2px;
background: #F6F2C0 url(image-files/img_top4.gif) repeat-x scroll left bottom;
	border: 1px solid #ababab;
	vertical-align: top;
}
table.emeka tbody tr.odd td {
background: #fafafa url(image-files/img_top3.gif) repeat-x scroll left bottom;
}

