@charset "utf-8";
/* CSS Document */

.searchTable {
	background-color: #F0E9FE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #230462;
	border-right-color: #230462;
	border-left-color: #230462;
	margin:20px; 
}

.searchTable th {
	background-color: #230462;
	color: #FFFFFF;
	margin: 2px;
	padding: 2px;
}

.searchTable td {
	margin: 2px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #230462;
}

.searchTable .tdHeader {
	font-weight:bold; 
	text-align:right; 
}

.searchTable tr td table tr td {
	border: none; 
}

.greybg {
	background-color: #F8F7F7;
}

.tdborder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3E57A7;
}