.fbutton2 {
/*  font-family: Tahoma,Arial,Helvetica,Verdana,Avantgarde; */
  font-size: 9pt;
  color: black;
  background-color: transparent;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  cursor: pointer; 
  outline: none;
  border: 0px solid transparent;
}


a.dropper {
  display: inline-block;
  overflow: hidden;
  text-indent: -200px;
  width: 18px;
  height: 18px;
  vertical-align:middle;
}

.button_del {
  background: transparent url("../images/action_delete_global.png") no-repeat left top; }

.button_add {
  background: transparent url("../images/action_add_global.png") no-repeat left top; }

.button_search {
    background: transparent url("../images/system-search.png") no-repeat left top; }


.button {
  cursor: pointer; 
}

.button_add, .button_del {
}

.button_add:hover, .button_del:hover {
    background-position: left -64px; 
}

.button_add.inactive, .button_del.inactive {
    background-position: 0px -128px; 
}


.fNoteLicence { 
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    line-height: 18px;
}


.fbutton_maik
{
    padding-top: 2px;
	background-color:	transparent;
	cursor:				pointer; 
    outline: none;
	border: 			0px solid transparent;
}


#containerAbsProgressIndicator {
  position: fixed; 
  top: 80px;
  right: 0px;
  z-index: 101  ;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-box-shadow: 4px 4px 8px #000;
  -moz-box-shadow: 4px 4px 8px #000;
  box-shadow: 4px 4px 8px #000;
  background: #d5552a url("../images/ajax-loader.gif") no-repeat 15px center;
  padding: 0px 10px 0px 50px;  
  font-size: 14pt;
  line-height: 40px;   
  color: #eeeeec;
  visibility: hidden;}
