.divtableborder {
	background-color: #039;
	border-radius: 20px;
	padding: 20px 10px;
	width: auto;
	margin: auto;
}

table.appliedres {
	border-collapse: collapse;
	background-color: #FAFAFA;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: center;
}
table.appliedres a {
	font-weight: bold;
	color: #03C;
}
table.appliedres a:hover {
	color: #393;
}
table.appliedres thead tr th {
	text-align: left;
	font-size: 20px;
	color: #FFF;
	background-color: #039;
	padding: 0 0 10px 5px;
}
table.appliedres thead tr td {
	background: #069 url(../images/tab01.gif);
	height: 30px;
	color: #9FC;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 3px;
}
table.appliedres tbody td {
	padding: 5px 3px;
}
table.appliedres tbody tr:nth-child(odd) {
	background-color: #DFEAFB;
}
table.appliedres tbody tr:nth-child(even) {
	background-color: #FFF;
}
table.appliedres tbody tr:hover {
	background-color: #FFC;
}
table.appliedres tbody td {
	border-left: #03C solid 1px;
}
table.appliedres td.section {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	background-color: #096;
	color: #FFF;
}
table.appliedres td.alnL {
	text-align: left;
}
table.appliedres td.alnC {
	text-align: center;
}
table.appliedres td.alnR {
	text-align: right;
}
table.appliedres img.btn_down {
	padding: 3px;
}

#divShowRev {
	float: right;
	font-size: 14px;
}
.hideRev { display: none;}