.cGrid
{
	padding:0;
	font-size:10px;
	margin:0px;
	border-bottom: solid 1px lightgray;
	border-collapse:collapse;
	border-color:#ABA8A8;
}
.cGHeaderDiv
{
	width:100%;


	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color:  #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}
.cGPanel
{
	scrollbar-face-color: #BAA387;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: black;
	scrollbar-3dlight-color: #BAA387;
	scrollbar-arrow-color:  black;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #BAA387;
}
.cGHeaderD
{
	background-color: #DFDFDE;
	text-align:center;
	border:  solid 1px black;
	font-family: Arial;
	height:28px;
}
.cGHeader
{
	background-color: #F4F2EB;
	text-align:center;
	border:  solid 1px lightgray;
	font-family: Arial;
	height:28px;
}
.cHILink
{
	font-family: Arial;
	color:black;
	font-size: 8pt;	
	text-decoration:none;
}
.cGItem 
{
	padding:0;
	background-color: #FCFAF2;/*#EFF8FB;*/
	border: solid 1px #D4D1C7;
	height:16px;
	font-family: Arial;
	font-size: 8pt;
	height:23px;
}
.cGItemAlt
{
	background-color:White;
	font-family: Arial;	
	font-size: 8pt;	
	height:23px;
}
.cGItemHighlight
{
	background-color:#FFFFCC;
	font-family: Arial;	
	font-size: 8pt;	
	height:23px;	
}
.cGItemSelected
{
	background-color:#AFC5D0;
	font-family: Arial;	
	font-size: 8pt;	
	height:23px;	
}
.cTextEllipsis
{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	padding: 1px;
}
.cGILink		    {font-weight: normal; font-size: 8pt; font-family: Arial; color:navy; text-decoration:underline}
.cGILink a:visited  {color:blue}
.a
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial
}
.b
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center
}
.bR
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial;
    COLOR: RED;
    FONT-WEIGHT: BOLD;
    TEXT-ALIGN: center
}
.c
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: right
}
.cLabelInfoSearchresult
{
	font-size: 11px;
	font-family: arial;
	color:black;
	text-align:center;
	vertical-align:middle;
	font-weight:	bold;
}