

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 10pt;
        font-weight: bold;
	text-align: left;
	border-spacing: 1px;
        overflow: auto;
        width: 80%;
}

/* 16 columns: MS1 m/z, MS1 Δm/z, Lipid molecule, MS1 adduct, MS2 m/z, MS2 Δm/z,
   MS3 m/z, MS3 Δm/z, Fragment name, MS3 charge, Lipid species, MS2 charge,
   MS1 charge, Lipid class, Lipid category, Sum formula */
table.tablesorter td:nth-child(1) {
    width: 4%;
}
table.tablesorter td:nth-child(2) {
    width: 4%;
}
table.tablesorter td:nth-child(3) {
    width: 11%;
}
table.tablesorter td:nth-child(4) {
    width: 6%;
}
table.tablesorter td:nth-child(5) {
    width: 4%;
}
table.tablesorter td:nth-child(6) {
    width: 4%;
}
table.tablesorter td:nth-child(7) {
    width: 4%;
}
table.tablesorter td:nth-child(8) {
    width: 4%;
}
table.tablesorter td:nth-child(9) {
    width: 13%;
}
table.tablesorter td:nth-child(10) {
    width: 3%;
}
table.tablesorter td:nth-child(11) {
    width: 9%;
}
table.tablesorter td:nth-child(12) {
    width: 3%;
}
table.tablesorter td:nth-child(13) {
    width: 3%;
}
table.tablesorter td:nth-child(14) {
    width: 7%;
}
table.tablesorter td:nth-child(15) {
    width: 11%;
}
table.tablesorter td:nth-child(16) {
    width: 11%;
}



/* FOR DE ANDRE */
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: blue;
        color: white;
	border: 1px solid #FFF;
	font-size: 9pt;
	padding: 5px;
}

table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}

/* HER FOR MAKRERET */
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}