.doclist-popup-table { width:100%;}

.doc_row_even {
	line-height:200%;
	background-color:rgb(255,255,255)
}
.doc_row_even:hover {
	background-color:rgb(230,240,255)
}
.doc_row_odd {
	line-height:200%;
	background-color:rgb(245,245,235)
}
.doc_row_odd:hover {
	background-color:rgb(230,240,255)
}
