/*cindy gridview*/
.tabList
{
	border-bottom: solid 1px #beddf6;
	border-left: solid 1px #beddf6;
	border-right: solid 1px #beddf6;
	border-top: solid 1px #9cc5e5;
	color: #3f6389;
}
.tabList caption
{
	height: 20px;
	background-color: Transparent;
	vertical-align: middle;
	font-size: 10pt;
}


.tabList th
{
	background: #21B4E2;
	font-weight: bold;
	height: 18px;
}
.tabList tr
{
	border-bottom: solid 1px #beddf6;
	border-top: solid 1px #beddf6;
	background-color: expression((this.sectionRowIndex%2==0)?    ' rgb(245, 250, 254)' : '#e0ffff' );
}
/*.tabList tr:hover
{
	background-color: rgb(150, 150, 254);
}*/
.tabList td
{
	padding: 4px;
	vertical-align: top;
}
/*end*/

.noBrTd div
{
   white-space:normal; 
   word-break:break-all;
   text-overflow:ellipsis; 
   overflow:hidden;
}

 .gvPagesClass
        {
            border: solid 1px Black;
            color: Black;
        }
     
.gvPagesClass caption
{
	height: 20px;
	background-color: Transparent;
	vertical-align: middle;
	font-size: 10pt;
}


.gvPagesClass th
{
	border : solid 1px Black;
	background: #21B4E2;
	font-weight: bold;
	height: 18px;
}
.gvPagesClass tr
{ 
	border : solid 1px Black;
	
	background-color: expression((this.sectionRowIndex%2==0)?    ' rgb(245, 250, 254)' : '#e0ffff' );
}
.gvPagesClass td
{
	border : solid 1px Black;
	padding: 4px;
	vertical-align: top;
}
