﻿.grid {
	border-style: none;
	border-collapse: collapse;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
.grid a {
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
.grid_header {
	height: 22px;
	background-color: #D6DFEF;
	background-image: url(../images/grid/grid_header_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
.grid_header a {
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
	white-space: nowrap;
}

.grid_header th.ascending {
	background-image: url(../images/grid/grid_header_bg_asc.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 16px;
	padding-left: 2px;
}

.grid_header th.descending {
	background-image: url(../images/grid/grid_header_bg_desc.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 16px;
	padding-left: 2px;
}

.grid_header th {
	white-space: nowrap;
	border-left: solid 1px #9CB6CE;
	border-right: solid 1px #9CB6CE;
	border-top: none;
	border-bottom: solid 1px #D6D7E7;
	color: black;
	padding-right: 2px;
	padding-left: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
}

.grid_header td {
	white-space: nowrap;
	border-top: none;
	color: black;
	padding-right: 2px;
	padding-left: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
}
.grid_row {
	background-color: #EFEFF7;
}
.grid_row td {
	border-left: solid 1px #D6D7E7;
	border-right: solid 1px #D6D7E7;
	border-top: none;
	border-bottom: solid 1px #D6D7E7;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
}
.grid_row .number {
	padding-right: 4px;
	text-align:right;
}
.grid_row td .insidetable {
	border-style: none;
}
.grid_row td .insidetable td {
	border-style: none;
}
.grid_alternating_row {
	background-color: #F7F7F7;
}
.grid_alternating_row td {
	border-left: solid 1px #D6D7E7;
	border-right: solid 1px #D6D7E7;
	border-top: none;
	border-bottom: solid 1px #D6D7E7;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
}
.grid_alternating_row .number {
	padding-right: 4px;
	text-align:right;
}
.grid_alternating_row td .insidetable {
	border-style: none;
}
.grid_alternating_row td .insidetable td {
	border-style: none;
}
.grid_white_row {
	background-color: #FFFFFF;
}
.grid_white_row td {
	border-left: solid 1px #D6D7E7;
	border-right: solid 1px #D6D7E7;
	border-top: none;
	border-bottom: solid 1px #D6D7E7;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
}
.grid_white_row td .insidetable {
	border-style: none;
}
.grid_white_row td .insidetable td {
	border-style: none;
}
.grid_active_row {
	/*background-color: #FFFFFF;*/
	background-color: #FFECB3;
}
.grid_active_row td {
	border-left: solid 1px #D6D7E7;
	border-right: solid 1px #D6D7E7;
	border-top: none;
	border-bottom: solid 1px #D6D7E7;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
}
.grid_active_row td .insidetable {
	border-style: none;
}
.grid_active_row td .insidetable td {
	border-style: none;
}

.grid_footer {
	height: 20px;
	background-color: #E7EBF7;
}
.grid_footer a {
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}
.grid_footer td {
	white-space: nowrap;
	border-left: solid 1px #9CB6CE;
	border-right: solid 1px #9CB6CE;
	border-top: none;
	border-bottom: solid 1px #D6D7E7;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 1px 2px 1px 2px;
}

.grid_footer .number {
	padding-right: 4px;
	text-align:right;
}

.grid_footer td .insidetable td {
	border-style: none;
}
.grid_cell_line {
	line-height: 15px;
}

.grid_image_pager span {
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
}
.grid_image_pager a {
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
}
.grid_cell {
	background-color: #FFFFFF;
	border-left: solid 1px #D6D7E7;
	border-right: solid 1px #D6D7E7;
	border-top: none;
	border-bottom: solid 1px #D6D7E7;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
}
.grid_cell td {
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
.grid_alternating_cell {
	background-color: #F7F7F7;
	border-left: solid 1px #D6D7E7;
	border-right: solid 1px #D6D7E7;
	border-top: none;
	border-bottom: solid 1px #D6D7E7;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
}
.grid_alternating_cell td {
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
.grid_active_cell {
	/*background-color: #EFEFF7;*/
	background-color: #FFECB3;
	border-left: solid 1px #D6D7E7;
	border-right: solid 1px #D6D7E7;
	border-top: none;
	border-bottom: solid 1px #D6D7E7;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
}
.grid_active_cell td {
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
