.doc-retrieval {
	text-align: center;
	background-color: #A70000;
	color: white;
	font-weight: bold;
	width: 100%;
}
.doc-table {
	width: 100%;
	border: 0px;
}
.doc-table td {
	border: 1px white solid;
	background-color: #F2F2F2;
	height: 50px;
	padding: 3px;
}
.doc-table td img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.doc-table th {
	border: 1px white solid;
	color: black;
	text-align: center;
	font-weight: bold;
	background-color: #CCCCCC;
}

td.bck-alt {
	background-color: #CCCCCC;
}

td.bck-rule {
	background-color:#FFFFFF;
	height: 2px;
}

.box {
	padding: 3px;
	border: 0px solid black;
}

