/* 
    Created on : 13.09.2014, 22:19:24
    Author     : Ich
*/

div a {
display:block;
/* height:100%; */

}
/* Größe der Buttons*/
.small{
        width: 40px;
}
.normal{
        width: 80px;
}
.big{
        width: 175px;
}
/* Farben */
.lcars-tan      { background-color:#f96 !important; }
.lcars-lightRed { background-color:#c66 !important; }
.lcars-orange   { background-color: #ff9900 !important; }
.lcars-purple   { background-color: #cc99cc !important; }
.lcars-blue     { background-color: #9999ff !important; }
.lcars-lightBlue{ background-color: #9999cc !important; }
.lcars-darkBlue { background-color: #000099 !important; }

.lcars-red      { background-color: #cc0000 !important; }
.lcars-lightTan { background-color: #ffcc99 !important; }
.lcars-pink     { background-color: #cc6699 !important; }
.lcars-white    { background-color: #ccccff !important; }
.lcars-yellow   { background-color: #ffff00 !important; }


/* Geschwungene Lcars*/
.lcars-elbow.left.top:after {
    border-bottom-left-radius: 60px;
    position: absolute;
    right: 0;
    top: 0;
}
.lcars-elbow:after {
    background: none repeat scroll 0 0 #000;
    content: "";
    display: block;
    height: 120px;
    position: absolute;
    width: 1.5em;
}
.lcars-elbow.left.top {
    border-bottom-left-radius: 60px;
}
.lcars-elbow {
    background: none repeat scroll 0 0 #fff;
    height: 140px;
    min-height: 40px;
    position: relative;
    width: 114px;
    display:block;
}
.lcars-elbow.left.bottom:after {
    border-top-left-radius: 60px;
    bottom: 0;
    position: absolute;
    right: 0;
}
.lcars-elbow.left.bottom {
    border-top-left-radius: 60px;
}

/*Message*/
.lcars-elbow-small.left.top:after {
    border-bottom-left-radius: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.lcars-elbow-small:after {
    background: none repeat scroll 0 0 #000;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    width: 1.5em;
}
.lcars-elbow-small.left.top {
    border-bottom-left-radius: 30px;
}
.lcars-elbow-small {
    background: none repeat scroll 0 0 #fff;
    height: 50px;
    min-height: 40px;
    position: relative;
    width: 80px;
    display:block;
}
.lcars-elbow-small.left.bottom:after {
    border-top-left-radius: 30px;
    bottom: 0;
    position: absolute;
    right: 0;
}
.lcars-elbow-small.left.bottom {
    border-top-left-radius: 30px;
}














































/* Buttons */
.lcars-button, a.lcars-button {
    background: none repeat scroll 0 0 #f90;
    border: medium none;
    color: #000;
    /* cursor: pointer; */
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 1px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 20px;
 /*   width: 90px;
    height: 30px;   */
 font-family: LCARSGTJ3;
}
.lcars-button-border-left {
    background: none repeat scroll 0 0 #f90;
    border: medium none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 1px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.lcars-button-border-right {
    background: none repeat scroll 0 0 #f90;
    border: medium none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 1px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.lcars-button-border-left-top {
    background: none repeat scroll 0 0 #f90;
    border: medium none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 1px 1px;
    position: relative;
    text-align: right;
    text-decoration: none;
    vertical-align: middle;
    border-top-left-radius: 20px;
}
.lcars-button-border-left-bottom {
    background: none repeat scroll 0 0 #f90;
    border: medium none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 20 bold;
    padding: 3px 1px;
    position: relative;
    text-align: right;
    text-decoration: none;
    vertical-align: middle;
    border-bottom-left-radius: 20px;
}
.lcars-button-border-right-bottom {
    background: none repeat scroll 0 0 #f90;
    border: medium none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 1px;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    border-bottom-right-radius: 20px;
}
.lcars-button-border-right-top {
    background: none repeat scroll 0 0 #f90;
    border: medium none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 1px;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    border-top-right-radius: 20px;
}
.lcars-button-noborder {
    background: none repeat scroll 0 0 #f90;
    border: medium none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 1px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
/* LCARS Linien*/
.lcars-line {
    background: none repeat scroll 0 0 #000;
    content: "";
    display: block;
    position: absolute;
}
.lcars-line-end {
    background: none repeat scroll 0 0 #000;
    content: "";
    display: block;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    position: absolute;
}
.lcars-line-start {
    background: none repeat scroll 0 0 #000;
    content: "";
    display: block;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    position: absolute;
}
.lcars-line-round {
    background: none repeat scroll 0 0 #000;
    content: "";
    display: block;
    border-radius: 14px;
 /*   border-bottom-right-radius: 8px;
    border-top-right-radius: 8px; */
    position: absolute;
}
.line-width-600 {width:600px;}


.line-height-30 {height:30px;}
.lcars-button .lcars-button-addition,
a.lcars-button .lcars-button-addition {
  display: inline-block;
  vertical-align: middle;
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 7px 3px;
  margin: -19px 0;
}

.zoombuttonplus{
    
    width: 27px;
    height:12px;
    border-radius: 5px;
    background-color: #ff9900 !important;
    text-decoration: none;
    vertical-align: middle;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5  px;
    opacity: 0.5
}

.lcars-button-img {
    background: none repeat scroll 0 0 #f90;
    border: medium none;
    color: #000;
    /* cursor: pointer; */
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 1px;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 20px;
    
 /*   width: 90px;
    height: 30px;   */
}








/* Textfelder */
.inputblue  {
  BORDER-RIGHT: #000000 0px solid;
  BORDER-TOP: #000000 0px solid;
  BORDER-LEFT: #000000 0px solid;
  BORDER-BOTTOM: #000000 0px solid;
  FONT-SIZE: 10pt; COLOR: #000000;
  FONT-FAMILY: Arial;
  font-weight:bold;
  background-color: #9999FF;
  height:18px;
}
.textareablue {
  BORDER-RIGHT: #000000 0px solid;
  BORDER-TOP: #000000 0px solid;
  BORDER-LEFT: #000000 0px solid;
  BORDER-BOTTOM: #000000 0px solid;
  FONT-SIZE: 10pt; COLOR: #000000;
  FONT-FAMILY: Arial;
  font-weight:bold;
  background-color: #9999FF;
}

.lcars-elbow-span-bottom-right{
  position: absolute;
  bottom: 5px;
  right: 30px;
  font-size: 18px;
  
}
.lcars-elbow-span-top-right{
  position: absolute;
  top: 5px;
  right: 30px;
  font-size: 18px;
}

.text-8     {font-size: 8px;}
.text-10    {font-size: 10px;}
.text-12{font-size: 12px;}
.text-14{font-size: 14px;}
.text-16{font-size: 16px;}
.text-18{font-size: 18px;}
.text-20{font-size: 20px;}




.textalignright{
    position: absolute;
    top: 5px;
    right: 5px;
}
.textalignleft{
    text-align: left;
}
.textaligncenter{
    text-align: center;
}
.tooltips-FGCLASS{
    background-color: #000000;
    
}
.toltip-TEXTFONTCLASS{
    color: #ff9900;
    
}