/**
* Migration script
* _style_screen.css should be eliminated
*/

.center{
    width:100%;
    text-align: center;
}

.attentionBg{
    background-color:#e8ab82; 
}

.attentionFont{
    color:#ed4910;
}

.blockTeaser{
    text-align:left;
    margin:auto;
    border:3px solid #d17676;
    width:740px;
    padding:5px;  
}
.blockTeaser2{
    text-align:left;
    margin:auto;
    border:3px solid #d17676;
    width:520px;
    padding:5px;  
}

.action-button{
    background-image:url(../gfx/slices/buttons.png);
    background-repeat:no-repeat;
}

a.action-save{
    background-position:0 0;
    display:block;
    width:175px;
    height:32px;
    text-decoration: none;
}

a.action-save:hover{
    background-position:0 -32px;
    display:block;
    width:175px;
    height:32px;
    text-decoration: none;
}



.fgSDK-suggestwrapper{
    font-size:12px;
    width:350px;
}
/*
.fgSDK-suggestwrapper li{
}
  */

.suggestField{
    width:265px;
    padding-left:30px;
    height:23px;
    border:1px solid #ccc;
    background-repeat: no-repeat;
    background-image:url(../gfx/slices/suggestSearch.png);
    font-size: 13px;
}

*+html .suggestField{
    height:22px;
}

.fgSDK-inputfield.progress{
    background-position: 0 -50px;
    color:gray;
}

.fgSDK-inputfield.focus{
    background-position: 0 -25px;
}

.bubbleContainer{
    position: absolute;
    display:none;
    z-index: 400;
    width: 200px;
    height:80px;
    background-image: url(../gfx/slices/bubble.png);
    font-size:10px;
    
}

.bubbleContainer .bubbleContent{
    width:150px;
    margin:8px 5px 5px 35px;
}
.bubbleContainer .bubbleContent h1{
    margin:0 0 5px 0;
    padding:0;
    font-size:12px;
    font-weight: bold;
    width:100%;
}
