/* CSS Document */
table.info {
	width: 700px;
	border-collapse:collapse;
	border:1px solid #2E2E2E;
}
/*table.info .caption {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(images/caption.jpg) right top;
	height: 45px;
	color: #243D02;
	border-top: 1px solid #243D02;
}*/
table.info thead th {
	background: #243D02 url(../images/th.jpg) repeat right;
	height: 47px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: center;
	border-right: 1px solid #8D8D8D;
}
table.info tbody tr {
	background: url(../images/td1.jpg) repeat-x top;
}
table.info tbody tr.odd {
	background: #AADB41/*#7DBB27*/;
}

table.info tbody th,td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #2E2E2E;
	padding: 10px 7px;
	border-top: 1px solid #243D02;
	border-right: 1px solid #8D8D8D;
	/*text-align: center;*/
}
table.info a {
	color: rgb(255,128,0);
	/*color: #2E2E2E;*/
	font-weight: bold;
	text-decoration: underline;
}
/*table.info a:hover {
	color: #FFFF50;
	text-decoration: underline;
}*/
table.info tfoot th {
	background:#243D02 url(../images/foot.jpg) repeat-x scroll center bottom;
	border-top:1px solid #243D02;
	color:#FFFFFF;
	height:30px;
	padding-top:0px;
}
table.info tfoot td {
	background:#243D02 url(../images/foot.jpg) repeat-x scroll center bottom;
	color:#FFFFFF;
	height:30px;
}

