
.ppiTable {
	width: 100%;
	background-color: #ffffff;
	text-align: left;
	font: 12px Arial, Verdana, Tahoma, Helvetica, Sans-serif;
	font-weight: bold;
	color: #0d3669;
	margin: 10px 0px 0px 0px;
	border-top: 2px solid #bccae6;
	border-right: 2px solid #bccae6;
	border-bottom: 2px solid #bccae6;
	border-left: 2px solid #bccae6;
	
	
	
	padding: 0px 0px 0px 0px;
}


.ppiTable tr {
	padding: 7px;
}

.ppiTable th {
	padding: 12px;
	text-align: left;
}

.ppiTable td {
	width: 50%;
	padding: 7px 7px 7px 35px;
	background-image: url('../images/ppi-table-tick-bg.gif');
	background-repeat: no-repeat;
	background-position: middle left;
	
}

.ppiTable .tableHeader {
	background-color: #41629f;
	background-image: url('../images/ppi-table-header-bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	text-align: left;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;

}


.ppiTable .odd {
	background-color: #e8edff;
}








/*
#one-column-emphasis {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:12px;
	width:480px;
	text-align:left;
	border-collapse:collapse;
	margin:20px;
}

#one-column-emphasis th {
	font-size:14px;
	font-weight:normal;
	color:#039;
	padding:12px 15px;
}

#one-column-emphasis td {
	color:#669;
	border-top:1px solid #e8edff;
	padding:10px 15px;
}

.oce-first {
	background-color:#d0dafd;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
}
#one-column-emphasis tr:hover td {
	color:#339;
	background:#eff2ff;
}

*/

























