/*
 * EasyGUI XP 1.0.293
 * Copyright(c) 2006-2008 Gaetan Lauff <glauff@plansoft.de>.
 * 
 * This code is licensed under BSD license. Use it as you wish, 
 * but keep the copyright intact.
 * 
 * ========================================================
 * 
 * Prototype JavaScript framework, version 1.6.0.2
 * (c) 2005-2008 Sam Stephenson
 * 
 * ========================================================
 * 
 * script.aculo.us scriptaculous.js v1.8.1
 * Copyright (c) 2005-2008 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
 * 
 * ========================================================
 */

/*
EasyGUI: Enhanced Application System For Generic User Interfaces
Copyright (c) 2005,2006, Gaetan Lauff <glauff@plansoft.de>
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

Redistributions of source code must retain the above 
copyright notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
 
Neither the name of Gaetan Lauff nor the names of its contributors may be 
used to endorse or promote products derived from this software without
specific prior written permission.
 
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS 
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, 
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/*
* Default Styles for EasyGUI XP $Revision: 286 $
* $Id: easygui.css 286 2007-12-13 15:30:41Z glauff $
*/
/*
html,body {
	height: 100%;
}
*/
body {
	background-repeat: no-repeat;
	margin: 0px;
	cursor: default;
}

/* the div that holds the date picker calendar */
.easygui-dp-div {
}


/* the table (within the div) that holds the date picker calendar */
.easygui-dp-table {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
}


/* a table row that holds date numbers (either blank or 1-31) */
.easygui-dp-row {
}


/* the top table row that holds the month, year, and forward/backward buttons */
.easygui-dp-title-row {
}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.easygui-dp-day-row {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.easygui-dp-today-button-row {
}


/* a table cell that holds a date number (either blank or 1-31) */
.easygui-dp-cell {
	border: 1px solid #ece9d8;
}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.easygui-dp-day-hl-cell {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.easygui-dp-cell-hover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
}


/* the table cell that holds the name of the month and the year */
.easygui-dp-title-cell {
}


/* a table cell that holds one of the forward/backward buttons */
.easygui-dp-button-cell {
}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.easygui-dp-today-button-cell {
}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.easygui-dp-day-cell {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
}


/* additional style information for the text that indicates the month and year */
.easygui-dp-title-text {
	font-size: 12px;
	color: gray;
	font-weight: bold;
}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.easygui-dp-day-hl {
	color: 4060ff;
	font-weight: bold;
}


/* the forward/backward buttons at the top */
.easygui-dp-button {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
}

.easygui-dp-forward-button {
	background-image: url(../gfx/go_fwd.gif);
}

.easygui-dp-backward-button {
	background-image: url(../gfx/go_bwd.gif);
}

/* the "This Month" and "Close" buttons at the bottom */
.easygui-dp-today-button {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}
/*
 EasyGUI Table Styles */
 
.easygui-table {
	font: menu;
	background-color: white;
	border: 1px solid buttonshadow;
	border-right: none;
	/*border-collapse: collapse;*/
}
	
.easygui-table td.header, .easygui-table td.rowheader {
	font: menu;
	background-color: buttonface;
	
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-right: 1px solid buttonshadow;
	border-bottom: 1px solid buttonshadow;
}

.easygui-table-header-az-sorted {
	background-image: url(../gfx/a-z.gif);
}
	
.easygui-table-header-za-sorted {
	background-image: url(../gfx/z-a.gif);
}

.easygui-table tr {
	background-color: white;
	color: black;
}

.easygui-table tr.altrow {
	background-color: buttonface;
	color: black;
}

.easygui-table tr.selected {
	background-color: highlight;
	color: highlighttext;
}

.easygui-table tr.hilite {
	background-color: highlight;
	color: highlighttext;
}

.easygui-table-loading-anim {
	background-image: url('../gfx/ajax-loader.gif');
	width: 220px;
	height: 19px;
}

/*
.easygui-table-cell {
	background-color: white;
	color: black;
}

.easygui-table-altcell {
	background-color: buttonface;
	color: black;
}

.easygui-table-cell-highlight {
	background-color: highlight;
	color: highlighttext;
}
*/
/*
.easygui-table-cell:hover, easygui-table-cell-hover {
	background-color: highlight;
	color: highlighttext;
}
*/

/* EasyGUI Combobox Styles */

.easygui-combobox-head-xp {
	background-color: white;
}

.easygui-combobox-head {
	border: 1px inset black;
	background-color: white;
}

.easygui-combobox-optionsContainer {
	border:  1px outset Menu;
}

.easygui-combobox-options {
	font: menu;
	background-color: white;
}

.easygui-combobox-rows {
	position: relative;
	width: 100%;
}

.easygui-combobox-buttoncell {
	position: absolute;
	background-color: white;
	border-top: 1px solid #7f9db9;
	border-right: 1px solid #7f9db9;
	border-bottom: 1px solid #7f9db9;
}

.easygui-combobox-textdisplay {
	position:	absolute;
	cursor: default;
	background-color: menu;
	border-top: 1px solid #7f9db9;
	border-left: 1px solid #7f9db9;
	border-bottom: 1px solid #7f9db9;
	border-right: none;
	font-size: 12px;
}

.easygui-combobox-textdisplay-ie5 {
    position:	absolute;
	cursor: default;
	background-color: menu;
	border: 2px inset;
	border-right: none;
}

/* MenuTree Styles for Tree Modus */

.easygui-treectrl-node-default {
	color: menutext;
	font: menu;
	text-decoration: none;
	/*margin-left: 10px;*/
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0px center;
	height: 16px;
	cursor: hand;
	background-color: #d0d0d0;
	border-bottom: 1px solid gray;
	background-image: url(../gfx/folderclosed.gif);
}

.easygui-treectrl-node-default:hover {
	color: white;
	text-decoration: underline;
}

.easygui-treectrl-node-default-closed {
}

.easygui-treectrl-node-default-opened {
	font-weight: bold;
	background-color: #a0a0a0;
	background-image: url(../gfx/folderopened.gif);
	color: white;
}

.easygui-treectrl-node-default-opened:hover {
}
	
.easygui-treectrl-node-default-opened-sibling {
}

.easygui-treectrl-node-default-opened-sibling:hover {
}

.easygui-treectrl-node-default-focused {
	font-weight: bold;
	background-color: #000080;
	color: white;
	background-image: url(../gfx/folderopened.gif);
}

.easygui-treectrl-node-default-focused:hover {
}

.easygui-treectrl-node-default-focused-sibling {
}

.easygui-treectrl-node-default-focused-sibling:hover {
}

/* Menu Styles */

div.easygui-menu-menubar,
div.easygui-menu-menubar a.easygui-menu-menubutton,
div.easygui-menu-menu,
div.easygui-menu-menu a.easygui-menu-menuitem {
	font: Menu;
	color: MenuText;
}

div.easygui-menu-menubar {
	background:  ButtonFace;
    padding:     4px 2px 4px 2px;
    text-align: left;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size:   11px;
    margin: 1px;
    white-space: nowrap;
}

div.easygui-menu-menubar a.easygui-menu-menubutton {
	/*background: 	ButtonFace; */
	border: 		1px outset white;
	color:           ButtonText;
   	border:          1px solid ButtonFace;
   	text-decoration: none;
   	padding:         1px;
   	padding-left:    5px;
   	padding-right:   5px;
  	top: 0px;
  	left: 0px;
  	z-index: 100;
}

div.easygui-menu-menubar a.easygui-menu-menubutton:hover {
	color:           ButtonText;
   	background:      ButtonFace;
   	border-left:     1px solid ButtonHighlight;
   	border-right:    1px solid ButtonShadow;
   	border-top:      1px solid ButtonHighlight;
   	border-bottom:   1px solid ButtonShadow;
}

div.easygui-menu-menubar a.easygui-menu-menubutton-active,
div.easygui-menu-menubar a.easygui-menu-menubutton-active:hover {
	color:           ButtonText;
   	background:      ButtonFace;
   	border-left:     1px solid ButtonShadow;
   	border-right:    1px solid ButtonHighlight;
   	border-top:      1px solid ButtonShadow;
   	border-bottom:   1px solid ButtonHighlight;
}

div.easygui-menu-menu {
  	background: 	Menu;
  	border:     	2px outset Menu;
  	left: 			0px;
  	padding: 		0px 1px 1px 0px;
  	position: 		absolute;
  	top: 			0px;
  	visibility: 	hidden;
  	z-index: 		101;
}

div.easygui-menu-menu a.easygui-menu-menuitem {
	cursor: 			default;
	border: 			0px;
	display: 			block;
  	padding: 			3px 1em;
  	text-decoration:	none;
  	white-space: 		nowrap;
}

div.easygui-menu-menu a.easygui-menu-menuitem:hover, div.easygui-menu-menu a.easygui-menu-menuitem-over {
	color:      HighlightText;
    background: Highlight;    
}

div.easygui-menu-menu a.easygui-menu-menuitem span.easygui-menu-menuitem-text {
}

div.easygui-menu-menu a.easygui-menu-menuitem span.easygui-menu-menuitem-icon {
	padding-right: 5px;
}

div.easygui-menu-menu a.easygui-menu-menuitem span.easygui-menu-menuitem-arrow {
  	margin-right: -.75em;
}

div.easygui-menu-menu div.easygui-menu-menuitem-separator {
	border-top:    1px solid ButtonShadow;
   	border-bottom: 1px solid ButtonHighlight;
  	margin: 2px 2px;
}

/*
 * Ext Tab Control
 */
.easygui-tabs-strip-wrap{
	width:100%;
	padding-top: 1px;
	background: white;
	border-bottom: 1px solid #8db2e3;
}
.easygui-tabs-wrap table{
	position:relative;
	top:0; left:0;
}
.easygui-tabs-strip td{
	padding:0;
	padding-left:2px;
}
.easygui-tabs-strip a, .easygui-tabs-strip span, .easygui-tabs-strip em {
	display:block;
}
.easygui-tabs-strip a {
	text-decoration:none !important;
	-moz-outline: none;
	outline: none;
	cursor:pointer;
	position:relative;
	top:1px; left:0;
}
.easygui-tabs-strip .easygui-tabs-text {
	font: bold 11px tahoma,arial,verdana,sans-serif;
	color: #15428b;
	overflow:hidden;
	white-space: nowrap;
	cursor:pointer;
	text-overflow: ellipsis;
	margin-right: 22px;
}
.easygui-tabs-strip .selected .easygui-tabs-text {
	cursor:default;
	color: red;
}
.easygui-tabs-strip .disabled .easygui-tabs-text {
	cursor:default;
	color:#aaaaaa;
}
.easygui-tabs-strip .easygui-tabs-inner {
	 padding:4px 10px;	
}

.easygui-tabs-strip .selected a {
	position:relative;
}
.easygui-tabs-strip .selected .easygui-tabs-inner {
	padding-bottom:5px;
}

.easygui-tabs-body {
    border:1px solid #6593cf;
    border-top:0 none;
}

.easygui-tabs-wrap, .easygui-tabs-top .easygui-tabs-wrap {
	background: #d1dcf9;
	border: 1px solid #8db2e3;
	padding-bottom: 2px;
	padding-top: 0;
}

.easygui-tabs-top .easygui-tabs-strip .selected .easygui-tabs-right {
	background: #d1dcf9 url(../gfx/tab.gif) no-repeat right -2px;
}

.easygui-tabs-top .easygui-tabs-strip .easygui-tabs-right {
	background: #d1dcf9 url(../gfx/tab.gif) no-repeat right 0;
}

.easygui-tabs-top .easygui-tabs-body {
	border: 1px solid #8db2e3;
	border-top: 0 none;
}

/*
 * Tab Control
 */
div.tabBox {}

div.easygui-tabctrl-area {
  font-size: 80%;
  font-weight: bold;
  
  padding: 0px 0px 4px 2px;
}

a.easygui-tabctrl-tab {
  	background-color: 		buttonFace;
 	/*border: 				1px solid buttonShadow;*/
 	border-left:			1px solid white;
 	border-top:				1px solid white;
 	border-right:			2px inset buttonShadow;
  	border-bottom-width: 	0px;
  	/*border-bottom: 1px solid buttonFace;*/
  	-moz-border-radius: .75em .75em 0em 0em;
  	border-radius-topleft: .75em;
  	border-radius-topright: .75em;
  	padding: 				2px 1em 2px 1em;
  	text-decoration: 		none;
  	top: 					3px;
  	z-index: 				100;
  	margin-right:			0px;
}

a.easygui-tabctrl-tab, a.easygui-tabctrl-tab:visited {
  	color: buttonText;
}

a.easygui-tabctrl-tab:hover {
  	border-top: 2px solid orange;
}

a.easygui-tabctrl-tab-active {
  	padding-bottom: 4px;
  	top: 1px;
  	z-index: 102;
}

a.easygui-tabctrl-tab-active, a.easygui-tabctrl-tab-active:hover, a.easygui-tabctrl-tab-active:visited {
  	background-color: buttonFace;
  	border-top: 2px solid orange;
  	color: buttonText;
}

div.easygui-tabctrl-panel {
  	background-color: buttonFace;
 	border:    1px solid white;
 	
  	-moz-border-radius: 0em .5em .5em 0em;
  	border-radius-topright: .5em;
  	border-radius-bottomright: .5em;
  	
  	padding: .5em;
}

/*
 * Default Window
 */

.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url(../gfx/themes/window/default/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(../gfx/themes/window/default/top_mid.gif) repeat-x 0 0;	
	height: 23px;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(../gfx/themes/window/default/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	background: transparent url(../gfx/themes/window/default/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	background: transparent url(../gfx/themes/window/default/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(../gfx/themes/window/default/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(../gfx/themes/window/default/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(../gfx/themes/window/default/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(../gfx/themes/window/default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(../gfx/themes/window/default/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(../gfx/themes/window/default/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(../gfx/themes/window/default/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color:#123;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}
