/* tables */
table {
	font-family:arial;
	margin: 10px 0;
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	border-collapse: collapse;
}
table th, table td { padding: 7px 6px; text-align: center; line-height: 1em; }
table th {
	background-color: #1C5296;
	color: #FBFBFB;
}
table th.l { text-align: left; }
table th.row {
	background-color: transparent;
	text-align: left;
}
table .odd th.row { 
	background-color:#F6F6F6;
}
table tr .header {
	/*background-image: url("../_images/bg.gif");*/
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table td, table th.row {
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	color: #333;
}
table tr.odd td {
	background-color:#F6F6F6;
}
table tr .headerSortUp {
	/*background-image: url("../_images/asc.gif");*/
}
table tr .headerSortDown {
	/*background-image: url("../_images/desc.gif");*/
}
table tr .headerSortDown, table tr .headerSortUp {
background-color: #CDCAB1;
}

td.yes { background-color: #EBF7EB; }

.tbl-yes,.tbl-no { width: 16px; display: block; margin: 0 auto; text-indent: -9114px; }
.tbl-yes { background: url("../_images/icon_check.gif") 0 50% no-repeat; }
.tbl-no { background: url("../_images/icon_na.gif") 0 50% no-repeat; }

