/*

div.insight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #000080;
	overflow:visible;
	text-align:left;
	padding:10px;
}

div.insight {
	border-width: 1px;
	border-style: solid;
	border-color: #dfdfdf;
}

div.insight th, div.insight td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4040A0;
	background-color: #ffffff;
	border-width: 0px;
}

div.insight td {
	font-weight: normal;
	vertical-align: top;
}

div.insight {
	vertical-align: top;
}

div.insight th {
	font-weight: bold;
	vertical-align: top;
}

div.insight {
	font-weight: bold;
	color: black;
	vertical-align: top;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #dfdfdf;
}

div.insight {
	border-width: 1px;
	border-style: solid;
	border-color: #dfdfdf;
}

div.insight th.Label {
	text-align: left;
}

*/



/* JP 7/1/2009 Below is the CSS for Insight Data Table  D6D6D6 */

table.insightData {
	align: center;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: black;
}

td.insightDataHeader {
	padding: 3px 5px 3px 8px;
	background-color: #6086D6;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: solid black;
	border-width: 0px 1px 1px 1px;
	}
	
td.insightDataLabel {
	width: 25%;
	padding: 3px 5px 3px 8px;
	background-color: #6086D6;
	color: white;
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	border: solid black;
	border-width: 0px 1px 1px 1px;
	}
	
td.insightData {
	padding: 3px 8px 3px 4px;
	color: black;
	font-size: 8pt;
	vertical-align: top;
	border: solid black;
	border-width: 0px 1px 1px 0px;
	}
	
span.insightDataGreenPref {
	color: #04C700;
	font-weight: bold;
	font-size: 8pt;
	}
	
span.insightGreenBoldP {
	color: #04C700;
	font-weight: bold;
	font-size: 9pt;
	vertical-align: top;
	}

td.insightRowSpace {
	font-size: 5pt;
	padding: 0px 0px 0px 0px;
	border: solid black;
	border-width: 0px 0px 1px 0px;
	}

td.insightMessage {
	padding: 10px 5px 10px 5px;
	background-color: #6086D6;
	color: white;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: solid black;
	border-width: 0px 1px 1px 1px;
	}

td.insightNavLinks {
	font-size: 7pt;
	text-align: right;
	}


.panelHeader {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color: black;
	margin-bottom: 0px;
}

/* JP 7/1/2009 Below is the CSS for Insight JE's */

table.insightJournal {
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: black;
}


th.insightJournal {
	padding: 4px 1px 4px 1px;
	font-size: 7pt;
	font-weight: bold;
	color: white;
	background-color: #6086D6;
	text-align: center;
	border-width: 1px;
	border: solid black;
	border-width: 1px 1px 1px 0px;
}

th.insightJournalFooter {
	padding: 4px 3px 4px 1px;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	background-color: #6086D6;
	text-align: right;
	border-width: 1px;
	border: solid black;
	border-width: 1px 1px 1px 0px;
}

td.insightJournal {
	padding: 2px 3px 2px 3px;
	color: black;
	font-size: 7pt;
	vertical-align: top;
	border: solid black;
	border-width: 0px 1px 1px 0px;
}


