#listtable {
	font-size: small;	
}
.listtext {
	width: 90%;
}
.listhead {
	font-weight: bold;
	color: #000000;
}
.listhead a {
	color: #000000;
}
.rowlight {
	background-color: #EFEFEF;
}
.rowdark {
	background-color: #F5F5F5;
}
#listtr.rowlight:hover {
	background-color: #E0E0E0;
}
#listtr.rowdark:hover {
	background-color: #E0E0E0;
}
#listtr select {
	width: 90%;
}
#listtr {
	height: 30px;
}
#listtr td {
	padding-left: 5px;
}
.logoheader {
	background-image: url(images/managerbground.jpg);
	background-repeat: no-repeat;
}
