@charset "utf-8";
/* CSS Document */

#content table {
	border-bottom: 1px solid #5a5758;
	border-right: 1px solid #5a5758;
	border-collapse: collapse;
}

#content table th {
	border-top: 1px solid #5a5758;
	border-left: 1px solid #5a5758;
	font-size: 9px;
	padding: 5px;
}

#content table th.left {
	text-align: left;
}

#content table tr.shade {
	background: #f1f1f2;
}

#content table td {
	border-top: 1px solid #5a5758;
	border-left: 1px solid #5a5758;
	font-size: 9px;
	padding: 5px;
	text-align: center;
}

#content table th.corner {
	border: none;
	font-size: 14px;
	font-weight: normal;
}