table {
	border-collapse: collapse;
}

th, td {
	padding: 3px;
}

/* styles tformat */
 
table.tformat {
    padding: 0;
    margin-bottom: 10px;
    border-spacing: 0;
    border: 1px solid #96AEBE;
    width: 100%
}

table.tformat td {
    white-space: nowrap;
}

table.tformat td.q {
    padding: 4px 10px 4px 4px;
    border: 1px solid #ca3;
    border-width: 0 0 1px 0;
}

table.tformat tr:hover td.q {
    background-color: #fcf6e4;
}

table.tformat td.likehead {
    background-color: #E7EFF4;
    padding: 4px 10px 4px 4px;
    border: solid #96AEBE;
    border-width: 1px 0 3px;
}

table.tformat th {
    text-align: left;
    white-space: nowrap;
}

table.tformat th.b {
    background-color: #E7EFF4;
    padding: 4px 10px 4px 4px;
    border: solid #96AEBE;
    border-width: 1px 0 1px;
}
