:root { --pagewidth : 537px; }
.mdtabtabbg { background-color: #f0fff0; }

table.lom {	
	border-bottom: 4px solid #f0fff0;
	/*border-bottom: 1px solid black;*/	
	border-spacing: 0px; /*cellspacing: 0;*/
	width: var(--pagewidth);
	font-family: "Times New Roman", Times, serif;
}

.mdtexttab {
	width: 100px;
	text-align: center;
	border-left:  1px solid black; 
	border-top:   1px solid black; 
	border-right: 1px solid black;
}

.mdtabdip {width: 10px;
	border-bottom: 1px solid black;	
}

.mdtabblank {width: 100px;
	border-bottom: 1px solid black;	
}

.mdtabfill {
	border-bottom: 1px solid black;	
}

.mdhreftab {width: 100px; 
	text-align: center;
	border-left:  1px solid black; 
	border-top:   1px solid black; 
	border-right: 1px solid black;
}

textarea {
	cols: 80;
	rows: 25;
	width: var(--pagewidth);
}

table.metadata
{ 
width: var(--pagewidth);
border-spacing: 0px;
font-family: "Times New Roman", Times, serif;
} 


tr.metadata
{ 
text-align: left;
background-color: #f0f0f0;
}   

td.metadata
{ 
background-color: #f0fff0;
border-top:  2pt solid white;
padding: 2pt;
}

th.metadata
{ 
border-top:  2pt solid white;
padding: 2pt;
}

a.mdtablink:active  { color: #dfb060; text-decoration: none; }
a.mdtablink:visited { color: #dfb060; text-decoration: none; }
a.mdtablink:link    { color: #dfb060; text-decoration: none; }
a.mdtablink:hover   { color: #9f7030; text-decoration: none; }

