
/* Table Basics */
table.ipni-grand
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	/* margin: 45px; */
	margin-top:5px;
	margin-bottom:5px;
	/* width: 480px; */
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}

/* Table Header */
table.ipni-grand th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
}

/* Background Color in Table Body */
table.ipni-grand tbody
{
	background: FloralWhite;
}

/* Table Body Cells */
table.ipni-grand td
{
	padding: 10px;
	color: #000;
	border-top: 1px dashed #fff;
}

/* Mouseover Color */
table.ipni-grand tbody tr:hover td
{
	
}

