body{
	font-family:arial;font-size:10px;color:#ccc;
}
a {
	color:#0064b5;text-decoration:none;
}
a:hover {
	color:#009;text-decoration:none;
}
.pColor{
	color:green;
	font-weight:bold;
}
/*msgbox2 for Approve/No*/

.cTitle{
	float:left;position:relative;color:blue;
}
.docType{
	float:right;
	font-weight:bold;
	color:magenta;
}
.amountText {
	color:black; 
	font-weight: bold;
	padding:5px;
}

.balanceText{
	color:orange;
	font-weight: bold;
	padding:5px;
}
.creditText{
	color:red;	
	padding:5px;
}
.usersText{
	color:blue;	
	padding:5px;
}
.remarksText{
	font-style:italic;
	font-weight:bold;
	padding:5px;
}
/*excel reprt>report*/
.rowHeader{
	font-weight:bold;
	color: orange;
}
.colorCode{
	color:#000;
	font-weight:bold;
}
.colorDesc{
	color:#960;
}
.colorGrp{
	color:#090;
}
.colorPrd{
	color:red;
}
/* search page>memory configurator*/
.colorNothing{
}
.colContent1{
	color:#0064b5; 
	font-weight:bold;
	width:150px;
}
.colContent2{
	color:#000; 
	font-weight:bold; 
	padding-left:30px;
	padding-top:5px;
}
.colContent3{
	color:#000; 
	font-weight:bold; 
	padding-left:15px;
	padding-top:5px;
}
/* contact us page, text limit */
.exceeded{
        background-color:red;
}