
.submitButton {
    padding:5px;
    font-weight:bold;  
    font-size:0.8em;
    white-space:nowrap;
    width:250px;
    background-color:#FFF8EA;
    color:blue ;
}
.submitButtonhover,  .submitButton:hover {
    font-weight:bold;  
    text-decoration:underline;
    padding:5px;
    cursor:hand; cursor:pointer !important; 
    font-size:0.8em;
    width:250px;
    color:red;
    margin-top:1px;
    margin-bottom:1px;

    border:1px ridge #0C0F85;
    background-color:#FFFBC4;
    
}
.fontGray {
    color:silver;
    background-color:gray;
}
.removeAttributes {
    text-align:center;
    text-decoration:none;
    color:blue ;
    padding:10px;
    background-color:#FFF8EA;
    font-size:0.8em;
    font-weight:bold;
    border:1px solid #5F6088;
    border-bottom:2px;
    border-right:2px;
}
.removeAttributes:hover {
    text-decoration:underline;
    color:red;
    cursor:hand; cursor:pointer !important; 
    border:1px solid #0C0F85;
    background-color:#FFFBC4;
    border-top:2px;
    border-left:2px;
 
}
.inputFieldDescription {
    font-size:0.8em;
    padding:10px 10px 10px 0;
    margin:0 10px 0 0;
    color:blue;
}
.inputFieldDescription:hover {
    color:red;
    text-decoration:underline;
}
.tableRow {
    position:relative;
    float:left;
    margin:10px;

    border:2px ridge #FFF8EA !important;
    border:1px ridge #FFF8EA;

    text-align:center;
}
.tableField {
}
.checkMappedContent {
    font-size:0.6em;
}
.checkMappedContent td {
    border:1px solid silver;
    font-size:9px;
    padding:2px;
}
.showDirectory {
    border:1px solid #0C0F85;
    border-left:2px;
    border-top:2px;
    background-color:white;
    padding:10px;
}
.selectFolder {
    text-decoration:none;
}
.selectFolder:hover {
    cursor:hand; cursor:pointer !important; 
    text-decoration:underline;
    color:red;
}
#connectDatabaseFields {
    display:block;
    /* visibility:hidden; */
    
}
#imageFolderVisual {
    color:red;
    font-weight:bold;
}
.hidden {
    visibility:hidden;
    display:none;
}
#event {
}
.aName:hover {
    text-decoration:none;
} 
.selectImage {
    cursor:hand; cursor:pointer !important; 
}
.selectBereichFirst {
    font-size:9px;
}
.selectBereich {
    position:relative;
    top:-10px;
    font-size:9px;
}
.clear {
    clear:both;
    font-size:1px;
    height:0;
}
