/*
  Blackbird - Open Source JavaScript Logging Utility
  Author: G Scott Olson
  Web: http://blackbirdjs.googlecode.com/
       http://www.gscottolson.com/blackbirdjs/
  Version: 1.0

  The MIT License - Copyright (c) 2008 Blackbird Project
*/
#blackbird { margin:0; padding:0; position:fixed; _position:absolute; font:11px/1.3 Consolas, 'Lucida Console', Monaco, monospace; _border:2px solid #BBB;  }
#blackbird.bbTopLeft { top:0; left:0; _top:expression(eval(document.documentElement.scrollTop+8)); _left:expression(eval(document.documentElement.scrollLeft+8)); }
#blackbird.bbTopRight { top:0; right:0; }
* html .bbTopRight { right:auto; top:expression(eval(document.documentElement.scrollTop+8)); left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-document.getElementById('blackbird').offsetWidth-8)); }
#blackbird.bbBottomLeft  { bottom:0; left:0; }
* html .bbBottomLeft { bottom:auto; top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-document.getElementById('blackbird').offsetHeight-8)); left:expression(eval(document.documentElement.scrollLeft+8)); }
#blackbird.bbBottomRight { bottom:0; right:0; }
* html .bbBottomRight { bottom:auto; right:auto; top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-document.getElementById('blackbird').offsetHeight-8)); left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-document.getElementById('blackbird').offsetWidth-8)); }

#blackbird.bbSmall { width:300px; _width:272px; }
  #blackbird.bbSmall .header { _width:272px; }
  #blackbird.bbSmall .header div.left, #blackbird.bbSmall .footer div.left   { width:150px; }
  #blackbird.bbSmall .main { _width:272px; }
  #blackbird.bbSmall .main div { height:200px; }
  #blackbird.bbSmall .main div.mainBody { width:272px; }
  #blackbird.bbSmall .footer { _width:272px; }

#blackbird.bbLarge { width:500px; _width:472px; }
  #blackbird.bbLarge .header { _width:472px; }
  #blackbird.bbLarge .header div.left, #blackbird.bbLarge .footer div.left { width:350px; }
  #blackbird.bbLarge .main { _width:472px; }
  #blackbird.bbLarge .main div { height:500px; }
  #blackbird.bbLarge .main div.mainBody { width:472px; }
  #blackbird.bbLarge .footer { _width:472px; }

#blackbird .header span { position:relative; width:16px; height:16px; margin:0 4px; float:left; background-image:url(http://img1.neighbournet.com/resource/image/tools/blackbirdjs/blackbird_icons.png); background-repeat:no-repeat; }
	#blackbird .header span.error           { background-position:0px 0px; }
	#blackbird .header span.errorDisabled   { background-position:-16px 0px; }
	#blackbird .header span.warn            { background-position:0px -16px; }
	#blackbird .header span.warnDisabled    { background-position:-16px -16px; }
	#blackbird .header span.info            { background-position:0px -32px; }
	#blackbird .header span.infoDisabled    { background-position:-16px -32px; }
	#blackbird .header span.debug           { background-position:0px -48px; }
	#blackbird .header span.debugDisabled   { background-position:-16px -48px; }
	#blackbird .header span.profile         { background-position:0px -64px; }
	#blackbird .header span.profileDisabled { background-position:-16px -64px; }
	#blackbird .header span.close           { background-position:0px -80px; }
	#blackbird .header span.clear           { background-position:-16px -80px; }
	#blackbird .header span.small           { background-position:0px -96px; }
	#blackbird .header span.large           { background-position:-16px -96px; }

#blackbird .header > div, #blackbird .main > div, #blackbird .footer > div { background-image:url(http://img1.neighbournet.com/resource/image/tools/blackbirdjs/blackbird_panel.png); background-repeat:no-repeat; }
	
#blackbird .header div { float:left; _background-color:#000; }
	#blackbird .header div.left { background-position:top left; height:40px; _height:16px; }
		#blackbird .header .left div.filters { margin-left: -4px; padding:16px 0 0 19px; float:left; _padding:6px 8px; }
	#blackbird .header div.right { background-position:top right; height:40px; width:150px; _width:122px; _height:16px; }
		#blackbird .header .right div.controls { padding:16px 24px 0 0; float:right; _padding:6px 8px; }
		#blackbird .header .right .controls span { margin:0; }
		#blackbird .header .right .controls span.clear { margin-right:8px; }

#blackbird .main div { float:left; }
	#blackbird .main div.left { background-position:0 -30px; width:11px; _width:0; }
	#blackbird .main div.mainBody { background-position:40% -40px; _background-color:#000; _filter:alpha(opacity='93'); }
		#blackbird .main .mainBody ol { line-height: 1.45; height:100%; overflow:auto; width:100%; list-style-type:none; margin:0; padding:0; }
		#blackbird .main .mainBody ol li { padding:1px 4px 1px 30px; border-bottom: 1px solid #333; color:#CCC; margin: 2px 2px; _text-indent: -2px; }
		  #blackbird .main .mainBody ol li span { background:url(http://img1.neighbournet.com/resource/image/tools/blackbirdjs/blackbird_icons.png) no-repeat 0 0; border: 1px solid #333; height:16px; width:16px; display:block; float:left; margin: -2px 0 1px -25px; _display:inline; }
		
#blackbird .main .mainBody ol li.error span   { background-position:0 0; }
#blackbird .main .mainBody ol li.warn span    { background-position:0 -16px; }
#blackbird .main .mainBody ol li.info span    { background-position:0 -32px; }
#blackbird .main .mainBody ol li.debug span   { background-position:0 -48px; }
#blackbird .main .mainBody ol li.profile span { background-position:0 -64px; }

#blackbird .main .mainBody ol li.profile { color:#DDD; font-style:italic; }
			
#blackbird .errorHidden li.error,	#blackbird .warnHidden li.warn,	#blackbird .infoHidden li.info,	#blackbird .debugHidden li.debug,	#blackbird .profileHidden li.profile { display:none; }

#blackbird .main div.right { background:url(http://img1.neighbournet.com/resource/image/tools/blackbirdjs/blackbird_panel.png) no-repeat 100% -30px; width:17px; _width:0; }

#blackbird .footer div { height:50px; float:left; _background-color:#000; _height:30px; }
#blackbird .footer div.left { background-position:bottom left; _width:100%  !important; }
  #blackbird .footer div.left label { display:block;color:#BBB;margin:8px 0 0 16px; position:relative; font-family:Arial,sans-serif; _margin:4px 0 0 8px;}
    #blackbird .footer div.left label input { padding:0;vertical-align:middle; }
#blackbird .footer div.right { background-position:bottom right; width:150px; _width:0; }

/*
 * Ext JS Library 2.2.1
 * Copyright(c) 2006-2009, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }
img, body, html { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
q:before, q:after { content: ''; }
.ext-el-mask { z-index: 100; position: absolute; top: 0; left: 0; -moz-opacity: .5; opacity: .50; filter: alpha(opacity=50); background-color: #CCC; width: 100%; height: 100%; zoom: 1; }
.ext-el-mask-msg { z-index: 20001; position: absolute; top: 0; left: 0; border: 1px solid #6593cf; background: #c3daf9 url(http://img1.neighbournet.com/resource/image/ExtJS/default/box/tb-blue.gif) repeat-x 0 -16px; padding: 2px; }
.ext-el-mask-msg div { padding: 5px 10px 5px 10px; background: #eee; border: 1px solid #a3bad9; color: #222; font: normal 11px tahoma,arial,helvetica,sans-serif; cursor: wait; }
.ext-shim { position: absolute; visibility: hidden; left: 0; top: 0; overflow: hidden; }
.ext-ie .ext-shim { filter: alpha(opacity=0); }
.ext-ie6 .ext-shim { margin-left: 5px; margin-top: 3px; }
.x-mask-loading div { padding: 5px 10px 5px 25px; background: #fbfbfb url('http://img2.neighbournet.com/resource/image/ExtJS/default/grid/loading.gif') no-repeat 5px 5px; line-height: 16px; }
.x-hidden, .x-hide-offsets { position: absolute; left: -10000px; top: -10000px; visibility: hidden; }
.x-hide-display { display: none !important; }
.x-hide-visibility { visibility: hidden !important; }
.x-masked { overflow: hidden !important; }
.x-masked-relative { position: relative !important; }
.x-masked select, .x-masked object, .x-masked embed { visibility: hidden; }
.x-layer { visibility: hidden; }
.x-unselectable, .x-unselectable * { -moz-user-select: none; -khtml-user-select: none; }
.x-repaint { zoom: 1; background-color: transparent; -moz-outline: none; }
.x-item-disabled { color: gray; cursor: default; opacity: .6; -moz-opacity: .6; filter: alpha(opacity=60); }
.x-item-disabled * { color: gray !important; cursor: default !important; }
.x-splitbar-proxy { position: absolute; visibility: hidden; z-index: 20001; background: #aaa; zoom: 1; line-height: 1px; font-size: 1px; overflow: hidden; }
.x-splitbar-h, .x-splitbar-proxy-h { cursor: e-resize; cursor: col-resize; }
.x-splitbar-v, .x-splitbar-proxy-v { cursor: s-resize; cursor: row-resize; }
.x-color-palette { width: 150px; height: 92px; cursor: pointer; }
.x-color-palette a { border: 1px solid #fff; float: left; padding: 2px; text-decoration: none; -moz-outline: 0 none; outline: 0 none; cursor: pointer; }
.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel { border: 1px solid #8BB8F3; background: #deecfd; }
.x-color-palette em { display: block; border: 1px solid #ACA899; }
.x-color-palette em span { cursor: pointer; display: block; height: 10px; line-height: 10px; width: 10px; }
.x-ie-shadow { display: none; position: absolute; overflow: hidden; left: 0; top: 0; background: #777; zoom: 1; }
.x-shadow { display: none; position: absolute; overflow: hidden; left: 0; top: 0; }
.x-shadow * { overflow: hidden; }
.x-shadow * { padding: 0; border: 0; margin: 0; clear: none; zoom: 1; }
.x-shadow .xstc, .x-shadow .xsbc { height: 6px; float: left; }
.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr { width: 6px; height: 6px; float: left; }
.x-shadow .xsc { width: 100%; }
.x-shadow .xsml, .x-shadow .xsmr { width: 6px; float: left; height: 100%; }
.x-shadow .xsmc { float: left; height: 100%; background: transparent url(http://img3.neighbournet.com/resource/image/ExtJS/default/shadow-c.png); }
.x-shadow .xst, .x-shadow .xsb { height: 6px; overflow: hidden; width: 100%; }
.x-shadow .xsml { background: transparent url(http://img4.neighbournet.com/resource/image/ExtJS/default/shadow-lr.png) repeat-y 0 0; }
.x-shadow .xsmr { background: transparent url(http://img5.neighbournet.com/resource/image/ExtJS/default/shadow-lr.png) repeat-y -6px 0; }
.x-shadow .xstl { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/shadow.png) no-repeat 0 0; }
.x-shadow .xstc { background: transparent url(http://img2.neighbournet.com/resource/image/ExtJS/default/shadow.png) repeat-x 0 -30px; }
.x-shadow .xstr { background: transparent url(http://img3.neighbournet.com/resource/image/ExtJS/default/shadow.png) repeat-x 0 -18px; }
.x-shadow .xsbl { background: transparent url(http://img4.neighbournet.com/resource/image/ExtJS/default/shadow.png) no-repeat 0 -12px; }
.x-shadow .xsbc { background: transparent url(http://img5.neighbournet.com/resource/image/ExtJS/default/shadow.png) repeat-x 0 -36px; }
.x-shadow .xsbr { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/shadow.png) repeat-x 0 -6px; }
.loading-indicator { font-size: 11px; background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/default/grid/loading.gif); background-repeat: no-repeat; background-position: left; padding-left: 20px; line-height: 16px; margin: 3px; }
.x-text-resize { position: absolute; left: -1000px; top: -1000px; visibility: hidden; zoom: 1; }
.x-drag-overlay { width: 100%; height: 100%; display: none; position: absolute; left: 0; top: 0; background-image: url(http://img3.neighbournet.com/resource/image/ExtJS/default/s.gif); z-index: 20000; }
.x-clear { clear: both; height: 0; overflow: hidden; line-height: 0; font-size: 0; }
.x-spotlight { z-index: 8999; position: absolute; top: 0; left: 0; -moz-opacity: .5; opacity: .50; filter: alpha(opacity=50); background-color: #CCC; width: 0; height: 0; zoom: 1; }
.x-tab-panel { overflow: hidden; }
.x-tab-panel-header, .x-tab-panel-footer { background: #deecfd; border: 1px solid #8db2e3; overflow: hidden; zoom: 1; }
.x-tab-panel-header { border: 1px solid #8db2e3; padding-bottom: 2px; }
.x-tab-panel-footer { border: 1px solid #8db2e3; padding-top: 2px; }
.x-tab-strip-wrap { width: 100%; overflow: hidden; position: relative; zoom: 1; }
ul.x-tab-strip { display: block; width: 5000px; zoom: 1; }
ul.x-tab-strip-top { padding-top: 1px; background: url(http://img4.neighbournet.com/resource/image/ExtJS/default/tabs/tab-strip-bg.gif) #cedff5 repeat-x bottom; border-bottom: 1px solid #8db2e3; }
ul.x-tab-strip-bottom { padding-bottom: 1px; background: url(http://img5.neighbournet.com/resource/image/ExtJS/default/tabs/tab-strip-btm-bg.gif) #cedff5 repeat-x top; border-top: 1px solid #8db2e3; border-bottom: 0 none; }
.x-tab-panel-header-plain .x-tab-strip-top { background: transparent !important; padding-top: 0 !important; }
.x-tab-panel-header-plain { background: transparent !important; border-width: 0 !important; padding-bottom: 0 !important; }
.x-tab-panel-header-plain .x-tab-strip-spacer, .x-tab-panel-footer-plain .x-tab-strip-spacer { border: 1px solid #8db2e3; height: 2px; background: #deecfd; font-size: 1px; line-height: 1px; }
.x-tab-panel-header-plain .x-tab-strip-spacer { border-top: 0 none; }
.x-tab-panel-footer-plain .x-tab-strip-spacer { border-bottom: 0 none; }
.x-tab-panel-footer-plain .x-tab-strip-bottom { background: transparent !important; padding-bottom: 0 !important; }
.x-tab-panel-footer-plain { background: transparent !important; border-width: 0 !important; padding-top: 0 !important; }
.ext-border-box .x-tab-panel-header-plain .x-tab-strip-spacer, .ext-border-box .x-tab-panel-footer-plain .x-tab-strip-spacer { height: 3px; }
ul.x-tab-strip li { float: left; margin-left: 2px; }
ul.x-tab-strip li.x-tab-edge { float: left; margin: 0 !important; padding: 0 !important; border: 0 none !important; font-size: 1px !important; line-height: 1px !important; overflow: hidden; zoom: 1; background: transparent !important; width: 1px; }
.x-tab-strip a, .x-tab-strip span, .x-tab-strip em { display: block; }
.x-tab-strip a { text-decoration: none !important; -moz-outline: none; outline: none; cursor: pointer; }
.x-tab-strip-inner { overflow: hidden; text-overflow: ellipsis; }
.x-tab-strip span.x-tab-strip-text { font: normal 11px tahoma,arial,helvetica; color: #416aa3; white-space: nowrap; cursor: pointer; padding: 4px 0; }
.x-tab-strip-top .x-tab-with-icon .x-tab-right { padding-left: 6px; }
.x-tab-strip .x-tab-with-icon span.x-tab-strip-text { padding-left: 20px; background-position: 0 3px; background-repeat: no-repeat; }
.x-tab-strip-over span.x-tab-strip-text { color: #15428b; }
.x-tab-strip-active, .x-tab-strip-active a.x-tab-right { cursor: default; }
.x-tab-strip-active span.x-tab-strip-text { cursor: default; color: #15428b; font-weight: bold; }
.x-tab-strip-disabled .x-tabs-text { cursor: default; color: #aaa; }
.x-tab-panel-body { overflow: hidden; }
.x-tab-panel-bwrap { overflow: hidden; }
.ext-ie .x-tab-strip .x-tab-right { position: relative; }
.x-tab-strip-top .x-tab-strip-active .x-tab-right { margin-bottom: -1px; }
.x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text { padding-bottom: 5px; }
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right { margin-top: -1px; }
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right span.x-tab-strip-text { padding-top: 5px; }
.x-tab-strip-top .x-tab-right { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/tabs/tabs-sprite.gif) no-repeat 0 -51px; padding-left: 10px; }
.x-tab-strip-top .x-tab-left { background: transparent url(http://img2.neighbournet.com/resource/image/ExtJS/default/tabs/tabs-sprite.gif) no-repeat right -351px; padding-right: 10px; }
.x-tab-strip-top .x-tab-strip-inner { background: transparent url(http://img3.neighbournet.com/resource/image/ExtJS/default/tabs/tabs-sprite.gif) repeat-x 0 -201px; }
.x-tab-strip-top .x-tab-strip-over .x-tab-right { background-position: 0 -101px; }
.x-tab-strip-top .x-tab-strip-over .x-tab-left { background-position: right -401px; }
.x-tab-strip-top .x-tab-strip-over .x-tab-strip-inner { background-position: 0 -251px; }
.x-tab-strip-top .x-tab-strip-active .x-tab-right { background-position: 0 0; }
.x-tab-strip-top .x-tab-strip-active .x-tab-left { background-position: right -301px; }
.x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner { background-position: 0 -151px; }
.x-tab-strip-bottom .x-tab-right { background: url(http://img4.neighbournet.com/resource/image/ExtJS/default/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right; }
.x-tab-strip-bottom .x-tab-left { background: url(http://img5.neighbournet.com/resource/image/ExtJS/default/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left; }
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right { background: url(http://img1.neighbournet.com/resource/image/ExtJS/default/tabs/tab-btm-right-bg.gif) no-repeat bottom left; }
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left { background: url(http://img2.neighbournet.com/resource/image/ExtJS/default/tabs/tab-btm-left-bg.gif) no-repeat bottom right; }
.x-tab-strip-bottom .x-tab-left { padding: 0 10px; }
.x-tab-strip-bottom .x-tab-right { padding: 0; }
.x-tab-strip .x-tab-strip-close { display: none; }
.x-tab-strip-closable { position: relative; }
.x-tab-strip-closable .x-tab-left { padding-right: 19px; }
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close { background-image: url(http://img3.neighbournet.com/resource/image/ExtJS/default/tabs/tab-close.gif); opacity: .6; -moz-opacity: .6; background-repeat: no-repeat; display: block; width: 11px; height: 11px; position: absolute; top: 3px; right: 3px; cursor: pointer; z-index: 2; }
.x-tab-strip .x-tab-strip-active a.x-tab-strip-close { opacity: .8; -moz-opacity: .8; }
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover { background-image: url(http://img4.neighbournet.com/resource/image/ExtJS/default/tabs/tab-close.gif); opacity: 1; -moz-opacity: 1; }
.x-tab-panel-body { border: 1px solid #8db2e3; background: #fff; }
.x-tab-panel-body-top { border-top: 0 none; }
.x-tab-panel-body-bottom { border-bottom: 0 none; }
.x-tab-scroller-left { background: transparent url(http://img5.neighbournet.com/resource/image/ExtJS/default/tabs/scroll-left.gif) no-repeat -18px 0; border-bottom: 1px solid #8db2e3; width: 18px; position: absolute; left: 0; top: 0; z-index: 10; cursor: pointer; }
.x-tab-scroller-left-over { background-position: 0 0; }
.x-tab-scroller-left-disabled { background-position: -18px 0; opacity: .5; -moz-opacity: .5; filter: alpha(opacity=50); cursor: default; }
.x-tab-scroller-right { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/tabs/scroll-right.gif) no-repeat 0 0; border-bottom: 1px solid #8db2e3; width: 18px; position: absolute; right: 0; top: 0; z-index: 10; cursor: pointer; }
.x-tab-scroller-right-over { background-position: -18px 0; }
.x-tab-scroller-right-disabled { background-position: 0 0; opacity: .5; -moz-opacity: .5; filter: alpha(opacity=50); cursor: default; }
.x-tab-scrolling-bottom .x-tab-scroller-left, .x-tab-scrolling-bottom .x-tab-scroller-right { margin-top: 1px; }
.x-tab-scrolling .x-tab-strip-wrap { margin-left: 18px; margin-right: 18px; }
.x-tab-scrolling { position: relative; }
.x-tab-panel-bbar .x-toolbar { border: 1px solid #99bbe8; border-top: 0 none; overflow: hidden; padding: 2px; }
.x-tab-panel-tbar .x-toolbar { border: 1px solid #99bbe8; border-top: 0 none; overflow: hidden; padding: 2px; }
.x-form-field { margin: 0; font: normal 12px tahoma,arial,helvetica,sans-serif; }
.x-form-text, textarea.x-form-field { padding: 1px 3px; background: #fff url(http://img2.neighbournet.com/resource/image/ExtJS/default/form/text-bg.gif) repeat-x 0 0; border: 1px solid #B5B8C8; }
textarea.x-form-field { padding: 2px 3px; }
.x-form-text { height: 22px; line-height: 18px; vertical-align: middle; }
.ext-ie .x-form-text { margin: -1px 0; height: 22px; line-height: 18px; }
.ext-ie textarea.x-form-field { margin: -1px 0; }
.ext-strict .x-form-text { height: 18px; }
.ext-safari .x-form-text { height: 20px; padding: 0 3px; }
.ext-safari.ext-mac textarea.x-form-field { margin-bottom: -2px; }
.ext-gecko .x-form-text { padding-top: 2px; padding-bottom: 0; }
textarea { resize: none; }
.x-form-select-one { height: 20px; line-height: 18px; vertical-align: middle; background-color: #fff; border: 1px solid #B5B8C8; }
.x-form-check-group, .x-form-radio-group { margin-bottom: 0; }
.x-form-check-group .x-form-invalid .x-panel-body, .x-form-radio-group .x-form-invalid .x-panel-body { background-color: transparent; }
.x-form-check-wrap, .x-form-radio-wrap { padding: 3px 0 0 0; line-height: 18px; }
.x-form-check-group .x-form-check-wrap, .x-form-radio-group .x-form-radio-wrap { height: 18px; }
.ext-ie .x-form-check-group .x-form-check-wrap, .ext-ie .x-form-radio-group .x-form-radio-wrap { height: 21px; }
.ext-ie .x-form-check-wrap input, .ext-ie .x-form-radio-wrap input { width: 15px; height: 15px; }
.x-form-check, .x-form-radio { height: 13px; width: 13px; vertical-align: bottom; }
.x-form-radio { margin-bottom: 3px; }
.x-form-check, .ext-ie .x-form-radio { margin-bottom: 2px; }
.x-form-check-wrap-inner, .x-form-radio-wrap-inner { display: inline; padding: 3px 0 0 0; }
.x-form-check { background: url('http://img3.neighbournet.com/resource/image/ExtJS/default/form/checkbox.gif') no-repeat 0 0; }
.x-form-radio { background: url('http://img4.neighbournet.com/resource/image/ExtJS/default/form/radio.gif') no-repeat 0 0; }
.x-form-check-focus .x-form-check, .x-form-check-over .x-form-check, .x-form-check-focus .x-form-radio, .x-form-check-over .x-form-radio { background-position: -13px 0; }
.x-form-check-down .x-form-check, .x-form-check-down .x-form-radio { background-position: -26px 0; }
.x-form-check-checked .x-form-check-focus .x-form-check, .x-form-check-checked .x-form-check-over .x-form-check { background-position: -13px -13px; }
.x-form-check-checked .x-form-check-down .x-form-check { background-position: -26px -13px; }
.x-form-check-checked .x-form-check, .x-form-check-checked .x-form-radio { background-position: 0 -13px; }
.x-form-check-group-label { border-bottom: 1px solid #99BBE8; color: #15428B; margin-bottom: 5px; padding-left: 3px !important; float: none !important; }
.x-form-field-wrap { position: relative; zoom: 1; white-space: nowrap; }
.x-form-field-wrap .x-form-trigger { width: 17px; height: 21px; border: 0; background: transparent url(http://img5.neighbournet.com/resource/image/ExtJS/default/form/trigger.gif) no-repeat 0 0; cursor: pointer; border-bottom: 1px solid #B5B8C8; position: absolute; top: 0; }
.ext-safari .x-form-field-wrap .x-form-trigger { height: 21px; }
.x-form-field-wrap .x-form-date-trigger { background-image: url(http://img1.neighbournet.com/resource/image/ExtJS/default/form/date-trigger.gif); cursor: pointer; }
.x-form-field-wrap .x-form-clear-trigger { background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/default/form/clear-trigger.gif); cursor: pointer; }
.x-form-field-wrap .x-form-search-trigger { background-image: url(http://img3.neighbournet.com/resource/image/ExtJS/default/form/search-trigger.gif); cursor: pointer; }
.ext-safari .x-form-field-wrap .x-form-trigger { right: 0; }
.x-form-field-wrap .x-form-twin-triggers .x-form-trigger { position: static; top: auto; vertical-align: top; }
.x-form-field-wrap .x-form-trigger-over { background-position: -17px 0; }
.x-form-field-wrap .x-form-trigger-click { background-position: -34px 0; }
.x-trigger-wrap-focus .x-form-trigger { background-position: -51px 0; }
.x-trigger-wrap-focus .x-form-trigger-over { background-position: -68px 0; }
.x-trigger-wrap-focus .x-form-trigger-click { background-position: -85px 0; }
.x-trigger-wrap-focus .x-form-trigger { border-bottom: 1px solid #7eadd9; }
.x-item-disabled .x-form-trigger-over { background-position: 0 0 !important; border-bottom: 1px solid #B5B8C8; }
.x-item-disabled .x-form-trigger-click { background-position: 0 0 !important; border-bottom: 1px solid #B5B8C8; }
.x-form-focus, textarea.x-form-focus { border: 1px solid #7eadd9; }
.x-form-invalid, textarea.x-form-invalid { background: #fff url(http://img4.neighbournet.com/resource/image/ExtJS/default/grid/invalid_line.gif) repeat-x bottom; border: 1px solid #dd7870; }
.ext-safari .x-form-invalid { background-color: #fee; border: 1px solid #ff7870; }
.x-editor { visibility: hidden; padding: 0; margin: 0; }
.x-editor .x-form-check-wrap, .x-editor .x-form-radio-wrap { background: #fff; padding: 3px; }
.x-editor .x-form-checkbox { height: 13px; }
.x-form-grow-sizer { font: normal 12px tahoma,arial,helvetica,sans-serif; left: -10000px; padding: 8px 3px; position: absolute; visibility: hidden; top: -10000px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; zoom: 1; }
.x-form-grow-sizer p { margin: 0 !important; border: 0 none !important; padding: 0 !important; }
.x-form-item { font: normal 12px tahoma,arial,helvetica,sans-serif; display: block; margin-bottom: 4px; zoom: 1; }
.x-form-item label { display: block; float: left; width: 100px; padding: 3px; padding-left: 0; clear: left; z-index: 2; position: relative; }
.x-form-element { padding-left: 105px; position: relative; }
.x-form-invalid-msg { color: #e00; padding: 2px; padding-left: 18px; font: normal 11px tahoma,arial,helvetica,sans-serif; background: transparent url(http://img5.neighbournet.com/resource/image/ExtJS/default/shared/warning.gif) no-repeat 0 2px; line-height: 16px; width: 200px; }
.x-form-label-left label { text-align: left; }
.x-form-label-right label { text-align: right; }
.x-form-label-top .x-form-item label { width: auto; float: none; clear: none; display: inline; margin-bottom: 4px; position: static; }
.x-form-label-top .x-form-element { padding-left: 0; padding-top: 4px; }
.x-form-label-top .x-form-item { padding-bottom: 4px; }
.x-form-empty-field { color: gray; }
.x-small-editor .x-form-field { font: normal 11px arial,tahoma,helvetica,sans-serif; }
.x-small-editor .x-form-text { height: 20px; line-height: 16px; vertical-align: middle; }
.ext-ie .x-small-editor .x-form-text { margin-top: -1px !important; margin-bottom: -1px !important; height: 20px !important; line-height: 16px !important; }
.ext-strict .x-small-editor .x-form-text { height: 16px !important; }
.ext-safari .x-small-editor .x-form-field { font: normal 12px arial,tahoma,helvetica,sans-serif; }
.ext-ie .x-small-editor .x-form-text { height: 20px; line-height: 16px; }
.ext-border-box .x-small-editor .x-form-text { height: 20px; }
.x-small-editor .x-form-select-one { height: 20px; line-height: 16px; vertical-align: middle; }
.x-small-editor .x-form-num-field { text-align: right; }
.x-small-editor .x-form-field-wrap .x-form-trigger { height: 19px; }
.x-form-clear { clear: both; height: 0; overflow: hidden; line-height: 0; font-size: 0; }
.x-form-clear-left { clear: left; height: 0; overflow: hidden; line-height: 0; font-size: 0; }
.x-form-cb-label { width: auto !important; float: none !important; clear: none !important; display: inline !important; margin-left: 4px; }
.x-form-column { float: left; padding: 0; margin: 0; width: 48%; overflow: hidden; zoom: 1; }
.x-form .x-form-btns-ct .x-btn { float: right; clear: none; }
.x-form .x-form-btns-ct .x-form-btns td { border: 0; padding: 0; }
.x-form .x-form-btns-ct .x-form-btns-right table { float: right; clear: none; }
.x-form .x-form-btns-ct .x-form-btns-left table { float: left; clear: none; }
.x-form .x-form-btns-ct .x-form-btns-center { text-align: center; }
.x-form .x-form-btns-ct .x-form-btns-center table { margin: 0 auto; }
.x-form .x-form-btns-ct table td.x-form-btn-td { padding: 3px; }
.x-form .x-form-btns-ct .x-btn-focus .x-btn-left { background-position: 0 -147px; }
.x-form .x-form-btns-ct .x-btn-focus .x-btn-right { background-position: 0 -168px; }
.x-form .x-form-btns-ct .x-btn-focus .x-btn-center { background-position: 0 -189px; }
.x-form .x-form-btns-ct .x-btn-click .x-btn-center { background-position: 0 -126px; }
.x-form .x-form-btns-ct .x-btn-click .x-btn-right { background-position: 0 -84px; }
.x-form .x-form-btns-ct .x-btn-click .x-btn-left { background-position: 0 -63px; }
.x-form-invalid-icon { width: 16px; height: 18px; visibility: hidden; position: absolute; left: 0; top: 0; display: block; background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/form/exclamation.gif) no-repeat 0 2px; }
.x-fieldset { border: 1px solid #B5B8C8; padding: 10px; margin-bottom: 10px; display: block; }
.x-fieldset legend { font: bold 11px tahoma,arial,helvetica,sans-serif; color: #15428b; }
.ext-ie .x-fieldset legend { margin-bottom: 10px; }
.ext-ie .x-fieldset { padding-top: 0; padding-bottom: 10px; }
.x-fieldset legend .x-tool-toggle { margin-right: 3px; margin-left: 0; float: left !important; }
.x-fieldset legend input { margin-right: 3px; float: left !important; height: 13px; width: 13px; }
fieldset.x-panel-collapsed { padding-bottom: 0 !important; border-width: 1px 1px 0 1px !important; border-left-color: transparent; border-right-color: transparent; }
.ext-ie6 fieldset.x-panel-collapsed { padding-bottom: 0 !important; border-width: 1px 0 0 0 !important; margin-left: 1px; margin-right: 1px; }
fieldset.x-panel-collapsed .x-fieldset-bwrap { visibility: hidden; position: absolute; left: -1000px; top: -1000px; }
.ext-ie .x-fieldset-bwrap { zoom: 1; }
.ext-ie td .x-form-text { position: relative; top: -1px; }
.x-fieldset-noborder { border: 0 none transparent; }
.x-fieldset-noborder legend { margin-left: -3px; }
.ext-ie .x-fieldset-noborder legend { position: relative; margin-bottom: 23px; }
.ext-ie .x-fieldset-noborder legend span { position: absolute; left: 16px; }
.ext-gecko .x-window-body .x-form-item { -moz-outline: none; overflow: auto; }
.ext-gecko .x-form-item { -moz-outline: none; }
.x-hide-label label.x-form-item-label { display: none; }
.x-hide-label .x-form-element { padding-left: 0 !important; }
.x-fieldset { overflow: hidden; }
.x-fieldset-bwrap { overflow: hidden; zoom: 1; }
.x-fieldset-body { overflow: hidden; }
.x-btn { font: normal 11px tahoma,verdana,helvetica; cursor: pointer; white-space: nowrap; }
.x-btn button { border: 0 none; background: transparent; font: normal 11px tahoma,verdana,helvetica; padding-left: 3px; padding-right: 3px; cursor: pointer; margin: 0; overflow: visible; width: auto; -moz-outline: 0 none; outline: 0 none; }
* html .ext-ie .x-btn button { width: 1px; }
.ext-gecko .x-btn button { padding-left: 0; padding-right: 0; }
.ext-ie .x-btn button { padding-top: 2px; }
.x-btn-icon .x-btn-center .x-btn-text { background-position: center; background-repeat: no-repeat; height: 16px; width: 16px; cursor: pointer; white-space: nowrap; padding: 0; }
.x-btn-icon .x-btn-center { padding: 1px; }
.x-btn em { font-style: normal; font-weight: normal; }
.x-btn-text-icon .x-btn-center .x-btn-text { background-position: 0 2px; background-repeat: no-repeat; padding-left: 18px; padding-top: 3px; padding-bottom: 2px; padding-right: 0; }
.ext-gecko3 .x-btn-text-icon .x-btn-center .x-btn-text { padding-top: 2px; }
.x-btn-left, .x-btn-right { font-size: 1px; line-height: 1px; }
.x-btn-left { width: 3px; height: 21px; background: url(http://img2.neighbournet.com/resource/image/ExtJS/default/button/btn-sprite.gif) no-repeat 0 0; }
.x-btn-right { width: 3px; height: 21px; background: url(http://img3.neighbournet.com/resource/image/ExtJS/default/button/btn-sprite.gif) no-repeat 0 -21px; }
.x-btn-left i, .x-btn-right i { display: block; width: 3px; overflow: hidden; font-size: 1px; line-height: 1px; }
.x-btn-center { background: url(http://img4.neighbournet.com/resource/image/ExtJS/default/button/btn-sprite.gif) repeat-x 0 -42px; vertical-align: middle; text-align: center; padding: 0 5px; cursor: pointer; white-space: nowrap; }
.x-btn-over .x-btn-left { background-position: 0 -63px; }
.x-btn-over .x-btn-right { background-position: 0 -84px; }
.x-btn-over .x-btn-center { background-position: 0 -105px; }
.x-btn-click .x-btn-center, .x-btn-menu-active .x-btn-center { background-position: 0 -126px; }
.x-btn-disabled * { color: gray !important; cursor: default !important; }
.x-btn-menu-text-wrap .x-btn-center { padding: 0 3px; }
.ext-gecko .x-btn-menu-text-wrap .x-btn-center { padding: 0 1px; }
.x-btn-menu-arrow-wrap .x-btn-center { padding: 0; }
.x-btn-menu-arrow-wrap .x-btn-center button { width: 12px !important; height: 21px; padding: 0 !important; display: block; background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/button/btn-arrow.gif) no-repeat left 3px; }
.x-btn-with-menu .x-btn-center { padding-right: 2px !important; }
.x-btn-with-menu .x-btn-center em { display: block; background: transparent url(http://img5.neighbournet.com/resource/image/ExtJS/default/toolbar/btn-arrow.gif) no-repeat right 0; padding-right: 10px; }
.x-btn-text-icon .x-btn-with-menu .x-btn-center em { display: block; background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/toolbar/btn-arrow.gif) no-repeat right 3px; padding-right: 10px; }
.x-btn-pressed .x-btn-left { background: url(http://img2.neighbournet.com/resource/image/ExtJS/default/button/btn-sprite.gif) no-repeat 0 -63px; }
.x-btn-pressed .x-btn-right { background: url(http://img3.neighbournet.com/resource/image/ExtJS/default/button/btn-sprite.gif) no-repeat 0 -84px; }
.x-btn-pressed .x-btn-center { background: url(http://img4.neighbournet.com/resource/image/ExtJS/default/button/btn-sprite.gif) repeat-x 0 -126px; }
.x-toolbar { border-color: #a9bfd3; border-style: solid; border-width: 0 0 1px 0; display: block; padding: 2px; background: #d0def0 url(http://img5.neighbournet.com/resource/image/ExtJS/default/toolbar/bg.gif) repeat-x top left; position: relative; zoom: 1; }
.x-toolbar .x-item-disabled .x-btn-icon { opacity: .35; -moz-opacity: .35; filter: alpha(opacity=35); }
.x-toolbar td { vertical-align: middle; }
.mso .x-toolbar, .x-grid-mso .x-toolbar { border: 0 none; background: url(http://img1.neighbournet.com/resource/image/ExtJS/default/grid/mso-hd.gif); }
.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label { white-space: nowrap; font: normal 11px tahoma,arial,helvetica,sans-serif; }
.x-toolbar .x-item-disabled { color: gray; cursor: default; opacity: .6; -moz-opacity: .6; filter: alpha(opacity=60); }
.x-toolbar .x-item-disabled * { color: gray; cursor: default; }
.x-toolbar .x-btn-left { background: none; }
.x-toolbar .x-btn-right { background: none; }
.x-toolbar .x-btn-center { background: none; padding: 0; }
.x-toolbar .x-btn-menu-text-wrap .x-btn-center button { padding-right: 2px; }
.ext-gecko .x-toolbar .x-btn-menu-text-wrap .x-btn-center button { padding-right: 0; }
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button { padding: 0 2px; }
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button { width: 12px; background: transparent url(http://img2.neighbournet.com/resource/image/ExtJS/default/toolbar/btn-arrow.gif) no-repeat 0 3px; }
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button { width: 12px; background: transparent url(http://img3.neighbournet.com/resource/image/ExtJS/default/toolbar/btn-arrow.gif) no-repeat 0 3px; }
.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button { background-position: 0 -47px; }
.x-toolbar .x-btn-over .x-btn-left { background: url(http://img4.neighbournet.com/resource/image/ExtJS/default/toolbar/tb-btn-sprite.gif) no-repeat 0 0; }
.x-toolbar .x-btn-over .x-btn-right { background: url(http://img5.neighbournet.com/resource/image/ExtJS/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px; }
.x-toolbar .x-btn-over .x-btn-center { background: url(http://img1.neighbournet.com/resource/image/ExtJS/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px; }
.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left { background: url(http://img2.neighbournet.com/resource/image/ExtJS/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px; }
.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right { background: url(http://img3.neighbournet.com/resource/image/ExtJS/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px; }
.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center { background: url(http://img4.neighbournet.com/resource/image/ExtJS/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px; }
.x-toolbar .x-btn-with-menu .x-btn-center em { padding-right: 8px; }
.x-toolbar .ytb-text { padding: 2px; }
.x-toolbar .ytb-sep { background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/default/grid/grid-blue-split.gif); background-position: center; background-repeat: no-repeat; display: block; font-size: 1px; height: 16px; width: 4px; overflow: hidden; cursor: default; margin: 0 2px 0; border: 0; }
.x-toolbar .ytb-spacer { width: 2px; }
.x-tbar-page-number { width: 24px; height: 14px; }
.x-tbar-page-first { background-image: url(http://img1.neighbournet.com/resource/image/ExtJS/default/grid/page-first.gif) !important; }
.x-tbar-loading { background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/default/grid/refresh.gif) !important; }
.x-tbar-page-last { background-image: url(http://img3.neighbournet.com/resource/image/ExtJS/default/grid/page-last.gif) !important; }
.x-tbar-page-next { background-image: url(http://img4.neighbournet.com/resource/image/ExtJS/default/grid/page-next.gif) !important; }
.x-tbar-page-prev { background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/default/grid/page-prev.gif) !important; }
.x-item-disabled .x-tbar-loading { background-image: url(http://img1.neighbournet.com/resource/image/ExtJS/default/grid/loading.gif) !important; }
.x-item-disabled .x-tbar-page-first { background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/default/grid/page-first-disabled.gif) !important; }
.x-item-disabled .x-tbar-page-last { background-image: url(http://img3.neighbournet.com/resource/image/ExtJS/default/grid/page-last-disabled.gif) !important; }
.x-item-disabled .x-tbar-page-next { background-image: url(http://img4.neighbournet.com/resource/image/ExtJS/default/grid/page-next-disabled.gif) !important; }
.x-item-disabled .x-tbar-page-prev { background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/default/grid/page-prev-disabled.gif) !important; }
.x-paging-info { position: absolute; top: 5px; right: 8px; color: #444; }
.x-statusbar .x-status-text { height: 21px; line-height: 21px; padding: 0 4px; cursor: default; }
.x-statusbar .x-status-busy { padding-left: 25px; background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/grid/loading.gif) no-repeat 3px 3px; }
.x-statusbar .x-status-text-panel { border-top: 1px solid #99BBE8; border-right: 1px solid #fff; border-bottom: 1px solid #fff; border-left: 1px solid #99BBE8; padding: 2px 8px 2px 5px; }
.x-resizable-handle { position: absolute; z-index: 100; font-size: 1px; line-height: 6px; overflow: hidden; background: white; filter: alpha(opacity=0); opacity: 0; zoom: 1; }
.x-resizable-handle-east { width: 6px; cursor: e-resize; right: 0; top: 0; height: 100%; }
.ext-ie .x-resizable-handle-east { margin-right: -1px; }
.x-resizable-handle-south { width: 100%; cursor: s-resize; left: 0; bottom: 0; height: 6px; }
.ext-ie .x-resizable-handle-south { margin-bottom: -1px; }
.x-resizable-handle-west { width: 6px; cursor: w-resize; left: 0; top: 0; height: 100%; }
.x-resizable-handle-north { width: 100%; cursor: n-resize; left: 0; top: 0; height: 6px; }
.x-resizable-handle-southeast { width: 6px; cursor: se-resize; right: 0; bottom: 0; height: 6px; z-index: 101; }
.x-resizable-handle-northwest { width: 6px; cursor: nw-resize; left: 0; top: 0; height: 6px; z-index: 101; }
.x-resizable-handle-northeast { width: 6px; cursor: ne-resize; right: 0; top: 0; height: 6px; z-index: 101; }
.x-resizable-handle-southwest { width: 6px; cursor: sw-resize; left: 0; bottom: 0; height: 6px; z-index: 101; }
.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle { filter: alpha(opacity=100); opacity: 1; }
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east { background: url(http://img2.neighbournet.com/resource/image/ExtJS/default/sizer/e-handle.gif); background-position: left; }
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west { background: url(http://img3.neighbournet.com/resource/image/ExtJS/default/sizer/e-handle.gif); background-position: left; }
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south { background: url(http://img4.neighbournet.com/resource/image/ExtJS/default/sizer/s-handle.gif); background-position: top; }
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north { background: url(http://img5.neighbournet.com/resource/image/ExtJS/default/sizer/s-handle.gif); background-position: top; }
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast { background: url(http://img1.neighbournet.com/resource/image/ExtJS/default/sizer/se-handle.gif); background-position: top left; }
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest { background: url(http://img2.neighbournet.com/resource/image/ExtJS/default/sizer/nw-handle.gif); background-position: bottom right; }
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast { background: url(http://img3.neighbournet.com/resource/image/ExtJS/default/sizer/ne-handle.gif); background-position: bottom left; }
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest { background: url(http://img4.neighbournet.com/resource/image/ExtJS/default/sizer/sw-handle.gif); background-position: top right; }
.x-resizable-proxy { border: 1px dashed #3b5a82; position: absolute; overflow: hidden; display: none; left: 0; top: 0; z-index: 50000; }
.x-resizable-overlay { width: 100%; height: 100%; display: none; position: absolute; left: 0; top: 0; background: white; z-index: 200000; -moz-opacity: 0; opacity: 0; filter: alpha(opacity=0); }
.x-grid3 { position: relative; overflow: hidden; background-color: #fff; }
.x-grid-panel .x-panel-body { overflow: hidden !important; }
.x-grid-panel .x-panel-mc .x-panel-body { border: 1px solid #99bbe8; }
.x-grid3 table { table-layout: fixed; }
.x-grid3-viewport { overflow: hidden; }
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td { font: normal 11px arial,tahoma,helvetica,sans-serif; -moz-outline: none; -moz-user-focus: normal; }
.x-grid3-row td, .x-grid3-summary-row td { line-height: 13px; vertical-align: top; padding-left: 1px; padding-right: 1px; -moz-user-select: none; }
.x-grid3-hd-row td { line-height: 15px; vertical-align: middle; border-left: 1px solid #eee; border-right: 1px solid #d0d0d0; }
.x-grid3-hd-row .x-grid3-marker-hd { padding: 3px; }
.x-grid3-row .x-grid3-marker { padding: 3px; }
.x-grid3-cell-inner, .x-grid3-hd-inner { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; padding: 3px 3px 3px 5px; white-space: nowrap; }
.x-grid3-hd-inner { position: relative; cursor: inherit; padding: 4px 3px 4px 5px; }
.x-grid3-row-body { white-space: normal; }
.x-grid3-body-cell { -moz-outline: 0 none; outline: 0 none; }
.ext-ie .x-grid3-cell-inner, .ext-ie .x-grid3-hd-inner { width: 100%; }
.ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner { width: auto; }
.x-grid-row-loading { background: #fff url(http://img5.neighbournet.com/resource/image/ExtJS/default/shared/loading-balls.gif) no-repeat center center; }
.x-grid-page { overflow: hidden; }
.x-grid3-row { cursor: default; border: 1px solid #ededed; border-top-color: #fff; width: 100%; }
.x-grid3-row-alt { background-color: #fafafa; }
.x-grid3-row-over { border: 1px solid #ddd; background: #efefef url(http://img1.neighbournet.com/resource/image/ExtJS/default/grid/row-over.gif) repeat-x left top; }
.x-grid3-resize-proxy { width: 1px; left: 0; background-color: #777; cursor: e-resize; cursor: col-resize; position: absolute; top: 0; height: 100px; overflow: hidden; visibility: hidden; border: 0 none; z-index: 7; }
.x-grid3-resize-marker { width: 1px; left: 0; background-color: #777; position: absolute; top: 0; height: 100px; overflow: hidden; visibility: hidden; border: 0 none; z-index: 7; }
.x-grid3-focus { position: absolute; left: 0; top: 0; width: 1px; height: 1px; line-height: 1px; font-size: 1px; -moz-outline: 0 none; outline: 0 none; -moz-user-select: text; -khtml-user-select: text; }
.x-grid3-header { background: #f9f9f9 url(http://img2.neighbournet.com/resource/image/ExtJS/default/grid/grid3-hrow.gif) repeat-x 0 bottom; cursor: default; zoom: 1; padding: 1px 0 0 0; }
.x-grid3-header-pop { border-left: 1px solid #d0d0d0; float: right; clear: none; }
.x-grid3-header-pop-inner { border-left: 1px solid #eee; width: 14px; height: 19px; background: transparent url(http://img3.neighbournet.com/resource/image/ExtJS/default/grid/hd-pop.gif) no-repeat center center; }
.ext-ie .x-grid3-header-pop-inner { width: 15px; }
.ext-strict .x-grid3-header-pop-inner { width: 14px; }
.x-grid3-header-inner { overflow: hidden; zoom: 1; float: left; }
.x-grid3-header-offset { padding-left: 1px; width: 10000px; }
td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open { border-left: 1px solid #aaccf6; border-right: 1px solid #aaccf6; }
td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner { background: #ebf3fd url(http://img4.neighbournet.com/resource/image/ExtJS/default/grid/grid3-hrow-over.gif) repeat-x left bottom; }
.x-grid3-sort-icon { background-repeat: no-repeat; display: none; height: 4px; width: 13px; margin-left: 3px; vertical-align: middle; }
.sort-asc .x-grid3-sort-icon { background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/default/grid/sort_asc.gif); display: inline; }
.sort-desc .x-grid3-sort-icon { background-image: url(http://img1.neighbournet.com/resource/image/ExtJS/default/grid/sort_desc.gif); display: inline; }
.ext-strict .ext-ie .x-grid3-header-inner { position: relative; }
.ext-strict .ext-ie6 .x-grid3-hd { position: relative; }
.ext-strict .ext-ie6 .x-grid3-hd-inner { position: static; }
.x-grid3-body { zoom: 1; }
.x-grid3-scroller { overflow: auto; zoom: 1; position: relative; }
.x-grid3-cell-text, .x-grid3-hd-text { display: block; padding: 3px 5px 3px 5px; -moz-user-select: none; -khtml-user-select: none; color: black; }
.x-grid3-split { background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/default/grid/grid-split.gif); background-position: center; background-repeat: no-repeat; cursor: e-resize; cursor: col-resize; display: block; font-size: 1px; height: 16px; overflow: hidden; position: absolute; top: 2px; width: 6px; z-index: 3; }
.x-grid3-hd-text { color: #15428b; }
.x-dd-drag-proxy .x-grid3-hd-inner { background: #ebf3fd url(http://img3.neighbournet.com/resource/image/ExtJS/default/grid/grid3-hrow-over.gif) repeat-x left bottom; width: 120px; padding: 3px; border: 1px solid #aaccf6; overflow: hidden; }
.col-move-top, .col-move-bottom { width: 9px; height: 9px; position: absolute; top: 0; line-height: 1px; font-size: 1px; overflow: hidden; visibility: hidden; z-index: 20000; }
.col-move-top { background: transparent url(http://img4.neighbournet.com/resource/image/ExtJS/default/grid/col-move-top.gif) no-repeat left top; }
.col-move-bottom { background: transparent url(http://img5.neighbournet.com/resource/image/ExtJS/default/grid/col-move-bottom.gif) no-repeat left top; }
.x-grid3-row-selected { background: #DFE8F6 !important; border: 1px dotted #a3bae9; }
.x-grid3-cell-selected { background-color: #B8CFEE !important; color: black; }
.x-grid3-cell-selected span { color: black !important; }
.x-grid3-cell-selected .x-grid3-cell-text { color: black; }
.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker { background: #ebeadb url(http://img1.neighbournet.com/resource/image/ExtJS/default/grid/grid-hrow.gif) repeat-x 0 bottom !important; vertical-align: middle !important; color: black; padding: 0; border-top: 1px solid white; border-bottom: none !important; border-right: 1px solid #6fa0df !important; text-align: center; }
.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div { padding: 0 4px; color: #15428b !important; text-align: center; }
.x-grid3-dirty-cell { background: transparent url(http://img2.neighbournet.com/resource/image/ExtJS/default/grid/dirty.gif) no-repeat 0 0; }
.x-grid3-topbar, .x-grid3-bottombar { font: normal 11px arial,tahoma,helvetica,sans-serif; overflow: hidden; display: none; zoom: 1; position: relative; }
.x-grid3-topbar .x-toolbar { border-right: 0 none; }
.x-grid3-bottombar .x-toolbar { border-right: 0 none; border-bottom: 0 none; border-top: 1px solid #a9bfd3; }
.x-props-grid .x-grid3-cell { padding: 1px; }
.x-props-grid .x-grid3-td-name .x-grid3-cell-inner { background: transparent url(http://img3.neighbournet.com/resource/image/ExtJS/default/grid/grid3-special-col-bg.gif) repeat-y -16px !important; padding-left: 12px; color: black !important; }
.x-props-grid .x-grid3-body .x-grid3-td-name { padding: 1px; padding-right: 0; background: white !important; border: 0 none; border-right: 1px solid #eee; }
.xg-hmenu-sort-asc .x-menu-item-icon { background-image: url(http://img4.neighbournet.com/resource/image/ExtJS/default/grid/hmenu-asc.gif); }
.xg-hmenu-sort-desc .x-menu-item-icon { background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/default/grid/hmenu-desc.gif); }
.xg-hmenu-lock .x-menu-item-icon { background-image: url(http://img1.neighbournet.com/resource/image/ExtJS/default/grid/hmenu-lock.gif); }
.xg-hmenu-unlock .x-menu-item-icon { background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/default/grid/hmenu-unlock.gif); }
.x-grid3-col-dd { border: 0 none; padding: 0; background: transparent; }
.x-dd-drag-ghost .x-grid3-dd-wrap { padding: 1px 3px 3px 1px; }
.x-grid3-hd { -moz-user-select: none; }
.x-grid3-hd-btn { display: none; position: absolute; width: 14px; background: #c3daf9 url(http://img3.neighbournet.com/resource/image/ExtJS/default/grid/grid3-hd-btn.gif) no-repeat left center; right: 0; top: 0; z-index: 2; cursor: pointer; }
.x-grid3-hd-over .x-grid3-hd-btn, .x-grid3-hd-menu-open .x-grid3-hd-btn { display: block; }
a.x-grid3-hd-btn:hover { background-position: -14px center; }
.x-grid3-body .x-grid3-td-expander { background: transparent url(http://img4.neighbournet.com/resource/image/ExtJS/default/grid/grid3-special-col-bg.gif) repeat-y right; }
.x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner { padding: 0 !important; height: 100%; }
.x-grid3-row-expander { width: 100%; height: 18px; background-position: 4px 2px; background-repeat: no-repeat; background-color: transparent; background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/default/grid/row-expand-sprite.gif); }
.x-grid3-row-collapsed .x-grid3-row-expander { background-position: 4px 2px; }
.x-grid3-row-expanded .x-grid3-row-expander { background-position: -21px 2px; }
.x-grid3-row-collapsed .x-grid3-row-body { display: none !important; }
.x-grid3-row-expanded .x-grid3-row-body { display: block !important; }
.x-grid3-body .x-grid3-td-checker { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/grid/grid3-special-col-bg.gif) repeat-y right; }
.x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner, .x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner { padding: 0 !important; height: 100%; }
.x-grid3-row-checker, .x-grid3-hd-checker { width: 100%; height: 18px; background-position: 2px 2px; background-repeat: no-repeat; background-color: transparent; background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/default/grid/row-check-sprite.gif); }
.x-grid3-row .x-grid3-row-checker { background-position: 2px 2px; }
.x-grid3-row-selected .x-grid3-row-checker, .x-grid3-hd-checker-on .x-grid3-hd-checker { background-position: -23px 2px; }
.x-grid3-hd-checker { background-position: 2px 3px; }
.x-grid3-hd-checker-on .x-grid3-hd-checker { background-position: -23px 3px; }
.x-grid3-body .x-grid3-td-numberer { background: transparent url(http://img3.neighbournet.com/resource/image/ExtJS/default/grid/grid3-special-col-bg.gif) repeat-y right; }
.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner { padding: 3px 5px 0 0 !important; text-align: right; color: #444; }
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer, .x-grid3-body .x-grid3-row-selected .x-grid3-td-checker, .x-grid3-body .x-grid3-row-selected .x-grid3-td-expander { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/grid/grid3-special-col-sel-bg.gif) repeat-y right; }
.x-grid3-body .x-grid3-check-col-td .x-grid3-cell-inner { padding: 1px 0 0 0 !important; }
.x-grid3-check-col { width: 100%; height: 16px; background-position: center center; background-repeat: no-repeat; background-color: transparent; background-image: url(http://img4.neighbournet.com/resource/image/ExtJS/default/menu/unchecked.gif); }
.x-grid3-check-col-on { width: 100%; height: 16px; background-position: center center; background-repeat: no-repeat; background-color: transparent; background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/default/menu/checked.gif); }
.x-grid-group, .x-grid-group-body, .x-grid-group-hd { zoom: 1; }
.x-grid-group-hd { border-bottom: 2px solid #99bbe8; cursor: pointer; padding-top: 6px; }
.x-grid-group-hd div { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/grid/group-expand-sprite.gif) no-repeat 3px -47px; padding: 4px 4px 4px 17px; color: #3764a0; font: bold 11px tahoma,arial,helvetica,sans-serif; }
.x-grid-group-collapsed .x-grid-group-hd div { background-position: 3px 3px; }
.x-grid-group-collapsed .x-grid-group-body { display: none; }
.x-group-by-icon { background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/default/grid/group-by.gif); }
.x-cols-icon { background-image: url(http://img3.neighbournet.com/resource/image/ExtJS/default/grid/columns.gif); }
.x-show-groups-icon { background-image: url(http://img4.neighbournet.com/resource/image/ExtJS/default/grid/group-by.gif); }
.ext-ie .x-grid3 .x-editor .x-form-text { position: relative; top: -1px; }
.ext-ie .x-props-grid .x-editor .x-form-text { position: static; top: 0; }
.x-grid-empty { padding: 10px; color: gray; font: normal 11px tahoma,arial,helvetica,sans-serif; }
.ext-ie7 .x-grid-panel .x-panel-bbar { position: relative; }
.x-dd-drag-proxy { position: absolute; left: 0; top: 0; visibility: hidden; z-index: 15000; }
.x-dd-drag-ghost { color: black; font: normal 11px arial,helvetica,sans-serif; -moz-opacity: .85; opacity: .85; filter: alpha(opacity=85); border-top: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; padding: 3px; padding-left: 20px; background-color: white; white-space: nowrap; }
.x-dd-drag-repair .x-dd-drag-ghost { -moz-opacity: .4; opacity: .4; filter: alpha(opacity=40); border: 0 none; padding: 0; background-color: transparent; }
.x-dd-drag-repair .x-dd-drop-icon { visibility: hidden; }
.x-dd-drop-icon { position: absolute; top: 3px; left: 3px; display: block; width: 16px; height: 16px; background-color: transparent; background-position: center; background-repeat: no-repeat; z-index: 1; }
.x-dd-drop-nodrop .x-dd-drop-icon { background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/default/dd/drop-no.gif); }
.x-dd-drop-ok .x-dd-drop-icon { background-image: url(http://img1.neighbournet.com/resource/image/ExtJS/default/dd/drop-yes.gif); }
.x-dd-drop-ok-add .x-dd-drop-icon { background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/default/dd/drop-add.gif); }
.x-view-selector { position: absolute; left: 0; top: 0; width: 0; background: #c3daf9; border: 1px dotted #39b; opacity: .5; -moz-opacity: .5; filter: alpha(opacity=50); zoom: 1; }
.x-tree .x-panel-body { background-color: #fff; }
.ext-strict .ext-ie .x-tree .x-panel-bwrap { position: relative; overflow: hidden; }
.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus { border: 0 none; height: 18px; margin: 0; padding: 0; vertical-align: top; width: 16px; background-repeat: no-repeat; }
.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon { border: 0 none; height: 18px; margin: 0; padding: 0; vertical-align: top; width: 16px; background-position: center; background-repeat: no-repeat; }
.ext-ie .x-tree-node-indent img, .ext-ie .x-tree-node-icon, .ext-ie .x-tree-ec-icon { vertical-align: middle !important; }
.x-tree-node-expanded .x-tree-node-icon { background-image: url(http://img3.neighbournet.com/resource/image/ExtJS/default/tree/folder-open.gif); }
.x-tree-node-leaf .x-tree-node-icon { background-image: url(http://img4.neighbournet.com/resource/image/ExtJS/default/tree/leaf.gif); }
.x-tree-node-collapsed .x-tree-node-icon { background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/default/tree/folder.gif); }
.ext-ie input.x-tree-node-cb { width: 15px; height: 15px; }
input.x-tree-node-cb { margin-left: 1px; }
.ext-ie input.x-tree-node-cb { margin-left: 0; }
.x-tree-noicon .x-tree-node-icon { width: 0; height: 0; }
.x-tree-node-loading .x-tree-node-icon { background-image: url(http://img1.neighbournet.com/resource/image/ExtJS/default/tree/loading.gif) !important; }
.x-tree-node-loading a span { font-style: italic; color: #444; }
.ext-ie .x-tree-node-el input { width: 15px; height: 15px; }
.x-tree-lines .x-tree-elbow { background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/default/tree/elbow.gif); }
.x-tree-lines .x-tree-elbow-plus { background-image: url(http://img3.neighbournet.com/resource/image/ExtJS/default/tree/elbow-plus.gif); }
.x-tree-lines .x-tree-elbow-minus { background-image: url(http://img4.neighbournet.com/resource/image/ExtJS/default/tree/elbow-minus.gif); }
.x-tree-lines .x-tree-elbow-end { background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/default/tree/elbow-end.gif); }
.x-tree-lines .x-tree-elbow-end-plus { background-image: url(http://img1.neighbournet.com/resource/image/ExtJS/default/tree/elbow-end-plus.gif); }
.x-tree-lines .x-tree-elbow-end-minus { background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/default/tree/elbow-end-minus.gif); }
.x-tree-lines .x-tree-elbow-line { background-image: url(http://img3.neighbournet.com/resource/image/ExtJS/default/tree/elbow-line.gif); }
.x-tree-no-lines .x-tree-elbow { background: transparent; }
.x-tree-no-lines .x-tree-elbow-plus { background-image: url(http://img4.neighbournet.com/resource/image/ExtJS/default/tree/elbow-plus-nl.gif); }
.x-tree-no-lines .x-tree-elbow-minus { background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/default/tree/elbow-minus-nl.gif); }
.x-tree-no-lines .x-tree-elbow-end { background: transparent; }
.x-tree-no-lines .x-tree-elbow-end-plus { background-image: url(http://img1.neighbournet.com/resource/image/ExtJS/default/tree/elbow-end-plus-nl.gif); }
.x-tree-no-lines .x-tree-elbow-end-minus { background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/default/tree/elbow-end-minus-nl.gif); }
.x-tree-no-lines .x-tree-elbow-line { background: transparent; }
.x-tree-arrows .x-tree-elbow { background: transparent; }
.x-tree-arrows .x-tree-elbow-plus { background: transparent url(http://img3.neighbournet.com/resource/image/ExtJS/default/tree/arrows.gif) no-repeat 0 0; }
.x-tree-arrows .x-tree-elbow-minus { background: transparent url(http://img4.neighbournet.com/resource/image/ExtJS/default/tree/arrows.gif) no-repeat -16px 0; }
.x-tree-arrows .x-tree-elbow-end { background: transparent; }
.x-tree-arrows .x-tree-elbow-end-plus { background: transparent url(http://img5.neighbournet.com/resource/image/ExtJS/default/tree/arrows.gif) no-repeat 0 0; }
.x-tree-arrows .x-tree-elbow-end-minus { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/tree/arrows.gif) no-repeat -16px 0; }
.x-tree-arrows .x-tree-elbow-line { background: transparent; }
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-plus { background-position: -32px 0; }
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-minus { background-position: -48px 0; }
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-plus { background-position: -32px 0; }
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-minus { background-position: -48px 0; }
.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus { cursor: pointer; }
.ext-ie ul.x-tree-node-ct { font-size: 0; line-height: 0; zoom: 1; }
.x-tree-node { color: black; font: normal 11px arial,tahoma,helvetica,sans-serif; white-space: nowrap; }
.x-tree-node-el { line-height: 18px; cursor: pointer; }
.x-tree-node a, .x-dd-drag-ghost a { text-decoration: none; color: black; -khtml-user-select: none; -moz-user-select: none; -kthml-user-focus: normal; -moz-user-focus: normal; -moz-outline: 0 none; outline: 0 none; }
.x-tree-node a span, .x-dd-drag-ghost a span { text-decoration: none; color: black; padding: 1px 3px 1px 2px; }
.x-tree-node .x-tree-node-disabled a span { color: gray !important; }
.x-tree-node .x-tree-node-disabled .x-tree-node-icon { -moz-opacity: .5; opacity: .5; filter: alpha(opacity=50); }
.x-tree-node .x-tree-node-inline-icon { background: transparent; }
.x-tree-node a:hover, .x-dd-drag-ghost a:hover { text-decoration: none; }
.x-tree-node div.x-tree-drag-insert-below { border-bottom: 1px dotted #36c; }
.x-tree-node div.x-tree-drag-insert-above { border-top: 1px dotted #36c; }
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below { border-bottom: 0 none; }
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above { border-top: 0 none; }
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a { border-bottom: 2px solid #36c; }
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a { border-top: 2px solid #36c; }
.x-tree-node .x-tree-drag-append a span { background: #ddd; border: 1px dotted gray; }
.x-tree-node .x-tree-node-over { background-color: #eee; }
.x-tree-node .x-tree-selected { background-color: #d9e8fb; }
.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon { display: none !important; }
.x-tree-drop-ok-append .x-dd-drop-icon { background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/default/tree/drop-add.gif); }
.x-tree-drop-ok-above .x-dd-drop-icon { background-image: url(http://img3.neighbournet.com/resource/image/ExtJS/default/tree/drop-over.gif); }
.x-tree-drop-ok-below .x-dd-drop-icon { background-image: url(http://img4.neighbournet.com/resource/image/ExtJS/default/tree/drop-under.gif); }
.x-tree-drop-ok-between .x-dd-drop-icon { background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/default/tree/drop-between.gif); }
.x-tree-root-ct { zoom: 1; }
.x-date-picker { border: 1px solid #1b376c; border-top: 0 none; background: #fff; position: relative; }
.x-date-picker a { -moz-outline: 0 none; outline: 0 none; }
.x-date-inner, .x-date-inner td, .x-date-inner th { border-collapse: separate; }
.x-date-middle, .x-date-left, .x-date-right { background: url(http://img1.neighbournet.com/resource/image/ExtJS/default/shared/hd-sprite.gif) repeat-x 0 -83px; color: #FFF; font: bold 11px "sans serif" ,tahoma,verdana,helvetica; overflow: hidden; }
.x-date-middle .x-btn-left, .x-date-middle .x-btn-center, .x-date-middle .x-btn-right { background: transparent !important; vertical-align: middle; }
.x-date-middle .x-btn .x-btn-text { color: #fff; }
.x-date-middle .x-btn-with-menu .x-btn-center em { background: transparent url(http://img2.neighbournet.com/resource/image/ExtJS/default/toolbar/btn-arrow-light.gif) no-repeat right 0; }
.x-date-right, .x-date-left { width: 18px; }
.x-date-right { text-align: right; }
.x-date-middle { padding-top: 2px; padding-bottom: 2px; width: 130px; }
.x-date-right a, .x-date-left a { display: block; width: 16px; height: 16px; background-position: center; background-repeat: no-repeat; cursor: pointer; -moz-opacity: .6; opacity: .6; filter: alpha(opacity=60); }
.x-date-right a:hover, .x-date-left a:hover { -moz-opacity: 1; opacity: 1; filter: alpha(opacity=100); }
.x-date-right a { background-image: url(http://img3.neighbournet.com/resource/image/ExtJS/default/shared/right-btn.gif); margin-right: 2px; text-decoration: none !important; }
.x-date-left a { background-image: url(http://img4.neighbournet.com/resource/image/ExtJS/default/shared/left-btn.gif); margin-left: 2px; text-decoration: none !important; }
table.x-date-inner { width: 100%; table-layout: fixed; }
.x-date-inner th { width: 25px; }
.x-date-inner th { background: #dfecfb url(http://img5.neighbournet.com/resource/image/ExtJS/default/shared/glass-bg.gif) repeat-x left top; text-align: right !important; border-bottom: 1px solid #a3bad9; font: normal 10px arial,helvetica,tahoma,sans-serif; color: #233d6d; cursor: default; padding: 0; border-collapse: separate; }
.x-date-inner th span { display: block; padding: 2px; padding-right: 7px; }
.x-date-inner td { border: 1px solid #fff; text-align: right; padding: 0; }
.x-date-inner a { padding: 2px 5px; display: block; font: normal 11px arial,helvetica,tahoma,sans-serif; text-decoration: none; color: black; text-align: right; zoom: 1; }
.x-date-inner .x-date-active { cursor: pointer; color: black; }
.x-date-inner .x-date-selected a { background: #dfecfb url(http://img1.neighbournet.com/resource/image/ExtJS/default/shared/glass-bg.gif) repeat-x left top; border: 1px solid #8db2e3; padding: 1px 4px; }
.x-date-inner .x-date-today a { border: 1px solid darkred; padding: 1px 4px; }
.x-date-inner .x-date-selected span { font-weight: bold; }
.x-date-inner .x-date-prevday a, .x-date-inner .x-date-nextday a { color: #aaa; text-decoration: none !important; }
.x-date-bottom { padding: 4px; border-top: 1px solid #a3bad9; background: #dfecfb url(http://img2.neighbournet.com/resource/image/ExtJS/default/shared/glass-bg.gif) repeat-x left top; }
.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover { text-decoration: none !important; color: black; background: #ddecfe; }
.x-date-inner .x-date-disabled a { cursor: default; background: #eee; color: #bbb; }
.x-date-mmenu { background: #eee !important; }
.x-date-mmenu .x-menu-item { font-size: 10px; padding: 1px 24px 1px 4px; white-space: nowrap; color: #000; }
.x-date-mmenu .x-menu-item .x-menu-item-icon { width: 10px; height: 10px; margin-right: 5px; background-position: center -4px !important; }
.x-date-mp { position: absolute; left: 0; top: 0; background: white; display: none; }
.x-date-mp td { padding: 2px; font: normal 11px arial,helvetica,tahoma,sans-serif; }
td.x-date-mp-month, td.x-date-mp-year, td.x-date-mp-ybtn { border: 0 none; text-align: center; vertical-align: middle; width: 25%; }
.x-date-mp-ok { margin-right: 3px; }
.x-date-mp-btns button { text-decoration: none; text-align: center; text-decoration: none !important; background: #083772; color: white; border: 1px solid; border-color: #36c #000055 #005 #3366cc; padding: 1px 3px 1px; font: normal 11px arial,helvetica,tahoma,sans-serif; cursor: pointer; }
.x-date-mp-btns { background: #dfecfb url(http://img3.neighbournet.com/resource/image/ExtJS/default/shared/glass-bg.gif) repeat-x left top; }
.x-date-mp-btns td { border-top: 1px solid #c5d2df; text-align: center; }
td.x-date-mp-month a, td.x-date-mp-year a { display: block; padding: 2px 4px; text-decoration: none; text-align: center; color: #15428b; }
td.x-date-mp-month a:hover, td.x-date-mp-year a:hover { color: #15428b; text-decoration: none; cursor: pointer; background: #ddecfe; }
td.x-date-mp-sel a { padding: 1px 3px; background: #dfecfb url(http://img4.neighbournet.com/resource/image/ExtJS/default/shared/glass-bg.gif) repeat-x left top; border: 1px solid #8db2e3; }
.x-date-mp-ybtn a { overflow: hidden; width: 15px; height: 15px; cursor: pointer; background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/panel/tool-sprites.gif) no-repeat; display: block; margin: 0 auto; }
.x-date-mp-ybtn a.x-date-mp-next { background-position: 0 -120px; }
.x-date-mp-ybtn a.x-date-mp-next:hover { background-position: -15px -120px; }
.x-date-mp-ybtn a.x-date-mp-prev { background-position: 0 -105px; }
.x-date-mp-ybtn a.x-date-mp-prev:hover { background-position: -15px -105px; }
.x-date-mp-ybtn { text-align: center; }
td.x-date-mp-sep { border-right: 1px solid #c5d2df; }
.x-tip { position: absolute; top: 0; left: 0; visibility: hidden; z-index: 20000; border: 0 none; }
.x-tip .x-tip-close { background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/default/qtip/close.gif); height: 15px; float: right; width: 15px; margin: 0 0 2px 2px; cursor: pointer; display: none; }
.x-tip .x-tip-tc { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/qtip/tip-sprite.gif) no-repeat 0 -62px; padding-top: 3px; overflow: hidden; zoom: 1; }
.x-tip .x-tip-tl { background: transparent url(http://img2.neighbournet.com/resource/image/ExtJS/default/qtip/tip-sprite.gif) no-repeat 0 0; padding-left: 6px; overflow: hidden; zoom: 1; }
.x-tip .x-tip-tr { background: transparent url(http://img3.neighbournet.com/resource/image/ExtJS/default/qtip/tip-sprite.gif) no-repeat right 0; padding-right: 6px; overflow: hidden; zoom: 1; }
.x-tip .x-tip-bc { background: transparent url(http://img4.neighbournet.com/resource/image/ExtJS/default/qtip/tip-sprite.gif) no-repeat 0 -121px; height: 3px; overflow: hidden; }
.x-tip .x-tip-bl { background: transparent url(http://img5.neighbournet.com/resource/image/ExtJS/default/qtip/tip-sprite.gif) no-repeat 0 -59px; padding-left: 6px; zoom: 1; }
.x-tip .x-tip-br { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/qtip/tip-sprite.gif) no-repeat right -59px; padding-right: 6px; zoom: 1; }
.x-tip .x-tip-mc { border: 0 none; font: normal 11px tahoma,arial,helvetica,sans-serif; }
.x-tip .x-tip-ml { background: #fff url(http://img2.neighbournet.com/resource/image/ExtJS/default/qtip/tip-sprite.gif) no-repeat 0 -124px; padding-left: 6px; zoom: 1; }
.x-tip .x-tip-mr { background: transparent url(http://img3.neighbournet.com/resource/image/ExtJS/default/qtip/tip-sprite.gif) no-repeat right -124px; padding-right: 6px; zoom: 1; }
.ext-ie .x-tip .x-tip-header, .ext-ie .x-tip .x-tip-tc { font-size: 0; line-height: 0; }
.x-tip .x-tip-header-text { font: bold 11px tahoma,arial,helvetica,sans-serif; padding: 0; margin: 0 0 2px 0; color: #444; }
.x-tip .x-tip-body { font: normal 11px tahoma,arial,helvetica,sans-serif; margin: 0 !important; line-height: 14px; color: #444; padding: 0; }
.x-tip .x-tip-body .loading-indicator { margin: 0; }
.x-tip-draggable .x-tip-header, .x-tip-draggable .x-tip-header-text { cursor: move; }
.x-form-invalid-tip .x-tip-tc { background: url(http://img4.neighbournet.com/resource/image/ExtJS/default/form/error-tip-corners.gif) repeat-x 0 -12px; padding-top: 6px; }
.x-form-invalid-tip .x-tip-tl { background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/default/form/error-tip-corners.gif); }
.x-form-invalid-tip .x-tip-tr { background-image: url(http://img1.neighbournet.com/resource/image/ExtJS/default/form/error-tip-corners.gif); }
.x-form-invalid-tip .x-tip-bc { background: url(http://img2.neighbournet.com/resource/image/ExtJS/default/form/error-tip-corners.gif) repeat-x 0 -18px; height: 6px; }
.x-form-invalid-tip .x-tip-bl { background: url(http://img3.neighbournet.com/resource/image/ExtJS/default/form/error-tip-corners.gif) no-repeat 0 -6px; }
.x-form-invalid-tip .x-tip-br { background: url(http://img4.neighbournet.com/resource/image/ExtJS/default/form/error-tip-corners.gif) no-repeat right -6px; }
.x-form-invalid-tip .x-tip-ml { background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/default/form/error-tip-corners.gif); }
.x-form-invalid-tip .x-tip-mr { background-image: url(http://img1.neighbournet.com/resource/image/ExtJS/default/form/error-tip-corners.gif); }
.x-form-invalid-tip .x-tip-body { padding: 2px; }
.x-form-invalid-tip .x-tip-body { padding-left: 24px; background: transparent url(http://img2.neighbournet.com/resource/image/ExtJS/default/form/exclamation.gif) no-repeat 2px 2px; }
.x-menu { border: 1px solid #718bb7; z-index: 15000; zoom: 1; background: #f0f0f0 url(http://img3.neighbournet.com/resource/image/ExtJS/default/menu/menu.gif) repeat-y; padding: 2px; }
.x-menu a { text-decoration: none !important; }
.ext-ie .x-menu { zoom: 1; overflow: hidden; }
.x-menu-list { background: transparent; border: 0 none; }
.x-menu li { line-height: 100%; }
.x-menu li.x-menu-sep-li { font-size: 1px; line-height: 1px; }
.x-menu-list-item { font: normal 11px tahoma,arial,sans-serif; white-space: nowrap; -moz-user-select: none; -khtml-user-select: none; display: block; padding: 1px; }
.x-menu-item-arrow { background: transparent url(http://img4.neighbournet.com/resource/image/ExtJS/default/menu/menu-parent.gif) no-repeat right; }
.x-menu-sep { display: block; font-size: 1px; line-height: 1px; margin: 2px 3px; background-color: #e0e0e0; border-bottom: 1px solid #fff; overflow: hidden; }
.x-menu-focus { position: absolute; left: -1px; top: -1px; width: 1px; height: 1px; line-height: 1px; font-size: 1px; -moz-outline: 0 none; outline: 0 none; -moz-user-select: text; -khtml-user-select: text; overflow: hidden; display: block; }
.x-menu a.x-menu-item { display: block; line-height: 16px; padding: 3px 21px 3px 27px; white-space: nowrap; text-decoration: none; color: #222; -moz-outline: 0 none; outline: 0 none; cursor: pointer; position: relative; }
.x-menu-item-active { background: #ebf3fd url(http://img5.neighbournet.com/resource/image/ExtJS/default/menu/item-over.gif) repeat-x left bottom; border: 1px solid #aaccf6; padding: 0; }
.x-menu-item-active a.x-menu-item { color: #233d6d; }
.x-menu-item-icon { border: 0 none; height: 16px; padding: 0; vertical-align: top; width: 16px; position: absolute; left: 3px; top: 3px; margin: 0; background-position: center; }
.x-menu-check-item .x-menu-item-icon { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/menu/unchecked.gif) no-repeat center; }
.x-menu-item-checked .x-menu-item-icon { background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/default/menu/checked.gif); }
.x-menu-group-item .x-menu-item-icon { background: transparent; }
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon { background: transparent url(http://img3.neighbournet.com/resource/image/ExtJS/default/menu/group-checked.gif) no-repeat center; }
.x-menu-plain { background: #fff !important; }
.x-menu-date-item { padding: 0; }
.x-menu .x-color-palette, .x-menu .x-date-picker { margin-left: 26px; margin-right: 4px; }
.x-menu .x-date-picker { border: 1px solid #a3bad9; margin-top: 2px; margin-bottom: 2px; }
.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker { margin: 0; border: 0 none; }
.x-date-menu { padding: 0 !important; }
.x-cycle-menu .x-menu-item-checked { border: 1px dotted #a3bae9 !important; background: #DFE8F6; padding: 0; }
.x-box-tl { background: transparent url(http://img4.neighbournet.com/resource/image/ExtJS/default/box/corners.gif) no-repeat 0 0; zoom: 1; }
.x-box-tc { height: 8px; background: transparent url(http://img5.neighbournet.com/resource/image/ExtJS/default/box/tb.gif) repeat-x 0 0; overflow: hidden; }
.x-box-tr { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/box/corners.gif) no-repeat right -8px; }
.x-box-ml { background: transparent url(http://img2.neighbournet.com/resource/image/ExtJS/default/box/l.gif) repeat-y 0; padding-left: 4px; overflow: hidden; zoom: 1; }
.x-box-mc { background: #eee url(http://img3.neighbournet.com/resource/image/ExtJS/default/box/tb.gif) repeat-x 0 -16px; padding: 4px 10px; font-family: "Myriad Pro" , "Myriad Web" , "Tahoma" , "Helvetica" , "Arial" ,sans-serif; color: #393939; font-size: 12px; }
.x-box-mc h3 { font-size: 14px; font-weight: bold; margin: 0 0 4px 0; zoom: 1; }
.x-box-mr { background: transparent url(http://img4.neighbournet.com/resource/image/ExtJS/default/box/r.gif) repeat-y right; padding-right: 4px; overflow: hidden; }
.x-box-bl { background: transparent url(http://img5.neighbournet.com/resource/image/ExtJS/default/box/corners.gif) no-repeat 0 -16px; zoom: 1; }
.x-box-bc { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/box/tb.gif) repeat-x 0 -8px; height: 8px; overflow: hidden; }
.x-box-br { background: transparent url(http://img2.neighbournet.com/resource/image/ExtJS/default/box/corners.gif) no-repeat right -24px; }
.x-box-tl, .x-box-bl { padding-left: 8px; overflow: hidden; }
.x-box-tr, .x-box-br { padding-right: 8px; overflow: hidden; }
.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr { background-image: url(http://img3.neighbournet.com/resource/image/ExtJS/default/box/corners-blue.gif); }
.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc { background-image: url(http://image41.neighbournet.com/resource/image/ExtJS/default/box/tb-blue.gif); }
.x-box-blue .x-box-mc { background-color: #c3daf9; }
.x-box-blue .x-box-mc h3 { color: #17385b; }
.x-box-blue .x-box-ml { background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/default/box/l-blue.gif); }
.x-box-blue .x-box-mr { background-image: url(http://img1.neighbournet.com/resource/image/ExtJS/default/box/r-blue.gif); }
#x-debug-browser .x-tree .x-tree-node a span { color: #222297; font-size: 11px; padding-top: 2px; font-family: "monotype" , "courier new" ,sans-serif; line-height: 18px; }
#x-debug-browser .x-tree a i { color: #FF4545; font-style: normal; }
#x-debug-browser .x-tree a em { color: #999; }
#x-debug-browser .x-tree .x-tree-node .x-tree-selected a span { background: #c3daf9; }
#x-debug-browser .x-tool-toggle { background-position: 0 -75px; }
#x-debug-browser .x-tool-toggle-over { background-position: -15px -75px; }
#x-debug-browser.x-panel-collapsed .x-tool-toggle { background-position: 0 -60px; }
#x-debug-browser.x-panel-collapsed .x-tool-toggle-over { background-position: -15px -60px; }
.x-combo-list { border: 1px solid #98c0f4; background: #ddecfe; zoom: 1; overflow: hidden; }
.x-combo-list-inner { overflow: auto; background: white; position: relative; zoom: 1; overflow-x: hidden; }
.x-combo-list-hd { font: bold 11px tahoma,arial,helvetica,sans-serif; color: #15428b; background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/default/layout/panel-title-light-bg.gif); border-bottom: 1px solid #98c0f4; padding: 3px; }
.x-resizable-pinned .x-combo-list-inner { border-bottom: 1px solid #98c0f4; }
.x-combo-list-item { font: normal 12px tahoma,arial,helvetica,sans-serif; padding: 2px; border: 1px solid #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.x-combo-list .x-combo-selected { border: 1px dotted #a3bae9 !important; background: #DFE8F6; cursor: pointer; }
.x-combo-noedit { cursor: pointer; }
.x-combo-list .x-toolbar { border-top: 1px solid #98c0f4; border-bottom: 0 none; }
.x-combo-list-small .x-combo-list-item { font: normal 11px tahoma,arial,helvetica,sans-serif; }
.x-panel { border-style: solid; border-color: #99bbe8; border-width: 0; }
.x-panel-header { overflow: hidden; zoom: 1; color: #15428b; font: bold 11px tahoma,arial,verdana,sans-serif; padding: 5px 3px 4px 5px; border: 1px solid #99bbe8; line-height: 15px; background: transparent url(http://img3.neighbournet.com/resource/image/ExtJS/default/panel/white-top-bottom.gif) repeat-x 0 -1px; }
.x-panel-body { border: 1px solid #99bbe8; border-top: 0 none; overflow: hidden; background: white; position: relative; }
.x-panel-bbar .x-toolbar { border: 1px solid #99bbe8; border-top: 0 none; overflow: hidden; padding: 2px; }
.x-panel-tbar .x-toolbar { border: 1px solid #99bbe8; border-top: 0 none; overflow: hidden; padding: 2px; }
.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar { border-top: 1px solid #99bbe8; border-bottom: 0 none; }
.x-panel-body-noheader, .x-panel-mc .x-panel-body { border-top: 1px solid #99bbe8; }
.x-panel-header { overflow: hidden; zoom: 1; }
.x-panel-tl .x-panel-header { color: #15428b; font: bold 11px tahoma,arial,verdana,sans-serif; padding: 5px 0 4px 0; border: 0 none; background: transparent; }
.x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon { padding-left: 20px !important; background-repeat: no-repeat; background-position: 0 4px; zoom: 1; }
.x-panel-inline-icon { width: 16px; height: 16px; background-repeat: no-repeat; background-position: 0 0; vertical-align: middle; margin-right: 4px; margin-top: -1px; margin-bottom: -1px; }
.x-panel-tc { background: transparent url(http://img4.neighbournet.com/resource/image/ExtJS/default/panel/top-bottom.gif) repeat-x 0 0; overflow: hidden; }
.ext-strict .ext-ie7 .x-panel-tc { overflow: visible; }
.x-panel-tl { background: transparent url(http://img5.neighbournet.com/resource/image/ExtJS/default/panel/corners-sprite.gif) no-repeat 0 0; padding-left: 6px; zoom: 1; border-bottom: 1px solid #99bbe8; }
.x-panel-tr { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/panel/corners-sprite.gif) no-repeat right 0; zoom: 1; padding-right: 6px; }
.x-panel-bc { background: transparent url(http://img2.neighbournet.com/resource/image/ExtJS/default/panel/top-bottom.gif) repeat-x 0 bottom; zoom: 1; }
.x-panel-bc .x-panel-footer { zoom: 1; }
.x-panel-bl { background: transparent url(http://img3.neighbournet.com/resource/image/ExtJS/default/panel/corners-sprite.gif) no-repeat 0 bottom; padding-left: 6px; zoom: 1; }
.x-panel-br { background: transparent url(http://img4.neighbournet.com/resource/image/ExtJS/default/panel/corners-sprite.gif) no-repeat right bottom; padding-right: 6px; zoom: 1; }
.x-panel-mc { border: 0 none; padding: 0; margin: 0; font: normal 11px tahoma,arial,helvetica,sans-serif; padding-top: 6px; background: #dfe8f6; }
.x-panel-mc .x-panel-body { background: transparent; border: 0 none; }
.x-panel-ml { background: #fff url(http://img5.neighbournet.com/resource/image/ExtJS/default/panel/left-right.gif) repeat-y 0 0; padding-left: 6px; zoom: 1; }
.x-panel-mr { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/panel/left-right.gif) repeat-y right 0; padding-right: 6px; zoom: 1; }
.x-panel-bc .x-panel-footer { padding-bottom: 6px; }
.x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc { height: 6px; font-size: 0; line-height: 0; }
.x-panel-bwrap { overflow: hidden; zoom: 1; left: 0; top: 0; }
.x-panel-body { overflow: hidden; zoom: 1; }
.x-panel-collapsed .x-resizable-handle { display: none; }
.ext-gecko .x-panel-animated div { overflow: hidden !important; }
.x-plain-body { overflow: hidden; }
.x-plain-bbar .x-toolbar { overflow: hidden; padding: 2px; }
.x-plain-tbar .x-toolbar { overflow: hidden; padding: 2px; }
.x-plain-bwrap { overflow: hidden; zoom: 1; }
.x-plain { overflow: hidden; }
.x-tool { overflow: hidden; width: 15px; height: 15px; float: right; cursor: pointer; background: transparent url(http://img2.neighbournet.com/resource/image/ExtJS/default/panel/tool-sprites.gif) no-repeat; margin-left: 2px; }
.x-tool-toggle { background-position: 0 -60px; }
.x-tool-toggle-over { background-position: -15px -60px; }
.x-panel-collapsed .x-tool-toggle { background-position: 0 -75px; }
.x-panel-collapsed .x-tool-toggle-over { background-position: -15px -75px; }
.x-tool-close { background-position: 0 -0; }
.x-tool-close-over { background-position: -15px 0; }
.x-tool-minimize { background-position: 0 -15px; }
.x-tool-minimize-over { background-position: -15px -15px; }
.x-tool-maximize { background-position: 0 -30px; }
.x-tool-maximize-over { background-position: -15px -30px; }
.x-tool-restore { background-position: 0 -45px; }
.x-tool-restore-over { background-position: -15px -45px; }
.x-tool-gear { background-position: 0 -90px; }
.x-tool-gear-over { background-position: -15px -90px; }
.x-tool-pin { background-position: 0 -135px; }
.x-tool-pin-over { background-position: -15px -135px; }
.x-tool-unpin { background-position: 0 -150px; }
.x-tool-unpin-over { background-position: -15px -150px; }
.x-tool-right { background-position: 0 -165px; }
.x-tool-right-over { background-position: -15px -165px; }
.x-tool-left { background-position: 0 -180px; }
.x-tool-left-over { background-position: -15px -180px; }
.x-tool-up { background-position: 0 -210px; }
.x-tool-up-over { background-position: -15px -210px; }
.x-tool-down { background-position: 0 -195px; }
.x-tool-down-over { background-position: -15px -195px; }
.x-tool-refresh { background-position: 0 -225px; }
.x-tool-refresh-over { background-position: -15px -225px; }
.x-tool-minus { background-position: 0 -255px; }
.x-tool-minus-over { background-position: -15px -255px; }
.x-tool-plus { background-position: 0 -240px; }
.x-tool-plus-over { background-position: -15px -240px; }
.x-tool-search { background-position: 0 -270px; }
.x-tool-search-over { background-position: -15px -270px; }
.x-tool-save { background-position: 0 -285px; }
.x-tool-save-over { background-position: -15px -285px; }
.x-tool-help { background-position: 0 -300px; }
.x-tool-help-over { background-position: -15px -300px; }
.x-tool-print { background-position: 0 -315px; }
.x-tool-print-over { background-position: -15px -315px; }
.x-panel-ghost { background: #cbddf3; z-index: 12000; overflow: hidden; position: absolute; left: 0; top: 0; opacity: .65; -moz-opacity: .65; filter: alpha(opacity=65); }
.x-panel-ghost ul { margin: 0; padding: 0; overflow: hidden; font-size: 0; line-height: 0; border: 1px solid #99bbe8; border-top: 0 none; display: block; }
.x-panel-ghost * { cursor: move !important; }
.x-panel-dd-spacer { border: 2px dashed #99bbe8; }
.x-panel-btns-ct { padding: 5px; }
.x-panel-btns-ct .x-btn { float: right; clear: none; }
.x-panel-btns-ct .x-panel-btns td { border: 0; padding: 0; }
.x-panel-btns-ct .x-panel-btns-right table { float: right; clear: none; }
.x-panel-btns-ct .x-panel-btns-left table { float: left; clear: none; }
.x-panel-btns-ct .x-panel-btns-center { text-align: center; }
.x-panel-btns-ct .x-panel-btns-center table { margin: 0 auto; }
.x-panel-btns-ct table td.x-panel-btn-td { padding: 3px; }
.x-panel-btns-ct .x-btn-focus .x-btn-left { background-position: 0 -147px; }
.x-panel-btns-ct .x-btn-focus .x-btn-right { background-position: 0 -168px; }
.x-panel-btns-ct .x-btn-focus .x-btn-center { background-position: 0 -189px; }
.x-panel-btns-ct .x-btn-over .x-btn-left { background-position: 0 -63px; }
.x-panel-btns-ct .x-btn-over .x-btn-right { background-position: 0 -84px; }
.x-panel-btns-ct .x-btn-over .x-btn-center { background-position: 0 -105px; }
.x-panel-btns-ct .x-btn-click .x-btn-center { background-position: 0 -126px; }
.x-panel-btns-ct .x-btn-click .x-btn-right { background-position: 0 -84px; }
.x-panel-btns-ct .x-btn-click .x-btn-left { background-position: 0 -63px; }
.x-window { zoom: 1; }
.x-window .x-resizable-handle { opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); }
.x-window-proxy { background: #C7DFFC; border: 1px solid #99bbe8; z-index: 12000; overflow: hidden; position: absolute; left: 0; top: 0; display: none; opacity: .5; -moz-opacity: .5; filter: alpha(opacity=50); }
.x-window-header { overflow: hidden; zoom: 1; }
.x-window-bwrap { z-index: 1; position: relative; zoom: 1; left: 0; top: 0; }
.x-window-tl .x-window-header { color: #15428b; font: bold 11px tahoma,arial,verdana,sans-serif; padding: 5px 0 4px 0; }
.x-window-header-text { cursor: pointer; }
.x-window-tc { background: transparent url(http://img3.neighbournet.com/resource/image/ExtJS/default/window/top-bottom.png) repeat-x 0 0; overflow: hidden; zoom: 1; }
.x-window-tl { background: transparent url(http://img4.neighbournet.com/resource/image/ExtJS/default/window/left-corners.png) no-repeat 0 0; padding-left: 6px; zoom: 1; z-index: 1; position: relative; }
.x-window-tr { background: transparent url(http://img5.neighbournet.com/resource/image/ExtJS/default/window/right-corners.png) no-repeat right 0; padding-right: 6px; }
.x-window-bc { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/window/top-bottom.png) repeat-x 0 bottom; zoom: 1; }
.x-window-bc .x-window-footer { padding-bottom: 6px; zoom: 1; font-size: 0; line-height: 0; }
.x-window-bl { background: transparent url(http://img2.neighbournet.com/resource/image/ExtJS/default/window/left-corners.png) no-repeat 0 bottom; padding-left: 6px; zoom: 1; }
.x-window-br { background: transparent url(http://img3.neighbournet.com/resource/image/ExtJS/default/window/right-corners.png) no-repeat right bottom; padding-right: 6px; zoom: 1; }
.x-window-mc { border: 1px solid #99bbe8; padding: 0; margin: 0; font: normal 11px tahoma,arial,helvetica,sans-serif; background: #dfe8f6; }
.x-window-ml { background: transparent url(http://img4.neighbournet.com/resource/image/ExtJS/default/window/left-right.png) repeat-y 0 0; padding-left: 6px; zoom: 1; }
.x-window-mr { background: transparent url(http://img5.neighbournet.com/resource/image/ExtJS/default/window/left-right.png) repeat-y right 0; padding-right: 6px; zoom: 1; }
.x-window-body { overflow: hidden; }
.x-window-bwrap { overflow: hidden; }
.x-window-maximized .x-window-bl, .x-window-maximized .x-window-br, .x-window-maximized .x-window-ml, .x-window-maximized .x-window-mr, .x-window-maximized .x-window-tl, .x-window-maximized .x-window-tr { padding: 0; }
.x-window-maximized .x-window-footer { padding-bottom: 0; }
.x-window-maximized .x-window-tc { padding-left: 3px; padding-right: 3px; background-color: white; }
.x-window-maximized .x-window-mc { border-left: 0 none; border-right: 0 none; }
.x-window-tbar .x-toolbar, .x-window-bbar .x-toolbar { border-left: 0 none; border-right: 0 none; }
.x-window-bbar .x-toolbar { border-top: 1px solid #99bbe8; border-bottom: 0 none; }
.x-window-draggable, .x-window-draggable .x-window-header-text { cursor: move; }
.x-window-maximized .x-window-draggable, .x-window-maximized .x-window-draggable .x-window-header-text { cursor: default; }
.x-window-body { background: transparent; }
.x-panel-ghost .x-window-tl { border-bottom: 1px solid #99bbe8; }
.x-panel-collapsed .x-window-tl { border-bottom: 1px solid #84a0c4; }
.x-window-maximized-ct { overflow: hidden; }
.x-window-maximized .x-resizable-handle { display: none; }
.x-window-sizing-ghost ul { border: 0 none !important; }
.x-dlg-focus { -moz-outline: 0 none; outline: 0 none; width: 0; height: 0; overflow: hidden; position: absolute; top: 0; left: 0; }
.x-dlg-mask { z-index: 10000; display: none; position: absolute; top: 0; left: 0; -moz-opacity: .5; opacity: .50; filter: alpha(opacity=50); background-color: #CCC; }
body.ext-ie6.x-body-masked select { visibility: hidden; }
body.ext-ie6.x-body-masked .x-window select { visibility: visible; }
.x-window-plain .x-window-mc { background: #CAD9EC; border-right: 1px solid #DFE8F6; border-bottom: 1px solid #DFE8F6; border-top: 1px solid #a3bae9; border-left: 1px solid #a3bae9; }
.x-window-plain .x-window-body { border-left: 1px solid #DFE8F6; border-top: 1px solid #DFE8F6; border-bottom: 1px solid #a3bae9; border-right: 1px solid #a3bae9; background: transparent !important; }
body.x-body-masked .x-window-plain .x-window-mc { background: #C7D6E9; }
.x-html-editor-wrap { border: 1px solid #a9bfd3; background: white; }
.x-html-editor-tb .x-btn-text { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/editor/tb-sprite.gif) no-repeat; }
.x-html-editor-tb .x-edit-bold .x-btn-text { background-position: 0 0; }
.x-html-editor-tb .x-edit-italic .x-btn-text { background-position: -16px 0; }
.x-html-editor-tb .x-edit-underline .x-btn-text { background-position: -32px 0; }
.x-html-editor-tb .x-edit-forecolor .x-btn-text { background-position: -160px 0; }
.x-html-editor-tb .x-edit-backcolor .x-btn-text { background-position: -176px 0; }
.x-html-editor-tb .x-edit-justifyleft .x-btn-text { background-position: -112px 0; }
.x-html-editor-tb .x-edit-justifycenter .x-btn-text { background-position: -128px 0; }
.x-html-editor-tb .x-edit-justifyright .x-btn-text { background-position: -144px 0; }
.x-html-editor-tb .x-edit-insertorderedlist .x-btn-text { background-position: -80px 0; }
.x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text { background-position: -96px 0; }
.x-html-editor-tb .x-edit-increasefontsize .x-btn-text { background-position: -48px 0; }
.x-html-editor-tb .x-edit-decreasefontsize .x-btn-text { background-position: -64px 0; }
.x-html-editor-tb .x-edit-sourceedit .x-btn-text { background-position: -192px 0; }
.x-html-editor-tb .x-edit-createlink .x-btn-text { background-position: -208px 0; }
.x-html-editor-tip .x-tip-bd .x-tip-bd-inner { padding: 5px; padding-bottom: 1px; }
.x-html-editor-tb .x-toolbar { position: static !important; }
.x-panel-noborder .x-panel-body-noborder { border-width: 0; }
.x-panel-noborder .x-panel-header-noborder { border-width: 0; border-bottom: 1px solid #99bbe8; }
.x-panel-noborder .x-panel-tbar-noborder .x-toolbar { border-width: 0; border-bottom: 1px solid #99bbe8; }
.x-panel-noborder .x-panel-bbar-noborder .x-toolbar { border-width: 0; border-top: 1px solid #99bbe8; }
.x-window-noborder .x-window-mc { border-width: 0; }
.x-window-plain .x-window-body-noborder { border-width: 0; }
.x-tab-panel-noborder .x-tab-panel-body-noborder { border-width: 0; }
.x-tab-panel-noborder .x-tab-panel-header-noborder { border-top-width: 0; border-left-width: 0; border-right-width: 0; }
.x-tab-panel-noborder .x-tab-panel-footer-noborder { border-bottom-width: 0; border-left-width: 0; border-right-width: 0; }
.x-tab-panel-bbar-noborder .x-toolbar { border-width: 0; border-top: 1px solid #99bbe8; }
.x-tab-panel-tbar-noborder .x-toolbar { border-width: 0; border-bottom: 1px solid #99bbe8; }
.x-border-layout-ct { background: #dfe8f6; }
.x-border-panel { position: absolute; left: 0; top: 0; }
.x-tool-collapse-south { background-position: 0 -195px; }
.x-tool-collapse-south-over { background-position: -15px -195px; }
.x-tool-collapse-north { background-position: 0 -210px; }
.x-tool-collapse-north-over { background-position: -15px -210px; }
.x-tool-collapse-west { background-position: 0 -180px; }
.x-tool-collapse-west-over { background-position: -15px -180px; }
.x-tool-collapse-east { background-position: 0 -165px; }
.x-tool-collapse-east-over { background-position: -15px -165px; }
.x-tool-expand-south { background-position: 0 -210px; }
.x-tool-expand-south-over { background-position: -15px -210px; }
.x-tool-expand-north { background-position: 0 -195px; }
.x-tool-expand-north-over { background-position: -15px -195px; }
.x-tool-expand-west { background-position: 0 -165px; }
.x-tool-expand-west-over { background-position: -15px -165px; }
.x-tool-expand-east { background-position: 0 -180px; }
.x-tool-expand-east-over { background-position: -15px -180px; }
.x-tool-expand-north, .x-tool-expand-south { float: right; margin: 3px; }
.x-tool-expand-east, .x-tool-expand-west { float: none; margin: 3px auto; }
.x-accordion-hd .x-tool-toggle { background-position: 0 -255px; }
.x-accordion-hd .x-tool-toggle-over { background-position: -15px -255px; }
.x-panel-collapsed .x-accordion-hd .x-tool-toggle { background-position: 0 -240px; }
.x-panel-collapsed .x-accordion-hd .x-tool-toggle-over { background-position: -15px -240px; }
.x-accordion-hd { color: #222; padding-top: 4px; padding-bottom: 3px; border-top: 0 none; font-weight: normal; background: transparent url(http://img2.neighbournet.com/resource/image/ExtJS/default/panel/light-hd.gif) repeat-x 0 -9px; }
.x-layout-collapsed { position: absolute; left: -10000px; top: -10000px; visibility: hidden; background-color: #d2e0f2; width: 20px; height: 20px; overflow: hidden; border: 1px solid #98c0f4; z-index: 20; }
.ext-border-box .x-layout-collapsed { width: 22px; height: 22px; }
.x-layout-collapsed-over { cursor: pointer; background-color: #d9e8fb; }
.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools { position: absolute; top: 0; left: 0; width: 20px; height: 20px; }
.x-layout-split { position: absolute; height: 5px; width: 5px; line-height: 1px; font-size: 1px; z-index: 3; background-color: transparent; }
.ext-strict .ext-ie6 .x-layout-split { background-color: #fff !important; filter: alpha(opacity=1); }
.x-layout-split-h { background-image: url(http://img3.neighbournet.com/resource/image/ExtJS/default/s.gif); background-position: left; }
.x-layout-split-v { background-image: url(http://img4.neighbournet.com/resource/image/ExtJS/default/s.gif); background-position: top; }
.x-column-layout-ct { overflow: hidden; zoom: 1; }
.x-column { float: left; padding: 0; margin: 0; overflow: hidden; zoom: 1; }
.x-layout-mini { position: absolute; top: 0; left: 0; display: block; width: 5px; height: 35px; cursor: pointer; opacity: .5; -moz-opacity: .5; filter: alpha(opacity=50); }
.x-layout-mini-over, .x-layout-collapsed-over .x-layout-mini { opacity: 1; -moz-opacity: 1; filter: none; }
.x-layout-split-west .x-layout-mini { top: 48%; background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/default/layout/mini-left.gif); }
.x-layout-split-east .x-layout-mini { top: 48%; background-image: url(http://img1.neighbournet.com/resource/image/ExtJS/default/layout/mini-right.gif); }
.x-layout-split-north .x-layout-mini { left: 48%; height: 5px; width: 35px; background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/default/layout/mini-top.gif); }
.x-layout-split-south .x-layout-mini { left: 48%; height: 5px; width: 35px; background-image: url(http://img3.neighbournet.com/resource/image/ExtJS/default/layout/mini-bottom.gif); }
.x-layout-cmini-west .x-layout-mini { top: 48%; background-image: url(http://img4.neighbournet.com/resource/image/ExtJS/default/layout/mini-right.gif); }
.x-layout-cmini-east .x-layout-mini { top: 48%; background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/default/layout/mini-left.gif); }
.x-layout-cmini-north .x-layout-mini { left: 48%; height: 5px; width: 35px; background-image: url(http://img1.neighbournet.com/resource/image/ExtJS/default/layout/mini-bottom.gif); }
.x-layout-cmini-south .x-layout-mini { left: 48%; height: 5px; width: 35px; background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/default/layout/mini-top.gif); }
.x-layout-cmini-west, .x-layout-cmini-east { border: 0 none; width: 5px !important; padding: 0; background: transparent; }
.x-layout-cmini-north, .x-layout-cmini-south { border: 0 none; height: 5px !important; padding: 0; background: transparent; }
.x-viewport, .x-viewport body { margin: 0; padding: 0; border: 0 none; overflow: hidden; height: 100%; }
.x-abs-layout-item { position: absolute; left: 0; top: 0; }
.ext-ie input.x-abs-layout-item, .ext-ie textarea.x-abs-layout-item { margin: 0; }
.x-progress-wrap { border: 1px solid #6593cf; overflow: hidden; }
.x-progress-inner { height: 18px; background: #e0e8f3 url(http://img3.neighbournet.com/resource/image/ExtJS/default/qtip/bg.gif) repeat-x; position: relative; }
.x-progress-bar { height: 18px; float: left; width: 0; background: #9CBFEE url(http://img4.neighbournet.com/resource/image/ExtJS/default/progress/progress-bg.gif) repeat-x left center; border-top: 1px solid #D1E4FD; border-bottom: 1px solid #7FA9E4; border-right: 1px solid #7FA9E4; }
.x-progress-text { font-size: 11px; font-weight: bold; color: #fff; padding: 1px 5px; overflow: hidden; position: absolute; left: 0; text-align: center; }
.x-progress-text-back { color: #396095; line-height: 16px; }
.ext-ie .x-progress-text-back { line-height: 15px; }
.x-window-dlg .x-window-body { border: 0 none !important; padding: 5px 10px; overflow: hidden !important; }
.x-window-dlg .x-window-mc { border: 0 none !important; }
.x-window-dlg .ext-mb-text, .x-window-dlg .x-window-header-text { font-size: 12px; }
.x-window-dlg .ext-mb-input { margin-top: 4px; width: 95%; }
.x-window-dlg .ext-mb-textarea { margin-top: 4px; font: normal 12px tahoma,arial,helvetica,sans-serif; }
.x-window-dlg .x-progress-wrap { margin-top: 4px; }
.ext-ie .x-window-dlg .x-progress-wrap { margin-top: 6px; }
.x-window-dlg .x-msg-box-wait { background: transparent url(http://img5.neighbournet.com/resource/image/ExtJS/default/grid/loading.gif) no-repeat left; display: block; width: 300px; padding-left: 18px; line-height: 18px; }
.x-window-dlg .ext-mb-icon { float: left; width: 47px; height: 32px; }
.x-window-dlg .ext-mb-icon { float: left; width: 47px; height: 32px; }
.ext-ie .x-window-dlg .ext-mb-icon { width: 44px; }
.x-window-dlg .ext-mb-info { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/window/icon-info.gif) no-repeat top left; }
.x-window-dlg .ext-mb-warning { background: transparent url(http://img2.neighbournet.com/resource/image/ExtJS/default/window/icon-warning.gif) no-repeat top left; }
.x-window-dlg .ext-mb-question { background: transparent url(http://img3.neighbournet.com/resource/image/ExtJS/default/window/icon-question.gif) no-repeat top left; }
.x-window-dlg .ext-mb-error { background: transparent url(http://img4.neighbournet.com/resource/image/ExtJS/default/window/icon-error.gif) no-repeat top left; }
.ext-gecko2 .ext-mb-fix-cursor { overflow: auto; }
.x-slider { zoom: 1; }
.x-slider-inner { position: relative; left: 0; top: 0; overflow: visible; zoom: 1; }
.x-slider-focus { position: absolute; left: 0; top: 0; width: 1px; height: 1px; line-height: 1px; font-size: 1px; -moz-outline: 0 none; outline: 0 none; -moz-user-select: text; -khtml-user-select: text; }
.x-slider-horz { padding-left: 7px; background: transparent url(http://img5.neighbournet.com/resource/image/ExtJS/default/slider/slider-bg.png) no-repeat 0 -22px; }
.x-slider-horz .x-slider-end { padding-right: 7px; zoom: 1; background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/slider/slider-bg.png) no-repeat right -44px; }
.x-slider-horz .x-slider-inner { background: transparent url(http://img2.neighbournet.com/resource/image/ExtJS/default/slider/slider-bg.png) repeat-x 0 0; height: 22px; }
.x-slider-horz .x-slider-thumb { width: 14px; height: 15px; position: absolute; left: 0; top: 3px; background: transparent url(http://img3.neighbournet.com/resource/image/ExtJS/default/slider/slider-thumb.png) no-repeat 0 0; }
.x-slider-horz .x-slider-thumb-over { background-position: -14px -15px; }
.x-slider-horz .x-slider-thumb-drag { background-position: -28px -30px; }
.x-slider-vert { padding-top: 7px; background: transparent url(http://img4.neighbournet.com/resource/image/ExtJS/default/slider/slider-v-bg.png) no-repeat -44px 0; width: 22px; }
.x-slider-vert .x-slider-end { padding-bottom: 7px; zoom: 1; background: transparent url(http://img5.neighbournet.com/resource/image/ExtJS/default/slider/slider-v-bg.png) no-repeat -22px bottom; }
.x-slider-vert .x-slider-inner { background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/default/slider/slider-v-bg.png) repeat-y 0 0; }
.x-slider-vert .x-slider-thumb { width: 15px; height: 14px; position: absolute; left: 3px; bottom: 0; background: transparent url(http://img2.neighbournet.com/resource/image/ExtJS/default/slider/slider-v-thumb.png) no-repeat 0 0; }
.x-slider-vert .x-slider-thumb-over { background-position: -15px -14px; }
.x-slider-vert .x-slider-thumb-drag { background-position: -30px -28px; }

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

.x-portal .x-panel-dd-spacer {
    margin-bottom:10px;
}

.x-portlet {
    margin-bottom:10px;
}

/* Clean up the look of the portlets */
.x-portlet .x-panel-ml {
    padding-left:2px;
}
.x-portlet .x-panel-mr {
    padding-right:2px;
}
.x-portlet .x-panel-bl {
    padding-left:2px;
}

.x-portlet .x-panel-br {
    padding-right:2px;
}
.x-portlet .x-panel-body {
    background:white;
}
.x-portlet .x-panel-mc {
    padding-top:2px;
}
.x-portlet .x-panel-bc .x-panel-footer {
    padding-bottom:2px;
}
.x-portlet .x-panel-nofooter .x-panel-bc {
    height:2px;
}
.std_hdr {
  font-size: large;
  font-weight: bold;
}

p {
	margin-bottom: 15px;
}

.x-html-editor-tb .x-edit-textupload .x-btn-text {
  background: transparent url(http://img3.neighbournet.com/resource/image/icon/silk/newspaper_upload.png) no-repeat;
  background-position: 0 0;
}

.x-html-editor-tb .x-edit-undo .x-btn-text {
  background: transparent url(http://img1.neighbournet.com/resource/image/ExtJS/ext/htmleditorundoredo.gif) no-repeat;
  background-position: 0 0;
}
.x-html-editor-tb .x-edit-redo .x-btn-text {
  background: transparent url(http://img2.neighbournet.com/resource/image/ExtJS/ext/htmleditorundoredo.gif) no-repeat;
  background-position: -16px 0;
}

/*
 * Ext JS Library 2.2.1
 * Copyright(c) 2006-2009, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://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;
}
/** vim: ts=4:sw=4:nu:fdc=4:nospell
 *
 * Ext.ux.form.LovCombo CSS File
 *
 * @author    Ing.Jozef Sakáloš
 * @copyright (c) 2008, by Ing. Jozef Sakáloš
 * @date      5. April 2008
 * @version   $Id: Ext.ux.form.LovCombo.css 189 2008-04-16 21:01:06Z jozo $
 *
 * @license Ext.ux.form.LovCombo.css is licensed under the terms of the Open Source
 * LGPL 3.0 license. Commercial use is permitted to the extent that the 
 * code/component(s) do NOT become part of another Open Source or Commercially
 * licensed development library or toolkit without explicit permission.
 * 
 * License details: http://www.gnu.org/licenses/lgpl.html
 */

.ux-lovcombo-icon {
	width:16px;
	height:16px;
	float:left;
	background-position: -1px -1px ! important;
	background-repeat:no-repeat ! important;
}
.ux-lovcombo-icon-checked {
	background: transparent url(http://img5.neighbournet.com/resource/image/ExtJS/default/menu/checked.gif);
}
.ux-lovcombo-icon-unchecked {
	background: transparent url(http://img4.neighbournet.com/resource/image/ExtJS/default/menu/unchecked.gif);
}
 
/* eof */

/** vim: ts=4:sw=4:nu:fdc=4:nospell 
 *
 * Ext.ux.grid.CellActions.css 
 *
 * Style sheets for Grid CellActions Plugin
 *
 * @author   Ing. Jozef Sakáloš
 * @date     27. March 2008
 * @version  $Id: Ext.ux.grid.CellActions.css 105 2008-03-27 19:57:00Z jozo $
 *
 * @license Ext.ux.grid.CellActions.css is licensed under the terms of
 * the Open Source LGPL 3.0 license.  Commercial use is permitted to the extent
 * that the code/component(s) do NOT become part of another Open Source or Commercially
 * licensed development library or toolkit without explicit permission.
 * 
 * License details: http://www.gnu.org/licenses/lgpl.html
 */

.ux-cell-value {
	position:relative;
	zoom:1;
}
.ux-cell-actions {
	position:absolute;
	right:0;
	top:-2px;
}
.ux-cell-actions-left {
	left:0;
	top:-2px;
}
.ux-cell-action {
	width:16px;
	height:16px;
	float:left;
	cursor:pointer;
	margin: 0 0 0 4px;
}
.ux-cell-actions-left .ux-cell-action {
	margin: 0 4px 0 0;
}

/* eof */

.x-grid3-hd-row .ux-filtered-column {
	border-left:  1px solid #C7E3B4;
	border-right: 1px solid #C7E3B4;
}

.x-grid3-hd-row .ux-filtered-column .x-grid3-hd-inner {
	background-image: url(http://img1.neighbournet.com/resource/image/ExtJS/ext/ux/grid/filter/header_bg.gif) ! important;
}

.ux-filtered-column .x-grid3-hd-btn {
	background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/ext/ux/grid/filter/hd-btn.gif) ! important;
}

.ux-filtered-column.sort-asc .x-grid3-sort-icon {
	background-image: url(http://img3.neighbournet.com/resource/image/ExtJS/ext/ux/grid/filter/sort_filtered_asc.gif) ! important;
}

.ux-filtered-column.sort-desc .x-grid3-sort-icon {
	background-image: url(http://img4.neighbournet.com/resource/image/ExtJS/ext/ux/grid/filter/sort_filtered_desc.gif) ! important;
}

.ux-gridfilter-text-icon {
	background-image: url(http://img5.neighbournet.com/resource/image/ExtJS/ext/ux/grid/filter/find.png) ! important;
}

/**
 * RangeMenu.js Styles
 **/
.ux-rangemenu-gt {
	background-image: url(http://img1.neighbournet.com/resource/image/ExtJS/ext/ux/grid/filter/greater_then.png) ! important;
}

.ux-rangemenu-lt {
	background-image: url(http://img2.neighbournet.com/resource/image/ExtJS/ext/ux/grid/filter/less_then.png) ! important;
}

.ux-rangemenu-eq {
	background-image: url(http://img3.neighbournet.com/resource/image/ExtJS/ext/ux/grid/filter/equals.png) ! important;
}

/**
 * TreeMenu.js Styles
 */
.ux-tree-menu {
	background-image: none;	
}

.ux-tree-menu-wrap {
	position: relative;
	overflow: auto;
}

.ux-tree-menu-search-icon {
	position: absolute;
	top:    3px;
	left:   3px;
	width:  18px;
	height: 18px;
	background: url(http://img4.neighbournet.com/resource/image/ExtJS/ext/ux/grid/filter/find.png) top left no-repeat;
}

.ux-tree-menu-search {
	padding-left: 19px;
}
/** vim: ts=4:sw=4:nu:fdc=4:nospell 
 *
 * Ext.ux.grid.RowActions.css 
 *
 * Style sheets for Grid RowActions Plugin
 *
 * @author   Ing. Jozef Sakáloš
 * @date     27. March 2008
 * @verson   $Id: Ext.ux.grid.RowActions.css 140 2008-04-06 01:24:10Z jozo $
 *
 * @license Ext.ux.grid.RowActions.css is licensed under the terms of
 * the Open Source LGPL 3.0 license.  Commercial use is permitted to the extent
 * that the code/component(s) do NOT become part of another Open Source or Commercially
 * licensed development library or toolkit without explicit permission.
 * 
 * License details: http://www.gnu.org/licenses/lgpl.html
 */

/* styles for rows */
.ux-row-action-cell .x-grid3-cell-inner {
	padding:1px 0 0 0;
}
.ux-row-action-item {
	float:left;
	min-width:16px;
	height:16px;
	background-repeat:no-repeat;
	margin: 0 5px 0 0;
	cursor:pointer;
	overflow:hidden;
}
.ext-ie .ux-row-action-item {
	width:16px;
}
.ext-ie .ux-row-action-text {
	width:auto;
}
.ux-row-action-item span {
	vertical-align:middle;
	padding:0 0 0 20px;
	line-height:18px;
}
.ext-ie .ux-row-action-item span {
	width:auto;
}

/* styles for groups */
.x-grid-group-hd div {
	position:relative;
	height:16px;
}
.ux-grow-action-item {
	min-width:16px;
	height:16px;
	background-repeat:no-repeat;
	background-position: 0 50% ! important;
	margin: 0 0 0 4px;
	padding: 0 ! important;
	cursor:pointer;
	float:left;
}
.ext-ie .ux-grow-action-item {
	width:16px;
}
.ux-action-right {
	float:right;
	margin: 0 3px 0 2px;
	padding: 0 ! important;
}
.ux-grow-action-text {
	padding: 0 ! important;
	margin:0 ! important;
	background:transparent none ! important;
	float:left;
}

/* eof */ 

.x-tree-checkbox {
	background:url('http://img1.neighbournet.com/resource/image/Extjs/default/form/checkbox.gif') no-repeat 0 0;
	height:13px;
	width:13px;
	margin:0 1px;
	vertical-align:middle;
}
.x-tree-checkbox-over .x-tree-checkbox {
	background-position:-13px 0;
}
.x-tree-checkbox-down .x-tree-checkbox {
	background-position:-26px 0;
}
.x-tree-node-disabled .x-tree-checkbox {
	background-position:-39px 0;
}
.x-tree-node-checked {
	background-position:0 -13px;
}
.x-tree-checkbox-over .x-tree-node-checked {
	background-position:-13px -13px;
}
.x-tree-checkbox-down .x-tree-node-checked {
	background-position:-26px -13px;
}
.x-tree-node-disabled .x-tree-node-checked {
	background-position:-39px -13px;
}
.x-tree-node-grayed {
	background-position:0 -26px;
}
.x-tree-checkbox-over .x-tree-node-grayed {
	background-position:-13px -26px;
}
.x-tree-checkbox-down .x-tree-node-grayed {
	background-position:-26px -26px;
}
.x-tree-node-disabled .x-tree-node-grayed {
	background-position:-39px -26px;
}

/* eof */

.ux-up-item {
	line-height:17px;
	height:17px;
	cursor:default;
/*	border: 1px solid transparent; */
	margin-bottom:1px;
	position:relative;
	background-color:#e0e0e0;
	background-image:url(http://img1.neighbournet.com/resource/image/ExtJS/ext/white_bg.png);
	background-repeat:no-repeat
}
.ux-up-icon-file {
	width:16px;
	height:16px;
	vertical-align:-3px;
	margin-right:4px;
	background-image:url(http://img2.neighbournet.com/resource/image/Extjs/default/tree/leaf.gif);
	float:left;
}
.ux-up-item-selected {
	/*
	border-color:#c0c0c0;
	background-color:#f0f0f0;
	*/
}
.ux-up-indicator {
	background-color:yellow;
	height:17px;
	width:40px;
	position:absolute;
	opacity:0.4;
}
.ux-up-icon-state {
	width:16px;
	float:right;
	margin-right:2px;
	cursor:pointer;
	z-index:-1;
}
.ux-up-icon-queued {
	background-image:url(http://img3.neighbournet.com/resource/image/icon/silk/page_white_get.png);
}
.ux-up-icon-uploading {
	background-image:url(http://img4.neighbournet.com/resource/image/Extjs/default/grid/wait.gif);
}
.ux-up-icon-done {
	background-image:url(http://img5.neighbournet.com/resource/image/icon/silk/accept.png);
}
.ux-up-icon-failed {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/error.png);
}
.ux-up-icon-stopped {
	background-image:url(http://img2.neighbournet.com/resource/image/icon/silk/stop.png);
}
.ux-up-text {
	float:left;
}

/** vim:sw=4:ts=4:fdc=4
 *
 * Mimetypes for FileTree and others
 *
 * $Id: filetype.css 51 2008-03-10 01:52:18Z jozo $
 *
 */

 .file-pdf
,.file-ai
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/pdf_document.png) ! important;
}
.file-txt {
	background-image: url(http://img2.neighbournet.com/resource/image/icon/mime/txt.png) ! important;
}
 .file-bmp  
,.file-cgm  
,.file-dcm  
,.file-dds  
,.file-exr  
,.file-gif  
,.file-hdr  
,.file-ico  
,.file-jng  
,.file-jp2  
,.file-jpeg  
,.file-jpg  
,.file-pbm  
,.file-pbmraw  
,.file-pcd  
,.file-pcx  
,.file-pgm  
,.file-pgmraw  
,.file-pic  
,.file-png  
,.file-pnm  
,.file-psd  
,.file-raw  
,.file-rgb  
,.file-rgba  
,.file-tga  
,.file-tif  
,.file-tiff  
,.file-xbm  
,.file-xcf  
,.file-xpm  
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/image.png) ! important;
}
 .file-conf  
,.file-vim 
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/source.png) ! important;
}
 .file-html  
,.file-htm  
,.file-sgml  
,.file-xhtml  
,.file-xml  
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/html.png) ! important;
}
.file-sh  {
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/shellscript.png) ! important;
}
 .file-3g2 
,.file-3gp 
,.file-asf 
,.file-asx  
,.file-avi  
,.file-flc 
,.file-fli 
,.file-flv 
,.file-mkv 
,.file-mng 
,.file-mp4 
,.file-mpeg 
,.file-mpg 
,.file-ogm 
,.file-rv 
,.file-wmp 
,.file-wmv 
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/video.png) ! important;
}
 .file-ttf  
,.file-otf 
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/font_truetype.png) ! important;
}
 .file-exe  
,.file-dll 
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/exec_wine.png) ! important;
}
 .file-doc  
,.file-odt 
,.file-rtf 
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/wordprocessing.png) ! important;
}
 .file-xls  
,.file-ods 
,.file-xlc 
,.file-xll 
,.file-xlm 
,.file-xlw 
,.file-wpd 
,.file-abw 
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/spreadsheet_document.png) ! important;
}
.file-js  {
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/source_j.png) ! important;
}
.file-css  {
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/source_c.png) ! important;
}
.file-php  {
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/source_php.png) ! important;
}
 .file-7z 
,.file-a 
,.file-ace 
,.file-arj  
,.file-bz 
,.file-bz2 
,.file-cpio  
,.file-gz 
,.file-rar 
,.file-tgz 
,.file-tnf 
,.file-z  
,.file-zip  
,.file-zoo  
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/zip.png) ! important;
}
 .file-ppt  
,.file-odp 
,.file-ppz 
,.file-ppt 
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/pps.png) ! important;
}
.file-msg  {
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/message.png) ! important;
}
 .file-dwg  
,.file-sxd 
,.file-dhw 
,.file-svg 
,.file-ps 
,.file-eps 
,.file-wmf 
,.file-fig 
,.file-msod  
,.file-qpic  
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/vectorgfx.png) ! important;
}
.file-ics 
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/vcalendar.png) ! important;
}
 .file-chm 
,.file-info 
,.file-hlp 
,.file-help 
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/info.png) ! important;
}
 .file-aac 
,.file-ac3 
,.file-aifc 
,.file-aiff 
,.file-ape 
,.file-au 
,.file-flac 
,.file-m3u 
,.file-m4a 
,.file-mac 
,.file-mid 
,.file-midi 
,.file-mp2 
,.file-mp3 
,.file-ogg 
,.file-psid 
,.file-ra 
,.file-ram 
,.file-sf 
,.file-sid 
,.file-spx 
,.file-wav 
,.file-wma 
,.file-wv 
,.file-wvc 
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/sound.png) ! important;
}
 .file-asc 
,.file-cer 
,.file-cert 
,.file-crt 
,.file-der 
,.file-gpg 
,.file-gpg 
,.file-p10 
,.file-p12 
,.file-p7c 
,.file-p7m 
,.file-p7s 
,.file-pem 
,.file-sig 
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/file_locked.png) ! important;
}
 .file-bin 
,.file-cue 
,.file-img 
,.file-iso 
,.file-mdf 
,.file-nrg 
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/cdimage.png) ! important;
}
 .file-jar 
,.file-java 
,.file-class 
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/java_src.png) ! important;
}
.file-sql 
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/source_s.png) ! important;
}
 .file-moov 
,.file-mov 
,.file-qt 
{
	background-image: url(http://img1.neighbournet.com/resource/image/icon/mime/quicktime.png) ! important;
}

/* eof */

/*  
// Icon Classes */

.icon-edit {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/pencil_small.png) ! important;
}
.icon-edit-name {
	background-image:url(http://img2.neighbournet.com/resource/image/icon/silk/pencil_small.png) ! important;
}
.icon-edit-postcode {
	background-image:url(http://img3.neighbournet.com/resource/image/icon/silk/pencil_small.png) ! important;
}
.icon-edit-dateofbirth {
	background-image:url(http://img4.neighbournet.com/resource/image/icon/silk/pencil_small.png) ! important;
}
.icon-edit-fullname {
	background-image:url(http://img5.neighbournet.com/resource/image/icon/silk/pencil_small.png) ! important;
}

.newspaper { background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/newspaper.png) ! important;
}

.newspaper-add {
	background-image:url(http://img2.neighbournet.com/resource/image/icon/silk/newspaper_add.png) ! important;
}
.newspaper-copy-add {
	background-image:url(http://img3.neighbournet.com/resource/image/icon/silk/newspaper_copy_add.png) ! important;
}
.newspaper-delete {
	background-image:url(http://img4.neighbournet.com/resource/image/icon/silk/newspaper_delete.png) ! important;
}
.newspaper-edit {
	background-image:url(http://img5.neighbournet.com/resource/image/icon/silk/newspaper_edit.png) ! important;
}
.newspaper-go {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/newspaper_go.png) ! important;
}
.newspaper-link {
	background-image:url(http://img2.neighbournet.com/resource/image/icon/silk/newspaper_link.png) ! important;
}
.newspaper-upload {
	background-image:url(http://img3.neighbournet.com/resource/image/icon/silk/newspaper_upload.png) ! important;
}
.newspaper-review {
	background-image:url(http://img4.neighbournet.com/resource/image/icon/silk/newspaper_review.png) ! important;
}
.newspaper-test {
	background-image:url(http://img4.neighbournet.com/resource/image/icon/silk/wrench.png) ! important;
}
.archive {
	background-image:url(http://img4.neighbournet.com/resource/image/icon/silk/drive_key.png) ! important;
}

.transmit {
	background-image:url(http://img5.neighbournet.com/resource/image/icon/silk/transmit.png) ! important;
}

.icon-email {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/email.png) ! important;
}
.icon-email-edit {
	background-image:url(http://img2.neighbournet.com/resource/image/icon/silk/email_edit.png) ! important;
}

.icon-email-error {
	background-image:url(http://img3.neighbournet.com/resource/image/icon/silk/email_error.png) ! important;
}

.icon-user {
	background-image:url(http://img4.neighbournet.com/resource/image/icon/silk/user.png) ! important;
}

.icon-user-error {
	background-image:url(http://img5.neighbournet.com/resource/image/icon/silk/user_error.png) ! important;
}

.icon-user-session {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/status_away.png) ! important;
}

.icon-user-delete {
	background-image:url(http://img2.neighbournet.com/resource/image/icon/silk/user_delete.png) ! important;
}
.icon-user-confirm {
	background-image:url(http://img3.neighbournet.com/resource/image/icon/silk/tick.png) ! important;
}
.icon-user-accept {
	background-image:url(http://img3.neighbournet.com/resource/image/icon/silk/tick.png) ! important;
}

.icon-user-approve {
	background-image:url(http://img4.neighbournet.com/resource/image/icon/silk/thumb_up.png) ! important;
}

.icon-user-suspend { background-image:url(http://img5.neighbournet.com/resource/image/icon/silk/lock.png) ! important;
}
.icon-user-unsuspend { background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/lock_open.png) ! important;
}
.icon-user-remove {
	background-image:url(http://img2.neighbournet.com/resource/image/icon/silk/cancel.png) ! important;
}


.icon-security { background-image:url(http://img2.neighbournet.com/resource/image/icon/silk/lock.png) ! important;
}
.icon-history { background-image:url(http://img3.neighbournet.com/resource/image/icon/silk/clock.png) ! important;
}
.icon-activities { background-image:url(http://img4.neighbournet.com/resource/image/icon/silk/cog.png) ! important;
}
.icon-posts { background-image:url(http://img5.neighbournet.com/resource/image/icon/silk/comments.png) ! important;
}


/* Not Used */ 

.icon-ob {
	background-image:url(../img/icons/ob_16.png) ! important;
}
.icon-graph {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/chart_curve.png) ! important;
}
.icon-chart {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/chart_bar.png) ! important;
}
.icon-prefs {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/application_form.png) ! important;
}
.icon-ok {
	background-image:url(../img/icons/ok16.png) ! important;
}
.icon-view-tile {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/application_view_tile.png) ! important;
}
.icon-check, .icon-check-off {
	background-image:url(http://img1.neighbournet.com/resources/images/default/menu/unchecked.gif) ! important;
}
.icon-check-on {
	background-image:url(http://img1.neighbournet.com/resources/images/default/menu/checked.gif) ! important;
}
.icon-stat-data {
	background-image:url(../img/icons/kate_16.png) ! important;
}
.icon-rename {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/textfield_rename.png) ! important;
}
.icon-add-col {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/page_white_add.png) ! important;
}
.icon-del-col {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/page_white_delete.png) ! important;
}
.icon-save-table {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/table_save.png) ! important;
}
.icon-add-tab {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/tab_add.png) ! important;
}
.icon-del-tab {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/tab_delete.png) ! important;
}
.icon-go-tab {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/tab_go.png) ! important;
}
.icon-add-table {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/table_add.png) ! important;
}
.icon-del-table {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/table_delete.png) ! important;
}
.icon-admin {
	background-image:url(../img/icons/adv_settings_16.png) ! important;
}
.icon-grid {
    background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/application_view_columns.png) !important;
}
.icon-key {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/key.png) ! important;
}
.icon-key2 {
	background-image:url(../img/icons/key_16.png) ! important;
}
.icon-expand-all {
	background-image:url(http://img1.neighbournet.com/resources/image/ExtJS/ext/expand-all.gif) ! important;
}
.icon-collapse-all {
	background-image:url(http://img1.neighbournet.com/resources/image/ExtJS/ext/collapse-all.gif) ! important;
}
.icon-tree-orgboard {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/chart_organisation.png) ! important;
}
.icon-tree-area {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/post_title.png) ! important;
}
.icon-tree-post {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/page_white.png) ! important;
}
.icon-plus {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/add.png) ! important;
}
.icon-minus {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/delete.png) ! important;
}
.icon-house {
	background-image:url(../img/icons/house_16.png) ! important;
}
.icon-trash-empty {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/bin_empty.png) ! important;
}
.icon-trash-closed {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/bin_closed.png) ! important;
}
.icon-disk {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/disk.png) ! important;
}
.icon-disk-bullet {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/bullet_disk.png) ! important;
}
.icon-undo {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/arrow_undo.png) ! important;
}
.icon-loading {
	background-image:url(http://img1.neighbournet.com/resources/images/default/grid/grid-loading.gif) ! important;
}
.icon-db-refresh {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/database_refresh.png) ! important;
}
.icon-db-gear {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/database_gear.png) ! important;
}
.icon-magnifier {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/magnifier.png) ! important;
}
.icon-wrench {
	background-image:url(../img/icons/wrench_16.png) ! important;
}
.icon-wrench-orange {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/wrench_orange.png) ! important;
}
.icon-star {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/star.png) ! important;
}
.icon-lock-go {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/lock_go.png) ! important;
}
.icon-group-add {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/group_add.png) ! important;
}
.icon-group-del {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/group_delete.png) ! important;
}
.icon-stat-portal {
	background-image:url(../img/icons/stat_portal_16.png) ! important;
}
.icon-stat-list {
	background-image:url(../img/icons/stat_list_16.png) ! important;
}
.icon-cancel {
	background-image:url(../img/icons/cancel16.png) ! important;
}
.icon-cross {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/cross.png) ! important;
}
.icon-defaults {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/arrow_rotate_clockwise.png) ! important;
}
.icon-load {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/database_go.png) ! important;
}
.icon-reconfigure {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/database_gear.png) ! important;
}
.icon-working {
	background-image:url(http://img1.neighbournet.com/resources/image/ExtJS/default/grid/wait.gif) ! important;
}
.icon-upload {
	background-image:url(http://img1.neighbournet.com/resources/image/ExtJS/ext/up.png) ! important;
}
.icon-folder-add {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/folder_add.png) ! important;
}
.icon-open {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/application_go.png) ! important;
}
.icon-open-self {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/application.png) ! important;
}
.icon-open-popup {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/application_double.png) ! important;
}
.icon-open-blank {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/application_cascade.png) ! important;
}
.icon-open-download {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/application_put.png) ! important;
}
.icon-refresh {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/arrow_refresh.png) ! important;
}
.icon-pencil {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/pencil.png) ! important;
}
.icon-stop {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/control_stop.png) ! important;
}
.icon-coins {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/coins.png) ! important;
}
.icon-clock {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/clock.png) ! important;
}
.icon-zoom {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/zoom.png) ! important;
}
.icon-print {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/printer.png) ! important;
}
.icon-folder-component {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/folder_brick.png) ! important;
}
.icon-plugin {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/plugin.png) ! important;
}
.icon-extension {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/brick.png) ! important;
}
.icon-function {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/flag_yellow.png) ! important;
}
.icon-bulb {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/lightbulb.png) ! important;
}
.icon-bulb-off {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/lightbulb_off.png) ! important;
}
.icon-copy {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/page_white_copy.png) ! important;
}
.icon-star {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/award_star_gold_3.png) ! important;
}
.icon-edit-record {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/table_edit.png) ! important;
}
.icon-actions {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/lightning.png) ! important;
}
.icon-form-add {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/layout_add.png) ! important;
}
.icon-html {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/html.png) ! important;
}
.icon-script {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/script.png) ! important;
}
.icon-php {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/script_code.png) ! important;
}
.icon-css {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/css.png) ! important;
}
.icon-run {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/application_go.png) ! important;
}
.icon-info {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/information.png) ! important;
}
.icon-wages {
	background-image:url(../img/icons/euro_16.png) ! important;
}
.icon-calculator {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/calculator.png) ! important;
}
.icon-add-wage {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/coins_add.png) ! important;
}
.icon-del-wage {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/bin_closed.png) ! important;
}
.icon-manual {
	background-image:url(http://img1.neighbournet.com/resource/image/icon/silk/book_open.png) ! important;
}
.icon-lock {
	background-image:url(../img/icons/lock16.png) ! important;
}
.icon-lock-open {
	background-image:url(../img/icons/unlock16.png) ! important;
}


/*  Icon Classes end */


/* Global Styles */
/*-----------------*/


A.external {background:url(http://img5.neighbournet.com/resource/icon/link/external-blue.png) 99% 40% no-repeat; padding-right: 14px;}

.footer-toolbar
{
    float: right;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.footer-toolbar .button
{
    background-image: url(http://img1.neighbournet.com/resource/image/nnet/footer/toolbar/btnNormal.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: nowrap;
    padding: 0;
    background-color: transparent;
    height: 29px !important;
    width: 29px !important;
}

.footer-toolbar .button-over
{
    background-image: url(http://img2.neighbournet.com/resource/image/nnet/footer/toolbar/btnHover.png);
}

.footer-toolbar .button-down
{
    background-image: url(http://img3.neighbournet.com/resource/image/nnet/footer/toolbar/btnMouseDown.png);
}


.footer-toolbar .icon
{
    margin: 5px 0 0 7px;
}
.footer-toolbar .icon-over
{
    margin: 6px 0 0 8px;
}
.footer-toolbar .button
{
    display: block;
    float: left;
    padding:  0 1px 0 1px;
}


#header {    
    font-size: 1.3em;
}

#HeadingImage
{
    z-index: 1;
    left: 0px;
    top: 0px;
    padding: 5px;
    margin: 0px;
}

#HeadingAd{
	position: absolute;
	z-index: 0;
	top: 30px;
	left: 170px;
	margin: 0px;
}

#HeadingTitle {
	position: absolute;
	font-size: 1.2em;
    color: white;
	z-index: 0;
	top: 2px;
	left: 130px;
	margin: 0px;
	font-family: 'Times New Roman';
}



/* Header TollBar */
/*----------------*/

/* Main Toolbar */

#header-toolbar {
    z-index: 2;
    display: block;
    position: relative;
    float: right;
    padding-right:10px;
    height: 23px;
    background-image: url(http://img4.neighbournet.com/resource/image/nnet/options.gif);
    background-repeat: repeat-x
}

#LeftOptionImage {
    z-index: 1;
    position: relative;
    float: right;
    padding: 0px;
    margin: 0px;
}

#RightOptionImage {
    z-index: 3;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px;
    margin: 0px;
}

/* Option Panel */

#LeftExpandedOptionImage {
    z-index: 1;
    position: relative;
    float: right;
    padding: 0px;
    margin: 0px;
}

#RightExpandedOptionImage {
    z-index:2;
    position: absolute;
    right : 0;
    top: 0;
    padding: 0px;
    margin: 0px;
}

#option-collapse a {
    z-index: 3;
	position: absolute;
	right :4px;
	top: 3px;
	padding: 0px;
	margin: 0px;
    width: 17px;
    height: 17px;
    background-image: url(http://img1.neighbournet.com/resource/image/nnet/header/button_options.gif);
    background-position: 0 -34px;
}

#option-collapse a:hover {
    background-position: 0 -51px;
}

/* Property Styles */
/*-----------------*/


/* Property Services Info Styles */



/* Property Sale Preview Styles */
.prop-preview { font-family: Arial, Helvetica, sans-serif; }
.prop-preview .header { font-size: 1.1em; height: 20px; margin: 0; padding: 5px; background: #f1f2f4; color: Navy; text-align: left; }
.prop-preview .header .addr { float: left; font-weight: bold; }
.prop-preview .header .price { float: right; font-weight: bold;  }
.prop-preview .body { font-size: 1em; margin: 0; padding: 5px;  }
.prop-preview .body img.image { margin: 0; border: 0; float: left; padding: 2px 4px 0px 5px; }
.prop-preview .body .map { margin: 0; border: 0; float: right; padding: 2px 4px 0px 5px; }
.prop-preview .body .desc { font-size: 0.95em; padding: 5px 2px 0 5px;}


/* Property Sale Info Styles */
.prop-sale-info { font-family: Arial, Helvetica, sans-serif; font-size: 1em; margin: 0;}
.prop-sale-info .title { padding: 0px 8px 3px 0px; }
.prop-sale-info img { margin: 0; border: 0; float: left; padding:   0px 4px 0px 0px; }
.prop-sale-info .txt { font-size: 0.95em  }
.prop-sale-info .label {width: 200px;  }

.security-user-detail-tbl .x-table-layout {
    width:100%;
}

.security-user-detail-tbl .user-map{
    width: 200px;
}

.security-user-detail-tbl .user-detail{
    vertical-align:top;
    padding: 5px;
}

#user-detail-table .label{
    padding: 0 10 0 0;
    color:Gray;
}


