@charset "utf-8";
/* CSS Document */
#downloadTable {
	padding: 0;
	font-size:80%;
}
/*-------------------- TABLES Row Color --------------------*/
table#highlight { width:100%; margin: 0; border-collapse: collapse;}
table#highlight td, table#highlight th { padding: 0 .3em; border: 1px #eee solid; }
/*table#highlight thead { background: url(images/navbar_sweet.gif) repeat-x; }*/
table#highlight tbody { background:  #F4F4F4; }
table#highlight th { background-color: #fff; color: #FF8000; text-align:left;}
#highlight tr.highlite { background: #FAD182; } 
