body, tr, td, input, select, textarea {
        font-family: Verdana, Arial, Helvetica;
        font-size: 12px;
}

.tabheader {
	background-color: #d0d0c0;
	font-weight: bold;
}
.tabrow0 {
	background-color: #ffffc0;
}
.tabrow1 {
	background-color: #e0e7ff;
}
.tabrow0light {
	background-color: #ffffc0;
	color: #BfBfBf;
}
.tabrow1light {
	background-color: #e0e7ff;
	color: #BfBfBf;
}
.analy {
	background-color: #d0ffd0;
	font-weight: bold;
}
.status {
	background-color: #c0c0c0;
	font-weight: bold;
}
.error {
	color: #ff0000;
	font-weight: bold;
}
.delete {
	color: #ff0000;
}
.subheader {
	font-style:italic;
	font-weight:bold;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration:none;
	color: #0000a0;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}

.mainmenu {
	font-weight: bold;
	background-image:url(/doc/vwr/images/barnull.gif);
	text-decoration:none;
	color: #ffffff;
}

.mainmenu:hover {
	font-weight: bold;
	background-image:url(/doc/vwr/images/bar.png);
	text-decoration:none;
	background-color: #0000ff;
	color: #e6c600;
}

.formdescriptor {
	font-weight:bold;
}

.frm {
	background-color: #efefef;
	color: #000000;
	height:18px;
	font-size:10px;
}

.frminput {
	background-color: #ffffff;
	color: #000000;
	height:18px;
	font-size:10px;
}

.frminputreq {
	background-color: #ffffff;
	color: #000000;
	height:18px;
	font-size:10px;
}

.frmselect {
	background-color: #ffffff;
	color: #000000;
	height:16px;
	font-size:10px;
}

.frmtextarea {
	background-color: #ffffff;
	color: #000000;
	font-size:10px;
}

