.info_table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0 auto;
	width: 90%;
	text-align: left;
	border-collapse: collapse;
}

.info_table thead th.rounded-q1 {
	background: #b9c9fe url('/images/manage/table-ul.png') left -1px no-repeat;
}

.info_table thead th.rounded-q4 {
	background: #b9c9fe url('/images/manage/table-ur.png') right -1px no-repeat;
}

.info_table th {
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}

.info_table td {
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}

.info_table tr.alternate td {
	background: #e2e7f9;
}

.info_table tfoot td.rounded-foot-left {
	background: #e8edff url('/images/manage/table-ll.png') left bottom no-repeat;
}

.info_table tfoot td.rounded-foot-right {
	background: #e8edff url('/images/manage/table-lr.png') right bottom no-repeat;
}

.info_table tbody tr:hover td {
	background: #d0dafd;
}

.info_table tbody input {
	font-size: 14px;
	padding: 2px;
}
