.grid-filter-field {
	border: 1px solid #ff0000;
	max-width: 100px;
}

.grid-head {
	background: url("../../sysimages/grid/tab_control_filler.gif");
	height: 18px;
	text-align: center;
}

.grid-sort-down {
	width: 9px;
	height: 9px;
	background: url("../../sysimages/grid/sort_down.gif") no-repeat;
}

.grid-sort-up {
	width: 9px;
	height: 9px;
	background: url("../../sysimages/grid/sort_up.gif") no-repeat;
}

.grid-caption {
	font-family: hirosh;
	font-size: 13px;
	color: #ff0000;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	
}

.grid-container {
	display: block;
	position: relative;
	border: 0px solid;
	top: 0px;
	left: 0px;
	margin: 0px;
	border: 0px solid #ff6600;
}

.grid-container a img {
	border: 0px;
}

.grid-list {
	overflow: auto;
	top: 0px;
	left: 0px;
	border: 0px solid #ff6600;
}

.grid-cell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	height: 10px;
}

.grid-row {
	background: #0f0f0f;
	height: 10px;
	color: #ff6600;
}

.grid-row-hover {
	background: #ff0000;
	color: #000000;
}

.grid-row-selected {
	background: #ff6600;
	color: #000000;
}
.grid-footer-left {
	float: left;
	background: url('../../sysimages/grid/grid_footer_left.gif') ;
	width: 8px;
	height: 15px;
	margin-right: -3px;
}

.grid-footer-middle {
	background: url('../../sysimages/grid/grid_footer_filler.gif') repeat-x;
	height: 15px;
	border: 0px solid;
	margin-left: 8px;
	margin-right: 8px;
}
	
.grid-footer-right {
	float: right;
	background: url('../../sysimages/grid/grid_footer_right.gif') ;
	width: 8px;
	height: 15px;
	margin-left: -3px;
}

