
html, body 
{
  font-family: 'Roboto-Regular', Arial, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
  margin:0 1px;
  padding:0;
  text-rendering: optimizeLegibility;
}

.small
{
  font-size:11px;
  color: #666;
}

/*******************************************GENERAL STYLES *****************************************/
.smallnote_warning
{
  font-size:11px;
  background:url(../core/resources/graphic/warning16.png) no-repeat scroll 0 0;
  line-height:20px;
  padding: 2px 1px 1px 20px;
  margin:0
}


/******************************************* END OF GENERAL STYLES *****************************************/


/************************************************* TOOLBAR STYLES ********************************************/


.splashBackground
{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100vh;
	width:100vw;
	top:0;
	left:0;
	background: #333;
  opacity: .9;
  z-index: 100000;
}


#splash
{
  display: block;
  position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
  background: transparent url(../core/resources/graphic/splash.png) no-repeat scroll center center;  
  height: 100vh;
	width: 100vw;
  top:0;
	left:0;
  z-index: 100001;
}

#footer
{
  display:block;	
	margin: 0;
  padding:0;
  position: fixed;
  bottom:0;
  left:0;
  width: 100vw;
}

#summary
{
  height: 36px;
  background: #f6f6f6;
}

#loginlabel
{ 
  position: absolute;
  right: 2px; 
  top: 3px; 
  display: block;  
  float:left;
  z-index:999

}


#loginlabel a
{
  cursor:pointer;
  text-decoration:none;
  color: #666
}

#loginlabel a:hover
{
  text-decoration:underline
}


#header
{
	display:block;
	margin: 0;
  padding:0;
  position: fixed;
  top:0;
  left:0;
  width: 100vw;
  background:           -moz-linear-gradient(0% 170% 90deg, #f3f3f3, #dfdfdf);
  background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(#dfdfdf), to(#f3f3f3));
}




/*********************doctabstrip******************************/



#header #toolstrip div.doctabstrip
{
  padding-top:2px;
  display: block;  
  margin:0px 3px -1.5px 2px;
  height:22px;
  float:none;
  clear:both;
}

#header #toolstrip div.doctabstrip ul
{
  list-style:none; 
  /*display: inline-block;  */
  display: block;
  /*width:100%;*/
  margin:0px 0 0px 0;
  padding:0;
 
}

#header #toolstrip div.doctabstrip li
{
  display:inline-block;
  float:left;
  
  border-left: #333 1px outset;
  border-top: #333 1px outset;
  border-right: #aaa 1px outset;
  border-bottom: #999 1px solid;
  
  background: #f6f6f6;
  padding:2px 20px;
  margin:0 0 0px 1px;
  
  -moz-border-radius-topleft:      3px;
  -webkit-border-top-left-radius:   3px;
  border-top-left-radius:           3px;
  -moz-border-radius-topright:      3px;
  -webkit-border-top-right-radius:   3px;
  border-top-right-radius:           3px;
  
}

#header #toolstrip div.doctabstrip li>a 
{
  color: #666;
  text-decoration: none;
  line-height:16px;
  margin:0;
  padding:0;
}

#header #toolstrip div.doctabstrip li.active 
{
   background: #fff;
   border-bottom:#fff 1px solid;
}

#header #toolstrip div.doctabstrip li.disabled
{
  opacity:0.4;
	-moz-opacity:0.4;
  filter:alpha(opacity=40);
  color: #ccc
}

#header #toolstrip div.doctabstrip li.active>a 
{
  color:#555;
  font-weight: bold
}


#canvas
{
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}


.moduleToolstrip
{
  margin: 0; 
  padding: 0 2px 0;
  border: 0;
}

.moduleToolstrip .toolbar
{
  background: #f0f0f0;
  margin: 0;
}

.moduleToolstrip .widetoolbar
{
  background:           -moz-linear-gradient(0% 170% 90deg, #f3f3f3, #dfdfdf);
  background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(#dfdfdf), to(#f3f3f3));
  margin: 0;
}

/**********************************************************************************************************/

.formblock
{
  border: 0;  
  margin: 0;
  padding: 0;
  font-size: 1.1em;
}


.formblock fieldset.block, .commonform .block
{
  -moz-border-radius:      5px;
  -webkit-border-radius:   5px;
  border-radius:           5px;
  border:                  1px solid;
  background-color:        #f0f0f0;
  border-color:            #e6e6e6 #cdcdcd #cdcdcd #e6e6e6;
  margin: 5px;
}

.formblock fieldset.block legend
{
  -moz-border-radius:      5px;
  -webkit-border-radius:   5px;
  border-radius:           5px;
  border-top:              #e6e6e6 1px solid;
  background:              #f0f0f0;
  color: #444;
  text-shadow:             1px 1px 0 white; 
}

.formblock fieldset.frame legend
{
  border: #ccc 1px ridge;
  border: none;
  background: none;  
}

.formblock .button
{
  display: inline-block;
  font-family: 'Roboto-Regular', Arial, sans-serif;
  font-size: 1.05em;
  border-radius:           3px;
  background-color:       #fbfbfb;  
  border-top:             #bfbfbf 1px solid;
  border-right:           #b9b9b9 1px solid;
  border-bottom:          #b3b3b3 1px solid;
  border-left:            #b7b7b7 1px solid;

  color:                   #444;
  display:                 inline-block;
  outline:                  0;
  padding:                 4px 8px;
  text-align:              center;
  text-decoration:         none;
  text-shadow:             1px 1px 0 white; 
  white-space:             nowrap;
  cursor: pointer;
  
}

.formblock .button:hover  
{
  background:           -moz-linear-gradient(0% 170% 90deg, #dfdfdf, white);
  background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#dfdfdf));
  border-color:          #99ccff;
  color:                 #333333; 
}


.formblock .button:active, .formblock .button:focus
{
  background-position:   0 -25px;
  
  background:           -moz-linear-gradient(0% 170% 90deg, white, #dfdfdf);
  background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(#dfdfdf), to(white));
  border-color:          #8fc7ff #94c9ff #94c9ff #8fc7ff;
  color:                 #1a1a1a;
  text-shadow:           1px -1px 0 rgba(255, 255, 255, 0.5);
}

.formblock .button.disabled, .formblock .button.disabled:hover, .formblock .button.disabled:active, .formblock .button.disabled:focus
{
  background: #f0f0f0;
  border-color: #ddd;
  color: #aaa;
  text-shadow: white 1px 1px 0;
}


.formblock input, .formblock select, .formblock textarea
{
  font-family: 'Roboto-Regular', Arial, sans-serif;
  border:                  1px solid;
  border-color:            #cccccc #e6e6e6   #e6e6e6 #cccccc;
  padding: 2px;
  line-height: 20px;
  font-size: 1.05em;
  color: #555;
}


.formblock select.disabled
{
  background: #efefef;
  color: #bbb;
}

.formblock label
{
  outline: 0;
  cursor: pointer;
  
}

hr
{
  color: #cdcdcd;
  background: transparent;
  height: 1px;
  border: 0;
  border-top: 1px solid #cdcdcd;
  margin: 2px;
  /*background-color: #fafafa;*/
}

hr.hr_padded
{
  padding: 4px 0;
}


.formblock .label_disabled
{
  color: #888
}

.formblock.smallformblock
{
  font-size: 0.88em;
}

.formblock input, .formblock select, .formblock textarea
{
  padding: 1px;  
}

.formblock.smallformblock select, .formblock.smallformblock .button
{
  font-size: 1em;
}

.formblock .smlistbox
{
  border:                  1px solid;
  border-color:            #cccccc #e6e6e6   #e6e6e6 #cccccc;
  background-color: white;  
  /*border-color: #aaa #ddd #ddd #aaa;*/
  font-size: 1.1em;
  -webkit-overflow-scrolling: touch;
}

.formblock .smlistbox ul li
{  
  padding: 1px;
}


.logindialog
{
  position: absolute;
  width: 380px;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%); 
  
}

/*****************************************************/





.hintbar
{
	margin:3px auto 6px auto;
	clear:both;
	float:none;
	padding:4px 4px 4px 44px;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	
	font-family: 'Roboto-Regular', Arial, sans-serif;
	font-size:11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	background: #fffff0 url(images/tip.png) no-repeat scroll 4px 4px;
}

/********************************************************************/

.reloadingTitleLeftSmall
{
  display: inline;
  /*border: 0;*/
  padding-left: 18px;
  padding-top:1px;
  cursor: pointer;
  background: transparent url(../core/resources/graphic/reload.png) no-repeat scroll 0 0;
  border: transparent 1px solid;
  text-decoration:none;
}

.reloadingTitleHoverSmall
{
  background-image: url(../core/resources/graphic/reload_h.png);
  border: #eee 1px solid;
  text-decoration:underline;
}

.reloadingTitleActiveSmall
{
  background-image: url(../core/resources/graphic/smallspinner.gif);
  text-decoration:none;
}

.smallSpinner
{
  background: url(../core/resources/graphic/smallspinner.gif) no-repeat scroll center center;
}

.bigSpinner
{
  background: url(../core/resources/graphic/spinner.gif) no-repeat scroll center center;
}

.hLoader
{
  height: 100px;
  background: url(../core/resources/graphic/loader.gif) no-repeat scroll center center;
}

/*****************************************************************************************/



.splitSet
{
	/*height: 400px;*/
	margin: 0;
	border: 1px solid #ddd;
	/* No padding allowed */
}
/*
 * Left-side element of the splitter. Use pixel units for the
 * min-width and max-width; the splitter plugin parses them to
 * determine the splitter movement limits. Set the width to
 * the desired initial width of the element; the plugin changes
 * the width of this element dynamically.
 */
.splitSet .leftPane
 {
	background: #f6f6f6;
  padding: 0;
	/*overflow: auto;*/
	/* No margin or border allowed */
}

#products_lists_splitspace_tree
{
  margin: 0;
  overflow: auto;
}

#products_lists_splitspace_search
{
  margin: 0;
  display: none
}

#products_lists_splitspace_search fieldset
{
  border: #e6e6e6 1px solid;
  margin-top: 10px
}

#products_lists_splitspace_search legend
{
  color:                   #404040;
  font-family: 'Roboto-Regular', Arial, sans-serif;
  font-size:               13px;
  text-shadow:             1px 1px 0 white; 
  white-space:             nowrap;
  user-select:none;
  -moz-user-select:none;
  -webkit-user-select:none;
  cursor: default;
}

/*
 * Right-side element of the splitter.
 */
.splitSet .rightPane {
	background: #fff;
	overflow-x: auto;
  overflow-y: hidden;
  /*width: 400px;*/
  /*border: #f00 1px solid;*/
	/* No margin or border allowed */
}
/* 
 * Splitter bar style; the .active class is added when the
 * mouse is over the splitter or the splitter is focused
 * via the keyboard taborder or an accessKey. 
 */
 
.splitSet .vsplitbar {
	width: 4px;
	background: #ddd url(../core/resources/graphic/vgrabber.gif) no-repeat center;
}

.splitSet .vsplitbar.active {
	background: #ddd url(../core/resources/graphic/vgrabber.gif) no-repeat center;
	opacity: 0.7;
}


/**************************************************/

.optionsHeader
{
  background: #f0f0f0;
  font-size: 12px;
}

.optionsHeader table
{
  border-collapse: expand;
}

.optionsHeader table td
{
  border-width: 1px;
  border-style:  solid;
  border-color:  #ccc #888 #888 #ccc;
  /*font-weight: bold;*/
}



.optionsBody
{
  font-size: 12px;
}

.optionsBody table
{
  border-collapse: collapse;
}

.optionsBody table td
{
  border: #ccc 1px solid;
  line-height: 14px;
  padding: 0 1px;
}

.optionsBody table td input
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
}

.optionsBody table td select
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
}

.optionsBody div
{
  margin:0; 
  padding:0;
  overflow-y: auto;
  overflow-x: hidden;
  
}

.optionsBody table td span
{
  display: block;
  overflow: hidden;
  margin:1px; 
  padding:0;
  height:14px;
  
}










table.docTable
{
  font-size: 12px;
  border-collapse: collapse;
}

table.docTable th
{
  border-width: 1px;
  border-style:  solid;
  border-color:  #888;
  font-weight: bold;
  background: #ddd;
}

table.docTable td
{
  border-width: 1px;
  border-style:  solid;
  border-color:  #ccc;
  
}

table.docTable td input
{
  margin: 0;
  padding: 1px;
  border: 0;
  font-size: 12px;
  /*background: #ffd;*/
}

/*table.docTable td select
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
}*/

table.pictureElement
{
  border: #eee 1px solid;
  margin: 1px 0;
  font-size: 11px;
}


a.editButton
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../core/resources/graphic/edit_d.png) no-repeat scroll 0 0;
  margin: 0 0 0 1px;
}

a.editButton:hover
{
  background-image: url(../core/resources/graphic/edit.png);
}

a.deleteButton
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../core/resources/graphic/delete_d.png) no-repeat scroll 0 0;
  margin: 0 0 0 1px;
}

a.deleteButton:hover
{
  background-image: url(../core/resources/graphic/delete.png);
}

.listtable_disabled 
{
  background: #eee;
}
.listtable_disabled a.editButton, .listtable_disabled a.editButton:hover
{
  display: block;
  width: 16px;
  height: 16px;
  background: url(../core/resources/graphic/edit_dis.png) no-repeat scroll 0 0;
}

.listtable_disabled a.deleteButton, .listtable_disabled a.deleteButton:hover
{
  display: block;
  width: 16px;
  height: 16px;
  background: url(../core/resources/graphic/delete_dis.png) no-repeat scroll 0 0;
}

/****************/
a.inlineButton
{
  display: inline-block;
  -moz-border-radius:      6px;
  -webkit-border-radius:   6px;
  border-radius:           6px;
  background:              white url(../core/resources/graphic/buttonbg.png) 0 0 repeat-x; 
  border:                  1px solid;
  border-color:            #e6e6e6 #cccccc #cccccc #e6e6e6;
  color: #808080;
  text-decoration: none;
  margin: 0 0;
  padding: 4px 4px;
  cursor: pointer;
}

a.inlineButton.save span
{
  display: block;
  width: 16px;
  height: 16px;
  background: transparent url(../core/resources/graphic/save.png) 0 0 repeat-x; 
}

a.inlineButton.reload span
{
  display: block;
  width: 16px;
  height: 16px;
  background: transparent url(../core/resources/graphic/reload_h.png) 0 0 repeat-x; 
}

a.inlineButton:hover
{
  background: white url(../core/resources/graphic/buttonbg_h.png) 0 0 repeat-x; 
  border-color:  #99ccff;
  color: #404040; 

}

a.inlineButton:active
{
  background-position:   0 -25px;
  background:            white url(../core/resources/graphic/buttonbg_a.png) 0 0 repeat-x; 
  background:           -moz-linear-gradient(0% 170% 90deg, white, #dedede);
  background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(#dedede), to(white));
  border-color:          #8fc7ff #94c9ff #94c9ff #8fc7ff;
  color:                 #333333;
  text-shadow:           1px -1px 0 rgba(255, 255, 255, 0.5);
}

a.inlineButton.disabled, a.inlineButton:focus.disabled, a.inlineButton:active.disabled, a.inlineButton:hover.disabled
{
  cursor: default;
  background: #eaeaea;
  border-color: #ddd #aaa #aaa #ddd;
  color: #888;
}

a.inlineButton.disabled span, a.inlineButton:focus.disabled span, a.inlineButton:active.disabled span, a.inlineButton:hover.disabled span
{
  opacity:0.4;
	-moz-opacity:0.4;
  filter:alpha(opacity=40);
}

/***************** SMALL CLOSE BUTTON ****************/

a.smallCloseButton
{
  display: block;
  width: 10px;
  height: 9px;
  background: #F6F6F6 url(../core/resources/graphic/smallclose.png) no-repeat scroll center center;
  border: #F6F6F6 1px solid;
}

a.smallCloseButton:hover
{
  border-top-color: #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-right-color: #fff;
}

a.smallCloseButton:active
{
  border-top-color: #ccc;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-right-color: #ccc;
}

/***************************************/

.displayDiv
{
  /*display:inline-block;*/
  /*float:left;*/
  margin:0px;
  padding:2px 0 0 0;
  background: transparent;
  height: 18px;
}

.displayDiv  span
{
  margin:0px;
  padding:0 1px;
}

/*******************************************************/

/*
 * jQuery UI CSS Framework 1.8.18
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.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:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.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 1.8.18
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: 'Roboto-Regular', 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: 'Roboto-Regular', Arial, sans-serif;
  font-size: 1em; 
}
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_75_ffffff_1x400.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, .ui-widget-header .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-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .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, .ui-widget-header .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, .ui-widget-header .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,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .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_454545_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-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-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; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Progressbar 1.8.18
 *
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }


/********************************************************************/

.progress-outer
{
  background-color: #f00;
  height:5px; 
  text-align: left; 
  overflow: hidden;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  -khtml-border-radius: 4px; 
  border-radius: 4px;
  border: #888 1px solid;
}

.progress-outer .progress-inner 
{
  display: block;
  background-color: #0f0;
  margin: -1px; 
  height:100%; 
  border-top: #888 1px solid;
  border-bottom: #888 1px solid;
}


.hint_point
{
  display: inline-block;
  float: right;
  background:url(../core/resources/graphic/hint.png) no-repeat scroll 1px 1px;
  width:18px;
  height: 18px;
  padding: 0;
  margin: 0 auto;
}

table.settingslayouttable
{
  border-collapse: collapse;
  border: #ccc 1px solid;
}

table.settingslayouttable tr
{
  border: #ccc 1px solid;
}

.settingslayouttablecell
{
  border: #ccc 1px solid;
}

.strongtext
{
  font-weight: bold;
}

.formblock .smallbutton
{  
  font-size: 14px;
  line-height: 16px;
  padding: 4px 4px;
}

/*
.smallbutton span
{
  display: block;
  width:16px;
  height: 16px;
}*/

.smallbutton.add span
{
  background:url(../core/resources/graphic/add16.png) no-repeat scroll 0 0;
}

.smallbutton.edit span
{
  background:url(../core/resources/graphic/edit16.png) no-repeat scroll 0 0;
}

.smallbutton.delete span
{
  background:url(../core/resources/graphic/delete16.png) no-repeat scroll 0 0;
}


/*********/



.clearfield_button
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url( ../core/resources/graphic/clearfield_button.png ) no-repeat scroll 0 0;
  float: left;
}

.clearfield_button:hover
{
  background-position: 0 -16px;
}

.slideshowitem
{
  user-select:none;
  -moz-user-select:none;
  -webkit-user-select:none;
}

.hLoader
{
  background: url(../core/resources/graphic/loader.gif) no-repeat scroll center center;
}

/******************/


.special_checkbox
{
  margin: 2px 1px;  
}

.special_checkbox input[type="checkbox"] 
{
  display: none;
  
}

.special_checkbox label
{
  cursor: pointer;
  display: inline-block;
  line-height: auto;
  margin-right: 22px;
  padding-left: 0px;
  position: relative;
  text-shadow: none;
  color: #444;
}

.special_checkbox label:before 
{
  background: transparent url(../core/resources/graphic/checkbox.png) no-repeat scroll 0 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;  
  margin-right: 2px;  
}

.special_checkbox label span
{  
  display: inline-block;
  transform: translateY(-6px);
}

.special_checkbox label:hover
{ 
}

.special_checkbox label:hover:before
{
  background: transparent url(../core/resources/graphic/checkbox.png) no-repeat scroll 0 -24px;
}

.special_checkbox input[type="checkbox"]:checked + label
{
  /*color: #555;*/
  text-shadow: #ccc 1px 1px 0;
}

.special_checkbox input[type="checkbox"]:checked + label:before {
  background: transparent url(../core/resources/graphic/checkbox.png) no-repeat scroll 0 -48px;
}

/*****/


.special_radio
{
  margin: 2px 1px;  
}

.special_radio input[type="radio"] 
{
  display: none;  
}

.special_radio label
{
  cursor: pointer;
  display: inline-block;
  line-height: auto;
  margin-right: 22px;
  padding-left: 0px;
  position: relative;
  text-shadow: none;
  color: #444;
}

.special_radio label:before 
{
  background: transparent url(../core/resources/graphic/radio.png) no-repeat scroll 0 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;  
  margin-right: 2px;  
}

.special_radio label span
{  
  display: inline-block;
  transform: translateY(-6px);
}

.special_radio label:hover
{ 
}

.special_radio label:hover:before
{
  background: transparent url(../core/resources/graphic/radio.png) no-repeat scroll 0 -24px;
}

.special_radio input[type="radio"]:checked + label
{
  /*color: #555;*/
  text-shadow: #ccc 1px 1px 0;
}

.special_radio input[type="radio"]:checked + label:before {
  background: transparent url(../core/resources/graphic/radio.png) no-repeat scroll 0 -48px;
}


/**********************************************************************************/

/*#replace_shedule_list
{
  background: white;
  border: 1px solid;
  border-color: #aaa #ddd #ddd #aaa;
  font-size: 17px;
  -webkit-overflow-scrolling: touch;
}

#replace_shedule_list ul li
{
  line-height: 30px;
  height: 30px;
}
*/
#sidebar_tools_td
{
  background:               #efefef;
}


#sidebar_racelist
{
  display: block;  
  background-color: #fff; 
  width: 100%; 
  border: 1px solid; 
  border-color: #aaa #ddd #ddd #aaa;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#racelist_table
{
  font-size: 16px;
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

table#racelist_table td
{
  border: #ddd 1px solid;
  padding: 6px;
}

#racelist_table tr.grayed
{
  color: #ccc;
}

#racelist_table .cancelled
{
  padding-left: 30px;
  background-image: url(../core/resources/graphic/cancelled.png);
  background-repeat: no-repeat;
  background-position: 6px 6px;
}

#racelist_table .stop_booking
{
  padding-left: 30px;
  background-image: url(../core/resources/graphic/stop_booking.png);
  background-repeat: no-repeat;
  background-position: 6px 6px;
}

#racelist_table .open
{
  padding-left: 30px;
  background-image: url(../core/resources/graphic/booking.png);
  background-repeat: no-repeat;
  background-position: 3px 3px;
}

#racelist_table .arrived
{
  padding-left: 30px;
  background-image: url(../core/resources/graphic/arrived.png);
  background-repeat: no-repeat;
  background-position: 3px 3px;
}

#racelist_table .onroute
{
  padding-left: 30px;
  background-image: url(../core/resources/graphic/onroute.png);
  background-repeat: no-repeat;
  background-position: 3px 3px;
}

#racelist_table .accounted
{
  padding-left: 30px;
  background-image: url(../core/resources/graphic/check20.png);
  background-repeat: no-repeat;
  background-position: 3px 3px;
}

#racelist_table tr
{
  cursor: pointer;
}

#racelist_table tr.overboarded
{
  color: #f00;
  font-weight: bold;
}

#racelist_table tr.current_item
{
  background-color: #88b2de !important;
  color: #fff;
}


#summary #list_filter
{
  float: left;  
}

#summary #car_data
{
  float: left;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  margin: 6px 0 0 6px;
  padding: 0;
  text-shadow: 1px 1px 0 #fff;
}

#summary #race_summary
{
  float: right;
  color: #006;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  margin: 6px 6px 0 0;
  padding: 6px 0 0 0;
  text-shadow: 1px 1px 0 #fff;
}

#summary #race_summary.cancelled
{
  font-weight: bold;
  color: #900;
}

#disp_main_infolabel_race
{
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-attachment: scroll;
  background-color: transparent;
  padding-left: 30px;
}

#booking_dialog_amount_container
{
  display: inline-block;
  padding: 5px;
  background-color: #ffffe0;
}

#booking_dialog_amount
{
  color: #006;
  font-size: 1.3em;
  font-weight: bold;
  font-style: normal;
  border: 0;
  width: 90px;
  text-align: right;
  background: transparent;
}

#assist_booking_currency_id
{
  font-size: 1.3em;
}

.bell_on
{
  background: transparent url( ../core/resources/graphic/bell16.png ) no-repeat scroll center center;
  cursor: pointer;
}

.bell_off
{
  background: transparent url( ../core/resources/graphic/bell16_gray.png ) no-repeat scroll center center;
  cursor: pointer;
}



.check_on
{
  background: transparent url( ../core/resources/graphic/check_on.png ) no-repeat scroll center center;
  cursor: pointer;
}

.check_off
{
  background: transparent url( ../core/resources/graphic/check_off.png ) no-repeat scroll center center;
  cursor: pointer;
}



/**************/
.ui-dialog { z-index: 99999 !important ;}


.alertOK .ui-dialog-content
{
  padding-left: 50px;
  background: transparent url(../core/resources/graphic/ok32.png) no-repeat scroll 6px 6px;
}

.alertWarning .ui-dialog-content
{
  padding-left: 50px;
  background: transparent url(../core/resources/graphic/warning32.png) no-repeat scroll 6px 6px;
}

.alertError .ui-dialog-content
{
  padding-left: 50px;
  background: transparent url(../core/resources/graphic/error32.png) no-repeat scroll 6px 6px;
}

.alertInfo .ui-dialog-content
{
  padding-left: 50px;
  background: transparent url(../core/resources/graphic/info32.png) no-repeat scroll 6px 6px;
}

.alertQuestion .ui-dialog-content
{
  padding-left: 50px;
  background: transparent url(../core/resources/graphic/question32.png) no-repeat scroll 6px 6px;
}

/*********************/


.inbus_selectform
{
  background: #fff;
  /*width: 100%;*/
  display: block;
  padding: 0;
}

.inbus_selectform table
{
  /*margin: 5px; */
}

.inbus_count_reserved
{
  /*font-size: 14px;*/
  font-weight: bold;
  color: #525380;
}

.inbus_count_selected
{
  font-size: 12px;
}

.inbus_count_remained
{
  /*font-size: 14px;*/
  color: #555;
}

.inbus_container
{
  display: block;  
  padding: 0;
  margin: 0;
  width: 100%;
  height: 200px;
  overflow-y: auto;
}

.inbus_container td
{
  min-width: 25px;
}

.inbus_place
{
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #eee;
  text-align: center;
  border: #fff 1px solid;
  cursor: pointer;
}

.inbus_place:hover
{
  border: #bbb 1px dotted;
}

.inbus_place.inbus_place_busy
{
  background: #fcc;
  cursor: default;
}

.inbus_place.inbus_place_busy:hover
{
  border: #fff 1px solid;
}

.inbus_place.inbus_place_selected
{
  background: #cfc;
}

.formblock .updownfield_container input.field
{
  line-height: 22px;
}

.formblock .updownfield_container .button
{
  padding: 0 4px;
}

/*******/

.expansion
{
  position: absolute;
  background: #fff;
  display: none;
  margin:0;
  padding:0;
  border: #eee 1px solid;
  z-index: 99999;  
}

.expansion .viewzone
{  
  padding: 2px;
  border: 0;
  min-height: 16px;
  width: 100%;
  overflow: hidden;
}

.expansion textarea
{
  display: none;  
  resize: vertical;
  border: #ddd 1px solid;
  min-height: 16px;
  font: inherit;
}

.expansion_toolbar
{
  border: #eee 1px solid;
  border-radius: 4px;
  padding: 2px;
  margin: 4px;  
  min-height: 20px;
  display: block;
}

.expansion .expansion_edit
{
  background-image: url(/core/resources/graphic/edit16.png);  
}

.expansion .expansion_close
{
  background-image: url(/core/resources/graphic/close16.png);  
}

.expansion .expansion_clear
{
  background-image: url(/core/resources/graphic/purge16.png);
  float: right;
  margin-top: 2px;
}

.expansion .expansion_headbutton
{
  float: right;
  margin: 0;
}

.expansion .expansion_button
{
  display: block;
  width: 16px;
  height: 16px;
  border: #ccc 1px solid;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}

.expansion .expansion_button:hover
{
  background-color: #eee;
}

.expansion_toolbar button
{
  float: right;
  margin: 0 2px 2px;
}
