/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#D0DDE2;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}body{font:9pt arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
/* .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; } */
.ui-widget-content a { color: #222222; }
/* .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; } */
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 1000; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    margin: -1px;
}
/* Button
----------------------------------*/

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */

/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; background-color:#FFFFFF; border-color:#5D7CB2; border-style:solid; border-width:3px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  text-align: center;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; z-index:10000 !important; border: 1px solid #5D7CB2; background-color:#EEEEEE;  background-position:center;}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

.active
{
    display: block;
    background-color: #242462;
    color: #000;
    position: absolute;
    top: 84px;
    margin-left: 35px;
    width: 200px;
    z-index: 1000;
    visibility:visible;
}

.ui-autocomplete
{
    background-color: White;
}

/******************************************************************
Wellogic rules
*******************************************************************/

.state, .tab0, .tab1, .tab2, .tab3, .tab4, .tab5, .tab6, .tab7, .tab8, .tab9,
.tab, .tab_ear, .errorArea, .infoArea, .none, .notPlugged, .latLongAdvancedOptions,
.pump, .tank, .noScreenInstalled, .screenInstalled, .screenInstalledDropDownList,
.wellGroutedDropDownList, .wellGrouted, .dropDownEdit, .closeWindowButton, .closeMultiPopupWindowButton,
.modalDropDownEditPopup, .sectionPopup, .mapPopup, .modalDropDownMultiPopup, .editIcon,
.noFutureDates, .required, .contractorRequired,
.number, .decimal_6_2, .decimal_4_2, .signedDecimal_6_2, .integer, .sectionRange,
.maxLength_3, .maxLength_9, .maxLength_15, .maxLength_10, .maxLength_12, .maxLength_15, .maxLength_20, .maxLength_30, .maxLength_40, .maxLength_50, .maxLength_60, .maxLength_70,
.maxLength_100, .maxLength_150, .maxLength_255,
.requiredWellDetails, .contractorRequiredWellDetails, .noFutureDatesWellDetails,
.requiredCasing, .contractorRequiredCasing, .requiredCasingCrossTab, .requiredGroutingMethod, .requiredGroutingRow, .requiredGroutingMaterial1,
.groutingMaterial1, .groutingMaterial2, .groutingMaterial3, .casingRemovedCheckBox, .casingRemovedDropDown,
.closeWindowButton_Cancel, .closeWindowButton_Save, .closeMultiPopupWindowButton_Cancel, .closeMultiPopupWindowButton_Save,
.requiredGroutingQuantity1, .requiredGroutingQuantity2, .requiredGroutingQuantity3,
.requiredGroutingAdditive1, .requiredGroutingAdditive2, .requiredGroutingAdditive3,
.requiredGroutingFromDepth1, .requiredGroutingFromDepth2, .requiredGroutingFromDepth3,
.requiredGroutingToDepth1, .requiredGroutingToDepth2, .requiredGroutingToDepth3,
.fromDepthLessThanToDepth1, .fromDepthLessThanToDepth2, .fromDepthLessThanToDepth3,
.toDepthGreaterThanFromDepth1, .toDepthGreaterThanFromDepth2, .toDepthGreaterThanFromDepth3,
.requiredScreen, .requiredScreen2, .requiredScreen3, .contractorRequiredScreen, .requiredInstalledScreen,
.requiredPump, .contractorRequiredPump, .requiredSourceType1, .hasSourceType1, .hasSourceType2,
.requiredPressureManufacturer, .requiredPressureModel, .requiredPressureType, .requiredPressureCapacity,
.noFutureDatesPump, .requiredPipeDiameter, .requiredPipeLength, .requiredDrawdownSeal, .requiredPumpManufacturer,
.requiredPumpHorsepower, .requiredPumpModelNumber, .requiredWellheadCompletion, .sourceType1, .sourceType2,
.requiredLatitude, .requiredLongitude, .requiredAccuracyValue, .requiredAccuracyUnit, .requiredDateOfCollection, .noFutureDatesLatLong,
.requiredSource, .requiredCollectionMethod, .requiredContractorPlugging, .requiredPlugging, .requiredDmoEmployment, .requiredDmoName,
.requiredPumpInstallerName, .pumpInstallerCheckBox, pumpInstallerDropDown, .requiredPluggedIndicator, .abandonedWellPluggedDropDownList,
.requiredPluggingMaterialDiameter, .requiredPluggingMaterial, .requiredWellIntake, .drillingLinkGroup, .requiredWellIntake, .requiredWellIntake, 
.geologyHasRows, .hiddenMaxWellDepth, .submit, .wellDepthWellDetails, .wellheadCompletionDropDown,
.requiredAbandonedWellDetails, .contractorRequiredAbandondedWellDetails, .noFutureDatesAbandondedWellDetails, .requiredWellUse,
.dateWellDrilledDatePicker, .dateWellPluggedDatePicker, .requiredContractorAbandonment, .requiredAbandonment, .requiredContractorCasingStatus,
.requiredEquipmentRemovedList, .pumpingEquipmentCheckBox, .pluggingHasRows, .sourceWellDetails, .wssnWellDetails, .wellUseDropDownList,
.validationArea, .casingRemovedCheckBoxContractor, .casingRemovedDropDownContractor, .pumpRegNumber, .pumpCapacity, .ownerAddressCheckBox, ownerAddressDropDown,
.pressureTankInstalledDropDownList, .pumpInstalledDropDownList, .basic, .advanced, .drillingRecordEnteredArea, .homeSubmitOrModify,
.printTabResults, .printReprintLink, .gisControlVars, .current, .revised, .rateTextBox {
}

.js #bd {display: none;}
.js #ft {display: none;}

.centeredContent
{
    background: #FFFFFF;
    /*width:950px;*/
    margin-left:auto;
    margin-right:auto;
}

.hiddenCasingStatus
{
    z-index: 100;
    position: relative;
}

.topmost
{
    z-index: 1000;
    position: relative;
}

.topmost_999
{
    z-index: 999;
    position: relative;
}

.plugged
{
    height: 1em;
}

.details
{
    height: 0em;
    margin-top:0px;
    padding-top:0px;
}

.sectionNumber
{
    margin-left:14px;
}

.sectionCheckbox, .sectionCheckboxDiv
{
    padding-right:2px;
    margin-bottom:2px;
    margin-left:8px;
}

.sectionTitle
{
    background-color:#EEEEEE;
    font-size:small;
    font-weight:bold;
    padding: 5px 0px 5px 5px;
}

.clearSectionWindowButton
{
    margin-right:2.25em;
}

.width188px
{
    width: 188px;
}

/* ">" is not supported in IE6.  This selects immediate descendants only */
.plugged>div {clear: both;padding-top:0.5em;}
.details>div {clear: both;padding-top:0.5em;}

.overlap
{
    height: 1em;
    margin-bottom:1em;
}

/* ">" is not supported in IE6.  This selects immediate descendants only */
.overlap>div {clear: both;padding-top:0.5em;}

/* Some styles to make the screen look reasonble prior to the JS load */
.tab_fragment {display:none}
.tab_fragment#fragment-1 {display:inherit}

/* Override the default tabs style to change the padding to make things work in 1024x768 */
.ui-tabs .ui-tabs-nav li a
{
    float:left;
    padding:0.5em 0.8em;
    text-decoration:none;
}

.info_tab {display:none}

.tab_ear
{
    background: url(img/fold-sw-small.png);
    height:12px;
    width:16px;
    display:none;
    float:left;
    margin-left: -10px;
}

.tab_ear_error
{
    background:url(img/fold-sw-small-err.png);
    height:12px;
    width:16px;
    display:none;
    float:left;
    margin-left: -10px;
}

.tabText
{
   font-size:0.8em;
}

a.tab { padding-right:6px;}

.ui-tabs-nav li.ui-state-default {
        background: #CEDBF2
}

a.clean, a:visited.clean
{
    text-decoration:none;
    color:black;
}

ul.ui-tabs-nav {
background-color:#5D7CB2;
}

body {
    font-family:Verdana,"Bitstream Vera Sans","DejaVu Sans",Tahoma,Geneva,Arial,Sans-serif;
    background: #D0DDE2 url(img/background.gif) repeat-x fixed 0 0;
}
h1{
    font-size: 1.5em;
    color: #18828f;
    padding: .5em 0 .5em 0;
    clear: left;
}
h2, h3
{
    font-size: 1.3em;
    padding: .1em 0 .1em 0;
}
h2
{
    color:#242462;
    font-weight: bold;
    margin: 1em 0 1em 0;
}
li{

    margin-left: 1.5em;
}
#doc{
        width: 100%;
        min-width: 950px;
        position: relative;
        background: white;
}
#banner{
        background-color: #51818D;
        background: url(img/DEQwellogicBannerB2.gif) repeat-x fixed 0 0;
        width: 100%;
        height: 60px;
        margin: 0;
        padding: 0;
}
#bannerLeft{

    height: 60px;
    width: 585px;
    float:left;
}
#bannerRight{
    height: 60px;
    width: 150px;
    float: right;
}
.home,.help{
    height: 16px;
    width: 16px;
    display:inline-block;
}
#subHeader{
    background-color:#242462;
    height: 28px;
}
#subHeaderLinks
{
    float:right;
    color: white;
    padding: 6px 10px 0 0;
}
#subHeaderLinks a, #subHeaderLinks a:visited{
    font-size: 1em;
    color: white;
    text-decoration: none;
}
loginNavPanelDiv
{
    display:inline;
}
#nav, #nav ul
{
margin:0;
padding:4px 0 0 0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em;
color: #fff;
}
#nav ul li
{
    z-index:2001;
}
#nav a{
display:block;
padding:0px 5px;
border:1px solid #242462;
color:#fff;
text-decoration:none;
background-color: #242462;
}

#nav a:hover{
    color:yellow;
    background-color: #242462;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
}

#nav li ul a{
width:15em;
height:auto;
float:left;
}

#nav li ul .reportNav{
width:25em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul,  #nav li.sfhover ul,  #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul
{
    z-index:2001;
    display:inline;
}

#hd a:hover
{
    text-decoration:underline;
}
#subHeaderLink:hover
{
    text-decoration:underline;
}
#buttonRow
{
    clear:both;
    padding-top: .5em;
    overflow: hidden;
    text-align:center;
}
#breadcrumb{
        /*background: url(img/page_shadow.gif) repeat-x top;
        height: 2em;*/
        padding-top: 5px;
        padding-left: 1em;
        margin:0;
        color: #666;
		font-size:0.8em;
}
#breadcrumb div{
        float: right;
        margin-right: 1em;
        line-height: 1.5em;
}
#breadcrumb div.sep{
        width: 20px;
        height: 20px;
        background: url(img/control_play.png) no-repeat center;
}
#bd{
        clear: both;
        padding-left: 1em;
        padding-right: 1em;
        min-width:950px;
        max-width:1200px;
        margin-left:auto;
        margin-right:auto;
}
#bd #pageTitle
{
    text-align:center;
    font-size: 1.5em;
    color: #00525D;
    padding: .5em 0 .5em 0;
    clear: left;
}
.ui-widget-content{
}
.help{
    float: right;
    line-height: 3em;
    vertical-align: bottom;
    color: #999;
}
.helpIcon
{
    float: left;
    width: 20px;
    height: 2em;
    background: url(img/help.png) no-repeat bottom left;
}
.findIcon
{
    width: 20px;
    height: 2em;

    background: url(img/find.png) no-repeat bottom left;
}
.group{
      background: #D2DADE;
        padding: 9px;
        margin-bottom: 1em;
}
.groupIndent
{
    background: #D2DADE;
    padding: 9px;
    margin-bottom: 0.5em;
    margin-left:0.5em;
    margin-top:0.5em;
}
.comment
{
    background: #EEEEEE;
    padding: 9px;
    margin-bottom: 1em;
}
.sectionHeader
{
    background: #D2DADE;
}
.info{
        background: #FFE6C7;
        border: 1px solid #e3dda0;
        padding: 1em;
        color: #666;
        margin: 0 0 1em 0;
        display:none;
        height: auto;
}
.infoIcon{
        height: 20px;
        width: 20px;
        background: url(img/information.png) no-repeat;
        float: left;
}
.questionIcon{
        height: 20px;
        width: 20px;
        background: url(img/question_small.png) no-repeat;
        float: right;
        cursor:help;
}
.warn{
        height: 20px;
        width: 20px;
        background: url(img/information.png) no-repeat;
        float: left;
}
.warnTriangle {
    height: 20px;
    width: 20px;
    background: url(img/warnTriangle.png) no-repeat;
    float: left;
    margin-top: -5px;
}
.errorIcon{
        height: 20px;
        width: 20px;
        background: url(img/exclamation.png) no-repeat;
        float: left;
}
.errorInput{
        border: medium solid #90200E;
        background: #C6A29D;
}
.close{
        height: 20px;
        width: 20px;
        background: url(img/close.gif) no-repeat;
        float: right;
        cursor: pointer;
}
.loginError
{
    color:Red;
    font-size: 0.9em;
    text-align:center;
}
.errorMessage
{
    color:Red;
}
.logOutLink
{
    cursor: pointer;
}

/********* FORM *********************/
.inputForm{
        background-color: #d4ecf9;
        border: 1px solid #4cc0fd;
        padding: 1em;
}
.navigationForm{
        background-color: #def3e0;
        border: 1px solid #5db476;
        padding: 1em;
}
.input{
      float: left;
        margin: .5em 2em .5em 0;
}
.formControl{
        clear: both;
        margin: 10px 0 10px 0;
        padding-top: 10px;
        border-top: 1px dashed #4cc0fd;
        width: 50%;
}

/******** TABLES ********************/

table.datagrid td{
        padding: 0 .5em 0 .5em;
        line-height: 2em;
}
table.datagrid thead tr.navigation{
        background: url(img/table_top_gradient.gif) repeat-x bottom #eee;
}
table.datagrid tfoot tr.navigation{
        background: url(img/table_bottom_gradient.gif) repeat-x top #eee;
}
table.datagrid tr.navigation td{
        font-size: .8em;
        color: #666;
}
table.datagrid{
        width: 100%;
}
table.datagrid th{
        background: url(img/table_gradient.gif) top repeat-x;
        text-align: left;
        line-height: 2em;
        padding: 0 .5em 0 .5em;
}
table.datagrid table.datagrid{
}
table.datagrid table.datagrid th{
        background: url(img/subtable_gradient.gif) top repeat-x;
        text-align: left;
        line-height: 2em;
}
table.datagrid tr.alt{
        /*background: #ffffee;*/
        background-color: #F4EFE6;
}
table.datagrid tr{
        background: #fff;
}
table.datagrid tbody td{
        border-top: 1px solid #c7cfd4;
        border-bottom: 1px solid #c7cfd4;
}

table.noGridLinesTable tbody td
{
    border-style:none;
}

/******** FOOTER *****************/
#ft{
        padding-bottom: 1em;
        color: #999;
        clear: both;
        background: url(img/footer_gradient.gif) bottom repeat-x;
}
#ft table.WidthScreen{
        margin-top: 3em;
        clear: both;
        border: 0;
        border-top: 1px solid #eee;
        width: 100%;
        font-size: .8em;
}
#ft table.WidthScreen td{
        border: 0;
}
#ft a:link, a:visited{
        color: #999;
}
#ft a:hover{
        color: #333;
}

/************* DETAILS *****************/
div.edit{
        height: 16px;
        width: 16px;
        background: url(img/page_edit.png) no-repeat;
        cursor: pointer;
}


/**************** BUTTONS ****************/

.popupButton
{
    border-right: #104a7b 1px solid;
    border-top: #afc4d5 1px solid;
    border-bottom: #104a7b 1px solid;
    border-left: #afc4d5 1px solid;
    background: lightgrey;
    cursor: hand;
    color: #000066;
    height: 20px;
    text-decoration: none;
}

.hoverRow:hover{
      background-color: #18828f;
        color: white;
        cursor: pointer;
}

.hoverRowAlt
{
    background-color: #F4EFE6;
}

.hoverRowAlt:hover{
      background-color: #18828f;
        color: white;
        cursor: pointer;
}

button[type].button,
button[type="button"].button,button[type="submit"].button,button[type="reset"].button {
    background: transparent url(img/bg_button_right.png) no-repeat
        scroll top right;
    color: #444;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    padding: 0 18px 0 0;
    text-align: center;
    height: 24px;
    width:auto;
    overflow: visible;
}
button[type].button span,
button[type="button"].button span, button[type="reset"].button span, button[type="submit"].button span{
    background: transparent url('img/bg_button_left.png') no-repeat left top scroll;
    display: block;
    position: relative;
    white-space:nowrap;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 18px;
    margin: -2px -3px 0 0;  /* for safari and FF */
}
body:nth-of-type(1) button[type="button"].button span,body:nth-of-type(1) button[type="submit"].button span,
body:nth-of-type(1) button[type="reset"].button span
{
    margin: -1px -3px 0 0;  /* for chrome */
}
button[type].button:active,
button[type="button"].button:active,button[type="submit"].button:active,button[type="reset"].button:active {
    background-position: bottom right;
    color: #000;
    outline: none;

}

button[type].button:active span,
button[type="button"].button:active span,button[type="submit"].button:active span
button[type="reset"].button:active span {
    background-position: bottom left;
}
/* styles for ff2 */
button[type].button, button[type="button"].button,button[type="submit"].button,button[type="reset"].button, x:-moz-any-link {
    padding: 0 15px 0 0;
}
button[type].button span,
button[type="button"].button span, button[type="reset"].button span, button[type="submit"].button span, x:-moz-any-link{
    padding: 0 5px 0px 18px;
    margin: 0;
}
button[disabled].button span,
button[disabled].button
{
    cursor:default;
    color:#999999;
}
button::-moz-focus-inner { border: none;}
/* end styles for ff2 */

.headerTextBox
    {
        border-right: #ccccff thin solid;
        border-top: #ccccff thin solid;
        border-left: #ccccff thin solid;
        border-bottom: #ccccff thin solid;
        font-style: italic;
        display: inline;
        background: AliceBlue;
        color: #AAAAAA;
    }

.headerTextBox:focus
{font-style: normal;color:Black;}


.whiteLink:link {
COLOR: #0000FF;
}
.whiteLink:visited {
COLOR:White;
}
.whiteLink:hover {
COLOR: #FF0000;
}
.whiteLink:active {
COLOR: #00FF00;
}






/****************************
 Stuff that was in Ie7.css
*****************************/
#tabs .tab-spacer{
    display:block;
    height:25px; /* this height is dependent on settings in the tabs.css */
}
input.button:hover, button.button:hover{
    background-position: bottom right;
    color: #000;
    outline: none;
}
input.button:hover span, button.button:hover span{
    background-position: bottom left;
}

button[type="button"].button span, button[type="reset"].button span, button[type="submit"].button span{
    margin: 0px -3px 0 0;
}

/****************************
 Stuff that was in Ie.css
*****************************/
.ie input.button, .ie button.button{
   width: 1; /* for IE only */
   margin-right:.5em;
   margin-left:.5em;
}



/***************************
 Tab control custom elements
***************************/
.tab_ul
{
    border-color:black;
    border-width:1px;
    border-style:solid;
    display:none;
}

/* display:none declaration and the below rule helps avoid "flicker" */
.tab_ul.ui-tabs-nav {display:inherit}

#tab_ul_li_1
{
    margin-left:.3em;
}
.tab_fragment.ui-tabs-panel
{
    height:32em;
    min-width:50em;
    border-color:#5D7CB2;
    border-width:3px;
    border-style:solid;
    border-top-style:none;
    background-color:#FFFFFF;
}

#tab_buttons_editcomparedelete
{
    float:left;
    left: 4em;
    text-align: left;
}

#tab_buttons_savecancel
{
    right: 4em;
    text-align: right;
}

#buttons_savecancel
{
    right: 4em;
    text-align: right;
    margin-right: 4em;
}

/***************************
 Tab fragment elements
***************************/
.leftCol
{
    float:left;
    width:48%;
    margin-right:25px
}
.rightCol
{
    float:left;
    width:48%;
}
.title
{
    float:left;
    width: 48%;
    background-color:#EEEEEE;
    font-size:small;
    font-weight:bold;
    padding: 5px 0px 5px 5px;
}

.title:first-child
{
    margin-right:2%;
}

.titleFullRow
{
    float:left;
    width: 98%;
    background-color:#EEEEEE;
    font-size:small;
    font-weight:bold;
    padding: 5px 5px 5px 5px;
}

.titleRow
{
    float:left;
    width:100%;
    margin-bottom:.5em;
    position:relative;
    z-index: 1;
}

.title2
{
    width: 100%;
    background-color:#EEEEEE;
    font-size:small;
    text-align:left;
    font-weight:bold;
    padding: 5px 0px 5px 5px;
    clear:both;
    margin-bottom: .5em;
}

.entryGroup
{
    float:left;
    width:100%;
    margin-bottom:.5em;
    clear: both;
}

.entryGroupExpand
{
    float:left;
    margin-bottom:.5em;
    clear: both;
}

.entryGroupRight
{
    float:right;
    margin-bottom:.5em;
    margin-right: 2em;
    clear: none;
    text-align: right;
}

.entryGroup2
{
    padding-bottom: 2em;
    clear:both;
}

.entry
{
    float:left;
    width: 48%;
    font-size:0.8em;
}

.entryShort
{
    float:left;
    width: 27em;
    font-size:0.8em;
}

.entryGroup3
{
    overflow: hidden;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: .5em;
    margin-bottom: .5em;
    float:left;
    width:100%;
    clear: both;
}

.entryGroupCentered
{
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

.entryThirds
{
    float:left;
    width: 36%;
}

.entryFull
{
    float:left;
    width: 98%;
    font-size:0.8em;
}

.entryReport
{
    clear: both;
    width: 100px;
    margin-left:auto;
    margin-right:auto;
    font-size:0.8em;
    margin-top:10px;
    margin-bottom:10px;
}

.entry:first-child
{
    margin-right:2%;
}

.inputArea
{
    float:left;
    padding-left:0.5em;
}

.addDetail
{
    float:right;
    right:0;
    padding-right:5em;
}

/***************************
 Input button styles
***************************/
input.button1, div.button1
{
    background-color: #5D7CB2;
    border: 1px solid #336699;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: White;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    padding: 3px 5px;
    margin-bottom:5px;
    margin-top:5px;
}

input.button1:hover, div.button1:hover {
   background-color: #88bbee;
}

input.button1[disabled]
{
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: White;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    cursor: hand;
    padding: 3px 5px;
    margin-bottom:5px;
    margin-top:5px;
}

input.button1disabled, div.button1.disabled, input.button1[disabled]
{
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: White;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    cursor: default;
    padding: 3px 5px;
    margin-bottom:5px;
    margin-top:5px;
}

input.button1disabled { margin: 2px 4px 2px 2px; }

input.button2
{
    background-color: #878787;
    border: 1px solid #336699;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: White;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    padding: 3px 5px;
    margin-bottom:5px;
    margin-top:5px;
}

input.button2:hover {
   background-color: #A0A0A0;
}

input.button3, div.button3
{
    background-color: #5D7CB2;
    border: 1px solid #336699;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: White;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    padding: 3px 5px;
    margin-left: 1em;
    margin-bottom:5px;
    margin-top:5px;
}

input.button3:hover, div.button1:hover {
   background-color: #88bbee;
}

input.button3[disabled]
{
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: White;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    cursor: default;
    margin-left: 1em;
    padding: 3px 5px;
    margin-bottom:5px;
    margin-top:5px;
}

input.button3disabled, div.button3.disabled
{
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: White;
    text-align: center;
    vertical-align:middle;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    cursor: hand;
    height:18px;
    margin-bottom:5px;
    margin-top:5px;
}
/***************************
 Custom elements
***************************/
.date
{
    width:20em;
}

.date2
{
    width:24.7em;
}

.date3
{
    width:12em;
}

.date4
{
    width:10em;
}

.date5
{
    width:24.4em;
}

.underline
{
    text-decoration:underline;
}

.pointer
{
    cursor: pointer;
}

.showClass
{
    visibility:visible;
}

.showClass2
{
    display: inline-block;
}

.hideClass
{
    visibility:hidden;
}

.hideClass2
{
    display: none;
}

.top
{
    position:relative;
    z-index:997 !important;
}

.bottom
{
    position:relative;
    z-index:1;
}

.center
{
    text-align:center;
}

.centerBlock
{
    margin:auto;
}

.accountButton
{
    margin-top: -3px !important;
}

.left
{
    text-align: left;
}

.noPaddingTop
{    
    padding-top:0em !important;
}

.imageLower
{
    vertical-align:text-bottom;
}
.inline
{
    display:inline;
}
.editTrigger
{
    background: transparent url(img/grid_edit.png) no-repeat scroll 0 0;
    width: 16px;
    height: 16px;
    color:transparent; /* Verify this works in IE */
    cursor:pointer;
}

.editTriggerRequired
{
    background: transparent url(img/grid_edit_required.png) no-repeat scroll 0 0;
    width: 16px;
    height: 16px;
    color:transparent; /* Verify this works in IE */
    cursor:pointer;
}

.dropDownMultiSelect
{
    text-decoration:underline;
    cursor:pointer;
}

.selectionText
{
    text-decoration:underline;
    cursor:pointer;
}

.modalBackground
{
    background-color:#ffffff;
    opacity:0.7;
    filter:alpha(opacity=70);
}

.modalPopup
{
    background-color:#fff;
    border:solid 3px #ccc;
    padding:5px;
    width:580px;
    height:500px;
}

.mapFrame
{
    width:520px;
    height:420px;
}

.popupDiv
{
    float:left;
    margin-left:20px;
    margin-right:20px;
    text-align:center;
}

.geologyPanel
{
    width:900px;
}

.geologyGrid
{
    height:275px;
    width:100%;
    border:solid 1px black;
    overflow:auto;
}

.geologyGrid .gridHeader
{
    padding: 6px 6px 6px 6px;
    border:solid 1px black;
    background-color:#EEEEEE;
    font-size:small;
    font-weight:bold;
    text-align:center;
}

.geologyGrid .gridAdd
{
    padding: 6px 6px 6px 6px;
    background-color:#FFE7BC;
    border:solid 1px black;
    font-size:1em;
    text-align:center;
}

.geologyGrid .gridAddCell1
{
    padding: 6px 6px 6px 6px;
    background-color:#FFE7BC;
    border:solid 1px black;
    font-size:1em;
    text-align:center;
    width:12.5em;
}

.geologyGrid .gridElement
{
    padding: 6px 6px 6px 6px;
    background-color:#FFFFFF;
    border:solid 1px black;	
    font-size:1em;
    text-align:center;
}

.geologyGrid .gridAltElement
{
    padding: 6px 6px 6px 6px;
    background-color:#D6E2F6;	
    border:solid 1px black;
    font-size:1em;
    text-align:center;
}

.geologyGrid .gridFooter
{
    padding: 6px 6px 6px 6px;
    background-color:#EEFFEE;
    border:solid 1px black;
    font-size:1em;
    text-align:center;
}

.geologyGrid .cell1
{
    width:120px;
}

.geologyGrid .cell2
{
    width:16em;
    padding: 6px 0px 6px 0px;	
}

.geologyGrid .gridHeaderAction
{
    width:14em;
    padding: 6px 0px 6px 0px;
    border:solid 1px black;
    background-color:#EEEEEE;
    font-size:small;
    font-weight:bold;
    text-align:center;
}

.geologyGrid .cell3
{
    width:120px;
}

.geologyGrid .cell4
{
    width:80px;
}

.geologyGrid .cell5
{
    width:80px;
}

.geologyGrid .noMargin
{
    margin:0px 0px 0px 0px;
}

.geologyGrid input.button1
{
    margin:0px 0px 0px 0px;
} 

.geologyGrid input.button1[disabled] 
{
    margin:0px 0px 0px 0px;
}


.pluggingPanel
{
    width:814px;
}

.pluggingGrid
{
    height:275px;
    width:100%;
    border-width:1px;
    border-style:solid;
    border-color:Black;
    overflow:auto;
}

.pluggingGrid .gridHeader
{
    padding: 6px 6px 6px 6px;
    background-color:#EEEEEE;
    border:solid 1px black;
    font-size:small;
    font-weight:bold;
    text-align:center;
}

.pluggingGrid .gridAdd
{
    padding: 6px 6px 6px 6px;
    background-color:#FFE7BC;
    border:solid 1px black;
    font-size:small;
    text-align:center;
}

.pluggingGrid .gridElement
{
    padding: 6px 6px 6px 6px;
    background-color:#FFFFFF;
    border:solid 1px black;
    font-size:small;
    text-align:center;
}

.pluggingGrid .gridAltElement
{
    padding: 6px 6px 6px 6px;
    background-color:#D6E2F6;
    border:solid 1px black;
    font-size:small;
    text-align:center;
}

.pluggingGrid .cell1
{
    width:240px;
}

.pluggingGrid .cell3
{
    width:80px;
}

.pluggingGrid .cell4
{
    width:180px;
}

.pluggingGrid .gridFooter
{
    padding: 6px 6px 6px 6px;
    background-color:#EEFFEE;
    border:solid 1px black;
    font-size:small;
    text-align:center;
}

.pluggingGrid .noMargin
{
    margin:0px 0px 0px 0px;
}

userPanel
{
    width:800px;
}

.userGrid
{
    width:100%;
    border-width:0px;
    border-style:solid;
    border-color:Black;
}

.userGrid .gridHeader
{
    padding: 6px 6px 6px 6px;
    background-color:#EEEEEE;
    border:solid 1px black;
    font-size:small;
    font-weight:bold;
    text-align:center;
}

.userGrid .cell1, .userGrid .cell2, .userGrid .cell3
{
    width:200px;
}

.userGrid .cell4
{
    width:100px;
}

.userGrid .cell5
{
    width:150px;
}

.userGrid .gridElement
{
    padding: 6px 6px 6px 6px;
    background-color:#FFFFFF;
    border:solid 1px black;
    font-size:small;
    text-align:left;
}

.userGrid .gridAltElement
{
    padding: 6px 6px 6px 6px;
    background-color:#D6E2F6;
    border:solid 1px black;
    font-size:small;
    text-align:left;
}

.basicPanel
{
    width:750px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.basicGrid
{
    width:100%;
    border-width:0px;
    border-style:solid;
    border-color:Black;
    overflow:auto;
    margin-top: 10px;
}

.scrollableGrid
{
    width:100%;
    border-width:0px;
    border-style:solid;
    border-color:Black;
    overflow-x:auto;
    overflow-y:auto;
    margin-top: 10px;
}

.scrollableGrid2
{
    width:100%;
    border-width:0px;
    border-style:solid;
    border-color:Black;
    overflow-x:auto;
    overflow-y:scroll;
    margin-top: 10px;
    max-height: 200px;
    height: expression( this.scrollHeight > 200 ? "300px" : "auto" ); /* for IE */
}

.basicGrid .gridHeader
{
    padding: 6px 6px 6px 6px;
    background-color:#EEEEEE;
    border:solid 1px black;
    font-size:small;
    font-weight:bold;
    text-align:center;
}

.basicGrid .gridElement
{
    padding: 6px 6px 6px 6px;
    background-color:#FFFFFF;
    font-size:small;
    border:solid 1px black;
    text-align:left;
}

.basicGrid .gridAltElement
{
    padding: 6px 6px 6px 6px;
    background-color:#D6E2F6;
    border:solid 1px black;
    font-size:small;
    text-align:left;
}

.basicGrid .gridAdd
{
    padding: 6px 6px 6px 6px;
    background-color:#FFE7BC;
    border:solid 1px black;
    font-size:small;
}

.basicGrid .labelCell
{
    width:100px;
    border: 0;
}

.basicGrid .valueCell
{
    width:200px;
    border: 0;
}
.basicGrid .cell2
{
    width:20px;
}

.basicGrid .cell3
{
    width:200px;
}

.basicGrid .descCell
{
    width:500px;
}

.basicGrid .actionCell
{
    width:120px;
}

.equipmentItemTable
{
    
    padding-bottom:10px;
    width:100%;
    text-align:right;
}
.statsGrid
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.statsGrid td
{
    padding: 2px 10px 2px 10px;
}

.statsArea
{
    width: 40%;
    font-size:0.8em;
    margin-left: auto ;
    margin-right: auto ;
    padding-bottom: 5px;
}

.statsTextbox
{
    max-width:8em;
    padding-left:0.5em;
    padding-right:0.5em;
}

.statsDropDown
{
    min-width:13.3em;
}

.documentGrid
{
    width:100%;
    border-width:0px;
    border-style:solid;
    border-color:Black;
    overflow:auto;
    margin-top: 10px;
}

.documentGrid .gridHeader
{
    padding: 6px 6px 6px 6px;
    background-color:#EEEEEE;
    border:solid 1px #000;
    font-size:small;
    font-weight:bold;
    text-align:center;
}

.documentGrid .gridElementGroup
{
    padding: 6px 6px 6px 6px;
    background-color:#DDDDDD;
    border:solid 1px #000;
    font-size:small;
    text-align:left;
}

.documentGrid .gridElementLink
{
    padding: 6px 6px 6px 6px;
    background-color:#FFFFFF;
    border:solid 1px #000;
    font-size:small;
    text-align:left;
}
.hardBreak
{
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
word-break: break-all;

}
/***************************
 Input elements
***************************/
.entryLabel
{
    width:153px;
    float:left;
    text-align:left;
}
.entryLabelNarrow
{
    width:70px;
    float:left;
    text-align:center;
 }
.entryCtrl
{
    float:left;
}

.label1
{
    float:left;
    min-width:7.5em;
    padding-left:0.5em;
    padding-right:0.5em;
}

.label2
{
    min-width:6.5em;
    padding-left:1em;
    padding-right:0.2em;
}

.label2_noRightPadding
{
    min-width:6.5em;
    padding-left:1em;
    padding-right:0em;
}

.label3
{
    float:left;
    min-width:9.5em;
    padding-left:0.5em;
    padding-right:0.5em;
}

.label4
{
    float:left;
    min-width:16em;
    padding-left:0.5em;
    padding-right:0.5em;
}

.label5
{
    float:left;
    min-width:10em;
    padding-left:0.5em;
    padding-right:0.5em;
}

.label6
{
    float:left;
    min-width:7em;
    margin-left:3em;
    padding-left:0.5em;
    padding-right:0.5em;
}

.label7
{
    float:left;
    min-width:9em;
    margin-left:2.6em;
    padding-left:0.5em;
    padding-right:0.5em;
}

.label8
{
    float:left;
    min-width:10.5em;
    padding-left:0.5em;
    padding-right:0.5em;
}

.label9
{
    float:left;
    max-width:7.5em;
    padding-right:0.5em;
}

.label10
{
    float:left;
    min-width:4em;
    max-width:7.5em;
    padding-left:0.5em;
    padding-right:0.5em;
}

.label11
{
    float:left;
    min-width:11em;
    padding-left:0.5em;
    padding-right:0.5em;
}

.label12
{
    float:left;
    max-width:6em;
    padding-left:0.5em;
    padding-right:0.5em;
}

.label13
{
    float:left;
    min-width:13em;
    padding-left:0.5em;
    padding-right:0.5em;
}

.label14
{
    float:left;
    min-width:6em;
    padding-left:0.5em;
    padding-right:0.5em;
}

.label15
{
    min-width:35em;
    padding-left:0.5em;
    padding-right:0.5em;
    padding-top:0.5em;
    padding-bottom:0.5em;
}

.label16_1
{
    float:left;
    min-width:8em;
    padding-left:0.5em;
    padding-right:0.5em;
}

.label16
{
    float:left;
    min-width:9em;
    padding-left:0.5em;
    padding-right:0.5em;
}

.label17
{
    float:left;
    min-width:11.5em;
    padding-left:0.5em;
    padding-right:0.5em;
}

.label18
{
    float:left;
    min-width:18.2em;
    padding-left:0.5em;
    padding-right:0.5em;
}

.label19
{
    float:left;
    padding-left:0.5em;
    padding-right:0.5em;
}

.label20
{
    float:left;
    min-width:14.25em;
    padding-left:0.5em;
    padding-right:0.5em;
}
.label21
{
    float:left;
    min-width:6em;
    padding-right:0.5em;
}
.label22
{
    float:left;
    min-width:12em;
    padding-right:0.5em;
}

.checkBox
{
    padding-left:1em;
    padding-right:0.5em;
}

.checkBox2
{
    padding-left:1em;
    padding-right:0.5em;
    margin-left:0.5em;
}

.checkBox3
{
    padding-left:1em;
    padding-right:0em;
}

.checkBox4
{
    padding-left:1em;
    padding-right:0.5em;
    margin-left:0.5em;
    margin-top:1em;
    margin-bottom:1em;
}

.checkBox5
{
    padding-right:2em;
    margin-top:1em;
    margin-bottom:1em;
}

.checkBox5 input
{
    margin-right:0.5em;
}

.textBox1
{
    width:20em;
}

.textBox2
{
    width:5em;
}

.textBox3
{
    width:4.6em;
}

.textBox4
{
    width:4.2em;
}

.textBox5
{
    width:8em;
}

.textBox6
{
    width:35em;
}

.textBox7
{
    width:3em;
}

.textBox8
{
    width:6em;
}

.textBox9
{
    width:7em;
}

.textBox10
{
    width:5.8em;
}

.textBox11
{
    width:4.7em;
    z-index:100 !important;
}

.textBox12
{
    width:26em;
}

.textBox13
{
    width:12em;
}

.textBox14
{
    width:20em;
}

.textBox15
{
    width:10em;
}

.textBox17
{
    width: 6.5em;
}

.textBox18
{
    width:25.7em;
}

.textBox19
{
    width:13em;
}

.textBox20
{
    width:7.2em;
}

.textBox21
{
    width:27.5em;
}

.textBox22
{
    width:21.1em;
}

.textBox23
{
    width:20.9em;
}

.textBox24
{
    width:22em;
}

.textBox25
{
    width:9.5em;
}

.textBox26
{
    width:19.7em;
}

.textBox27
{
    width: 8.8em;
    float: left;
}
.textBox28
{
    width: 18em;
}
.textBox29
{
    width: 17.5em;
}

.textBoxMultiLine
{
    min-width:35em;
    height:3.5em;
}

.textBoxMultiLineFullRow
{
    width:80em;
    height:3.5em;
}

.textBoxMultiLineFullRow2
{
    width:78em;
    height:3.5em;
}

.textBoxMultiLineFullRow3
{
    width:71.5em;
    height:3.5em;
}

.textBoxMultiLineFullRow4
{
    width:72.5em;
    height:3.5em;
    margin-bottom: 1em;
}

.textBoxMultiLineFullRow5
{
    width:67.5em;
    height:3.5em;
}

.textBoxMultiLineLarge
{
    width:80em;
    height:24em;
}

.textBoxMultiLineLarge2
{
    width:38.5em;
    height:14em;
}

.textBoxMultiSelectListBox
{
    height:8em;
    width:20em;
}

.dropDown1
{
    width:21em;
    z-index:100 !important;
    position: relative;
}

.dropDown2
{
    width:10em;
    z-index:100 !important;
    position: relative;
}

.dropDown3
{
    width:8em;
    z-index:100 !important;
    position: relative;
}

.dropDown4
{
    width:6em;
    z-index: 100;
    position: relative;
}

.dropDown4point1
{
    width:7em;
    z-index: 100;
    position: relative;
}

.dropDown5
{
    width:14em;
    z-index: 100;
    position: relative;
}

.dropDown6
{
    width:9.5em;
    z-index: 100;
    position: relative;
}

.dropDown6point5
{
    width:18em;
    z-index: 100;
    position: relative;
}

.dropDown7
{
    width:27.8em;
    z-index: 100 !important;
    position: relative;
}

.dropDown8
{
    width:26.5em;
    z-index: 100;
    position: relative;
}

.dropDown9
{
    width:15.5em;
    z-index: 100;
    position: relative;
}

.dropDown10
{
    width:12.5em;
    z-index: 100;
    position: relative;
}

.dropDown11
{
    width:11em;
    z-index: 100;
    position: relative;
}

.dropDown12
{
    width:12em;
    z-index: 100;
    position: relative;
}

.dropDown13
{
    width:20em;
    z-index: 100;
    position: relative;
}

.dropDown14
{
    width:26em;
    z-index: 100;
    position: relative;
}

.dropDown15
{
    width:22.3em;
    z-index: 100;
    position: relative;
}

.dropDown16
{
    width:7.3em;
}

.dropDown17
{
    width:19.3em;
}

.dropDown18
{
    width:24.8em;
}

.dropDown19
{
    width:28em;
}

.dropDown20
{
    width:22.2em;
}

.dropDown21
{
    width:7.4em;
}

.dropDown22
{
    width:20.2em;
    z-index:100 !important;
    position: relative;
}

.dropDown23
{
    width:14.6em;
    z-index:100 !important;
    position: relative;
}
.dropDown24
{
    width:5em;
    z-index: 100;
    position: relative;
}

.locationDropDown, .groupHeadingDropDown, .linkTypeDropDown 
{
    z-index: 5000 !important;
}


.listBox1 {
    width: 34em;
    height: 20em;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: inherit;
}

.listBox2
{
    width:34em;
    height:13em;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    position:inherit;

}

.listBox3
{
    width:29em;
    height:13em;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    position:inherit;

}

.listBox4
{
    width:34em;
    height:17em;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    position:inherit;

}

.bottomPad
{    
    padding-bottom: 2px;
}

.drillingLink
{
    margin-left:0.5em;
}

.remarksTextBox
{
    min-width:20em;
    height:1.5em;
}

.deleteReasonTextBox
{
    min-width:24em;
    height:5.0em;
}

.optionPanel
{
    width:400px;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
}
.optionButton
{
    margin-top:6px;
}
.helpArea
{
    float:left;
    color:Gray;
    margin-left:4em;
    padding:0.5em;
}

.helpArea2
{
    font-size:smaller;
    float:left;
    text-align:center;
    color:Gray;
    margin-left:4em;
    padding:0.6em;
}

.enteredByLabel
{
    margin-right:20em;    
}

/**********************************
** Validation Overriding Classes **
***********************************/
.error{
    border: 1px solid #FF9898;
    background-color:#FCD7DC;
    z-index: 998;
}

.message{
    border: 1px solid #FF9898;
    background-color:#FCD7DC;
    opacity:0.90;
    z-index:998;
    margin-left:5px;
    position:absolute;
    display:none;
}

.messageBelow{
    border: 1px solid #FF9898;
    background-color:#FCD7DC;
    opacity:0.85;
    z-index:998;
    margin-left:0px;
    margin-top:24px;
    position:absolute;
}

.messageBelowCenter{
    border: 1px solid #FF9898;
    background-color:#FCD7DC;
    opacity:0.85;
    z-index:998;
    margin-left:0px;
    margin-top:24px;
    position:absolute;
    text-align:center;
}

.messageRight{
    border: 1px solid #FF9898;
    background-color:#FCD7DC;
    opacity:0.85;
    z-index:998;
    margin-left:0px;
    margin-top:0px;
    position:absolute;
    text-align:right;
}

.messageRightWithPadding
{
    border: 1px solid #FF9898;
    background-color:#FCD7DC;
    opacity:0.85;
    z-index:1000;
    margin-left:0px;
    margin-top:-1px;
    position:absolute;
}

.messageNoObscure
{
    border: 1px solid #FF9898;
    background-color:#FCD7DC;
    opacity:0.85;
    z-index:1998;
    margin-left: 1em;
    margin-top:1.2em;
    position:absolute;
    text-align:right;
}

.messageArea
{
    display:block;
    position:relative;
    white-space: pre;
    margin-left:1.8em;
    z-index: 100;
    font-size:0.9em;
    font-family:Verdana,"Bitstream Vera Sans","DejaVu Sans",Tahoma,Geneva,Arial,Sans-serif;
    width: 95%;
}

/* Messaging */
.appMsg {background-color:#FFEEB9;line-height:1.5em;padding-left:0.5em;padding-top:.75em;padding-bottom:.75em;clear:both;}
.appMsg a.close {float:right;padding-right:1em;cursor: pointer;}
.appMsg p {padding-left:1.95em;}
.appMsg p.frst {padding-left:0; display:inline;}



/* Error Page */
.unhandledError {background:#FFEEB9;display:block;margin:1em;padding:0.5em;}
.unhandledError:first-line {font-weight:bold;line-height:2em;color:#FF0000;font-size:1.2em;}

/* Login stuff */
.login input[type='checkbox']{
    margin: 0 0.5em 0.5em 3em;
}

.login table td {
    padding: 0.25em;
}

.loginEntry
{
    width:17em;
}

.loginLinks
{
    margin-bottom:10px;
}

.box
{
    width:100%;
    margin-bottom:1.5em;
    background:#fff url(img/box_left.gif) repeat-y left top;
}
.boxNoBackground
{
    width:100%;
    margin:1.5em auto;
}
.boxTop
{
    width:100%;
    height:20px;
    background:url(img/box_top.gif) no-repeat left top;
}
.boxTop span
{
    display:block;
    position:relative;
    height:20px;
    background:url(img/box_top_right.gif) no-repeat right top;
}
.boxCenterContent
{
    position:relative;
    background:url(img/box_right.gif) repeat-y right top;
    padding:0px 10px;
    margin:-9px 0 -50px 0;
}
.boxCenterContent ul
{
    font-family: Verdana,"Bitstream Vera Sans","DejaVu Sans",Tahoma,Geneva,Arial,Sans-serif;
    font-size: 10pt;
    color:Black;
    line-height: 1em;
}
.boxBottom
{
    width:100%;
    height:60px;
    background:url(img/box_bottom.gif) no-repeat left bottom;
    position:relative;
    z-index:1;
}

.boxBottom span
{
    display:block;
    position:relative;
    height:60px;
    background:url(img/box_bottom_right.gif) no-repeat right top;    
    z-index:1;
}

.marginBottom
{
    margin-bottom:1em;
}

.loginTitle
{
    float:left;
    width: 96%;
    background-color:#EEEEEE;
    font-size:small;
    font-weight:bold;
    padding: 5px 5px 5px 5px;
}

.ui-dialog-titlebar, .headingBlue
{
    background-color:#CEE3F6;
    font-size:small;
    font-weight:bold;
    padding: 5px;
}

.searchHeader
{
    height: 14px;
    background-color:#F2F5A9;
    font-size:small;
    font-weight:bold;
    padding: 5px;
}

.leftFloat
{
    float:left;
    clear:none;
}

.rightFloat
{
    padding-right:12px;
    float:right;
    clear:none;
}
.rightFloat2
{
    float:right;
    clear:none;
}

.rightFloatWW /* this is overridden later for IE 6 and IE 7*/
{
    padding-right:12px;
    float:right;
    clear:none;
}

.rightMargin
{
    padding-right:300px;
}

.loginTitle4
{
    float:right;
    width: 150px;
    height: 14px;
    background-color:#F2F5A9;
    font-size:small;
    font-weight:bold;
    padding: 5px 5px 5px 5px;
}

.loginTitle5
{
    background-color:#EEEEEE;
    font-size:small;
    font-weight:bold;
    padding: 5px;
    text-align:center;
}

.loginSearch, .welcome
{
    border:solid 1px #D6D8D9;
    margin-top: 1.5em;
    margin-bottom: 1em;
    overflow: auto;
    max-width: 1000px; /* Don't let it get too big...the columns separate too much */
}

.welcomeReport {
    border: solid 1px #D6D8D9;
    margin-top: 1.5em;
    margin-bottom: 1em;
    overflow: auto;
}

.topMargin
{
    margin-top: 1.5em;
}

.smaller
{
    font-size: 0.8em;
}

.welcomeText
{
    padding:5px;
    font-family: Verdana,"Bitstream Vera Sans","DejaVu Sans",Tahoma,Geneva,Arial,Sans-serif;
    font-size: 11pt;
    color:Black;
    line-height: 1.5em;
}

.loginSearchArea
{
    padding: 5px;
    font-family: Verdana,"Bitstream Vera Sans","DejaVu Sans",Tahoma,Geneva,Arial,Sans-serif;
    color:Black;
}

.leftNav
{
    width: 17em;
    float: left;
    padding-right:20px;
}

.rightContent
{
    width:725px;
    float:right;
}
.underline
{
    text-decoration: underline;
    cursor:pointer;
}

.submitSelectors
{
    margin-left:4em;
    font-weight:bold;
    line-height: 1.5em;
}

.drillingRecordEnteredCheckbox
{
    margin-left:2em;
    font-weight:normal;
}

.normal
{
    font-weight:normal;
}

.wellIdArea
{
    margin-left:4em;
    font-weight:normal;
}

.wellIdText
{
    font-style:italic;
    color:Gray;
}
.noResultsLabel
{
    background:#FFE6C7;
    border: solid 1px #E3DDA0;
    padding: 1em 3em 1em 3em;
}

.marginRight
{
    margin-left:1em;
}

.searchCriteria
{
    width:100%;
    border-width:1px;
    border-style:solid;
    border-color:Black;
    margin-left: auto ;
    margin-right: auto ;
    overflow:auto;
    overflow-x: hidden;
    margin-top:10px;
}

.searchResultsGrid
{
    height:100%;
    min-width: 720px;
    max-width:100%;
    overflow:auto;
    margin-left: auto ;
    margin-right: auto ;
    margin-top:10px;
}

.searchResultsGrid .gridHeader
{
    padding: 6px 6px 6px 6px;
    background-color:#D6D8D9;
    border: solid 1px black;
    font-size:smaller;
    font-weight:bold;
    text-align:center;
}

.searchResultsGrid .gridElement
{
    padding: 6px 6px 6px 6px;
    background-color:#FFFFFF;
    border: solid 1px black;
    font-size:smaller;
    text-align:center;
}

.searchResultsGrid .gridAltElement
{
    padding: 6px 6px 6px 6px;
    background-color:#D6E2F6;
    border: solid 1px black;
    font-size:smaller;
    text-align:center;
}

.searchResultsGrid .cell1
{
    width:300px;
}

.searchResultsGrid .cell2
{
    width:200px;
}

.searchResultsGrid .gridBusinessName
{
    width:150px;
}

.searchResultsGrid .gridWellAddress
{
    width:150px;
}

.searchTitle
{
    float:left;
    width: 100%;
    height: 14px;
    background-color:#F2F5A9;
    font-size:small;
    font-weight:bold;
    padding: 5px 5px 5px 5px;
    margin-bottom: 10px;
}

.addNewArea
{
    font-weight:normal;
    margin-left:4em;
}

.tooltip span {display:none; padding:2px 3px; margin-left:8px; z-index: 1000;}
.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c; z-index: 1000;}


/*#bannerLeft { background: url(img/s.png) no-repeat top left; width: 585px; height:60px; background-position: 0 -0px;}*/
/*#bannerRight { background: url(img/s.png) no-repeat top left; width: 150px; height:60px; background-position: 0 -110px;}*/
.bg_button_left { background: url(img/s.png) no-repeat top left; width: 300px; height:48px; background-position: 0 -220px;}
.bg_button_right { background: url(img/s.png) no-repeat top left; width: 18px; height:48px; background-position: 0 -318px;}
.close { background: url(img/s.png) no-repeat top left; width: 16px; height:16px; background-position: 0 -416px;}
.control_play { background: url(img/s.png) no-repeat top left; width: 16px; height:16px; background-position: 0 -482px;}
/*.warningIcon { background: url(img/s.png) no-repeat top left; width: 16px; height:16px; background-position: 0 -550px;}*/
.errorIcon, .exclamation { background: url(img/s.png) no-repeat top left; width: 16px; height:16px; background-position: 0 -614px;}
.find { background: url(img/s.png) no-repeat top left; width: 16px; height:16px; background-position: 0 -680px;}
.editTrigger, .grid_edit { background: url(img/s.png) no-repeat top left; width: 16px; height:16px; background-position: 0 -746px;}
.editTriggerRequired, .grid_edit_required { background: url(img/s.png) no-repeat top left; width: 16px; height:16px; background-position: 0 -812px;}
.help { background: url(img/s.png) no-repeat top left; width: 16px; height:16px; background-position: 0 -878px;}
.home, .house { background: url(img/s.png) no-repeat top left; width: 16px; height:16px; background-position: 0 -944px;}
.warn, .infoIcon, .information { background: url(img/s.png) no-repeat top left; width: 16px; height:16px; background-position: 0 -1010px;}
.tab_ear { background: url(img/s.png) no-repeat top left; width: 16px; height:12px; background-position: 0 -1076px;}
.tab_ear_error { background: url(img/s.png) no-repeat top left; width: 16px; height:12px; background-position: 0 -1138px;}

.logoutTopText
{
    margin-top:200px;
}

.logoutMiddleText
{
    margin-top:10px;
}

.logoutBottomText
{
    margin-top:20px;
    margin-bottom:150px;
}

.togglePdfSelect
{
    text-decoration:underline;
    cursor:pointer;
    float:left;
    margin-top:10px;
    margin-bottom:10px;
    /*margin-left:100px;*/
    clear: both;
}

.viewPrintSelectedPdf
{
    cursor:pointer;
    margin: 10px 0 10px 700px;
    text-align: right;
}

.togglePdfSelectTop
{
    text-decoration:underline;
    cursor:pointer;
    float:left;
    margin-top:7px !important;
	margin-left:3px !important;
    clear: both;
}

.togglePdfSelectAdv
{
    text-decoration:underline;
    cursor:pointer;
    float:left;
    margin-top:10px;
    margin-bottom:10px;
    clear: both;
}

.viewPrintSelectedPdfAdv
{
    cursor:pointer;
    float:right;
    margin-top:10px;
    margin-bottom:10px;
    /*margin-right: 100px;*/
    text-align: right;
}

.printReprintLinks
{
    text-decoration:underline;
    font-weight:normal;
    cursor:pointer;
    float:right;
    margin-right: 10px;
    text-align: right;
    font-family: Verdana,"Bitstream Vera Sans","DejaVu Sans",Tahoma,Geneva,Arial,Sans-serif;
    font-size: 9pt;
}

.togglePdfSelectPrint
{
    text-decoration:underline;
    cursor:pointer;
    float:left;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:0px;
    clear: both;
}

.printPrintSelected
{
    cursor:pointer;
    float:right;
    margin: 10px 10px 10px 0px;
    text-align: right;
}

.clearPrintSelected
{
    cursor:pointer;
    float:right;
    margin: 10px 10px 10px 0px;
    text-align: right;
}

.tableAlign
{
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.tableAlign td
{
    padding: 2px 5px 2px 5px;
}

.tableContentsRequired
{
    float:left;
    margin-left:5px;
    margin-top:10px;
    margin-bottom:10px;
    font-weight:bold;
}

.requiredLabel
{
    font-weight:bold;
}

.tableContents
{
    float:left;
    margin-left:5px;
    margin-top:10px;
    margin-bottom:10px;
    margin-right:5px;
}

.strong
{
    font-weight:bold;
}

.large
{
    font-size:x-large;
}

.successMessage
{
    color:Green;
}

.labelAlign
{
    float:left;
    margin-left:30px;
    margin-right:30px;
    margin-top:5px;
    margin-bottom:10px;
    text-align:center;
}

.emailDays
{
    margin-top:5px;
    margin-bottom:5px;
}

.indentLeft
{
    margin-left:20em;
}

.marginTop
{
    margin-top: 1em;
}

.bulletList li
{
    list-style-type: circle;
}

.padTopBottom
{
    padding-bottom:0.5em;
    padding-top:0.5em;
}

.menuText
{
    color:White;
    padding-left:0em;
}

div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

input.file {
    position: relative;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

.success
{
    color:Green;
}

.fail
{
    color:Red;
}

.errorHeader
{
    cursor:pointer;
}

.checkGroup
{
    width:20em;
}

.checkHeader
{
     margin-left:auto;
     margin-right:auto;
     width:170px;
}

.listboxHeader
{
    float:left;
    width:99%;
    background-color:#EEEEEE;
    font-size:small;
    font-weight:bold;
    padding: 5px 0px 5px 5px;
}

.map
{
    position:relative;
    width:850px;
    height:450px;
}

.mapTitle.help
{
    float: left;
    padding-right: 1em;
}

.mapPopup .button1
{
    float:right;
}

.mapPopup #done.button1
{
    margin-left: 5px;
    margin-right: 25px;
}

.mapPopup #infoArea
{
    display: block;
    max-width: 650px;
    float: left;
    background-color: #FFE6C7;
    margin-top:5px;
}

.ui-widget .mapPopup
{
    font-size: 0.9em;
    padding-top: 0em;
    padding-bottom: 0em;
}

.mapPopup #messages
{
    width: 850px;
    padding: 1px 0em 1px 0em;
    margin: 0;
    border: 0 none;
}

.mapPopup #infoArea table th
{
    min-width: 8em;
    padding:2px;
}

.mapPopup #infoArea table tr.current
{
    line-height: 1.5em;
    text-align:left;
}

.mapPopup #infoArea table tr.current td
{
    padding:2px;
}
.mapPopup #infoArea table tr.revised
{
    line-height: 1.5em;
    text-align:left;
}

.mapPopup #infoArea table tr.revised td
{
    padding:2px;
}
.mapPopup #messages span.warn
{
    margin-left: 1em;
}

.mapPopup .info span.exclamation,.mapPopup .info span.warn
{
    display: inline-block;
    margin-right: 0.5em;
}

.mapPopup .info
{
    text-align: left;
}

.mapPopup table
{
    font-size: 1em;
}

.mapTitle.centroid
{
    float:right;
}

.handCursor
{
    cursor: hand;
}

.waitCursor
{
    cursor: wait;
}

a:link.greylink, a:visited.greylink, a:active.greylink, a:hover.greylink
{
    color:#999999;
}

a:link.bluelink, a:visited.bluelink, a:active.bluelink, a:hover.bluelink
{
    color:#336699;
}

a:link.bluelinkWithPad, a:visited.bluelinkWithPad, a:active.bluelinkWithPad, a:hover.bluelinkWithPad
{
    /* text-align:left; */
    display: inline-block;
    padding:3px 0 3px 0;
    color:#336699;
    position:relative;
    z-index:1000;
}


.smallgrey
{
    color:#999999;
    font-size:x-small;
}

.mediumgrey
{
    color:#999999;
    font-size:small;
}

.blue
{
    color:#336699;
}

.bluehyperlink
{
    color:#336699;
    text-decoration: underline;
    cursor:pointer;
}

.logSearchPanel
{
    width:16em;
    height:4em;
    border-width:1px;
    background-color:#CEDBF2;
    border-style:solid;
    border-color:Black;
    padding-left:1em;
    position: absolute;
    top: 40;
    z-index: 1000;
    margin-left:0px;
    margin-bottom: 4px;
}

.helpHeader
{
}

.helpHeading
{
    background-color:#CEE3F6;
    font-size:small;
    font-weight:bold;
}

.helpLink
{
}

.xmlBrowseButton {
    font : 8pt verdana;
    color:black;
    background-color:#EEEEEE;
    border-color:black;
    border-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
} 

.pioWarning 
{
    width:32em;
}

.wellUseDetailsAdjustment
{
    vertical-align:top;
    padding-left:5.5px;
}

.wellStatusDetailsAdjustment
{
    vertical-align:top;
}

.wellDetailsSpacer
{
    padding-right:2.9em;
    padding-right:3.2em\9; /* IE8 and below */      
}

#loggerMessages div
{
    height: 7em;
    max-height: 7em;
}

#loggerMessages #header,
#loggerMessages #header div
{
    height: 3em;
    max-height: 3em;
}


#loggerMessages > div > div
{
    display: block;
    float: left;
    width: 8em;
    overflow: hidden;
}

#loggerMessages .li,
#loggerMessages #li,
#loggerMessages .do,
#loggerMessages #do,
#loggerMessages .id,
#loggerMessages #id,
#loggerMessages .re,
#loggerMessages #re,
#loggerMessages .ln,
#loggerMessages #ln,
#loggerMessages .fi,
#loggerMessages #fi,
#loggerMessages .un,
#loggerMessages #un,
#loggerMessages .tn,
#loggerMessages #tn
{
    display:none;
}

#loggerMessages .rm,
#loggerMessages #rm
{
    overflow-y: auto;
    width: 30em;
}

#loggerMessages .eo,
#loggerMessages #eo
{
    overflow-y: auto;
    width: 30em;
}

#loggerMessages .le,
#loggerMessages #le
{
    width: 5em;
}



/* IE6 css fixer v0.8: Tue, 17 Aug 2010 18:36:16 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
* html .ui-dialog .ui-dialog-title,
* html .ui-dialog .ui-dialog-buttonpane button,
* html .ui-tabs .ui-tabs-nav li,
* html .ui-tabs .ui-tabs-nav li a,
* html .ui-datepicker .ui-datepicker-buttonpane button,
* html .tab_ear,
* html .tab_ear_error,
* html #bannerLeft,
* html #bannerRight,
* html #subHeaderLinks,
* html #nav li,
* html #nav li ul a,
* html #breadcrumb div,
* html .help,
* html .helpIcon,
* html .errorIcon,
* html .close,
* html .input,
* html #tab_buttons_editcomparedelete,
* html .leftCol,
* html .rightCol,
* html .title,
* html .titleFullRow,
* html .titleRow,
* html .entryGroup,
* html .entryGroupRight,
* html .entry,
* html .entryShort,
* html .entryGroup3,
* html .entryThirds,
* html .entryFull,
* html .inputArea,
* html .addDetail,
* html .popupDiv,
* html .entryLabel,
* html .entryLabelNarrow,
* html .label1,
* html .label3,
* html .label4,
* html .label5,
* html .label6,
* html .label7,
* html .label8,
* html .label9,
* html .label10,
* html .label11,
* html .label12,
* html .label13,
* html .label14,
* html .label16,
* html .label17,
* html .helpArea,
* html .helpArea2,
* html .appMsg a.close,
* html .loginTitle,
* html .leftFloat,
* html .rightFloat,
* html .loginTitle4,
* html .leftNav,
* html .rightContent,
* html .searchTitle,
* html .togglePdfSelectAdv,
* html .printReprintLinks,
* html .printPrintSelected,
* html .clearPrintSelected,
* html .tableContentsRequired,
* html .tableContents,
* html .listboxHeader,
* html .mapTitle.help,
* html .mapPopup .button1,
* html .mapPopup #infoArea,
* html .mapTitle.centroid,
* html #loggerMessages > div > div,
* html .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, * html .ui-datepicker-multi .ui-datepicker-group, * html .ui-datepicker-rtl .ui-datepicker-buttonpane button, * html .entryCtrl,
* html .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, * html .ui-datepicker-rtl .ui-datepicker-group,
* html .infoIcon, * html .warn,
* html .togglePdfSelect, * html .togglePdfSelectPrint,
* html .viewPrintSelectedPdf, * html .viewPrintSelectedPdfAdv,
* html .tableAlign, * html .labelAlign {display:inline;}

/* add zoom:1 to overflow:hidden */
* html .ui-dialog .ui-dialog-title,
* html .ui-dialog .ui-dialog-buttonpane button,
* html .ui-tabs .ui-tabs-nav li,
* html .ui-tabs .ui-tabs-nav li a,
* html .ui-datepicker .ui-datepicker-buttonpane button,
* html .tab_ear,
* html .tab_ear_error,
* html #bannerLeft,
* html #bannerRight,
* html #subHeaderLinks,
* html #nav li,
* html #nav li ul a,
* html #breadcrumb div,
* html .help,
* html .helpIcon,
* html .errorIcon,
* html .close,
* html .input,
* html #tab_buttons_editcomparedelete,
* html .leftCol,
* html .rightCol,
* html .title,
* html .titleFullRow,
* html .titleRow,
* html .entryGroup,
* html .entryGroupRight,
* html .entry,
* html .entryGroup3,
* html .entryThirds,
* html .entryFull,
* html .inputArea,
* html .addDetail,
* html .popupDiv,
* html .entryLabel,
* html .entryLabelNarrow,
* html .label1,
* html .label3,
* html .label4,
* html .label5,
* html .label6,
* html .label7,
* html .label8,
* html .label9,
* html .label10,
* html .label11,
* html .label12,
* html .label13,
* html .label14,
* html .label16,
* html .label17,
* html .helpArea,
* html .helpArea2,
* html .appMsg a.close,
* html .loginTitle,
* html .leftFloat,
* html .rightFloat,
* html .loginTitle4,
* html .leftNav,
* html .rightContent,
* html .searchTitle,
* html .togglePdfSelectAdv,
* html .printReprintLinks,
* html .printPrintSelected,
* html .clearPrintSelected,
* html .tableContentsRequired,
* html .tableContents,
* html .listboxHeader,
* html .mapTitle.help,
* html .mapPopup .button1,
* html .mapPopup #infoArea,
* html .mapTitle.centroid,
* html #loggerMessages > div > div,
* html .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, * html .ui-datepicker-multi .ui-datepicker-group, * html .ui-datepicker-rtl .ui-datepicker-buttonpane button, * html .entryCtrl,
* html .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, * html .ui-datepicker-rtl .ui-datepicker-group,
* html .infoIcon, * html .warn,
* html .togglePdfSelect, * html .togglePdfSelectPrint,
* html .viewPrintSelectedPdf, * html .viewPrintSelectedPdfAdv,
* html .tableAlign, * html .labelAlign {zoom:1;}

/* fix negative margins */
* html .ui-widget-shadow,
* html .ui-accordion .ui-accordion-header .ui-icon,
* html .ui-accordion .ui-accordion-content,
* html .ui-menu .ui-menu,
* html .ui-menu .ui-menu-item a.ui-state-hover, * html .ui-menu .ui-menu-item a.ui-state-active,
* html .ui-button-icon-only .ui-icon, * html .ui-button-text-icon .ui-icon, * html .ui-button-text-icons .ui-icon, * html .ui-button-icons-only .ui-icon,
* html .ui-button-icon-only .ui-icon,
* html .ui-buttonset .ui-button,
* html .ui-dialog .ui-dialog-titlebar-close,
* html .ui-slider-horizontal .ui-slider-handle,
* html .ui-slider-vertical .ui-slider-handle,
* html .ui-datepicker .ui-datepicker-prev span, * html .ui-datepicker .ui-datepicker-next span,
* html .ui-progressbar .ui-progressbar-value,
* html .tab_ear,
* html .tab_ear_error,
* html button[type].button span, * html button[type=button].button span, * html button[type=reset].button span, * html button[type=submit].button span,
* html body:nth-of-type(1) button[type=button].button span, * html body:nth-of-type(1) button[type=submit].button span, * html body:nth-of-type(1) button[type=reset].button span,
* html button[type=button].button span, * html button[type=reset].button span, * html button[type=submit].button span,
* html .boxCenterContent {position:relative; zoom:1;}

/* add zoom:1 to pos:relative elements */
* html .ui-accordion .ui-accordion-header,
* html .ui-accordion .ui-accordion-content,
* html .ui-button,
* html .ui-dialog .ui-dialog-titlebar,
* html .ui-slider,
* html .ui-tabs,
* html .ui-tabs .ui-tabs-nav li,
* html .ui-datepicker .ui-datepicker-header,
* html .hiddenCasingStatus,
* html .topmost,
* html #doc,
* html #nav, * html #nav ul,
* html #nav li,
* html button[type].button span, * html button[type=button].button span, * html button[type=reset].button span, * html button[type=submit].button span,
* html .titleRow,
* html .top,
* html .bottom,
* html .dropDown1,
* html .dropDown2,
* html .dropDown3,
* html .dropDown4,
* html .dropDown5,
* html .dropDown6,
* html .dropDown7,
* html .dropDown8,
* html .dropDown9,
* html .dropDown10,
* html .dropDown11,
* html .dropDown12,
* html .dropDown13,
* html .dropDown14,
* html .dropDown15,
* html .messageArea,
* html .boxTop span,
* html .boxCenterContent,
* html .boxBottom span,
* html input.file,
* html .map,
* html .ui-resizable, * html div.fileinputs {zoom:1;}

/* add transparancy */
* html .ui-helper-zfix {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
* html .ui-widget-overlay {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);}
* html .ui-priority-secondary, * html .ui-widget-content .ui-priority-secondary {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);}
* html .ui-state-disabled, * html .ui-widget-content .ui-state-disabled {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=35);}
* html .ui-widget-shadow {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);}
* html .modalBackground {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);}
* html .message {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);}
* html .messageBelow {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);}
* html .messageBelowCenter {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);}
* html .messageRight {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);}
* html input.file {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}


/* add zoom:1; display:inline; to inline-block elements */
* html .ui-button,
* html .home, * html .help,
* html .showClass2,
* html .mapPopup .info span.exclamation, * html .mapPopup .info span.warn {zoom:1; display:inline;}


/* tab ui*/
* html .tab_ul.ui-tabs-nav {display:inline}
* html .tabText{ font-size:70%;}
* html .tabTextIE6{ font-size:80%;}

/* other */
* html .loginLinks {margin-bottom:4em;}
* html #bd{
        clear: both;
        padding-left: 1em;
        padding-right: 1em;
        min-width:950px;
        max-width:1000px;
        margin-left:auto;
        margin-right:auto;
}
* html .rightFloatWW{
            padding-left:1em;
            float:none;
            clear:both;
}
* html .helpArea2
{
    font-size:smaller;
    float:left;
    color:Gray;
    clear:both;
    width:25em;
}
* html .smallerIE6
{
    display:inline;
    zoom:1;
    font-size:80%;
    clear:both;
}
* html .smallerIE6 .leftCol
{
    float:left;
    width:45%;
    margin-right:25px;
}
* html .smallerIE6 .rightCol
{
    width:45%;
    float:left;
}
* html .leftCol
{
    float:left;
    width:36%;
    margin-right:25px;
}
* html .rightCol
{
    width:36%;
    float:left;
}
* html .entryLabelNarrow
{
    width: 10px;
}
* html .loginSearchArea
{
    padding-bottom: 60px;
}

/* IE 7 fixes */
/* IE6 css fixer v0.8: Tue, 17 Aug 2010 18:48:19 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
*:first-child+html .ui-dialog .ui-dialog-title,
*:first-child+html .ui-dialog .ui-dialog-buttonpane button,
*:first-child+html .ui-tabs .ui-tabs-nav li,
*:first-child+html .ui-tabs .ui-tabs-nav li a,
*:first-child+html .ui-datepicker .ui-datepicker-buttonpane button,
*:first-child+html .tab_ear,
*:first-child+html .tab_ear_error,
*:first-child+html #bannerLeft,
*:first-child+html #bannerRight,
*:first-child+html #subHeaderLinks,
*:first-child+html #nav li,
*:first-child+html #nav li ul a,
*:first-child+html #breadcrumb div,
*:first-child+html .help,
*:first-child+html .helpIcon,
*:first-child+html .errorIcon,
*:first-child+html .close,
*:first-child+html .input,
*:first-child+html #tab_buttons_editcomparedelete,
*:first-child+html .leftCol,
*:first-child+html .rightCol,
*:first-child+html .title,
*:first-child+html .titleFullRow,
*:first-child+html .titleRow,
*:first-child+html .entryGroup,
*:first-child+html .entryGroupRight,
*:first-child+html .entry,
*:first-child+html .entryGroup3,
*:first-child+html .entryThirds,
*:first-child+html .entryFull,
*:first-child+html .inputArea,
*:first-child+html .addDetail,
*:first-child+html .popupDiv,
*:first-child+html .entryLabel,
*:first-child+html .entryLabelNarrow,
*:first-child+html .label1,
*:first-child+html .label3,
*:first-child+html .label4,
*:first-child+html .label5,
*:first-child+html .label6,
*:first-child+html .label7,
*:first-child+html .label8,
*:first-child+html .label9,
*:first-child+html .label10,
*:first-child+html .label11,
*:first-child+html .label12,
*:first-child+html .label13,
*:first-child+html .label14,
*:first-child+html .label16,
*:first-child+html .label17,
*:first-child+html .helpArea,
*:first-child+html .helpArea2,
*:first-child+html .appMsg a.close,
*:first-child+html .loginTitle,
*:first-child+html .leftFloat,
*:first-child+html .rightFloat,
*:first-child+html .loginTitle4,
*:first-child+html .leftNav,
*:first-child+html .rightContent,
*:first-child+html .searchTitle,
*:first-child+html .togglePdfSelectAdv,
*:first-child+html .printReprintLinks,
*:first-child+html .printPrintSelected,
*:first-child+html .clearPrintSelected,
*:first-child+html .tableContentsRequired,
*:first-child+html .tableContents,
*:first-child+html .listboxHeader,
*:first-child+html .mapTitle.help,
*:first-child+html .mapPopup .button1,
*:first-child+html .mapPopup #infoArea,
*:first-child+html .mapTitle.centroid,
*:first-child+html #loggerMessages > div > div,
*:first-child+html .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, *:first-child+html .ui-datepicker-multi .ui-datepicker-group, *:first-child+html .ui-datepicker-rtl .ui-datepicker-buttonpane button, *:first-child+html .entryCtrl,
*:first-child+html .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, *:first-child+html .ui-datepicker-rtl .ui-datepicker-group,
*:first-child+html .infoIcon, *:first-child+html .warn,
*:first-child+html .togglePdfSelect, *:first-child+html .togglePdfSelectPrint,
*:first-child+html .viewPrintSelectedPdf, *:first-child+html .viewPrintSelectedPdfAdv,
*:first-child+html .tableAlign, *:first-child+html .labelAlign {display:inline;}

/* add zoom:1 to overflow:hidden */
*:first-child+html .ui-dialog .ui-dialog-title,
*:first-child+html .ui-dialog .ui-dialog-buttonpane button,
*:first-child+html .ui-tabs .ui-tabs-nav li,
*:first-child+html .ui-tabs .ui-tabs-nav li a,
*:first-child+html .ui-datepicker .ui-datepicker-buttonpane button,
*:first-child+html .tab_ear,
*:first-child+html .tab_ear_error,
*:first-child+html #bannerLeft,
*:first-child+html #bannerRight,
*:first-child+html #subHeaderLinks,
*:first-child+html #nav li,
*:first-child+html #nav li ul a,
*:first-child+html #breadcrumb div,
*:first-child+html .help,
*:first-child+html .helpIcon,
*:first-child+html .errorIcon,
*:first-child+html .close,
*:first-child+html .input,
*:first-child+html #tab_buttons_editcomparedelete,
*:first-child+html .leftCol,
*:first-child+html .rightCol,
*:first-child+html .title,
*:first-child+html .titleFullRow,
*:first-child+html .titleRow,
*:first-child+html .entryGroup,
*:first-child+html .entryGroupRight,
*:first-child+html .entry,
*:first-child+html .entryGroup3,
*:first-child+html .entryThirds,
*:first-child+html .entryFull,
*:first-child+html .inputArea,
*:first-child+html .addDetail,
*:first-child+html .popupDiv,
*:first-child+html .entryLabel,
*:first-child+html .entryLabelNarrow,
*:first-child+html .label1,
*:first-child+html .label3,
*:first-child+html .label4,
*:first-child+html .label5,
*:first-child+html .label6,
*:first-child+html .label7,
*:first-child+html .label8,
*:first-child+html .label9,
*:first-child+html .label10,
*:first-child+html .label11,
*:first-child+html .label12,
*:first-child+html .label13,
*:first-child+html .label14,
*:first-child+html .label16,
*:first-child+html .label17,
*:first-child+html .helpArea,
*:first-child+html .helpArea2,
*:first-child+html .appMsg a.close,
*:first-child+html .loginTitle,
*:first-child+html .leftFloat,
*:first-child+html .rightFloat,
*:first-child+html .loginTitle4,
*:first-child+html .leftNav,
*:first-child+html .rightContent,
*:first-child+html .searchTitle,
*:first-child+html .togglePdfSelectAdv,
*:first-child+html .printReprintLinks,
*:first-child+html .printPrintSelected,
*:first-child+html .clearPrintSelected,
*:first-child+html .tableContentsRequired,
*:first-child+html .tableContents,
*:first-child+html .listboxHeader,
*:first-child+html .mapTitle.help,
*:first-child+html .mapPopup .button1,
*:first-child+html .mapPopup #infoArea,
*:first-child+html .mapTitle.centroid,
*:first-child+html #loggerMessages > div > div,
*:first-child+html .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, *:first-child+html .ui-datepicker-multi .ui-datepicker-group, *:first-child+html .ui-datepicker-rtl .ui-datepicker-buttonpane button, *:first-child+html .entryCtrl,
*:first-child+html .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, *:first-child+html .ui-datepicker-rtl .ui-datepicker-group,
*:first-child+html .infoIcon, *:first-child+html .warn,
*:first-child+html .togglePdfSelect, *:first-child+html .togglePdfSelectPrint,
*:first-child+html .viewPrintSelectedPdf, *:first-child+html .viewPrintSelectedPdfAdv,
*:first-child+html .tableAlign, *:first-child+html .labelAlign {zoom:1;}

/* fix negative margins */
*:first-child+html .ui-widget-shadow,
*:first-child+html .ui-accordion .ui-accordion-header .ui-icon,
*:first-child+html .ui-accordion .ui-accordion-content,
*:first-child+html .ui-menu .ui-menu,
*:first-child+html .ui-menu .ui-menu-item a.ui-state-hover, *:first-child+html .ui-menu .ui-menu-item a.ui-state-active,
*:first-child+html .ui-button-icon-only .ui-icon, *:first-child+html .ui-button-text-icon .ui-icon, *:first-child+html .ui-button-text-icons .ui-icon, *:first-child+html .ui-button-icons-only .ui-icon,
*:first-child+html .ui-button-icon-only .ui-icon,
*:first-child+html .ui-buttonset .ui-button,
*:first-child+html .ui-dialog .ui-dialog-titlebar-close,
*:first-child+html .ui-slider-horizontal .ui-slider-handle,
*:first-child+html .ui-slider-vertical .ui-slider-handle,
*:first-child+html .ui-datepicker .ui-datepicker-prev span, *:first-child+html .ui-datepicker .ui-datepicker-next span,
*:first-child+html .ui-progressbar .ui-progressbar-value,
*:first-child+html .tab_ear,
*:first-child+html .tab_ear_error,
*:first-child+html button[type].button span, *:first-child+html button[type=button].button span, *:first-child+html button[type=reset].button span, *:first-child+html button[type=submit].button span,
*:first-child+html body:nth-of-type(1) button[type=button].button span, *:first-child+html body:nth-of-type(1) button[type=submit].button span, *:first-child+html body:nth-of-type(1) button[type=reset].button span,
*:first-child+html button[type=button].button span, *:first-child+html button[type=reset].button span, *:first-child+html button[type=submit].button span,
*:first-child+html .boxCenterContent {position:relative; zoom:1;}

/* add zoom:1 to pos:relative elements */
*:first-child+html .ui-accordion .ui-accordion-header,
*:first-child+html .ui-accordion .ui-accordion-content,
*:first-child+html .ui-button,
*:first-child+html .ui-dialog .ui-dialog-titlebar,
*:first-child+html .ui-slider,
*:first-child+html .ui-tabs,
*:first-child+html .ui-tabs .ui-tabs-nav li,
*:first-child+html .ui-datepicker .ui-datepicker-header,
*:first-child+html .hiddenCasingStatus,
*:first-child+html .topmost,
*:first-child+html #doc,
*:first-child+html #nav, *:first-child+html #nav ul,
*:first-child+html #nav li,
*:first-child+html button[type].button span, *:first-child+html button[type=button].button span, *:first-child+html button[type=reset].button span, *:first-child+html button[type=submit].button span,
*:first-child+html .titleRow,
*:first-child+html .top,
*:first-child+html .bottom,
*:first-child+html .dropDown1,
*:first-child+html .dropDown2,
*:first-child+html .dropDown3,
*:first-child+html .dropDown4,
*:first-child+html .dropDown5,
*:first-child+html .dropDown6,
*:first-child+html .dropDown7,
*:first-child+html .dropDown8,
*:first-child+html .dropDown9,
*:first-child+html .dropDown10,
*:first-child+html .dropDown11,
*:first-child+html .dropDown12,
*:first-child+html .dropDown13,
*:first-child+html .dropDown14,
*:first-child+html .dropDown15,
*:first-child+html .messageArea,
*:first-child+html .boxTop span,
*:first-child+html .boxCenterContent,
*:first-child+html .boxBottom span,
*:first-child+html input.file,
*:first-child+html .map,
*:first-child+html * html .ui-widget-shadow, *:first-child+html * html .ui-accordion .ui-accordion-header .ui-icon, *:first-child+html * html .ui-accordion .ui-accordion-content, *:first-child+html * html .ui-menu .ui-menu, *:first-child+html * html .ui-menu .ui-menu-item a.ui-state-hover, *:first-child+html * html .ui-menu .ui-menu-item a.ui-state-active, *:first-child+html * html .ui-button-icon-only .ui-icon, *:first-child+html * html .ui-button-text-icon .ui-icon, *:first-child+html * html .ui-button-text-icons .ui-icon, *:first-child+html * html .ui-button-icons-only .ui-icon, *:first-child+html * html .ui-button-icon-only .ui-icon, *:first-child+html * html .ui-buttonset .ui-button, *:first-child+html * html .ui-dialog .ui-dialog-titlebar-close, *:first-child+html * html .ui-slider-horizontal .ui-slider-handle, *:first-child+html * html .ui-slider-vertical .ui-slider-handle, *:first-child+html * html .ui-datepicker .ui-datepicker-prev span, *:first-child+html * html .ui-datepicker .ui-datepicker-next span, *:first-child+html * html .ui-progressbar .ui-progressbar-value, *:first-child+html * html .tab_ear, *:first-child+html * html .tab_ear_error, *:first-child+html * html button[type].button span, *:first-child+html * html button[type=button].button span, *:first-child+html * html button[type=reset].button span, *:first-child+html * html button[type=submit].button span, *:first-child+html * html body:nth-of-type(1) button[type=button].button span, *:first-child+html * html body:nth-of-type(1) button[type=submit].button span, *:first-child+html * html body:nth-of-type(1) button[type=reset].button span, *:first-child+html * html button[type=button].button span, *:first-child+html * html button[type=reset].button span, *:first-child+html * html button[type=submit].button span, *:first-child+html * html .boxCenterContent,
*:first-child+html .ui-resizable, *:first-child+html div.fileinputs {zoom:1;}

/* add transparancy */
*:first-child+html .ui-helper-zfix {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
*:first-child+html .ui-widget-overlay {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);}
*:first-child+html .ui-priority-secondary, *:first-child+html .ui-widget-content .ui-priority-secondary {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);}
*:first-child+html .ui-state-disabled, *:first-child+html .ui-widget-content .ui-state-disabled {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=35);}
*:first-child+html .ui-widget-shadow {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);}
*:first-child+html .modalBackground {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);}
*:first-child+html .message {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);}
*:first-child+html .messageBelow {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);}
*:first-child+html .messageBelowCenter {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);}
*:first-child+html .messageRight {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);}
*:first-child+html input.file {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}


/* add zoom:1; display:inline; to inline-block elements */
*:first-child+html .ui-button,
*:first-child+html .home, *:first-child+html .help,
*:first-child+html .showClass2,
*:first-child+html .mapPopup .info span.exclamation, *:first-child+html .mapPopup .info span.warn {zoom:1; display:inline;}


/* tab ui*/
*:first-child+html .tab_ul.ui-tabs-nav {display:inline}
*:first-child+html .tabText{ font-size:70%;}

/* other */
*:first-child+html .loginLinks {margin-bottom:4em;}
*:first-child+html #bd{
        clear: both;
        padding-left: 1em;
        padding-right: 1em;
        min-width:950px;
        max-width:1000px;
        margin-left:auto;
        margin-right:auto;
}
*:first-child+html .rightFloatWW{
            padding-left:1em;
            float:none;
            clear:both;
}

*:first-child+html .helpArea2
{
    font-size:smaller;
    float:left;
    color:Gray;
    clear:both;
    width:25em;
}

*:first-child+html .leftCol
{
    float:left;
    width:48%;
    margin-right:25px;
}
*:first-child+html .rightCol
{
    width:48%;
    float:left;
}
*:first-child+html .entryLabelNarrow
{
    width: 30px;
}
*:first-child+html .loginSearchArea
{
    padding-bottom: 50px;
}

.ui-dialog-titlebar-close.ui-corner-all
{
    display: none;
}

.req-info{
        background: #FFE6C7;
        border: 1px solid #e3dda0;
        padding: 1em;
        color: #666;
        margin: 0 0 1em 0;
        height: auto;
}

.bold
{
    font-weight: bold;
    }

div.equipment-grid td.gridAdd
{
    border: 0px solid #D8D8D8  !important;
    text-align:left;
    }

div.equipment-grid td.cell1
{
    border: 0px solid #D8D8D8  !important;
    }

div.equipment-grid th
{
    border: 0px solid #D8D8D8  !important;
    }

div.equipment-grid tr.bottom td.cell1
{
    border-left: 0 none !important;
    border-right: 0 none !important;
    }
    
div.equipment-grid tr.bottom td.gridAdd
{
    border-left: 0 none !important;
    border-right: 0 none !important;
    }

div.equipment-summary
{
    float:right;
    }   

div.equipment-summary span.label1
{
    text-align:right;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 2em;
    }

div.equipment-summary-rule
{
    border-bottom: 1px solid #D8D8D8;
    }

div.equipment-summary span.equipment-summary-value
{
     float: left;
     padding-top: 6px;
     padding-bottom: 6px;
    }

.bottomSpacer
{
    margin-bottom: 0.5em;
}

.nowrap
{
    white-space: nowrap;
    }
    
.lighter
{
    color: Gray;
    }

.latLongButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe !important;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe !important;
	box-shadow:inset 0px 1px 0px 0px #97c4fe !important;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0)) !important;
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%) !important;
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%) !important;
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%) !important;
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%) !important;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0) !important;
	background-color:#3d94f6 !important;
	-moz-border-radius:6px !important;
	-webkit-border-radius:6px !important;
	border-radius:6px !important;
	border:1px solid #337fed !important;
	display:inline-block !important;
	cursor:pointer !important;
	color:#ffffff !important;
	font-family:Arial !important;
	font-size:15px !important;
	font-weight:bold !important;
	padding:6px 24px !important;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #1570cd !important;
}
.latLongButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6)) !important;
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%) !important;
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%) !important;
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%) !important;
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%) !important;
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0) !important;
	background-color:#1e62d0 !important;
}
.latLongButton:active {
	position:relative !important;
	top:1px !important;
}

