/* Copyright (c) 2009 Arnaud Renevier, Inc, published under the modified BSD
   license. */

@import url(common.css);


/*
 * header
 */

#header {
    height: 2em;
}
#add_user {
    display: none;
}
.user_link {
    text-decoration: none;
    color: blue;
}
#user_management {
    float: right;
    margin: 0px 10px 0px 0px;
}
#user_management p {
    margin: 0px;
}
#other-language {
    float: left;
    margin-top: 1px;
}
#other-language a:hover {
    background-color: #BBBBFF;
}
#other-language a {
    position: relative; /* needed to display top and bottom borders in ie */
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: #BBBBFF 1px solid;
}

/*
 * user area
 */
#user_area {
    border: 1px solid black;
    display: none;
    float: right;
    clear: right;
    width: 35%;
}
#user_close {
    float: right;
}
#user_comm {
    margin-left: 4px;
    margin-right: 4px;
}
#newuser, #changepass {
    display: none;
    margin: 12px;
    text-align: center;
}

/*
 * map
 */

#map {
    position: absolute;
    top: 2em;
    left: 4px;
    height: 50%;
    width: 50%;
    margin-bottom: 1em!important;
}

/*
 * feature editor
 */
#editor {
    position: absolute;
    width: 44%;
    top: 4em;
    left: 55%;
    display: none;
    border: 1px solid black;
    padding-bottom: 18px;
}

#editor_close {
    float: right;
}

#title, #description {
    width: 90%;
}

#img {
    max-height: 400px;
    max-width: 400px;

}
html>/**/body #img { /* hide from ie7 */
    display: block;
    margin: 1em auto 0 auto;
}

#validate_editor {
    font-weight: bold;
}

#feature_delete {
    margin-top: 2.5em;
}
#delete {
    display: none;
    font-weight: bold;
}

/*
 * global admin area
 */

#admin {
    margin-top: 3em;
    position: fixed;
    top: 50%;
    width: 50%;
}

/*
 * password manager
 */

#login_area {
    z-index:2001;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#login_transparency {
    z-index:-1;  
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #888;
    opacity: 0.3;
    filter: alpha(opacity = 30);
}

#login_padding {
    float: left;
    height: 40%;
    width: 100%;
    margin-bottom: -20px;
}

#login_content {
    z-index:1004;
    clear:left;
    width: 50%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    filter: alpha(opacity = 100);
    background-color: white;
}

#cookie_warning {
    display: none;
}

#password, #user {
    display: block;
    width: 100%;
}

#login_error {
    display: none;
}

