﻿.datagrid tr.selected
{
	background-color: Blue;
}

.datatable, .datagrid, div.table > table.table, .fwtable
{
	margin-top: -1px;
	width: 100%;
	border-collapse: collapse;
}
.fwtable th
{
	border-top: 1px solid;
	padding: 0 10px;
}
.fwtable td
{
	vertical-align: top;
	padding: 0 10px;
}
.datagrid th
{
	font-weight: normal;
	padding: 4px 2px 0 2px;
	border-left: 1px solid #333;
	position:relative;
}
.datagrid .data td
{
	padding: 2px;
	border-left: 1px solid;
}

.datagrid th .chkall
{
	position: absolute;
	left:2px;
	bottom:0px;
}

.datagrid td > div.menuitem
{
	width: 40px;
	height: 16px;
	padding: 0;
	margin: 2px 2px 0 2px;
	border: solid 1px;
}

.datagrid td.c0, .datagrid td.indent
{
	border: none;
}
.datagrid td.c0
{
	vertical-align: middle;
}
.datagrid .indent
{
	width: 20px;
}

.datatable .table td
{
	border: 1px solid;
}

.datatable .table td.defval
{
}

.datatable .table td.check
{
	width: 24px;
}
.datatable .table td.edit
{
	width: 24px;
}

.datatable .table tr.highlight, .datagrid tr.highlight
{
	border-top: 1px solid;
	border-bottom: 1px solid;
}

th.headerclick
{
	cursor: pointer;
}

th.asc
{
	background-image: url(../img/SortAsc.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
th.desc
{
	background-image: url(../img/SortDesc.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

th.sortable
{
	background-image: url(../img/doublearrow_narrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.datagrid input[type='checkbox']
{
	width: 17px;
}

#hierarchicaldatagrid_table.datagrid th:first-child .cc
{
	width: 240px;
}
#shipmentlines_table.datagrid th:first-child .cc
{
	width: 200px;
}

.datagrid .psn, .datagrid .uid
{
	width: 120px;
}

td.t
{
	padding: 0px 3px 0px 3px;
	overflow: hidden;
}

td.v
{
	padding: 0px 3px 0px 3px;
	overflow: hidden;
}

#settingsEdit table
{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
}
#settingsEdit th
{
	text-align: left;
	border-bottom: 1px solid;
}
.bottomtotop
{
	width: 20px;
	max-height:100px;
}
.bottomtotop div
{
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-lr;
	-moz-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	text-orientation: sideways-right;
	display: block;
	direction: ltr;
	vertical-align: text-bottom;
	white-space: nowrap;
	width: 10px;
	margin-left: 3px;
	height:100px;
}
.editColumn
{
	text-align: center;
}
.w40
{
	width: 40px;
}
.w80
{
	width: 80px;
}
.w120
{
	width: 120px;
}
.w160
{
	width: 160px;
}
.w200
{
	width: 200px;
}

.table-striped tr.odd
{
	background-color: #E9F2F9;
}
.table-striped tr.even
{
	background-color: #FFF;
}

.table-striped tr.odd.error {
	background-color: #F00;
}

.table-striped tr.even.error {
	background-color: #F88;
}

#overviewcustomer_table tr.status-E td, #overviewcustomer_table tr.status-B td {
	color: #bbb;
}
