﻿/* table style */
table.iGridView
{
    margin-top:5px;
	font-size:11px;
    font-family: arial,sans-serif;
}

/* common cell styles */
.iGridView th, .iGridView td
{
	cursor:default;
	height:20px;
}

/* header cell style */
.iGridView th
{
    font-weight:bold;
    text-align:center;
    color: #FFFFFF;
    background: #333333;
      
}  

/* cell styles */
.iGridView td
{
    color:#000;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;	
    padding:3px;
	vertical-align:top;
    border-bottom-color:#e5ecf9;	
    border-right-color:#e5ecf9;	
}

.iGridView .alt
{
    background-color: #E6E6E6;
}

/* mouseover row style */
.iGridView .row-select
{ 
	background-color:#e5ecf9;
}

/* mouse select row style */
.iGridView .row-select 
{ 
	background-color:#7aa5d6;
	color:#fff;
}

