table {

	margin:0; 

 	padding:0;


}

table, tr, th, td {

	border-collapse: collapse;

}

/* HEAD */



/* BODY */



tbody tr {

	background: #ffffff;

	

}

tbody tr.odd {

	background: #F0FFFF;

}

tbody tr:hover, tbody tr.odd:hover {

	background: #dfedf3;

}

tbody tr th, tbody tr td {

	padding: 6px;



}

tbody tr th {

	background: #f90;

	padding: 6px;

	text-align: left;

	font-weight: bold;
	color:#fff;





}

/*tbody tr th:hover {

	background: #ffffff;



}*/



/* LINKS */



table a {



	text-decoration: none;

	

}

table a:hover {



	border-bottom: none;

}



/* FOOTER */



tfoot {

	background: #f3f3f3;

	height: 24px;

	line-height: 24px;

	font-weight: bold;



	text-align: center;

	letter-spacing: 3px;

	

}

tfoot tr th, tfoot tr td {

	/*padding: .1em .6em;*/

	

}

tfoot tr th {

	
}

tfoot tr td {

	text-align: right;

	

}
