﻿/* table level rules */
.grid
{
	font-family: verdana;
	font-size: 11px;
	border: solid 0px #7f7f7f;
	border-bottom-width:0px;
    border-collapse:collapse;
    color: #333333;
   
}
.grid1
{
	font-family: verdana;
	font-size: 11px;
	border: solid 1px #7f7f7f;
	border-bottom-width:0px;
    border-collapse:collapse;
    color: #333333;
   
}


/* header column rules */
.grid th 
{
  border:0;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 0px 0px 0px 0px;
    color: #000;
   
    /*vertical-align: bottom;
    text-align:left;*/
}  

.grid th a
{
	color:#333333;
    font-weight: bold;
	text-decoration: none;
	display: block;
    padding-right: 0px;
}

/* data cell and data row rules */
.grid td 
{
	color:#333333;
    
    border-bottom: solid 0px #BBD9EE;
}

.grid .altrow
{
    background-color: #F8FAFF;
} 

.grid .row
{
    background-color: #F8FAFF;
}  

.grid .rownum
{
	width:15px;
    text-align:center;
    padding-left:0px;
    font-weight:bold;
    color:#333333;
}

/* group header */
.grid .group span
{
	padding:0px 0px 0px 0px;
	color:#666666;
	text-align:left;
	font-size:9pt;
	font-weight:bold;
	cursor:pointer;
} 
.grid .group img
{
	cursor:pointer;
}
.grid1 th 
{
  border:0;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: none;
    border-width: 0px 0px 0px 0px;
    color: #000;
   
    /*vertical-align: bottom;
    text-align:left;*/
}  

.grid1 th a
{
	color:#333333;
    font-weight: bold;
      border-style: none;
	text-decoration: none;
	display: block;
    padding-right: 0px;
}

/* data cell and data row rules */
.grid1 td 
{
	color:#333333;
      border-style: none;
    border-bottom: solid 0px #BBD9EE;
}

.grid1 .altrow
{
    background-color:#F8FAFF;
      border-style: none;
} 

.grid1 .row
{
    background-color: #F8FAFF;
      border-style: none;
}  

.grid1 .rownum
{
	width:15px;
    text-align:center;
    padding-left:0px;
    font-weight:bold;
    color:#333333;
      border-style: none;
}

/* group header */
.grid1 .group span
{
	padding:0px 0px 0px 0px;
	color:#ffffff;
	text-align:left;
	font-size:9pt;
	font-weight:bold;
	cursor:pointer;
	
} 

.grid1 .group img
{
	cursor:pointer;
}
