.gridnav_head {
    color: #000099;
    background: #dddddd;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 8px;
    border-bottom: 1px solid #aaaaaa;
	}

.gridnav_row { color: #000000; height:18px; 
    font-family:  verdana,arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 4 5 4 2;
   	border-top:		0px;
	border-bottom:	1px solid #aabbcc;
	border-left:	1px solid #aabbcc;
	border-right:	1px solid #aabbcc;
	text-align:center;
	}

.gridnav_row_even 	 { background: #000000; }
.gridnav_row_odd 	 { background: #000000; }
.gridnav_row_over 	 { background: #c6d6f6; }
.gridnav_row_select  { background: #f6d6c6; }


