﻿
.gvFixedHeader
    {
      font-weight:bold;
      position:relative;
      background-color:White;
    }

table.GridView {
	cursor: default;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	width: 100%;
	/*overflow:auto;  rek freeze header */
	overflow:hidden; 
}
table.GridView th {
	border: 1px solid #ccc;
	white-space: nowrap;
	line-height: 22px;
	padding: 0 5px;
	background: #f2f2f2 url('../Images/Controls/ListView/bgListViewHeader.gif') repeat-x left top;
	color: #333;
	text-align:left;
	position:relative;  /*REK freeze header */
}
table.GridView th a {
	display: block;
}
table.GridView th.asc,
table.GridView th.desc {
	background: #daecf6 url('../Images/Controls/ListView/bgListViewHeaderSorted.gif') repeat-x left top;
}
table.GridView th.asc a {
	background: transparent url('../Images/Controls/ListView/bgListViewHeaderAsc.gif') no-repeat center top;
}
table.GridView th.desc a {
	background: transparent url('../Images/Controls/ListView/bgListViewHeaderDesc.gif') no-repeat center top;
}
table.GridView th td {
	line-height: 22px;
	padding: 0 5px;
	text-align: center;
}
table.GridView tr td {
	line-height: 25px;
	padding: 0 10px;
	text-align: left;	
	white-space: nowrap;
	overflow: hidden;
}
table.GridView tr.even {
	background-color: #e5e5e5;
}
table.GridView tr.select {
	background-color: #ffcf22;
	color: #000;
}
table.GridView table {
	border: none;
	margin: 0 0 0 -5px;
}
table.GridView table td {
	padding: 0;
	line-height: 1em;
}
table.GridView table span {
	display: block;
	font-weight: bold;
	padding: 2px 5px;
	background-color: #092869;
	color: #fff;
}
#userContent table.GridView table a {
	display: block;
	font-weight: bold;
	padding: 2px 5px;
	background-color: #e5e5e5;
}
#userContent table.GridView table a:hover {
	background-color: #f7941d;
	color: #fff;
}

table.GridView tr td.command {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
table.GridView tr td .imgButton {
	padding: 3px;
}
table.GridView tr td input {
	cursor: pointer;
}

table.GridView td.pager {
	padding: 0 0 0 10px;
	width: 100%;
	text-align: right;
}