.monoql-queryfield{font-family:monospace;}
.monoql-message-tab{padding:5px;font-family:monospace;font-size:9pt;}
.monoql-menu-item{padding-right:5px;}
.monoql-toolbar-item{}
.x-tree-node-leaf .monoql-group-node,.x-tree-node-leaf .monoql-tablegroup-node,.x-tree-node-leaf .monoql-scriptgroup-node{background-image:url(../helix/scripts/extjs/resources/images/default/tree/folder-open.gif)}
.x-tree-node-collapsed .monoql-connection-node,.x-tree-node-expanded .monoql-connection-node{background-image:url(../helix/images/silk/gifs/server_connect.gif)}
.x-tree-node-collapsed .monoql-database-node,.x-tree-node-expanded .monoql-database-node{background-image:url(../helix/images/silk/gifs/database.gif)}
.x-tree-node-collapsed .monoql-table-node,.x-tree-node-expanded .monoql-table-node{background-image:url(../helix/images/silk/gifs/table.gif)}
.x-tree-node-collapsed .monoql-column-node,.x-tree-node-expanded .monoql-column-node{background-image:url(../helix/images/silk/gifs/bullet_black.gif)}
.x-tree-node-collapsed .monoql-view-node,.x-tree-node-expanded .monoql-view-node{background-image:url(../helix/images/silk/gifs/magnifier.gif)}
.x-tree-node-leaf .monoql-storedprocedure-node,.x-tree-node-collapsed .monoql-storedprocedure-node,.x-tree-node-expanded .monoql-storedprocedure-node{background-image:url(../helix/images/silk/gifs/script_gear.gif)}
.x-tree-node-leaf .monoql-function-node,.x-tree-node-collapsed .monoql-function-node,.x-tree-node-expanded .monoql-function-node{background-image:url(../helix/images/silk/gifs/script_go.gif)}
.x-tree-node-leaf .monoql-trigger-node,.x-tree-node-collapsed .monoql-trigger-node,.x-tree-node-expanded .monoql-trigger-node{background-image:url(../helix/images/silk/gifs/script_lightning.gif)}
.x-tree-node-leaf .monoql-script-node,.x-tree-node-collapsed .monoql-script-node,.x-tree-node-expanded .monoql-script-node{background-image:url(../helix/images/silk/gifs/script.gif)}
.x-tree-node-leaf .monoql-user-node,.x-tree-node-collapsed .monoql-user-node,.x-tree-node-expanded .monoql-user-node{background-image:url(../helix/images/silk/gifs/user.gif)}
.monoql-not-expandable .x-tree-elbow-plus{background-image:url(../helix/scripts/extjs/resources/images/default/tree/elbow.gif);}
.monoql-not-expandable .x-tree-elbow-end-plus{background-image:url(../helix/scripts/extjs/resources/images/default/tree/elbow-end.gif);}
.monoql-grid-search{background-image:url(/helix/images/silk/gifs/magnifier.gif) ! important}.ext-ux-livegrid-drop-waiting{background-image:url(/scripts/Ext.ux/Ext.ux.grid/Ext.ux.grid.Livegrid/resources/images/loading.gif)!important;}
.ext-ux-livegrid.ext-el-mask{z-index:0;}
.ext-ux-livegrid .liveScroller{z-index:1;background:none!important;position:absolute;height:3px;right:0;width:18px;overflow:scroll;overflow-x:hidden;}
.ext-ux-livegrid .liveScroller div{background:none;width:1px;overflow:hidden;font-size:1px;height:0;}/*!
 * Ext JS Library 3.0.0
 * Copyright(c) 2006-2009 Ext JS, LLC
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
.ext-ie .x-row-editor .x-form-text {
    margin:0 !important; 
}
.x-row-editor-header {
    height:2px;
    overflow:hidden;
    background: transparent url(/scripts/Ext.ux/Ext.ux.grid/Ext.ux.grid.RowEditor/resources/images/row-editor-bg.gif) repeat-x 0 0;
}
.x-row-editor-footer {
    height:2px;
    overflow:hidden;
    background: transparent url(/scripts/Ext.ux/Ext.ux.grid/Ext.ux.grid.RowEditor/resources/images/row-editor-bg.gif) repeat-x 0 -2px;
}
.ext-ie .x-row-editor-footer {
    margin-top:-1px;
}

.x-row-editor-body {
    overflow:hidden;
    zoom:1;
    background: #ebf2fb;
    padding-top:2px;
}
.x-row-editor .x-btns {
    position:absolute;
    top:28px;
    left:20px;
    padding-left:5px;
    background: transparent url(/scripts/Ext.ux/Ext.ux.grid/Ext.ux.grid.RowEditor/resources/images/row-editor-btns.gif) no-repeat 0 0;
}
.x-row-editor .x-btns .x-plain-bwrap {
    padding-right:5px;
    background: transparent url(/scripts/Ext.ux/Ext.ux.grid/Ext.ux.grid.RowEditor/resources/images/row-editor-btns.gif) no-repeat right -31px;
}
.x-row-editor .x-btns .x-plain-body {
    background: transparent url(/scripts/Ext.ux/Ext.ux.grid/Ext.ux.grid.RowEditor/resources/images/row-editor-btns.gif) repeat-x 0 -62px;
    height:31px;
}
.x-row-editor .x-btns .x-table-layout-cell {
    padding:3px;
}

.errorTip .x-tip-body ul{
    list-style-type:disc;
    margin-left:15px;
}
/*!
 * Ext JS Library 3.0+
 * Copyright(c) 2006-2009 Ext JS, LLC
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
/*
 * FileUploadField component styles
 */
.x-form-file-wrap {
    position: relative;
    height: 22px;
}
.x-form-file-wrap .x-form-file {
	position: absolute;
	right: 0;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
    height: 22px;
}
.x-form-file-wrap .x-form-file-btn {
	position: absolute;
	right: 0;
	z-index: 1;
}
.x-form-file-wrap .x-form-file-text {
    position: absolute;
    left: 0;
    z-index: 3;
    color: #777;
}