/*
Start Collapsible Panel Styles
*/
.cpHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
	background-color: #6699ff;
}
.cpBody
{
	font-size: 9pt;
	font-family: Arial;
	background-color: #fcfcfc;
}
.cpLbl
{
	font-size: 9pt;
	color: #000099;
	font-family: Arial;
}
.cpTxt
{
	font-size: 9pt;
	color: #006600;
	font-family: Arial;
}
/*
End Collapsible Panel Styles
*/

A.WhiteLinks:visited
{
	color: white;
}

A.WhiteLinks
{
	color: white;
}
/* image butons border style */
.linkBorder {
  color: #00f;
  }
/* for hidden texts inside controls */  
.hiddenText 
{
	DISPLAY: none; 
	VISIBILITY: hidden 
}


