
/*  tableaux */

 table {
	width: 100%;
	padding: 0;
	margin: 10px 0 20px 0;
	font-size: 11px;
	border: none;
	table-layout: fixed; /* Fluid image - ie. firefox */
}
table.transparent tr, table.transparent td, table.transparent th ,table.transparent  tr:nth-child(odd) td{
	 background-color: transparent;
	 border: none;
	 vertical-align: top;
}
table.no-border td{
	border:none;
}
table.third td{
	width: 33%;
}
table caption {
	padding: 0 0 5px 0;
	width: auto;	 
	font-style:italic;
	text-align: right;
}
tr{
}
tr:nth-child(even) td{
}
tr:nth-child(odd) td{
  /* background-color: #f8f8f8;*/
}
th, thead td { /* tr:first-child td */
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3em;
    text-align: left;
    padding: 6px 6px 6px 5px;
    border-right: 1px solid #F3F2F2;/*5a5a5a*/
    background-color: #454545;
    color: #FFF;
}
td {
	font-size: 12px;
	padding: 6px 5px;
	border: none;
	color: black;
	line-height: 16px;
	min-height:20px;
    border: 1px solid #b9b8b8;
    
}
tr:last-child td {
	border-bottom: 3px solid #EEEEEE;
}
thead tr:last-child td{
	border-bottom: none;	
}
tr.no-bg td{
	background-color: transparent;
}
tr.invisible td{
	background-color: transparent;
	border: none;
}

#top th.nobg {
	background: none;
	border-top: 0;
}

table.invisible tr:nth-child(odd) td{
   background-color: #FFFFFF;
}
table.invisible tr td{
   border:none;
}

