/* ########## Global Style ########## */
html
{
    height: 100%;
    overflow: hidden;
    font-family: Arial;
    font-size: 9pt;
}
body
{
    height: 100%;
    margin: 0px;
    background-color: #FFFFFF;
    color: #333333;
}
form
{
    height: 100%;
}
iframe.container
{
    margin: 0px;
    width: 100%;
    height: 100%;
}
a
{
    background: inherit;
    text-decoration: none;
    color: #667F99;
}
a:hover
{
    background: inherit;
    color: #996800;
}
a.standard, a.standard:hover, a.standard:visited
{
    color: #0000ff;
    text-decoration: underline;
}
img
{
    border-width: 0px;
    margin: 0px;
}
input, button, select
{
    font-family: Arial;
    font-size: 9pt;
}
input[type=text], input[type=password]
{
    width: 210px;
}
input[type=text][readonly]
{
    border: 1px solid #cccccc;
}
select
{
    width: 215px;
}
input[type=submit], input[type=button], input[type=reset], button
{
    background-color: #EEEEEE;
    border: 1px solid #999999;
    width: auto;
    overflow: visible;
    padding: 0px 8px;
    height: 20px;
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, button:hover
{
    border-color: #333333;
}
input[type=image]
{
    margin-right: 1px;
}
/* ########## Section Style ########## */
.pageHead
{
    width: 100%;
    height: 32px;
    z-index: 20;
    background-color: #303030;
    color: #ffffff;
    padding-left: 0px;
}
.pageHead tr.menurow
{
    vertical-align: bottom;
    height: 28px;
}
.pageHead tr.menurow td.logocell
{
    width: 232px;
    height: 28px;
    cursor: pointer;
    cursor: hand;
    vertical-align: bottom;
}
.pageHead tr.menurow td.logocell span.version
{
    padding: 0px 0px 0px 170px;
    font-size: 9pt;
    font-weight: bold;
}
.pageHead tr.menurow td.menucell
{
    margin: 0px;
    vertical-align: bottom;
    border-bottom: 6px solid #999999;
}
.pageHead tr.menurow td.langcell
{
    text-align: right;
    border-bottom: 6px solid #999999;
    padding: 4px 4px 0px 0px;
    white-space: nowrap;
}
.pageLeft
{
    font-size: 11pt;
}
.pageLeft div.inner
{
    height: 100%;
    border-right: solid 6px #999999; /*padding-top: 20px;*/
}
.pageLeft div.inner div
{
    padding-left: 4px;
    line-height: 22px;
    vertical-align: middle;
}
.pageLeft a:hover
{
    text-decoration: underline;
}
.pageRight
{
    font-size: 11pt;
}
.pageRight div.inner
{
    height: 100%;
    border-left: solid 6px #999999; /*padding-top: 20px;*/
}
.pageRight div.inner div
{
    padding-right: 4px;
    line-height: 22px;
    vertical-align: middle;
}
.pageRight a:hover
{
    text-decoration: underline;
}
.pageBody
{
    overflow: auto;
    width: 100%;
    height: auto;
    z-index: 15;
}
.pageFoot
{
    width: 100%;
    height: 20px;
    z-index: 10;
    background-color: #519129;
    color: #ffffff;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
    font-size: 8pt;
    position: absolute;
    bottom: 0px;
}
/* ########## Menubar ########## */
.jmn_holder
{
    /*background-color: #FF770F;*/
    background-color: #303030;
    font-size: 11pt;
    font-weight: normal;
    height: 22px;
    vertical-align: middle;
}
.jmn_top, .jmn_top ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.jmn_top
{
    font-family: Arial, Helvetica, sans-serif;
    z-index: 100;
    position: relative;
}
.jmn_top li
{
    vertical-align: top;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
.jmn_top li a, .jmn_top li a:link, .jmn_top li a:active, .jmn_top li a:visited
{
    font-size: 11pt;
    color: #ffffff;
    display: block; /*padding: 0px 20px 0px 12px;*/
    padding: 0px 12px;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    vertical-align: text-bottom;
}
.jmn_top li a:hover
{
    /*background-color: #FFAE70;*/
    /*background-color: #4D83BF;*/
    background-color: #FF9933;
    color: #FFFFFF;
}
.jmn_top ul
{
    /*background-color: #FF770F;*/
    background-color: #303030;
    list-style: none;
    margin: 0;
    width: 200px;
    position: absolute;
    top: -999em;
    left: 0px;
}
.jmn_top li:hover ul, .jmn_top li.sfHover ul
{
    top: 20px;
}
.jmn_top ul li
{
    border: 0;
    float: none;
}
.jmn_top ul a
{
    /*border-bottom: 1px solid #E26200;*/
    border-bottom: 1px solid #E26200;
    padding-right: 20px;
    width: 168px;
    white-space: nowrap;
    border-bottom-color: #2E5581;
}
.jmn_top ul a:hover
{
    /*background-color: #FFAE70;*/
    background-color: #4D83BF;
    color: #FFFFFF;
}
.jmn_top li a img
{
    border: 0;
    width: 7px;
    height: 7px;
    margin-right: 3px;
}
.menuSelected
{
    background-color: #999999 !important;
}
.menuSelected a, .menuSelected a:hover, .menuSelected a:visited
{
    color: #ffffff;
}
/* ########## JQuery ClueTip ########## */
#cluetip-close img
{
    border: 0;
}
#cluetip-title
{
    overflow: hidden;
}
#cluetip-title #cluetip-close
{
    float: right;
    position: relative;
}
#cluetip-waitimage
{
    width: 16px;
    height: 16px;
    position: absolute;
    background-image: url(../image/grid/loading.gif);
}
.cluetip-arrows
{
    display: none;
    position: absolute;
    top: 0;
    left: -11px;
    height: 22px;
    width: 11px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#cluetip-extra
{
    display: none;
}
.cluetip-default
{
    /*background-color: #5C9E1D;*/
    background-color: #8B8B76;
}
.cluetip-default #cluetip-outer
{
    position: relative;
    margin: 0;
}
.cluetip-default h3#cluetip-title
{
    margin: 0 0 5px;
    padding: 8px 10px 4px;
    font-size: 10pt;
    font-weight: normal;
    background-color: #87876a;
    color: #ffffff;
}
.cluetip-default #cluetip-title a
{
    color: #ffffff;
}
.cluetip-default #cluetip-inner
{
    color: #ffffff;
    font-size: 10pt;
    padding: 2px;
}
.cluetip-default div#cluetip-close
{
    text-align: right;
    margin: 0 5px 5px;
    color: #900;
}
.clue-right-default .cluetip-arrows
{
    background-image: url(../image/tip/darrowleft.gif);
}
.clue-left-default .cluetip-arrows
{
    background-image: url(../image/tip/darrowright.gif);
    left: 100%;
    margin-right: -11px;
}
.clue-top-default .cluetip-arrows
{
    background-image: url(../image/tip/darrowdown.gif);
    top: 100%;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}
.clue-bottom-default .cluetip-arrows
{
    background-image: url(../image/tip/darrowup.gif);
    top: -11px;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}
/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title, .cluetip-rounded #cluetip-inner
{
    zoom: 1;
}
#cluetip-inner .padicon img
{
    margin-right: 1px;
}
/* ########## JQuery Layout ########## */
.ui-layout-resizer
{
    background-color: #DDDDDD;
}
.ui-layout-toggler
{
    background-color: #AAA;
}
/* ########## JQuery Modal ########## */
.jqmWindow
{
    display: none;
    position: fixed;
    width: 600px;
}
.jqmOverlay
{
    background-color: #000;
}
* iframe.jqm
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}
* html .jqmWindow
{
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
/* ########## JQuery Notice ########## */
.notice-wrap
{
    position: fixed;
    top: 30px;
    right: 270px;
    width: 250px;
    z-index: 2998;
}
.notice-wrap
{
    position: absolute;
}
.notice-wrap a
{
    color: #ffffff;
    text-decoration: underline;
}
.notice-item
{
    background-position: #333;
    height: 56px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 4px 4px 0 4px;
    font-size: 11.5pt;
    display: block;
    position: relative;
    margin: 0 0 8px 0;
}
.notice-item div.text
{
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
}
.notice-item-wrapper div.normal
{
    color: #eeeeee;
    background: #333333;
    border: 2px solid #999999;
}
.notice-item-wrapper div.sos
{
    color: #eeeeee;
    background: #ff3333;
    border: 2px solid #999999;
}
.notice-item-close
{
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
    z-index: 2;
}
.notice-item-close img
{
    margin-left: 2px;
}
/* ########## Ajax Tab Panel ########## */
.tabHolder
{
    margin: 2px;
}
.ajax__tab_container
{
}
.tabHolder .ajax__tab_header
{
    background: url(../image/tab-line.png) repeat-x bottom;
    font-size: 12px;
    display: block;
}
.tabHolder .ajax__tab_header .ajax__tab_outer
{
    background: url(../image/tab.png) no-repeat left top;
    border-color: #222;
    color: #222;
    padding-left: 10px;
    margin-right: 3px;
}
.tabHolder .ajax__tab_header .ajax__tab_inner
{
    background: url(../image/tab.png) no-repeat right top;
    border-color: #666;
    color: #666;
    padding: 3px 10px 2px 0px;
}
.tabHolder .ajax__tab_hover .ajax__tab_inner
{
    color: #000;
}
.tabHolder .ajax__tab_active .ajax__tab_outer
{
    background: url(../image/tab.png) no-repeat 0pt -40px;
    border-bottom-color: #ffffff;
}
.tabHolder .ajax__tab_active .ajax__tab_inner
{
    background: url(../image/tab.png) no-repeat right -40px;
    color: #000;
    border-color: #333;
}
.tabHolder .ajax__tab_body
{
    font-size: 10pt;
    background-color: #fff;
    border: solid 1px #d7d7d7;
    border-top-width: 0px;
    padding: 2px;
    position: relative;
}
.tabHolder .ajax__tab_panel
{
}
/* ########## Tree node status text ########## */
span.online
{
    color: #000000;
    font-weight: bold;
}
span.offline
{
    color: #999999;
    font-weight: bold;
}
span.sos
{
    color: #ff0000;
    font-weight: bold;
}
span.norecord
{
    font-style: italic;
}
span.hasrecord
{
    font-weight: bold;
}
/* ########## Splitter ########## */
.vspl
{
    background: #303030 url(../image/vspl_normal.png) repeat-y scroll 50% 0;
}
.vspl:hover
{
    background: #303030 url(../image/vspl_hover.png) repeat-y scroll 50% 0;
}
.vtgl
{
    background: transparent center url(../image/vtgl.png) no-repeat;
    background-color: #303030;
}
.hspl
{
    background: #303030 url(../image/hspl_normal.png) repeat-x scroll 0 50%;
}
.hspl:hover
{
    background: #303030 url(../image/hspl_hover.png) repeat-x scroll 0 50%;
}
.htgl
{
    background: transparent center url(../image/htgl.png) no-repeat;
}
/* ########## Map layout and objects on map ########## */
div.history
{
    position: absolute;
    z-index: 9;
    width: 10px;
    height: 10px;
    cursor: default;
}
div.focused
{
    background: url(../image/focused.png) no-repeat;
}
div.clicked
{
    background: url(../image/focused.png) no-repeat;
}
div.position
{
    position: absolute;
    z-index: 9;
    width: 30px;
    height: 30px;
    cursor: default;
}
div.routepton
{
    position: absolute;
    z-index: 8;
    width: 8px;
    height: 8px;
    cursor: default;
    border: 1px solid #333333;
    background-color: #00ff00;
}
div.routeptoff
{
    position: absolute;
    z-index: 8;
    width: 8px;
    height: 8px;
    cursor: default;
    border: 1px solid #333333;
    background-color: #dddddd;
}
div.vehicle
{
    cursor: default;
    position: absolute;
    z-index: 11;
    width: 30px;
    height: 30px;
}
div.vehicle div.license
{
    position: absolute;
    left: 30px;
    top: 30px;
    width: auto;
    height: 14px;
    line-height: 14px;
    color: #FF3300;
    border: 1px solid #FF3300;
    font-size: smaller;
    background-color: #FFFF99;
    text-align: center;
    z-index: 13;
    white-space: nowrap;
    text-align: left;
    padding: 2px 4px; /*opacity: 0.6;*/ /*filter: alpha(opacity=60);*/
}
div.vehicle div.toplic
{
    left: 0px !important;
    top: -18px !important;
}
div.vehicle div.license .sos
{
    display: inline;
    background: url(../image/icons_sos_anime.gif) no-repeat 0px 0px;
    width: 20px;
    height: 20px;
    line-height: 14px;
}
div.vehicle div.histinfo
{
    position: absolute;
    left: 35px;
    top: 35px;
    width: auto;
    height: auto;
    color: #ffffff;
    font-size: 11pt;
    /*background-color: #5C9E1D;*/
    background-color: #8B8B76;
    text-align: center;
    z-index: 13;
    white-space: nowrap;
    text-align: left;
    padding: 2px 4px;
    min-width: 100px;
}
div.vehicle div.histinfo table td
{
    white-space: nowrap;
}
div.newpoi
{
    border: 1px solid blue;
    position: absolute;
}
div.poi
{
    position: absolute;
    cursor: default;
}
img.button
{
    cursor: pointer;
    cursor: hand;
}
img.dragger
{
    cursor: move;
}
div#divMapImage
{
    overflow: hidden;
    width: 2000px;
    height: 100%;
    background-color: #90ABC6;
}
div#divZoomLayer
{
    border: 1px #333333 solid;
    position: absolute;
    width: 1px;
    height: 1px;
    background: url(../image/zoombg.png) repeat;
    z-index: 700;
    display: none;
}
div#divMapDragger
{
    z-index: 100;
}
div#divZoneLayer div.shape
{
    z-index: 105;
}
div#divCopyright
{
    z-index: 190;
    top: auto;
    bottom: 0px;
    left: 0px;
}
div#divMapFoldCtrl
{
    background: url(../image/bg_mappanel.png) no-repeat;
    left: 4px;
    top: 4px;
    position: absolute;
    z-index: 200;
    width: 40px;
    height: 295px;
    text-align: center;
    padding-top: 8px;
    padding-left: 10px;
}
div#divMapFoldCtrl > div
{
    padding: 0px;
    margin-top: 2px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
div#divMapFoldCtrl > div.dragger
{
    cursor: move;
}
div#divMapFoldCtrl > div.button
{
    cursor: pointer;
}
div#divMapLoading
{
    /*background: url(../image/zoombg.png) repeat center;*/
    z-index: 150;
}
div#divMapLoading > div
{
    vertical-align: middle;
    font-weight: bold;
    font-size: 14pt;
}
div#divMapLoading > div > span
{
    background-color: #303030;
    color: #FFFFFF;
}
div#divZoomAnime
{
    position: absolute;
    height: 100px;
    width: 100px;
    display: none;
    z-index: 100;
}
div.bearing
{
    position: absolute;
    height: 30px;
    width: 30px;
    top: -10px;
    left: -10px;
    z-index: 10;
    padding: 10px;
}
div.dir_nn
{
    background: URL(../image/cars_compass_nn.png) 0px 0px no-repeat;
}
div.dir_ne
{
    background: URL(../image/cars_compass_ne.png) 0px 0px no-repeat;
}
div.dir_ee
{
    background: URL(../image/cars_compass_ee.png) 0px 0px no-repeat;
}
div.dir_se
{
    background: URL(../image/cars_compass_se.png) 0px 0px no-repeat;
}
div.dir_ss
{
    background: URL(../image/cars_compass_ss.png) 0px 0px no-repeat;
}
div.dir_sw
{
    background: URL(../image/cars_compass_sw.png) 0px 0px no-repeat;
}
div.dir_ww
{
    background: URL(../image/cars_compass_ww.png) 0px 0px no-repeat;
}
div.dir_nw
{
    background: URL(../image/cars_compass_nw.png) 0px 0px no-repeat;
}
div#divTransLoad
{
    background: url(../image/zoombg.png) repeat center;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
}
div#divTransLoad > div
{
    position: absolute;
    font-weight: bold;
    font-size: 11pt;
}
div#divTransLoad > div.spot
{
    width: 320px;
    height: 240px;
}
div#divTransLoad > div > span
{
    margin-left: 2px;
}
div.dynamic
{
    position: absolute;
    top: 0px;
    left: 0px;
}
/* ########## SOS Form ########## */
div.sostitle
{
    font-size: 34pt;
    font-weight: bold;
    float: left;
}
div#divSosFormCnt
{
    font-size: 34pt;
    font-weight: bold;
    float: right;
}
div#divSosForm
{
    background-color: #ffffff;
    font-size: 20pt;
    width: 640px;
    height: 400px;
    top: 15%;
    left: 15%;
    padding: 10px;
}
div.sosinner
{
    position: static;
    background-color: #ff0000;
    padding: 10px;
    color: #ffffff;
}
div#divSosForm table
{
    margin-top: 16px;
}
div#divSosForm table td
{
    line-height: 36px;
}
div#divSosForm table td.first
{
    white-space: nowrap;
    padding-right: 20px;
    vertical-align: top;
}
div#divSosForm table td.cont
{
    font-size: 18pt;
    line-height: 28px;
}
div#divSosForm button#ssfAckBtn
{
    margin-top: 8px;
    width: 100%;
    height: 34px;
    font-size: 18pt;
}
/* ########## Other Format ########## */
.dummy
{
}
.fill
{
    height: 100%;
    width: 100%;
}
.heading
{
    background-color: #F6F6F6;
    color: #667F99;
    font-weight: bold;
    font-size: 120%;
    padding: 3px 0 3px 10px;
    border-bottom: 1px solid #CCCCCC;
    padding: 0px 2px;
    margin-bottom: 2px;
}
.content
{
    width: 100%;
    height: 100%;
    padding: 2px;
}
.popMenu
{
    z-index: 999;
}
table.common
{
    border-collapse: collapse;
    width: 100%;
}
table.slim
{
    border-collapse: collapse;
}
table.gridline
{
    border-collapse: collapse;
}
table.gridline tbody tr td, table.gridline tr.line td
{
    border: 1px solid #333333;
}
div.content
{
    overflow: auto;
    background-color: #FFFFFF;
}
div.overlay
{
    color: #30899f;
    font-size: x-large;
    background-color: #ffffff;
    position: absolute;
    height: 1080px;
    width: 1920px;
    z-index: 300;
    padding: 6px;
}
.big
{
    font-size: 26pt;
}
.error
{
    color: #ff0000;
    display: inline;
    margin-left: 2px;
    white-space: nowrap;
}
.column
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    vertical-align: top;
}
select.short
{
    width: 80px;
}
.leftbtn
{
    margin-bottom: 2px;
    margin-right: 2px;
}
.rightbtn 
{
    margin-bottom: 2px;
    margin-left: 2px;    
}
.btnholder button, .btnholder input[type=button], .btnholder input[type=submit]
{
    margin-left: 2px;
}
.read
{
    background-color: #E0E0E0;
    color: #333333;
}
.floatLeft
{
    float: left;
    vertical-align: middle;
    margin: auto;
}
.upper
{
    text-transform: uppercase;
}
.sectionHead
{
    text-decoration: underline;
    font-size: 10pt;
}
.sectionPad
{
    padding-left: 8px;
    vertical-align: top;
    width: 180px;
}
.sectionNoPad
{
    padding-left: 0px;
    vertical-align: top;
    width: 180px;
}
.row1
{
    /* Table Row Background Color 1 */
    background-color: #e9f0ff;
    line-height: 18px;
}
.row2
{
    /* Table Row Background Color 2 */
    background-color: #ffffff;
    line-height: 18px;
}
.label
{
    font-size: 9pt;
}
.nowrap
{
    white-space: nowrap;
}
.strong
{
    text-decoration: underline;
}
.hide
{
    display: none !important;
}
.show
{
    display: block;
}
.histbold
{
    color: #CC3300;
    font-weight: bold;
}
span.validator
{
    color: #ff0000;
}
button.alertwav
{
    /* JQuery Play Wav Control */
    display: none;
}
.usage
{
    border: 1px solid #FF6600;
}
a.langflag
{
    /* Change Language Icon */
    margin: 0px;
    border: 0px;
    padding-left: 3px;
    color: #ffffff;
}
a.action
{
    /* Select/Deselect All */
    color: #0000ff;
    margin-right: 5px;
    text-decoration: underline;
}
table.addpad label, div.addpad label
{
    /* Checkbox List Padding */
    padding-right: 30px;
}
table.radiolist
{
    /* Radio Button List */
    border-collapse: collapse;
}
table.radiolist label, label.padr
{
    /* Radio Button List Padding */
    padding-right: 10px;
}
.btnspr
{
    /* The separator above button and field table */
    border-top: 2px solid #666666;
    padding-top: 2px;
}
#divHasSchedule
{
    /* Message to tell user report scheduled */
    padding-top: 18px;
    font-size: 14pt;
}
div.focusOpt
{
    /* Real Time Track - Focus Tracking option */
    margin-bottom: 2px;
}
div.focusOpt label
{
    /* Real Time Track - Focus Tracking option */
    padding-right: 12px;
}
table.groupIcon tr td
{
    padding-right: 12px;
}
/* Generic context menu styles */
.contextMenu {
	position: absolute;
	width: 120px;
	z-index: 99999;
	border: solid 1px #999;
	background: #EEE;
	padding: 0px;
	margin: 0px;
	display: none;
	
	/* David 2017-11-13 set menu location */
	/*margin-left: 20px;
	margin-top: -180px;*/
}

.contextMenu LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu A {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
}

.contextMenu LI.hover A {
	color: #FFF;
	background-color: #3399FF;
}

.contextMenu LI.disabled A {
	color: #AAA;
	cursor: default;
}

.contextMenu LI.hover.disabled A {
	background-color: transparent;
}

.contextMenu LI.separator {
	border-top: solid 1px #999;
}

/*
	Adding Icons
	
	You can add icons to the context menu by adding
	classes to the respective LI element(s)
*/

.contextMenu LI.gmap A { background-image: url(../image/context/gmap.png); }
.contextMenu LI.focus A { background-image: url(../image/context/focus_s.png); }
.contextMenu LI.bldgsearch A { background-image: url(../image/context/bldgsearch.jpg); }
.contextMenu LI.histplay A { background-image: url(../image/context/histplay.png); }
.contextMenu LI.evtenq A { background-image: url(../image/context/evtenq.png); }
.contextMenu LI.poi A { background-image: url(../image/context/poi.png); }
.contextMenu LI.quit A { background-image: url(../image/context/door.png); }
.contextMenu LI.sendmsg A { background-image: url(../image/context/envelope.png); }
.contextMenu LI.reportlink A { background-image: url(../image/context/envelope.png); }
.contextMenu LI.czone A { background-image: url(../image/context/czone.png); }
.contextMenu LI.uzone A { background-image: url(../image/context/uzone.png); }
.contextMenu LI.watchdvr A {  }

/* ///////////////////////////
Hijack Specific CSS
Please feel free to modify to meet your needs
If you see areas of improvement please let us know!
/////////////////////////// */ 
.hjsel_select 
{
	border: solid 1px #e0e0e0;
	border-top: solid 1px #abadb3;
	background: #fff;
	min-width: 100px;
	width: 130px;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

.hjsel_txtbox 
{
	border: solid 1px #fff;
	margin-left: 2px;
	width: 265px;
}

.hjsel_options 
{
	display: none;
	position: absolute;
	z-index: 1;
	
	background: #fff;
	border: solid 1px #888;
	border-width: 1px 1px 1px 2px;
	border-color: #888 #000 #000 #888;

	max-height: 480px;
	/*_height: 200px;
	min-width: 130px;*/
	overflow: auto;
}

.hjsel_options ul
{
	padding: 0;
	margin: 0;
}

.hjsel_options li
{
	list-style: none;
	padding: 0 3px;
}

.hjsel_options_hover
{
	background: Highlight;
	color: HighlightText;
	cursor: pointer;
}

.hjsel_ddImage
{
	cursor: pointer;
	margin-bottom: 2px;
}

.hjsel_ddCancel
{
	cursor: pointer;
	margin: 0 5px 1px 0;
	display: none;
}
/******************************************************************************* 
 * Tree container
 */
div.ui-dynatree-container
{
	font-size: 9pt; /* font size should not be too big */
	white-space: nowrap; 
	padding: 2px;
	background-color: white; 
	/*border: 1px dotted gray;*/
}
div.ui-dynatree-container > div
{
	overflow: hidden;
}
span.ui-dynatree-folder, span.ui-dynatree-document
{
	display: inline-block;
}

/* Style, when control is disabled */
.ui-dynatree-disabled div.ui-dynatree-container
{
	opacity: 0.5;
/*	filter: alpha(opacity=50); /* Yields a css warning */
	background-color: silver; 
}


/******************************************************************************* 
 * Vertical line image
 */
div.ui-dynatree-container img
{
	width: 16px;
	height: 16px;
	margin-left: 2px;
	vertical-align: top;
	border-style: none;
}

/******************************************************************************* 
 * Common icon definitions
 */
span.ui-dynatree-empty,
span.ui-dynatree-vline,
span.ui-dynatree-connector,
span.ui-dynatree-expander,
span.ui-dynatree-icon,
span.ui-dynatree-checkbox
{
	width: 16px;
	height: 16px;
	display: -moz-inline-box; /* @ FF 1+2 */
	display: inline-block; /* Required to make a span sizeable */
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left;
}

/******************************************************************************* 
 * Lines and connectors
 */
span.ui-dynatree-empty
{
}
span.ui-dynatree-vline
{
	/*background-image: url("../image/tree/ltL_ns.gif");*/
}
span.ui-dynatree-connector
{
	/*background-image: url("../image/tree/ltL_nes.gif");*/
}
.ui-dynatree-lastsib span.ui-dynatree-connector
{
	/*background-image: url("../image/tree/ltL_ne.gif");*/
}

/******************************************************************************* 
 * Expander icon
 */
span.ui-dynatree-expander
{
	/*background-image: url("../image/tree/ltP_nes.gif");*/
	background-image: url("../image/tree/collapsed.gif");
	cursor: pointer;
}
.ui-dynatree-lastsib span.ui-dynatree-expander
{
	/*background-image: url("../image/tree/ltP_ne.gif");*/
	background-image: url("../image/tree/collapsed.gif");
}
.ui-dynatree-lastsib span.ui-dynatree-expander:hover
{
	background-image: url("../image/tree/collapsed_hover.gif");
}
.ui-dynatree-lazy span.ui-dynatree-expander
{
	/*background-image: url("../image/tree/ltD_nes.gif");*/
}
.ui-dynatree-lazy.ui-dynatree-lastsib span.ui-dynatree-expander
{
	/*background-image: url("../image/tree/ltD_ne.gif");*/
}
.ui-dynatree-expanded span.ui-dynatree-expander
{
	/*background-image: url("../image/tree/ltM_nes.gif");*/
	background-image: url("../image/tree/expanded.gif");
}
.ui-dynatree-expanded.ui-dynatree-lastsib span.ui-dynatree-expander
{
	/*background-image: url("../image/tree/ltM_ne.gif");*/
	background-image: url("../image/tree/expanded.gif");
}
.ui-dynatree-expanded span.ui-dynatree-expander:hover
{
	background-image: url("../image/tree/expanded_hover.gif");
}

/******************************************************************************* 
 * Checkbox icon
 */
span.ui-dynatree-checkbox
{
	margin-left: 1px;
	background-image: url("../image/tree/cbUnchecked.gif");
}
span.ui-dynatree-checkbox:hover
{
	background-image: url("../image/tree/cbUnchecked_hover.gif");
}

.ui-dynatree-partsel span.ui-dynatree-checkbox
{
	background-image: url("../image/tree/cbIntermediate.gif");
}
.ui-dynatree-partsel span.ui-dynatree-checkbox:hover
{
	background-image: url("../image/tree/cbIntermediate_hover.gif");
}

.ui-dynatree-selected span.ui-dynatree-checkbox
{
	background-image: url("../image/tree/cbChecked.gif");
}
.ui-dynatree-selected span.ui-dynatree-checkbox:hover
{
	background-image: url("../image/tree/cbChecked_hover.gif");
}

/******************************************************************************* 
 * Node type icon
 */
span.ui-dynatree-icon
{
	margin-left: 1px;
	background-image: url("../image/tree/ltDoc.gif");
}

.ui-dynatree-folder span.ui-dynatree-icon
{
	background-image: url("../image/tree/ltFld.gif");
}

.ui-dynatree-folder.ui-dynatree-expanded  span.ui-dynatree-icon
{
	background-image: url("../image/tree/ltFld_o.gif");
}


/******************************************************************************* 
 * Node titles
 */

/* Remove blue color and underline from title links */
div.ui-dynatree-container a 
{
	color: black; /* inherit doesn't work on IE */
	text-decoration: none;
	vertical-align: top;
	margin: 0px;
	margin-left: 1px;
/*	outline: 0; /* @ Firefox, prevent dotted border after click */
}

div.ui-dynatree-container a:hover
{
	/*text-decoration: underline;*/
	border: 1px dotted #333333;
}

span.ui-dynatree-document a,
span.ui-dynatree-folder a
{
	display: inline-block; /* Better alignment, when title contains <br> */  
/*	vertical-align: top;*/
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px; /* Otherwise italic font will be outside bounds */
	/*	line-height: 16px; /* should be the same as img height, in case 16 px */
	border: 1px solid transparent;
}
span.ui-dynatree-folder a
{
	font-weight: bold;
}
span.ui-dynatree-document > a span img
{
	/*width: 20px;*/
	width: auto;
	height: 20px;
}

div.ui-dynatree-container a:focus,
span.ui-dynatree-focused a:link  /* @IE */
{
	/*background-color: #EFEBDE; /* gray */
	/*border: 1px dotted #333333;*/
}

span.ui-dynatree-expanded a
{
}

span.ui-dynatree-selected a 
{
	/*color: green;*/
	/*font-style: italic;*/
}

span.ui-dynatree-active a
{
	
	background-color: #bbddff !important;
	/*color: white !important; /* @ IE6 */
	/*border: 1px solid #333333;*/
}

.GridHeader
{
	display: none;
}
.Header
{
	width: 100%;
	font-size: 9pt;
}
.Header th
{
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	background-image: url('../image/grid/headerbg.gif');
	color: #ffffff;
	width: 100%;
	white-space: nowrap;
}
.HeaderLeft
{
	background-image: url(../image/grid/headerleft.gif);
}
.HeaderRight
{
	background-image: url(../image/grid/headerright.gif);
}
.HeaderButton
{
	background-image: url(../image/grid/headerbg.gif);
}
.HeaderButton img
{
	width: 20px;
}
.HeaderLeft img
{
	width: 4px;
}
.HeaderRight img
{
	width: 9px;
}
.GridHeader table
{
	margin: 0px;
}
.GridHeader td, tr
{
	padding: 0px;
}

/* Grid */
table.scroll
{
	table-layout: fixed;
	margin-bottom: 0px;
	font-size: 12px;
}
table.scroll tbody tr
{
	background-color: #fffcf2;
}

table.scroll tbody tr.alt
{
	background-color: #ddeeff;
}

table.scroll tr.over td
{
	background-color: #99ccff;
}

table.scroll tbody tr.selected td
{
	background: #356295;
	color: #ecf7e4;
}

table.scroll tbody td
{
	padding: 2px;
	text-align: left;
	border-bottom: 1px solid #356295;
	border-left: 1px solid #356295;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: normal;
	height: auto;
}

table.scroll thead th
{
	padding: 2px;
	border-top: 1px solid #356295;
	border-bottom: 1px solid #356295;
	border-left: 1px solid #356295;
	text-align: left;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	background-image: url(../image/grid/grid-blue-hd.gif);
	height: 17px;
}

table.scroll th div
{
	overflow: hidden; /*	white-space: nowrap;*/
	word-wrap: break-word;
	height: 17px;
	z-index: 2;
}
table.scroll th span
{
	cursor: e-resize;
	width: 2px;
	float: right;
	display: block;
	margin: -2px -1px -2px 0px;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	z-index: 1;
}
table.scroll thead
{
}
/* End Grid */

/* Pager */
div.scroll
{
	font-size: 8pt;
	vertical-align: top;
	padding-top: 2px;
	height: 20px;
	white-space: nowrap;
	text-align: center;
	background-image: url(../image/grid/grid-blue-ft.gif); /* 	border-left: 1px solid #3c964b; 	border-right: 1px solid #3c964b; 	border-bottom: 1px solid #3c964b; */
}
div.scroll span
{
	vertical-align: top;
}
.selbox
{
	/*font-size: x-small;*/
	vertical-align: top;
}
input.selbox
{
	/*font-size: x-small;*/
	vertical-align: top;
}
.pgbuttons
{
	margin-top: 2px;
	width: 19px;
}
.nav-table-left
{
	padding: 1px;
	float: left; /*	position:absolute;*/
}
.nav-table-right
{
	padding: 1px;
	float: right;
}
table.navtable
{
	margin-bottom: 0;
	width: auto;
}

table.navtable tr
{
	background-image: url(../image/grid/grid-blue-ft.gif);
}

table.navtable td.nav-button
{
	/*	margin-top:2px;*/
	border: 1px solid #E2ECF8;
	white-space: nowrap;
}

table.navtable td.nav-hover
{
	border: 1px solid #3c964b;
}

table.tbutton tr td
{
	border: none;
	padding: 0px;
}


img.jsHover
{
	/*not used */
	border: 1px solid #99CCFF;
}
/* End Pager */
/*multiselect checkbox */
.cbox
{
	height: 10px;
	width: 10px; /*border:1px solid #999;*/
}
/* end multiselect */


/* loading div */
div.loading
{
	position: absolute;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	background: red;
	color: white;
	display: none;
}

div.loadingui
{
	display: none;
	z-index: 6000;
	position: absolute;
}
div.loadingui div.msgbox
{
	position: relative;
	z-index: 6001;
	left: 35%;
	top: 45%;
	/*background: url(../image/grid/loading.gif) #356295 no-repeat left;*/
	background: url(../image/grid/loading.gif) #000000 no-repeat left;
	width: 115px;
	color: White;
	font-weight: bold;
	text-align: right;
	height: auto;
	padding: 2px;
	margin: 0px;
}
/* end loading div */
/* toolbar */
div.userdata
{
	margin-top: 0px;
	background-color: #fffcf2;
	height: 20px;
	border-left: 1px solid #3c964b;
	border-right: 1px solid #3c964b;
	overflow: hidden;
}
/* end toolbar */
/*Subgrid  text mode*/
.subgrid
{
	height: 100%;
	overflow: auto;
}
.tablediv
{
	background-color: White;
	border-spacing: 1px; /*cellspacing:poor IE support for  this*/
	border-collapse: separate;
	width: 100%; /* FF hack poor when scroling subgrid */
}
.celldiv
{
	float: left;
	display: table-cell;
	border: 1px dotted #CCCCCC;
	overflow: auto;
	white-space: normal;
}
.celldivth
{
	float: left; /*fix for  buggy browsers*/
	border: 1px solid #CCCCCC;
	background-color: #99CCFF;
	border-bottom: 1px solid #CBC7B8;
	text-align: left;
	overflow: auto;
}
.rowdiv
{
	display: table-row;
	background: #F9F9F9 none;
	color: #000000;
	width: 100%;
	overflow: auto;
}
/* End Subgrid */

/* InLine editing */
input.editable[type="text"]
{
	/*font-size: x-small;*/
	overflow: hidden;
}
input.editable[type="checkbox"]
{
}

textarea.editable
{
	overflow-y: auto;
}

select.editable
{
	/*font-size: x-small;*/
}
/* End Inline Editing */


/* Modal window */
.modaltext
{
	/*caption */
	text-align: left;
}
.modalwin
{
	border: 1px solid #555555;
	text-align: left;
	margin: 0 auto;
	background: #F9F9F9;
	overflow: auto;
}

.modalhead
{
	background-image: url(../image/grid/grid-blue-hd.gif);
	height: 20px;
}
.modalcontent
{
	overflow: auto;
	background: #F9F9F9;
	margin-bottom: 10px;
	margin-left: 5px;
}
/* End modal window */
/*search dialog */
input.search
{
	margin: 2px;
	width: 120px;
	font-size: 10px;
	color: #15428B;
}

select.search
{
	margin: 2px;
	width: 100px;
	font-size: 10px;
	color: #15428B;
}
.buttonsearch
{
	width: 50px;
	font-size: 10px;
	color: #15428B;
}
/*End search */

/* Form edit */

.FormGrid
{
	margin: 0px;
}
.EditTable
{
	width: 100%;
}

.FormData
{
	/* tr */
}
#FormError td
{
	font-size: 90%;
	color: #FF0000;
	vertical-align: top;
	background-color: #f7f7f7;
}

.CaptionTD
{
	/* td */
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 1px;
	border-top: 1px solid #D4D0C8;
	white-space: nowrap;
	color: #000000;
}
.DataTD
{
	/* td */
	padding: 1px;
	border-top: 1px solid #D4D0C8;
	vertical-align: top;
}
.navButton
{
	border-top: 1px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
	text-align: center;
}
.navButton input
{
	width: 18px;
}
input.EditButton
{
	/* buttons are at footer tr */
	font-size: 10px;
	color: #15428B;
}
td.EditButton
{
	text-align: right;
	border-top: 1px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
}

.FormElement
{
	/* form element  - input -text,textarea,checkbox - select  */
}
.FormElement
{
	font-size: 9pt;
}
input[type="text"].FormElement
{
	color: #15428B;
}
input[type="checkbox"].FormElement
{
	width: 15px;
	color: #15428B;
}
textarea.FormElement
{
	color: #15428B;
	font-size: 11px;
}
select.FormElement
{
	font-size: 10px;
	color: #15428B;
}
/* End Eorm edit */

/*delete dialog */
.DelButton > input
{
	/* buttons are at footer tr */
	font-size: 10px;
	color: #15428B;
}
.DelButton
{
	text-align: right;
}
/* End Delete Dialog */
/* Resizing corner */
img.jqResize
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	cursor: se-resize;
}
.dirty-cell
{
	background: transparent url(../image/grid/dirty.gif) no-repeat 0 0;
}
#DelError td
{
	font-size: 90%;
	color: #FF0000;
	vertical-align: top;
	background-color: #f7f7f7;
}

/* Tree Grid */
.tree-wrap
{
	float: left;
	position: relative;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
}
.tree-minus
{
	position: absolute;
	height: 18px;
	width: 16px;
	overflow: hidden;
	background: url(../image/grid/tree_minus.gif) no-repeat;
}
.tree-plus
{
	position: absolute;
	height: 18px;
	width: 16px;
	overflow: hidden;
	background: url(../image/grid/tree_plus.gif) no-repeat;
}
.tree-leaf
{
	position: absolute;
	height: 18px;
	width: 16px;
	overflow: hidden;
	background: url(../image/grid/tree_leaf.gif) no-repeat;
}
.treeclick
{
	cursor: pointer;
}
.edit-cell
{
	background-color: #FFDEAD !important;
}
.selected-row, .selected-row TD
{
	background-color: #3c964b;
}

/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/



/*UI accordion*/
.ui-accordion {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	border-bottom: 1px solid #303030;
}
.ui-accordion-group {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	border: 1px solid #327E04;
	border-bottom: none;
}
.ui-accordion-header {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	cursor: pointer;
	background: #303030 url(../image/ui/327E04_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;
}
.ui-accordion-header a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	padding: 5px .5em 5px 1.7em;
	color: #ffffff;
	background: url(../image/ui/eeeeee_7x7_arrow_right.gif) .5em 50% no-repeat;
	background-color: #303030;
}
.ui-accordion-header a:hover {
	background: url(../image/ui/ffffff_7x7_arrow_right.gif) .5em 50% no-repeat;
	color: #ffffff;
	background-color: #303030;
}
.ui-accordion-header:hover {
	background: #6195BA url(../image/ui/5A9D1A_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;
	color: #ffffff;
}
.selected .ui-accordion-header, .selected .ui-accordion-header:hover {
	/*background: #EcEdE3 url(../image/ui/EcEdE3_40x100_textures_07_diagonals_small_85.png) 0 50% repeat-x;*/
}
.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
	/*color: #403D38;*/
	background: url(../image/ui/8DC262_7x7_arrow_down.gif) .5em 50% no-repeat;
	background-color: #303030;	
}
.ui-accordion-content {
	background: #ffffff url(../image/ui/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
	color: #222222;
	font-size: 1em;
}
.ui-accordion-content p {
	padding: 1em 1.7em 0.6em;
}






/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #327E04;
	border-right: 0px;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #327E04;
	padding: .2em .5em;
	color: #ffffff;
	background: #327E04 url(../image/ui/327E04_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;
}
.ui-tabs-nav li a:hover {
	background: #5A9D1A url(../image/ui/5A9D1A_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;
	color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected 
{
	border-color: #327E04;
	border-bottom-color: #EcEdE3;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #EcEdE3 url(../image/ui/EcEdE3_40x100_textures_07_diagonals_small_85.png) 0 50% repeat-x;
	color: #403D38;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, sans-serif;
	clear:left;
	border: 1px solid #327E04;
	background: #ffffff url(../image/ui/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
	color: #222222;
	padding: 2px;	
	font-size: 10pt;
	margin: 0px 2px;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/
}





/*slider*/
.ui-slider {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-size: 10pt;
	background: url(../image/icons_zoombar_unselected.png) 0 0 repeat-y;
	height: 96px;
	width: 24px;
	position: relative;
}
.ui-slider-handle {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 12px;
	width: 24px;
	z-index: 20;
	background: url(../image/icons_zoombar_selected.png) 0 0 repeat-y;
}




/*dialog*/
.ui-dialog {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background: #ffffff url(../image/ui/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
	color: #222222;
	border: 4px solid #aaaaaa;
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
	display: block; 
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n { 
	cursor: n-resize; 
	height: 7px; 
	width: 100%; 
	top: -5px; 
	left: 0px;  
}
.ui-resizable-s { 
	cursor: s-resize; 
	height: 7px; 
	width: 100%; 
	bottom: -5px; 
	left: 0px; 
}
.ui-resizable-e { 
	cursor: e-resize; 
	width: 7px; 
	right: -5px; 
	top: 0px; 
	height: 100%; 
}
.ui-resizable-w { 
	cursor: w-resize; 
	width: 7px; 
	left: -5px; 
	top: 0px; 
	height: 100%;
}
.ui-resizable-se { 
	cursor: se-resize; 
	width: 13px; 
	height: 13px; 
	right: 0px; 
	bottom: 0px; 
	background: url(../image/ui/327E04_11x11_icon_resize_se.gif) no-repeat 0 0;
}
.ui-resizable-sw { 
	cursor: sw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	bottom: 0px;  
}
.ui-resizable-nw { 
	cursor: nw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	top: 0px; 
}
.ui-resizable-ne { 
	cursor: ne-resize; 
	width: 9px; 
	height: 9px; 
	right: 0px; 
	top: 0px; 
}
.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	color: #ffffff;
	background: #327E04 url(../image/ui/327E04_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;
	border-bottom: 1px solid #303030;
	font-size: 1em;
	font-weight: bold;
	position: relative;
}
.ui-dialog-title {}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(../image/ui/eeeeee_11x11_icon_close.gif) 0 0 no-repeat;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url(../image/ui/ffffff_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url(../image/ui/8DC262_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	color: #222222;
	padding: 0px;	
}
.ui-dialog-buttonpane {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
	border-top: 1px solid #aaaaaa;
	background: #ffffff;
}
.ui-dialog-buttonpane button {
	margin: .2em 0 .2em 8px;
	color: #ffffff;
	background: #303030 url(../image/ui/327E04_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;
	font-size: 1em;
	border: 1px solid #303030;
	cursor: pointer;
	padding: 0px .6em 0px .6em;
	line-height: 1.4em;
	height: auto;
}

.ui-dialog-buttonpane button:hover {
	color: #ffffff;
	background: #303030 url(../image/ui/5A9D1A_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;
	/*border: 1px solid #327E04;*/
}
/*
.ui-dialog-buttonpane button:active {
	color: #403D38;
	background: #EcEdE3 url(../image/ui/EcEdE3_40x100_textures_07_diagonals_small_85.png) 0 50% repeat-x;
	border: 1px solid #c4c5c3;
}
*/
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}







/*datepicker*/
/* Main Style Sheet for jQuery UI date picker */
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, sans-serif;
	background: #ffffff url(../image/ui/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
	font-size: 10pt;
	border: 4px solid #aaaaaa;
	width: 15.5em;
	padding: 2.5em .5em .5em .5em;
	position: relative;
}
.ui-datepicker-div, #ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
}
.ui-datepicker-inline {
	float: left;
	display: block;
}
.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	left: .5em;
	top: .5em;
	background: #303030 url(../image/vspl_normal.png) 0 50% repeat-x;
}
.ui-datepicker-next {
	left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	background: #4783AE url(../image/vspl_hover.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background: url(../image/ui/eeeeee_7x7_arrow_left.gif) 50% 50% no-repeat;
	border: 1px solid #4783AE;
	cursor: pointer;
}
.ui-datepicker-next a {
	background: url(../image/ui/eeeeee_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background: url(../image/ui/ffffff_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background: url(../image/ui/ffffff_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background: url(../image/ui/8DC262_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background: url(../image/ui/8DC262_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
	border: 1px solid #4783AE;
	color: #ffffff;
	background: #303030;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: .5em;
	margin: 0 !important;
}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
	background: #4783AE;
}
.ui-datepicker-header select.ui-datepicker-new-month {
	width: 7em;
	left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 5em;
	left: 9.4em;
}
.ui-datepicker-trigger
{
	vertical-align: bottom;
}
table.ui-datepicker {
	width: 15.5em;
	text-align: right;
}
table.ui-datepicker td {
    width: 28px;
    height: 20px;
}
table.ui-datepicker td a {
	padding: .1em .3em .1em 0;
	display: block;
	color: #ffffff;
	/*background: #303030 url(../image/ui/327E04_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;*/
	background: #303030 url(../image/topeffect.png) 0 50% repeat-x;
	cursor: pointer;
	border: 2px solid #ffffff;
}
table.ui-datepicker td a:hover {
	/*background: #4783AE url(../image/ui/5A9D1A_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;*/
	background: #4783AE url(../image/ui/topeffect.png) 0 50% repeat-x;
}
table.ui-datepicker td a:active {
	/*background: #EcEdE3 url(../images/ui/EcEdE3_40x100_textures_07_diagonals_small_85.png) 0 50% repeat-x;*/
	border: 2px solid #33ff33;
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .3em 0;
	text-align: center;
	font-size: .9em;
	color: #ffffff;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	background: #303030 url(../image/topeffect.png) 0 50% repeat-x;
}
table.ui-datepicker .ui-datepicker-title-row td a {
	/*color: #222222;*/
	
}
.ui-datepicker-cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}
td.ui-datepicker-current-day a {
    border: 2px solid #33ff33 !important;
}








/* ui-autocomplete */
/*
.ui-autocomplete-input {
	border: 1px solid #aaaaaa;
	color: #222222;
	background: #ffffff;
}
*/
.ui-autocomplete-results {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	z-index: 9999;	
}
.ui-autocomplete-results ul, .ui-autocomplete-results li {
	margin: 0; 
	padding: 0; 
	list-style: none;
}
.ui-autocomplete-results ul {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../image/ui/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
	border-top: 0;
	border-bottom: 0;
	margin-bottom: -1px;
}
.ui-autocomplete-results li {
	color: #222222;
	padding: .4em .5em;
	font-size: 1em;
	font-weight: normal;
	position: relative;
	margin: 1px 0;
}
.ui-autocomplete-results li.ui-hover-state, .ui-autocomplete-results li.ui-active-state {
	margin: 0;
}

.ui-autocomplete-results li.ui-autocomplete-over {
	border-top: 1px solid #327E04;
	border-bottom: 1px solid #327E04;
	background: #5A9D1A url(../image/ui/5A9D1A_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;
	color: #ffffff !important;
}
.ui-autocomplete-results li.ui-autocomplete-active {
	border-top: 1px solid #c4c5c3;
	border-bottom: 1px solid #c4c5c3;
	background: #EcEdE3 url(../image/ui/EcEdE3_40x100_textures_07_diagonals_small_85.png) 0 50% repeat-x;
	color: #403D38 !important;
	outline: none;
}
.ui-autocomplete-results li:first-child, .ui-autocomplete-results li.first  {
	margin-top: 0;
}
.ui-autocomplete-results li:last-child, .ui-autocomplete-results li.last {
	margin-bottom: 0;
}











/*UI ProgressBar */
.ui-progressbar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background: #ffffff url(../image/ui/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
	border: 1px solid #aaaaaa;
	position: relative;
	height: 1.8em;
}
.ui-progressbar-bar {
	background: #327E04 url(../image/ui/327E04_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;
	overflow: hidden;
	border: 1px solid #327E04;
	margin:-1px;
	z-index: 2;
	position: relative;
	height: 1.8em;
	opacity:.7;
	filter:Alpha(Opacity=70);
}
.ui-progressbar-wrap {
	position: absolute;
	top: 0;
	left: 0;
}
.ui-progressbar-text {
	color: #ffffff;
	padding: .2em .5em;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
.ui-progressbar-text-back {
	color:  #222222;
	z-index: 0;
}
.ui-progressbar-disabled {
	opacity:.5;
	filter:Alpha(Opacity=50);
}






/*UI Colorpicker */
.ui-colorpicker {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background: #ffffff url(../image/ui/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
	border: 4px solid #aaaaaa;
	padding: 5px;
	width: 360px;
	position: relative;
}
.ui-colorpicker-color {
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 15px;
}
.ui-colorpicker-color div { /* is this extra div needed? why not just .ui-colorpicker-color ? */
	border: 1px solid #327E04;
	height: 150px;
	background: url(../image/ui/_x_.);
	position: relative;
}
.ui-colorpicker-color div div {/* shouldn't this have a class like ui-colorpicker-selector ? */
	width: 11px;
	height: 11px;
	background: url(../image/ui/_x_.);
	position: absolute;
	border: 0;
	margin: -5px 0 0 -5px;
	float: none;
}
.ui-colorpicker-hue {
	border: 1px solid #327E04;
	float: left;
	width: 17px;
	height: 150px;
	background: url(../image/ui/_x_.);
	position: relative;
	margin-right: 15px;
}
.ui-colorpicker-hue div {
	background:transparent url(../image/ui/327E04_35x9_colorpicker_indicator.gif.gif); 
	height:9px;
	left:-9px;
	margin:-4px 0 0;
	position:absolute;
	width:35px;
	cursor: ns-resize;
}
.ui-colorpicker-new-color, .ui-colorpicker-current-color {
	float: left;
	width: 6.5em;
	height: 30px;
	border: 1px solid #327E04;
	margin-right: 5px;
}
.ui-colorpicker-current-color {
	margin-right: 0;
}

.ui-colorpicker-field, .ui-colorpicker-hex {
	position: absolute;
	width: 6em;
}
.ui-colorpicker-field label, .ui-colorpicker-field input,
.ui-colorpicker-hex label, .ui-colorpicker-hex input {
	font-size: 1em;
	color: #8DC262;
}
.ui-colorpicker-field label, .ui-colorpicker-hex label {
	width: 1em;
	margin-right: .3em;
}
.ui-colorpicker-field input, .ui-colorpicker-hex input {
	border: 1px solid #aaaaaa;
	color: #222222;
	background: #ffffff;
	width: 4.6em;
}
.ui-colorpicker-hex {
	left: 205px;
	top: 134px;
}
.ui-colorpicker-rgb-r {
	top: 52px;
	left: 205px;
}
.ui-colorpicker-rgb-g {
	top: 78px;
	left: 205px;
}
.ui-colorpicker-rgb-b {
	top: 105px;
	left: 205px;
}
.ui-colorpicker-hsb-h {
	top: 52px;
	left: 290px;
}
.ui-colorpicker-hsb-s {
	top: 78px;
	left: 290px;
}
.ui-colorpicker-hsb-b {
	top: 105px;
	left: 290px;
}

.ui-colorpicker-field label {
	font-weight: bold;
}
.ui-colorpicker-field span {
	width: 7px;
	background: url(../image/ui/eeeeee_11x11_icon_arrows_updown.gif) 50% 50% no-repeat;
	right: 5px;
	top: 0;
	height: 20px;
	position: absolute;
}
.ui-colorpicker-field span:hover {
	background: url(../image/ui/ffffff_11x11_icon_arrows_updown.gif) 50% 50% no-repeat;
}

.ui-colorpicker-submit {
	right: 14px;
	top: 134px;
	position: absolute;
}








/*
Generic ThemeRoller Classes
>> Make your jQuery Components ThemeRoller-Compatible!
*/

/*component global class*/
.ui-component {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}
/*component content styles*/
.ui-component-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../image/ui/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
	color: #222222;
}
.ui-component-content a {
	color: #222222;
	text-decoration: underline;
}
/*component states*/
.ui-default-state {
	border: 1px solid #327E04;
	background: #327E04 url(../image/ui/327E04_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;
	font-weight: bold;
	color: #ffffff !important;
}
.ui-default-state a {
	color: #ffffff;
}
.ui-default-state:hover, .ui-hover-state {
	border: 1px solid #327E04;
	background: #5A9D1A url(../image/ui/5A9D1A_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;
	font-weight: bold;
	color: #ffffff !important;
}
.ui-hover-state a {
	color: #ffffff;
}
.ui-default-state:active, .ui-active-state {
	border: 1px solid #c4c5c3;
	background: #EcEdE3 url(../image/ui/EcEdE3_40x100_textures_07_diagonals_small_85.png) 0 50% repeat-x;
	font-weight: bold;
	color: #403D38 !important;
	outline: none;
}
.ui-active-state a {
	color: #403D38;
	outline: none;
}
/*icons*/
.ui-arrow-right-default {background: url(../image/ui/eeeeee_7x7_arrow_right.gif) no-repeat 50% 50%;}
.ui-arrow-right-default:hover, .ui-arrow-right-hover {background: url(../image/ui/ffffff_7x7_arrow_right.gif) no-repeat 50% 50%;}
.ui-arrow-right-default:active, .ui-arrow-right-active {background: url(../image/ui/8DC262_7x7_arrow_right.gif) no-repeat 50% 50%;}
.ui-arrow-right-content {background: url(../image/ui/327E04_7x7_arrow_right.gif) no-repeat 50% 50%;}

.ui-arrow-left-default {background: url(../image/ui/eeeeee_7x7_arrow_left.gif) no-repeat 50% 50%;}
.ui-arrow-left-default:hover, .ui-arrow-left-hover {background: url(../image/ui/ffffff_7x7_arrow_left.gif) no-repeat 50% 50%;}
.ui-arrow-left-default:active, .ui-arrow-left-active {background: url(../image/ui/8DC262_7x7_arrow_left.gif) no-repeat 50% 50%;}
.ui-arrow-left-content {background: url(../image/ui/327E04_7x7_arrow_left.gif) no-repeat 50% 50%;}

.ui-arrow-down-default {background: url(../image/ui/eeeeee_7x7_arrow_down.gif) no-repeat 50% 50%;}
.ui-arrow-down-default:hover, .ui-arrow-down-hover {background: url(../image/ui/ffffff_7x7_arrow_down.gif) no-repeat 50% 50%;}
.ui-arrow-down-default:active, .ui-arrow-down-active {background: url(../image/ui/8DC262_7x7_arrow_down.gif) no-repeat 50% 50%;}
.ui-arrow-down-content {background: url(../image/ui/327E04_7x7_arrow_down.gif) no-repeat 50% 50%;}

.ui-arrow-up-default {background: url(../image/ui/eeeeee_7x7_arrow_up.gif) no-repeat 50% 50%;}
.ui-arrow-up-default:hover, .ui-arrow-up-hover {background: url(../image/ui/ffffff_7x7_arrow_up.gif) no-repeat 50% 50%;}
.ui-arrow-up-default:active, .ui-arrow-up-active {background: url(../image/ui/8DC262_7x7_arrow_up.gif) no-repeat 50% 50%;}
.ui-arrow-up-content {background: url(../image/ui/327E04_7x7_arrow_up.gif) no-repeat 50% 50%;}

.ui-close-default {background: url(../image/ui/eeeeee_11x11_icon_close.gif) no-repeat 50% 50%;}
.ui-close-default:hover, .ui-close-hover {background: url(../image/ui/ffffff_11x11_icon_close.gif) no-repeat 50% 50%;}
.ui-close-default:active, .ui-close-active {background: url(../image/ui/8DC262_11x11_icon_close.gif) no-repeat 50% 50%;}
.ui-close-content {background: url(../image/ui/8DC262_11x11_icon_close.gif) no-repeat 50% 50%;}

.ui-folder-closed-default {background: url(../image/ui/eeeeee_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
.ui-folder-closed-default:hover, .ui-folder-closed-hover {background: url(../image/ui/ffffff_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
.ui-folder-closed-default:active, .ui-folder-closed-active {background: url(../image/ui/8DC262_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
.ui-folder-closed-content {background: url(../image/ui/eeeeee_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}

.ui-folder-open-default {background: url(../image/ui/eeeeee_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
.ui-folder-open-default:hover, .ui-folder-open-hover {background: url(../image/ui/ffffff_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
.ui-folder-open-default:active, .ui-folder-open-active {background: url(../image/ui/8DC262_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
.ui-folder-open-content {background: url(../image/ui/8DC262_11x11_icon_folder_open.gif) no-repeat 50% 50%;}

.ui-doc-default {background: url(../image/ui/eeeeee_11x11_icon_doc.gif) no-repeat 50% 50%;}
.ui-doc-default:hover, .ui-doc-hover {background: url(../image/ui/ffffff_11x11_icon_doc.gif) no-repeat 50% 50%;}
.ui-doc-default:active, .ui-doc-active {background: url(../image/ui/8DC262_11x11_icon_doc.gif) no-repeat 50% 50%;}
.ui-doc-content {background: url(../image/ui/327E04_11x11_icon_doc.gif) no-repeat 50% 50%;}

.ui-arrows-leftright-default {background: url(../image/ui/eeeeee_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
.ui-arrows-leftright-default:hover, .ui-arrows-leftright-hover {background: url(../image/ui/ffffff_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
.ui-arrows-leftright-default:active, .ui-arrows-leftright-active {background: url(../image/ui/8DC262_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
.ui-arrows-leftright-content {background: url(../image/ui/327E04_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}

.ui-arrows-updown-default {background: url(../image/ui/eeeeee_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
.ui-arrows-updown-default:hover, .ui-arrows-updown-hover {background: url(../image/ui/ffffff_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
.ui-arrows-updown-default:active, .ui-arrows-updown-active {background: url(../image/ui/8DC262_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
.ui-arrows-updown-content {background: url(../image/ui/327E04_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}

.ui-minus-default {background: url(../image/ui/eeeeee_11x11_icon_minus.gif) no-repeat 50% 50%;}
.ui-minus-default:hover, .ui-minus-hover {background: url(../image/ui/ffffff_11x11_icon_minus.gif) no-repeat 50% 50%;}
.ui-minus-default:active, .ui-minus-active {background: url(../image/ui/8DC262_11x11_icon_minus.gif) no-repeat 50% 50%;}
.ui-minus-content {background: url(../image/ui/327E04_11x11_icon_minus.gif) no-repeat 50% 50%;}

.ui-plus-default {background: url(../image/ui/eeeeee_11x11_icon_plus.gif) no-repeat 50% 50%;}
.ui-plus-default:hover, .ui-plus-hover {background: url(../image/ui/ffffff_11x11_icon_plus.gif) no-repeat 50% 50%;}
.ui-plus-default:active, .ui-plus-active {background: url(../image/ui/8DC262_11x11_icon_plus.gif) no-repeat 50% 50%;}
.ui-plus-content {background: url(../image/ui/327E04_11x11_icon_plus.gif) no-repeat 50% 50%;}

/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */



