﻿.grid
{
	font-size: 12px;
}

.grid_header
{
    background-repeat: repeat-x;
    height: 25px;
    color: #F2FAFD;
}

.ie .grid_header
{
    height: 21px;
}

.ie8 .grid_header
{
	height: 25px;
}

.grid_footer
{
    background-repeat: repeat-x;
    height: 26px;
    font-weight: bold;
}

.grid_even
{
	background-color: #FFFFFF;
}

.grid_odd
{
	background-color: #EAF3FF;
}

.grid_negative_text
{
	color: Red;
}

.grid_detail
{
	position: absolute;
	top: 0px;
	right: 35px;

	background-color: #FFFFFF;
	z-index: 10;
	width: 561px;
	height: 150px;
	padding-bottom: 5px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.grid_first_cell
{
	padding-left: 5px;
}

.grid_last_cell
{
	padding-right: 10px;
}

.grid_empty
{
	font-size: 14px;
}
