/********************************************************************************
 This CSS file defines the style of the top navigation bar.
 ********************************************************************************/

table
{
    width: 100%;
/*	background-color: var(--contrast3-bg);*/
/*	color:            var(--contrast1-tx);*/
}

tr, th, td
{
	font-weight:      normal;
}

th
{
	vertical-align:top;
	padding:  3px;
}

tr.table-title
{
	border-bottom-style: solid;
	border-color: var(--contrast1-hl);
	color: var(--contrast1-hl);
	border-width: 1px;
}

tr.table-data
{
}

.table-data:hover
{
	background-color: var(--contrast1-bg);
	font-weight:      bold !important;
}

