@charset "utf-8";
/* CSS Document */

#content .alternate {
	background: #f1f1f2;
}

#content table {
	border-collapse: collapse;
	border-right: 1px solid #000;
	border-spacing: 0px;
	border-top: 1px solid #000;
	margin: 0 auto;
	width: 80%;
}

#content table caption {
	font-weight: bold;
	padding: 5px;
}

#content table th {
	color: #1f4973;
	border-left: 1px solid #000;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	padding: 5px;
}

#content table td {
	color: #1f4973;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 10px;
	vertical-align: top;
}

#content table td.check {
	background: url(../images/partners/checkmark.gif) center center no-repeat;
}

#content table td.b {
	color: #1f4973;
}
#content table td ul {
	margin:  0 0 0 5px;
	padding: 0 0 0 5px;
}