﻿/* Standardm&auml;&szlig;iges CSS-Stylesheet f&uuml;r ein neues Webanwendungsprojekt */
.DataGridTableArtikelliste
{
	
	border-width: 0px;  
	padding: 0px;
	margin: 0px; 
	width:100%; 
}

.DataGridItemStyleDetailArtikelliste  /*hier ist die Formatierung f&uuml;r die Tabelle / Datagrid */
{
	
	border-bottom-width:3px;
	border-color:white; 
	vertical-align: middle; 
	text-align:	left; 
	
	font-family: Arial;
	font-size: 0.9em;
	color: #000000;
}
.DataGridItemStyleDetailArtikelliste td   /*hier gehts um die Einzelzellen*/
{
	
	padding: 1px 1px 1px 3px;
	
	
}
.DataGridItemStyleDetailArtikelliste DataGridItemStyleOnMouseOver {
	background:#B2E5DF;
	font-size: 12px;
}

.DataGridItemStyleSummeDetailArtikelliste td   /*hier gehts um die Einzelzellen*/
{
	border-bottom: solid 0;
	border-left: solid 0;
	border-right: solid 0;
	border-top: solid 0;
	
	padding: 1px 1px 1px 3px;
	font-size:small;
	font-family:Arial;
	

}

.DataGridPagerArtikelliste
{
font-weight: normal;
	font-family: Arial;
	font-size: 0.9em;
	color: #000000;	
	border-style:none;
	border-width: 0px; 
	margin-top: 20px;
	margin-bottom:20px; 
}
.DataGridPagerArtikelliste td
{
	border-top: solid 0 green;
	border-bottom: solid 0 green;
	border-left: solid 0 black;
	border-right: solid 0 black;
}
.DataGridPagerArtikelliste a:link 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	
}
.DataGridPagerArtikelliste a:visited 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #00A994;
	text-decoration: underline;
	
}
.DataGridPagerArtikelliste a:link 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	
}
.DataGridPagerArtikelliste a:hover 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #00A994;
	text-decoration: underline;
	
}
.DataGridPagerArtikelliste a:active 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 0.9em;
	color: #00A994;
	text-decoration: underline;
	
}

.DataGridTable 
{
	Border-Style:solid;
	border-color: silver;
	border-width: 1px;  
	padding: 0px;
	margin: 0px; 
	width:100%; 
}
.DataGridPager
{
	
	
	background-repeat:repeat;
	font-weight: normal;
	font-family: Arial;
	font-size: 0.9em;
	color: #000000;	
	border-style:none;
	border-width: 0px;  
}
.DataGridPager td
{
	border-style:none;
	border-width: 0px;  
}
.DataGridPager a:link 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	
}
.DataGridPager a:visited 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #00A994;
	text-decoration: underline;
	
}
.DataGridPager a:link 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	
}
.DataGridPager a:hover 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #00A994;
	text-decoration: underline;
	
}
.DataGridPager a:active 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 0.9em;
	color: #00A994;
	text-decoration: underline;
	
}

.DataGridHeader a:link 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	
}
.DataGridHeader a:visited 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	
}
.DataGridHeader a:link 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	
}
.DataGridHeader a:hover 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #E5F6F4;
	text-decoration: underline;
	
}
.DataGridHeader a:active 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #E5F6F4;
	text-decoration: underline;
	
}
.DataGridHeader
{
	border-width: 0px;
	border-style: none;
	background-color: #00A994;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.DataGridHeader td
{
	padding: 1px 1px 1px 3px;
}

.DataGridSelectedItem
{
	background-color: #F7F4A4; 
	font-family: Arial; 
	font-size: 12px;
	text-decoration: none;
	vertical-align: top; 
	text-align:	left; 
}
.DataGridSelectedItem td
{
}

.DataGridItemStyle
{
	border-style:solid; 
	border-width: 3px; 
	vertical-align:top; 
	text-align:right; 
	background-color:#99DDD4;
	font-family:Arial;
	font-size: 12px;
	color:#000000;
}
.DataGridItemStyle td
{
	border-style:solid; 
	border-width: 3px; 
}
.DataGridItemStyle DataGridItemStyleOnMouseOver {
	background:#B2E5DF;
	font-size: 12px;
}

.DataGridFooter a:link 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	
}
.DataGridFooter a:visited 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	
}
.DataGridFooter a:link 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	
}
.DataGridFooter a:hover 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #E5F6F4;
	text-decoration: underline;
	
}
.DataGridFooter a:active 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #E5F6F4;
	text-decoration: underline;
	
}
.DataGridFooter 
{
	border-width: 1px; 
	border-color:silver; 
	vertical-align: middle; 
	text-align:	left; 
	background-color: #E5F6F4;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}
.DataGridFooter .DataGridItemStyleOnMouseOver {
	background:#B2E5DF;
	font-size: 12px;
}
.DataGridFooter td
{
	padding: 1px 1px 1px 1px;
}

/************************************************************************************************/

.DataGridTableDetail 
{
	Border-Style: none;
	border-width: 0px; 
	padding: 1px 1px 1px 3px;
	width:100%; 
}


.DataGridItemStyleDetail  /*hier ist die Formatierung f&uuml;r die Tabelle / Datagrid */
{
	
	border-bottom-width:3px;
	border-color:white; 
	vertical-align: middle; 
	text-align:	left; 
	
	background-repeat:repeat;
	font-family: arial;
	font-size: 0.9em;
	color: #000000;
}
.DataGridItemStyleDetail td   /*hier gehts um die Einzelzellen*/
{
	border-bottom: solid 1 silver;
	border-left: solid 0 silver;
	border-right: solid 1 silver;
	border-top: solid 0;
	
	padding: 1px 1px 1px 3px;
	
	
}
.DataGridItemStyleDetail DataGridItemStyleOnMouseOver {
	
	font-size: 12px;
}

.DataGridItemStyleSummeDetail td   /*hier gehts um die Einzelzellen*/
{
	border-bottom: solid 0;
	border-left: solid 0;
	border-right: solid 0;
	border-top: solid 0;
	
	padding: 1px 1px 1px 3px;
	border-color: silver; 

	
	}
