﻿/******************||---------<<		GridView			>>---------||******************/
table.skin_grid tr.skin_grid_row td, table.skin_grid tr.skin_grid_alter_row td
{
	padding: 5px;
	height: 24px;
    line-height:24px;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
}
table.skin_grid tr.skin_grid_row td input[type="image"], table.skin_grid tr.skin_grid_alter_row td input[type="image"]
{
	vertical-align:text-bottom;
}
table.skin_grid tr.skin_grid_header th
{
    overflow: hidden;
    height: 20px;
	font-weight: normal;
	background-position: bottom;
	color: #676a6c;
	padding: 5px;
    white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
}
table.skin_grid tr.skin_grid_header
{
	height:20px;
}
table.skin_grid tr.skin_grid_row, table.skin_grid tr.skin_grid_row td, table.skin_grid tr.skin_grid_alter_row td
{
	border-bottom: 1px solid #D1CED1;
    border-right: 1px solid #D1CED1;
    background-color:#f9f9f9;
}
table.skin_grid tr.skin_grid_alter_row td
{
    background-color:#ffffff;
}
table.skin_grid tr.skin_grid_footer td
{
	padding: 5px;
	height: 20px;
	vertical-align: bottom;
	text-decoration: none;
}
table.skin_grid tr.skin_grid_pager
{
	height: 28px;
	width: 300px;
	text-align: right;
	vertical-align: bottom;
}
table.skin_grid tr.skin_grid_pager td
{
	border: 0px;
}
table.skin_grid
{
	width: 100%;
	table-layout:fixed;
	border-left:1px solid #D1CED1;
}
table.skin_grid tr.skin_grid_header th
{
	font-weight: bold;
	border-bottom: 1px solid #D1CED1;
	border-top: 1px solid #D1CED1;
    border-right: 1px solid #D1CED1;
	vertical-align: middle;
}


 
table .skin_grid_merge_header th
{
	font-weight: bold;
	border-bottom: 1px solid #D1CED1;
    border-right: 1px solid #D1CED1;
	vertical-align: middle;
    padding:5px;
}
