.GridHeader {
	display: none;
}
.Header {
	width: 100%;
	}

.Header th { 
	padding: 2px;
	background-image: url(images/grid_top.gif);
	height:27px;
	white-space: nowrap;
	}
.scroll th span
{
	float:right;
}
.scroll th div
{
	float:left;
}

/* Grid */
table.scroll 
{
    font-family:'Open Sans', sans-serif !important;
	table-layout: fixed;
    width: 99.5% !important;
}

table.scroll tbody tr 
{
	vertical-align:middle;
	max-height:100px;
	background-color: #f1f1f1;
        cursor: pointer;
}

table.scroll tbody tr.alt 
{
	background-color: #ffffff;
}

table.scroll tbody tr.alt .kalkfkt, 
table.scroll tbody tr.alt .ekpreis
{
	background-color: #FCECD6;
}

table.scroll tr.over td
{
}

table.scroll tr.over td a
{
	color:Black;
}
	
table.scroll tr.selected td {}

#_empty td
{
    height:3px !important;    
    border-style:none;
    padding:0px !important;    
    background-color: transparent !important;
}

table.scroll tbody td  {
	/*text-align: left;
	border-bottom: 1px solid #D4D0C8;
	border-left: 1px solid #D4D0C8; */
	text-overflow: ellipsis;
	overflow: hidden;
	padding-bottom:5px;
	padding-top:5px;    
    /*border-right: 1px solid #FFF;*/
}

table.scroll thead th  {
	/*border-bottom: 1px solid #CBC7B8; 
	border-left: 1px solid #D4D0C8; */
	text-align: left;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;	
	height:32px;
	font-size:8pt;
    padding-bottom: 5px;
    padding-top: 5px;
    border-right: solid 1px #FFF;
    padding-left: 5px;
}

table.scroll thead tr  
{
	/*background-image:url(images/gridhead_m.gif);
	background-repeat:repeat-x;*/
    background-color: #a8a8a8;
    color: white !important;
    border-right: solid 2px #FFF !important;
}

table.scroll thead th .sort
{
	display:none;
}

table.scroll .head_r
{
	width:5px;
}

table.scroll thead .head_r
{
	padding:0px;
	/*background-image:url(images/gridhead_r.gif);
	background-repeat:no-repeat;*/
}

table.scroll th div {
	overflow: hidden;
	white-space: nowrap;
	height : 17px;
}

table.scroll th span.caption
{
	DISPLAY: block;	
	FLOAT: left !important;	
	MARGIN: 0;
	WIDTH:auto;	
	cursor:default;	
	WHITE-SPACE:normal;	
	HEIGHT:auto;
    Color: #fff;
    font-weight: bold;
}

table.scroll th span {
	cursor: e-resize;
/*	border-right: 1px solid #D6D2C2;  */
	width: 10px;
	float: right;
	display: block;
	margin: -2px -1px -2px 0px;
	height: 17px;
	overflow: hidden;
	white-space: nowrap;
}

table.scroll thead th.noBorder_r {
    border-right: none !important;
}	
table.scroll thead tr.noBorder_r {
    border-right: none !important;
}

/*.table-fixed thead {
  width: 97%;
}*/
/*.table-fixed tbody {
  height: 250px;
  overflow-y: auto;
  /*width: 100%;*/
}*/
/*.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}*/

/*.table-fixed tbody td, .table-fixed thead > tr > th {
  float: left;
  border-bottom-width: 0;
}*/


/* End Grid */

/* Pager */
.scroll.pager
{
	position:relative;
	height:24px;
}

div.scroll 
{
}
.pgbuttons 
{
	position:absolute;
	top:3px;
}
.pgbuttons#first{
	left:0px
}
.pgbuttons#prev{
	left:21px
}
.selbox {
	position:absolute;
	top:0px;
	left:42px;
	width:30px;
}
.scroll.pager span {
	position:absolute;
	top:2px;
	left:77px;
}
.pgbuttons#next{
	left:117px
}
.pgbuttons#last{
	left:138px
}
.nav-table-left {
	padding:1px;
	float: left;
/*	position:absolute;*/
}
.nav-table-right {
	padding:1px;
	float: right;
}

.nav-button {
/*	margin-top:2px;*/
	border: 1px solid #E2ECF8;
	white-space: nowrap;
}

.nav-hover {
	border: 1px solid #83B4D8;
}

img.jsHover { /*not used */
	border: 1px solid #99CCFF;
}
/* End Pager */
/*multiselect checkbox */
.cbox {
	height: 10px;
	width: 10px;
	/*border:1px solid #999;*/
}
/* end multiselect */


/* loading div */
div.infoPanel
{
	position:absolute;
}
div.loading, div.updating 
{
	display:none;
}
/* end loading div */

/*Subgrid  text mode*/
.subgrid {
	overflow:  auto;
}
.tablediv {
	display: table;
	background-color: White;
	border-spacing: 1px; /*cellspacing:poor IE support for  this*/
	border-collapse: separate;
	width:100%; /* FF hack poor when scroling subgrid */
}
.celldiv {
	float: left;
	display: table-cell;
	border: 1px dotted #CCCCCC;
	overflow: auto;
}
.celldivth {
	float: left; /*fix for  buggy browsers*/
	border: 1px solid #CCCCCC;
	background-color: #99CCFF;
	border-bottom: 1px solid #CBC7B8;
	text-align: left;
	overflow: auto;
}
.rowdiv  {
	display: table-row;
	
	color: #000000;
	width: 100%;
	overflow:auto;
}
/* End Subgrid */

/* InLine editing */
input.editable[type="text"] {
	font-size: x-small;
	overflow: hidden;
	height : 15px;
}
input.editable[type="checkbox"]  {
}

textarea.editable {
	overflow: hidden;
}

select.editable {
	font-size: x-small;
}
/* End Inline Editing */

/*Modal Window */
.modaltext{ 
    text-align : left;
}
.modalwin{
    border:1px solid #555555;
    background:#F9F9F9;
    text-align:left;
    margin: 0 auto;
	overflow: auto;
}


.modalhead {
	background-image: url(images/grid-blue-hd.gif);
	height: 20px;
	
}
.modalcontent {
	overflow: auto;
	margin-bottom: 9px;
	margin-left: 5px;
}
/* end Modal window*/
/* Search window */
input.search {
	margin: 2px;
	width: 70px;
	font-size: 10px;
	color: #15428B;	
}

select.search {
	margin: 2px;
	width: 70px;
	font-size: 10px;
	color: #15428B;		
}
.buttonsearch {
	width : 50px;
	font-size: 10px;
	color: #15428B;		
}
/*End search */

/* Form edit */

.FormGrid {
	margin: 0px;
}
.EditTable {
	width: 100%;
}

.FormData { /* tr */
	
}

#FormError td {
	font-size: 90%;
	color: #FF0000;
	vertical-align: top;
	background-color: #f7f7f7; 
}

.CaptionTD{ /* td */
	font-weight: normal; text-align: left; vertical-align: top;
	padding: 1px;
	border-top: 1px solid #D4D0C8;
	white-space: nowrap;
	color: #000000;
}
.DataTD { /* td */
	padding: 1px;
	border-top: 1px solid #D4D0C8;
	vertical-align: top;
}
.navButton{
	border-top: 1px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
	text-align: center;
}
.navButton input{
	width:17px;
}
input.EditButton { /* buttons are at footer tr */
	font-size: 10px;
	color: #15428B;
}
td.EditButton {
	text-align: right;
	border-top: 1px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
}

.FormElement { /* form element  - input -text,textarea,checkbox - select  */
	
}
.FormElement {
	font-size: 10px;	
}
input[type="text"].FormElement{
	color: #15428B;		
}
input[type="checkbox"].FormElement{
	width: 15px;
	color: #15428B;		
}
input[type="textarea"].FormElement{
	color: #15428B;		
}
select.FormElement {
	font-size: 10px;
	color: #15428B;		
}
/* End Eorm edit */

/* Delete Dialog */
.DelButton > input { /* buttons are at footer tr */
	font-size: 10px;
	color: #15428B;
}
.DelButton {
	text-align: right;
}
/* End Delete Dialog */

img.jqResize {
	position:absolute;
	bottom: 0px;
	right: 0px;
	cursor :se-resize;
}
.dirty-cell {
	background: transparent url(images/dirty.gif) no-repeat 0 0;	
}
#DelError td {
	font-size: 90%;
	color: #FF0000;
	vertical-align: top;
	background-color: #f7f7f7; 
}
