.GridHeader {
	display: none;
}

.Header {
	width: 100%;
}

.Header th {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	background-image: url(images/headerbg.gif);
	color: #ffffff;
	width: 100%;
	white-space: nowrap;
}

.HeaderLeft {
	background-image: url(images/headerleft.gif);
}

.HeaderRight {
	background-image: url(images/headerright.gif);
}

.HeaderButton {
	background-image: url(images/headerbg.gif);
}

.HeaderButton img {
	width: 21px;
}

.HeaderLeft img {
	width: 4px;
}

.HeaderRight img {
	width: 9px;
}

/* Grid */
table.scroll {
	border-right: 1px solid #FFFFFF;
	table-layout: fixed;
}

table.scroll tbody tr {
	background-color: white;
}

table.scroll tbody tr.alt {
	background-color: #eeeeee;
}

table.scroll tr.over td {
	background-color: #cccccc;
}

table.scroll tr.selected td {
	background-color: #cccccc;
	color: black;
}

table.scroll tbody tr td {
	font-size: 12px;
	padding: 2px;
	text-align: left;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: auto;
	cursor: pointer;
}

table.scroll thead tr th {
	padding: 2px;
	font-size: 12px;
	font-weight: normal;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	background-color: #bfbfbf;
	height: 24px;
	/* background: url(images/grid-blue-hd.gif) transparent repeat-x; */
}

table.scroll thead tr th div img {
	width: 9px;
}

table.scroll th div {
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
}

table.scroll th span {
	cursor: col-resize;
	/*	border-right: 1px solid #D6D2C2;  */
	width: 5px;
	float: right;
	position: relative;
	display: inline;
	margin: -1px -1px -1px 0px;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
}

table.scroll thead {

}

/* End Grid */ /* Pager */
div.scroll {
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
	/* 	background-image: url(images/grid-blue-ft.gif); */
	background-color: #bfbfbf; border-right : 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	display: none;
	border-right: 1px solid #FFFFFF;
	height: 24px;
}

div.scroll span {
	vertical-align: middle;
	display: inline;
	font-size: 10px;
}

.selbox {
	font-size: 10px;
	display: inline;
	vertical-align: middle;
}

input.selbox, select.selbox {
	display: inline;
	font-size: 10px;
	vertical-align: middle;
}

input.selbox {
	text-align: center;
}

.pgbuttons {
	display: inline;
	margin-top: 1px;
	vertical-align: middle;
}

.nav-table-left {
	padding: 1px;
	float: left;
	height: 100%;
	/*	position:absolute;*/
}

.nav-table-right {
	padding: 1px;
	float: right;
	height: 100%;
}
.nav-button {
	/*margin-top:2px;*/
	/*border: 1px solid #bfbfbf;*/
	white-space: nowrap;
}

.nav-hover {
	/*border: 1px solid #ffffff;*/
}
img.jsHover { /*not used */
	border: 1px solid #99CCFF;
}

/* End Pager */ /*multiselect checkbox */
.cbox {
	height: 12px;
	width: 12px;
	/*border:1px solid #999;*/
}

/* end multiselect */ /* loading div */
div.loading {
	position: absolute;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	background: #900202;
	color: white;
	display: none;
}

/* end loading div */ /*toolbar */
div.userdata {
	margin-top: 0px;
	background-color: #e3dfd1;
	height: 20px;
}

/* end toolbar */ /*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;
	background: #F9F9F9 none;
	color: #000000;
	width: 100%;
	overflow: auto;
}

/* End Subgrid */ /* InLine editing */
input.editable[type="text"] {
	font-size: x-small;
	overflow: hidden;
}

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: 19px;
}

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;
}