
/* background color for head line on a info page */
.iHead { 
	background-color: 	#FAE7CF;
}

.iHeadLabel { 
	color: 			black; 
	font-family: 		helvetica, arial, sans-serif;
/* smallest */
}

.iHeadValue { 
	color: 			black; 
	font-family: 		helvetica, arial, sans-serif;
	font-weight:		bold;
/* medium */
}

/* background color for left orange column */
.iCol1 { 
	background-color: 	#FF8C00;
}

/* background color for second column */
.iCol2 { 
	background-color: 	white;
}

.iFrame { 
	background-color: 	#214263;
}

/* FFCC99 */
.iUser { 
	background-color: 	#FDDFBA;
}

.iDetails1 { 
	color: 			#FF9900; 
	font-family: 		helvetica, arial, sans-serif;
	font-weight:		bold;
/* largest */
}

.iDetails2 { 
	color: 			#FF9900; 
	font-family: 		helvetica, arial, sans-serif;
/* small */
}

.iLabel { 
	color: 			black; 
	background-color:	white;
	font-family: 		helvetica, arial, sans-serif;
/* small */
}

.iLabel2 { 
	color: 			black; 
	font-family: 		helvetica, arial, sans-serif;
/* small */
}

.iValueB { 
	color: 			black; 
	background-color:	white;
	font-family: 		helvetica, arial, sans-serif;
	font-weight:		bold;
/* medim */
}

.iValue { 
	color: 			black; 
	background-color:	white;
	font-family: 		helvetica, arial, sans-serif;
	font-weight:		normal;
/* medim */
}

