﻿.tableGrid {
    
    background-color: #83A4D1;
    border-right: #006699 1px solid;
    border-top: #006699 1px solid;
    border-left: #006699 1px solid;
    border-bottom: #006699 1px solid;
    text-align: center;
}

.gridHeader 
{
	background-color:#83A4D1;	
    height: 18pt;
    font-size: 9pt;        
    font-weight: bold;	
    text-align: center;
    color:#ffffff;      
}

.gridHeaderFixs
{
	background-color:#83A4D1;
	position: relative; top: expression(this.offsetParent.scrollTop);
    height: 18pt;
    font-size: 9pt;        
    font-weight: bold;	
    text-align: center;
    color:#ffffff;      
}

.gridPager {
    background-color: #ffffff;
    font-size: 9pt;
    height: 16pt;
}

.gridItem {
    background-color: #ffffff;
    font-size: 9pt;
    height:16pt;
}

.gridhead {
    font-size: 9pt;
    height:16pt;
}

.word
{
	font-size: 12px;
	line-height: 130%;
	cursor: default;
	font-family: "Arial", "Helvetica", "sans-serif";
	letter-spacing: 0px;
	}
	
#divRoll{overflow:auto; height: 100%;width:100%;}
	
