﻿.gridView
{
	width: 100%;
	color: #333;
}

.gridView a, .gridView a:visited
{
	color: #333;
	text-decoration: none;
}

.gridView a:hover
{
	text-decoration: underline;
}

.gridView *
{
	border-color: Silver;
}

.gridView .gridViewRow:hover, .gridView .gridViewAltRow:hover
{
	background: #FCFCCE
}
.gridView > tbody > tr > td, .gridView > tbody > tr > th
{
	padding: 2px;
}
.gridView .gridViewRow
{
	background-color: #FFF;
}
.gridView .gridViewAltRow
{
	background: #F0F0F0;
}
.gridView .header
{
	background: url("../images/elements/extruder_header_bgnd.png");
	color: #fff;
	text-align: left;
	height:24px;
}
.gridView .header a
{
	color: #fff;
}
.gridView .header input
{
	position: relative;
	top: 3px;
	margin:0 -2px;
}

.gridView .commandColumn
{
	width: 16px;
}

.gridView .emptyDataRow 
{
	background-color: #FFF;
	padding: 2px 5px;
}
.gridView .pager
{
	background-color: #fff;
}
.gridView .pager td
{
	padding: 2px;
}
.gridView .pager span 
{
	font-weight: bold;
	background: #ddd;
}
.gridView .pager a, .gridView .pager span 
{
	padding: 1px 6px 1px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

.gridView .pager a:hover
{
	height: 16px;
	background: transparent url(../images/bgnds/blue_op_75.png) repeat scroll 0 0;
	color: White;
}
