@charset "ISO-8859-1";
/**
 * Hier ist der Platz für alle grundlegenden Formatierungen, die bereits
 * durch Tools der Basis benötigt werden.
 * Beispiel: #printInput(), #handleErrors(), etc...
 */

@import url(../../../js/HRSysLib/ibox/ibox.css);
@import url(datepicker.css);

@media all
{
    
.formElementErrorTextHint {
    background: url("../../../img/basis/formElements/ErrorTextIcon.png") no-repeat scroll left top transparent;
/*    color: #FFFFFF; */
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 30px;
    float: left;
}
.formElementErrorTextHint span.Rahmen {
    display: none;
    left: -100px;
    position: absolute;
    top: -40px;
    
}
a:hover span.Rahmen {
    display: block;
}
.formElementErrorTextHint span.Inhalt {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FF0000;
    border-radius: 2px 2px 2px 2px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    width: 400px;
}
/*
.formElementErrorTextHint span img {
    height: 40px;
    margin-left: -50px;
    width: 100px;
}
*/

.formElementErrorTextHint span span.Pfeil {
    background: url("../../../img/basis/formElements/ErrorTextPfeil.png") no-repeat scroll left top transparent;
    border: medium none;
    display: block;
    height: 8px;
    left: 103px;
    position: absolute;
    top: 32px;
    width: 16px;
}

input.formElementMitVorgabetext {
   color: #AEAEAE;
}

p.error,
div.formElementError label.formElement
{
   color:#ff0000;
}

span.hr-hervorgehoben {
	font-weight: bold;
}

.ToolTipDiv {
    background-color: #ffffff;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
    box-shadow: 2px 2px 2px 1px #ccc;
    color: #333366;
    font-size: 12px;
    padding: 5px;
    text-align: justify;
    width: 250px;
    z-index: 25;
}
}
