
.overlay_dialog {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}
/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th {
  padding: 0;
}

.dialog .title_window {
  -moz-user-select:none;
}


.dialog_nw {
  background: transparent url(window/TL.png) no-repeat 0 0;
  width:31px;
  height:33px;
}

.dialog_n {
  background: transparent url(window/T.png) repeat-x 0 0;
  height:33px;
}

.dialog_ne {
  background: transparent url(window/TR.png) no-repeat 0 0;
  width:31px;	  
  height:33px;
}

.dialog_w {
  background: transparent url(window/L.png) repeat-y top left;
  width:16px;
}

.dialog_e {
  background: transparent url(window/R.png) repeat-y top right;
  width:16px;
}

.dialog_sw {
  background: transparent url(window/BL.png) no-repeat 0 0;
  width:31px;
  height:40px;
}

.dialog_s {
  background: transparent url(window/B.png) repeat-x 0 0;
  height:40px;
}

.dialog_se, .dialog_sizer  {
  background: transparent url(window/BR.png) no-repeat 0 0;
  width:31px;
  height:40px;
}

.dialog_sizer {
	cursor:se-resize;	
}

.dialog_close {
	width: 23px;
	height: 23px;
	background: transparent url(window/button-close-focus.gif) no-repeat 0 0;
	position:absolute;
	top:10px;
	right:19px;
	cursor:pointer;
	z-index:1000;
}

.dialog_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(window/button-min-focus.gif) no-repeat 0 0;
	position:absolute;
	top:10px;
	right:63px;
	cursor:pointer;
	z-index:1000;
}

.dialog_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(window/button-max-focus.gif) no-repeat 0 0;
	position:absolute;
	top:10px;
	right:41px;
	cursor:pointer;
	z-index:1000;
}

.dialog_title {
	float:left;
	height:1.1em;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin-top:8px;
	width:100%;
	color:#ffffff;
}

.dialog_content {
    font-size:13px;
	overflow:auto;
	color: #222;
	background:#FFF;
}

/* FOR IE */
* html .dialog_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/TL.png", sizingMethod="crop");
}

* html .dialog_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/T.png", sizingMethod="scale");
}

* html .dialog_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/TR.png", sizingMethod="crop");
}

* html .dialog_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/L.png", sizingMethod="scale");
}

* html .dialog_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/R.png", sizingMethod="scale");
}

* html .dialog_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/BL.png", sizingMethod="crop");
}

* html .dialog_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/B.png", sizingMethod="scale");
}

* html .dialog_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/BR.png", sizingMethod="crop");
}

* html .dialog_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/BR.png", sizingMethod="crop");
}

div.gridbox {
    overflow: hidden;
}

.gridbox table {
    border-collapse:collapse;
}

div.gridbox table.hdr td {
    font-size: 12px;
    color: #594031;
    background-Color: #e3e5b8;
    border: 1px solid;
    border-color: #afb094;
    text-align: center;
    margin: 0px;
    padding: 5px 0px 5px 0px;
    font-weight: normal;
    -moz-user-select: none;
    overflow: hidden;
}

div.gridbox table.obj td {
    border: 1px solid;
    border-color: #afb094;
    font-size: 12px;
    -moz-user-select: none;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    /* prb115fix: start*/
    height: 22px;
    /* prb115fix: end*/

}

div.gridbox table.row20px tr  td {
    height: 20px;
    white-space: nowrap;
    padding: 0px;
}

div.gridbox .objbox {
    background-color: white;

}

div.gridbox table.obj td span.space, div.gridbox table.obj td img.space {
    width: 18px;
}

div.gridbox table.obj tr.rowselected td.cellselected, div.gridbox table.obj td.cellselected {
    background-color: #fff1ab;
    color: black;
}

div.gridbox table.obj tr.rowselected td {
    background-color: #fff1ab;
    color: black;
}

div.gridbox table.obj td.editable {
    -moz-user-select: text;
    color: green;
}

.dragSpanDiv {
    font-size: 12px;
    border: 1px #afb094 solid;
    background-color: white;
}

.defaultTreeTable {
    margin: 0;
    padding: 0;
    border: 0;
}

.containerTableStyle {
    overflow: auto;
    /*position: relative;*/ 
    top: 0;
    font-size: 12px;
}

.containerTableStyleRTL span {
    direction: rtl;
    unicode-bidi: bidi-override;
}

.containerTableStyleRTL {
    direction: rtl;
    overflow: auto;
    position: relative;
    top: 0;
    font-size: 12px;
}

.standartTreeRow {
    font-size: 12px;
    -moz-user-select: none;
}

.selectedTreeRow {
    background-color: navy;
    color: white;
    font-size: 12px;
    -moz-user-select: none;
}

.standartTreeRow_lor {
    text-decoration: underline;
    background-color: #FFFFF0;
    font-size: 12px;
    -moz-user-select: none;
}

.selectedTreeRow_lor {
    text-decoration: underline;
    background-color: navy;
    color: white;
    font-size: 12px;
    -moz-user-select: none;
}

.standartTreeImage {
    width: 18px;
    height: 18px;
    overflow: hidden;
    border: 0;
    padding: 0;
    margin: 0;
}

.hiddenRow {
    width: 1px;
    overflow: hidden;
}

.dragSpanDiv {
    font-size: 12px;
    border: thin solid;
}

.selectionBox {
    background-color: #FFFFCC;
}

.selectionBar {
    top: 0;
    background-color: Black;
    position: absolute;
    overflow: hidden;
    height: 2px;
    z-index: 11;
}


