/*filtry*/

.gridFilter {background:#eee;padding:1px !important;margin:0 0 15px !important;}
.gridFilter form {border:1px solid #e7e7e7;padding:5px 20px 10px 20px}
.gridFilter fieldset.displayGroup {margin-top: 15px;}
.gridFilter fieldset legend {font-size: 1.2em; font-weight: bold;}
.gridFilter fieldset#fieldset-submitBlock {text-align: center;}
.gridFilter fieldset#fieldset-submitBlock div.form-group {margin: auto; width: 70px; display: inline-block;}
/*
div#areaContent .gridFilter div {padding:0}
.gridFilter .SubmitBtn {padding:0 !important;margin:5px 0 0;float:none; line-height:1.4em !important}
.gridFilter div.SubmitBtn input {width:76px;margin:0 0 0 360px}
.gridFilter div.inputFieldCols label,
.gridFilter div.inputFieldRows label {width:130px !important;text-align:right}
*/
/* jquery UI */
.ui-autocomplete-loading { background: white url('/system/legacy/images/ui-anim_basic_16x16.gif') right center no-repeat; }


/*
div#sumbitGridFormMsgBox {
	display:none;
	width:400px;
	border:10px solid #666;
	border:10px solid rgba(82, 82, 82, 0.698);
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
div#sumbitGridFormMsgBox div {
	padding:10px;
	border:1px solid #3B5998;
	background-color:#fff;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif
}
div#sumbitGridFormMsgBox h2 {
	margin:-11px;
	margin-bottom:0px;
	color:#fff;
	background-color:#C8D83B;
	padding:5px 10px;
	border:1px solid #3B5998;
	font-size:20px;
}
the overlayed element */

table.helperGrid {
	width: 100%;
	border-collapse: collapse;
	border: none;
	empty-cells: show;
}

table.helperGrid td {
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
	padding: 8px 8px 8px 8px;
	text-align: left;
	vertical-align: top;
	background-image: url("/system/legacy/images/tdborder.png");
	background-repeat: repeat-y;
	background-position: top left;
}

table.helperGrid th.GridHeader a {
	text-decoration: none;
	color: #393B49;
	}

table.helperGrid th.GridHeader a img {
	padding-right: 5px;
}
table.helperGrid td.first {
	width: 30px;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}

table.helperGrid td.last {
	width:70px;
	white-space: nowrap;
	border-right: 1px solid #e5e5e5;
}
table.helperGrid th.last {
	width:70px;
	border-right: 1px solid #e5e5e5;
}


table.helperGrid th.last a.export2Excel { float: right; }

.gridActionsGroupActivator {position:absolute;padding:0 !important}
.gridActionsGroupActivator ul {display:none;list-style:none;margin:-15px 0 0 -32px; position: relative; z-index: 10;
	padding:5px;background:#eee;}

table.helperGrid th {
	height: 35px;
	padding: 0px 8px 0px 8px;
	color: #393b49;
	text-align: left;
	vertical-align: middle;
	border: none;
	background-image:url("/system/legacy/images/thgradient.png");
	background-repeat: repeat-x;
	background-color: #c9d938;
}

table.helperGrid tr.tableRowEven td {
	border-top: none;
	background-color: #fafaf8;
}

table.helperGrid th.first {
	display: block;
	vertical-align: top;
	background-image: url("/system/legacy/images/thcorner.png");
	background-repeat: no-repeat;
}