/* **** **** **** Umstyling **** **** **** */

*, INPUT.gad-radio ~ SPAN, INPUT.gad-checkbox ~ SPAN,
TABLE.gad-table TBODY.gad-overviewGroup TR.gad-tableGroupHeadline TH,
TABLE.gad-table .gad-tableFooter TR.gad-tableFooterSummaryRow TD
{
	background: none !important; /* Kann eh nie mit gedruckt werden, sollte also auch nie angezeigt werden! */
	background-color: white !important; /* Chrome sonst schwarzer Hintergrund (WTF?) */
}

TABLE.gad-table thead
{
	background: none !important; /* Kann eh nie mit gedruckt werden, sollte also auch nie angezeigt werden! */
	background-color: white !important; /* Chrome sonst schwarzer Hintergrund (WTF?) */
	border-bottom: 3pt solid #D1D3D4;
}

TABLE.gad-table tr.gad-tableGroupHeadline
{
	background: none !important; /* Kann eh nie mit gedruckt werden, sollte also auch nie angezeigt werden! */
	background-color: white !important; /* Chrome sonst schwarzer Hintergrund (WTF?) */
	border-bottom: 2pt solid #D1D3D4;
}

TABLE.gad-table tr
{
	background: none !important; /* Kann eh nie mit gedruckt werden, sollte also auch nie angezeigt werden! */
	background-color: white !important; /* Chrome sonst schwarzer Hintergrund (WTF?) */
	border-bottom: 1pt solid #D1D3D4;
}

TABLE.gad-table .gad-tableFooter {
	border-top: 3pt solid #D1D3D4;
}

TABLE.gad-table tr td
{
	border-right: none;
}

TABLE.gad-table
{
	border-collapse: collapse;
	border: 1pt solid #D1D3D4;
}

TABLE.gad-table *
{
	border-color: #D1D3D4;
}

TABLE.gad-table thead *
{
	border-color: #D1D3D4;
	color: black !important;
}

TABLE.gad-table th.gad-iconColumn,
TABLE.gad-table td.gad-iconColumn {
	display: none !important;
}

* {
	background-image: none;	
}

INPUT.gad-radio, INPUT.gad-checkbox {
	opacity: 1 !important; /* Da background none, müssen Standard Visualisierungen wieder hergestellt werden*/
	width: auto !important;
}


div.gad-informationBox.gad-decorationBackgroundHighlighted
{
	border: 2px solid black;
}

a, a:link, a:visited {
	color: black !important;
} 

#gad_contentbox {
	border:1pt solid #D1D3D4;	
}

.gad-input, .gad-select {
	border:1pt solid #D1D3D4;	
}

#gad_contentbox .gad-control.gad-error {
	border-color: #CC0000 !important;	
}

#gad_contentbox INPUT.gad-dateField {
	color: black !important;	
}
/* ______________________________________________________________________________ Panel Border in chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	DIV.gad-panel .gad-boxHeader {
		border-top: 1px solid #cccccc;	
	}
}

/* ______________________________________________________________________________ Reiter im Postkorb */
#gad_tabnavigation_box UL.gad-tabnavigationList LI {
	box-shadow: none !important;
	border-right: 1px solid #CCCCCC !important;	
}

/* ______________________________________________________________________________ Print Header Information */


#print_header #pf DIV.ph
	{
    border:1pt solid #D1D3D4;
}

#print_header #pf .ph .phr{
    border: 0px none;
    font-weight: bold;
    color: #616161;
}

#print_header #pf .ph .phl{
    font-weight: bold;
    color: #616161;
}

/* ______________________________________________________________________________ Button Box */

DIV.gad-buttonBox {
	border: none;
}

