#page {
	border-color: #D9D9D9 !important;
	background-color: #F2F2F2;	
}


/* CUSTOM-STYLES Backend */

/* Kein Hintergrundbild */
body {
	background-image: none;
}

/* Global-Link bei den Netzdaten */
#global-product {
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
}
#global-product a {
	display: inline-block;
	margin-left: -4px;
}
#nvtree .active, #nvtree .active a {
	color: #DE0006;
}

/* Tracking-Tabelle (Link-Tracking )*/
#tracking-grid .hide { display: none; }
#tracking-grid .reduced, #tracking-grid .reduced td { color: #000000 }
#tracking-grid .main-col {
	background-color: #F2F2F2 !important;
	cursor: pointer;
}
#tracking-grid {
	background-color: #F2F2F2 !important;
}
#tracking-grid .title  {
	color: #000000;
	cursor: pointer;
}
#tracking-grid .total  {
	color: #000000;
}

/* GT12 Formular (Tabelle in Formular) */
#gt12figure_form  {
	width: auto;
}
#gt12figure_form th.a-right, #gt12figure_form td.a-right {
	width: 55px;
}
#gt12figure_form input {
	width: 50px;
	text-align: right;
}
#gt12figure_form .buttonrow {
	float: left;
}
#gt12figure_form .app-button {
	width: auto;
}

/* GT12 Quartal-Total */
.gt12_quarter_total {
	width: 39.15%;
	display: inline-block;
}

.gt12_quarter_total th.a-right, .gt12_quarter_total td.a-right {
	width: 55px;
}

#gt12_powerbutton {
	display: inline-block;
	margin-left: 20px;
}
