/*
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 
}


/* default styles for Calendar Display */

.CDTableBorder
{
	border: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	border-spacing: inherit;
	border-collapse: collapse;
	empty-cells: show;
}

.CDDayRow
{
	background-color: #717171;
	color: #FFFFFF;
}


