.userTable {
	width:100%;
}

.userTable tr {
	background:#f3f5f7 url(/img/userTable.gif) bottom repeat-x;
}

.userTable tr:first-child {
	background:#e6e8ea url(/img/userTable.gif) bottom repeat-x;
	text-align:center;
	font-weight:bold;
}

.userTable tr:hover{
	background:#f7fafc url(/img/userTable.gif) bottom repeat-x; 
}


.userTable tr:first-child:hover{
	background:#e6e8ea url(/img/userTable.gif) bottom repeat-x;
}

.userTable tr  td{
	padding:10px;
}

.userTableHeader {
	background:#e6e8ea;
}



