/* CSS styles for samples page */

/* downloads table */
#samplesTableContainer {
	clear: both;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 16px;
	width: 100%;
	border: 1px solid #99aacc;
}

#samplesTable {
	border-collapse: collapse;
	width: 100%;
}

#samplesTable .tableheadcell {
	text-align: center;
	font-weight: bold;
	padding:6px;
}

#samplesTable .tablecell1, #samplesTable .tablecell2 {
	border-top: 1px solid #99aacc;
	padding: 5px;
}

#samplesTable .tablecell1 {
}

#samplesTable .tablecell2 {
	background-color: #f4f4f4;
}

#introduction {
	float:left;
	width:440px;
}

#downloadhelp {
	margin-left:470px;
}

#downloadhelp ul {
	margin-left:14px;
}

