/*
* jQuery UI CSS Framework
* Copyright (c) 2009 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; }


/* 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) 2009 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=Segoe%20ui,Arial,sans-serif&fwDefault=normal&fsDefault=13pt&cornerRadius=4px&bgColorHeader=181818&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=0&borderColorHeader=181818&fcHeader=222222&iconColorHeader=e16666&bgColorContent=0D0D0D&bgTextureContent=01_flat.png&bgImgOpacityContent=0&borderColorContent=181818&fcContent=717F81&iconColorContent=222222&bgColorDefault=181818&bgTextureDefault=02_glass.png&bgImgOpacityDefault=0&borderColorDefault=181818&fcDefault=626262&iconColorDefault=ffffff&bgColorHover=181818&bgTextureHover=02_glass.png&bgImgOpacityHover=0&borderColorHover=0&fcHover=D1D4D3&iconColorHover=454545&bgColorActive=0D0D0D&bgTextureActive=02_glass.png&bgImgOpacityActive=0&borderColorActive=0&fcActive=D1D4D3&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=181818&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=0&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=0&thicknessShadow=0px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=0px
*/


/* Component containers
----------------------------------*/
.ui-widget { bottom: 80px; position: relative; margin: auto; font-family: Segoe ui,Arial,sans-serif; font-size: 13pt; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Segoe ui,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { width: 796px; height: 250px; margin: auto; padding-top: 10px; border: 0px; background-color: #0D0D0D; color: #717F81; font-size: 11px; }
.ui-widget-content a { color: #717F81; }
.ui-widget-content h1 { color: #d1d4d3; font-size: 12px; font-weight: Bold; padding: 0px; margin-bottom: 6px; margin-top: 6px; }
.ui-widget-header { width: 884px; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 0px; background-color: #181818; font-weight: normal; color: #626262; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #626262; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 0px; background: #181818; font-weight: normal; color: #D1D4D3; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #D1D4D3; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 0px; background: #0D0D0D; font-weight: normal; color: #D1D4D3; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #D1D4D3; outline: none; text-decoration: none; }

/*.ui-widget-shadow { margin: 0px 0 0 0px; padding: 0px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: 0;filter:Alpha(Opacity=0); }/* Accordion
----------------------------------*/

/* Tabs----------------------------------*/
.ui-tabs { font-size: 13pt; padding: 0em; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: 0px; }
.ui-tabs .ui-tabs-nav li { float: left; border-bottom-width: 0 !important; margin: 0 88px 0 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { width: 133px; height: 36px; text-align: center; vertical-align: middle; float: left; text-decoration: none; padding-top: 7px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { vertical-align: middle; padding: 0px; border: 0; background-image: url('../img/tab.jpg'); }
.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-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

