/*
 * Leibniz Grouper - Advanced Relation Management within WordPress
 * Copyright (c) 2011 Giga Editrice
 * Released under GPL v.2 or later:http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/ 

.attr_for_group_tool {
    display: none;
}

.leibnizgrouper_cf_suggestions {
    background-color: #DEEFF4;
    border: 1px solid #ABD2DE;
    left: 0;
    margin: 1px 0 0;
    position: absolute;
    text-align: left;
    top: 20px;
    width: 250px;
    z-index: 10000;
    display: none;
}

.leibnizgrouper_cf_suggestions ul {
    background-image: none;
    list-style: none outside none;
    margin: 10px;
    padding: 0;
}

.leibnizgrouper_cf_suggestions li {
    border-bottom: 1px dashed #ABD2DE;
    padding: 3px;
}

.leibnizgrouper_cf_suggestions a {
    color: #03497E !important;
}

.leibnizgrouper_cf_list {
    width:350px;
    height: 100px !important;
}

.leibnizgrouper_cf_list2 {
    width:350px;
    height: 100px !important;
}

.leibnizgrouper_fieldset {
    border: 1px solid #CCCCCC;
    margin: 0 10px 10px;
    margin-bottom: 10px;
    padding: 5px;
}

.leibnizgrouper_fieldset legend {
    font-weight: bold;
    font-size: 11px;
}

table.leibnizgrouper-quick-edit-table td {
    border: none;
    overflow: auto;
}

.lg-ajax-image {
    width: 24px;
    height: 24px;
    float: left;
    display: none;
    background: white url(../images/ajax-loader.gif) no-repeat 0 0;
}

.leibnizgrouper_translation_edit_link {
    font-weight: bold;
}

.leibnizgrouper_translation_create_link {
    
}

#leibnizgrouper_post_main_map {
    width:100%; 
    height:250px;
}

.leibnizgrouper_post_relations_map {
    width:100%; 
    height:300px;
}

#leibnizgrouper_edit_post_map {
    width:260px;
    height:200px;
}

.leibnizgrouper_dateselector {
    background: url("../images/calendar_icon.jpg") no-repeat scroll 100% -8px white;
}

.leibnizgrouper_inline_message {
    padding: 5px 0px 5px 0px;
    font-style: italic;
}

.leibnizgrouper_theme_position {
  
}

.lg-ajax-loading {
    background: white url(../images/ajax-loader.gif) no-repeat center center;
}

#attrs_edit_table tr td {
    vertical-align: top !important;
    margin: 0 !important;
    padding: 0 !important;
}

#attrs_edit_table input {
    margin: 0;
    padding: 0;
    line-height: normal;
}

.attrs_edit_cbtn {
    text-align: center;
    width: 70px;
}