﻿/* DataGrid */
table.DataGrid_Table {
	border: 1px solid #000000;
	border-collapse: collapse;
}

/* Header */
th.DataGrid_Header {
	color: #ffffff;
	background-color: #01467F;
	text-align: left;
	vertical-align: top;
	padding: 2px 2px 2px 4px;
}

tr.DataGrid_Header {
	color: #ffffff;
	background-color: #01467F;
	text-align: left;
	padding: 2px 2px 2px 4px;
}

/* Standard-Row */
tr.DataGrid_Row {
	background-color: #ffffff;
	vertical-align: top;
}

th.DataGrid_Row {
	background-color: #ffffff;
	vertical-align: top;
}

tr.DataGrid_RowAlternate {
	background-color: #EDF2F7;
	vertical-align: top;
}

th.DataGrid_RowAlternate {
	background-color: #EDF2F7;
	vertical-align: top;
}

.Inaktiv {
	vertical-align: top;
	text-decoration:line-through;
	color:darkgray;
}


/* Small-Grid-Row */
table.DataGrid_Table tr.DataGrid_Row td.DataGrid_RowSmall, 
table.DataGrid_Table tr.DataGrid_RowAlternate td.DataGrid_RowSmall {
	font-size: 0.8em;
	vertical-align: top;
	padding: 4px 2px 2px 4px;
}

/* Data-Grid - Negative-Beträge */
table.DataGrid_Table tr.DataGrid_Row td.NegativeCurrency, 
table.DataGrid_Table tr.DataGrid_RowAlternate td.NegativeCurrency {
	color: #ff0000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 2px 2px 2px 4px;
}

/* Data-Grid - Standard */
table.DataGrid_Table tr.DataGrid_Row td, 
table.DataGrid_Table tr.DataGrid_RowAlternate td {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 2px 2px 2px 4px;
}

/* Links */
tr.DataGrid_RowAlternate a:link, 
tr.DataGrid_RowAlternate a:visited, 
tr.DataGrid_RowAlternate a:active {
	background-color: transparent;
	color: #565656;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
}

tr.DataGrid_RowAlternate a:hover {
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
	vertical-align: top;
	color: #E6A200;
}

tr.DataGrid_Header a:link, 
tr.DataGrid_Header a:visited, 
tr.DataGridHeader a:active {
	background-color: transparent;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
	padding: 2px 2px 2px 4px;
}

tr.DataGrid_Header a:hover {
	background-color: transparent;
	color: #E6A200;
	font-weight: bold;
	text-decoration: underline;
	vertical-align: top;
	padding: 2px 2px 2px 4px;
}

tr.DataGrid_Row a:link, 
tr.DataGrid_Row a:visited, 
tr.DataGrid_Row a:active {
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
}

tr.DataGrid_Row a:hover {
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
	color:#E6A200;
	vertical-align: top;
}
