
/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 
 

/* ################################################################# */
/* --- Main-Seperator ---  */
/* ################################################################# */
    
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* --- Sub-Seperator  ---*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
 
 */
 
*
{
    margin: 0;
    padding: 0;
    border: none;
}

html, body 
{
}

html /* shows always scrollbar in Firefox*/
{
    overflow: visible;
}   
    
body
{
    font-size: 13px;
    color: #545D66;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    overflow: hidden;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* --- Titles ---*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

h1, h2, h3, h4, h5, h6
{
    font-family: Arial, Helvetica, sans-serif;
    color: #485573;
    margin: 0 0 20px 0;
    padding: 0px;
}
    
h1
{
    font-size: 22px;
    line-height: /**/;
}

h2
{
    font-size: 18px;
    line-height: /**/;
}

h3
{
    font-size: 14px;
    background-color: #527EA3;
    color: #F6FBFE;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 10px 0;
}

h4, h5, h6
{
    font-size: 12px;
    background-color: #a4bcd0;
    color: #FFFFFF;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 10px 0;
}

b, strong, b *, strong *
{
    font-weight: bold;
}

i, em, i *, em *
{
    font-style: italic;
}

ul, ol
{
    clear: both;
/*  margin: 10px 0 10px 35px; */
}

ul
{
}

ol
{
}

li
{
    margin: 5px 0;
}

p
{
    line-height: 18px;
    margin: 0 0 10px 0;
}

div.hr
{
    clear: both;
    height: 1px;
}

hr
{
    height: 1px;
    color: #333333;
    background-color: inherit;
}

a, a:visited
{
    color: #527EA3;
    text-decoration: underline;
}

a:hover
{
    color: #ABC8E2;
    text-decoration: underline;
}

a:focus, input:focus, button:focus, :focus
{
    outline: none;
}

button, .button
{
    background-color: #eff4f9;
    border: 1px solid #354F66;
    padding: 2px 5px;
    font-size: 10px;
    color: #354F66;
    font-weight: bold;
    width: auto!important;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

input.button
{
    padding: 1px 3px;
}


a.button
{
    color: #354F66;
    text-decoration: none;
}

button:hover, .button:hover
{
    color: #354F66;
    background-color: #BDD2E5;
    border: 2px solid #354F66;
    padding: 1px 4px;
    cursor: pointer;
}

input.button:hover
{
    padding: 0px 2px;
}


img, a img
{
    border: none;
}

/* <div class="clear"></div> or <br class="clear" /> in <p></p> */
.clear
{
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

/* ################################################################# */
/* --- TABLE --- */
/* ################################################################# */

table
{
    font-size: inherit;
    color: inherit;
    border-collapse: collapse;
    border-spacing: /**/;
}
    
table caption, 
table tr,
table th, 
table td
{
    text-align: left;
    font-weight: normal;
}

table td
{
    padding: /**/;
}

        
td.colLabel
{
    width: /**/;
}

td.colInput
{
    width: /**/;
}

td.colspan2
{
    width: /* FULL CONTENT WIDTH */;
}

/* ################################################################# */
/* --- FORM --- */
/* ################################################################# */

form
{
}
    
fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}

form fieldset p
{
    clear: both;
    padding-bottom: 15px;
}

.required
{
    margin-left: /* width von label*/;
}

.submit
{
    margin: 0;
}
        
label
{
    width: 25%;
    float: left;
    display: inline;
}


/* ################################################################# */
/* --- INPUT / SELECT / TEXTAREA --- */
/* ################################################################# */

input, select, textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #32373C;
    background-color: #FFFFFF;
    padding: 2px 4px;
    line-height: 16px;
    border: 1px solid #354F66;     
    overflow: visible; /* Fix for IE */
}

input:focus, select:focus, textarea:focus
{
    border: 1px solid #527EA3;
    background-color: #e6f2fd;
}

input[type=hidden], input.hidden
{   
    float: left;
    display: inline;
    border: none;
    background-color: transparent;
    height: 12px;
    width: 12px;
    padding: 0;
    position: absolute;
    top: -100px;
}

input[type=disabled], input.disabled, select[type=disabled], select.disabled, .protected
{
    background-color: #CCCCCC;
}

input.text
{
    float: left;
    display: inline;
    width: 65%;
    margin: 0 5px 0 5%;
}

input.checkbox, input.radio, input[type=checkbox], input[type=radio]
{
    float: none;
    border: none;
    background-color: transparent;
    height: 16px!important;
    width: 16px!important;
    padding: 0;
    margin: 2px 2px 2px 5%!important;
}

#newsletter input.checkbox
{
    position: relative;
}

input.radio
{
}

input.checkbox  
{
}

select
{
    float: left;
    display: inline;
    width: 65%;
    margin: 0 5px 0 5%;
    padding: 1px 2px;
}

textarea
{
    height: 100px;
    width: 408px;
}


/* ################################################################# */
/* --- Explorer --- */
/* ################################################################# */


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* --- Login Dialog  ---*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#login-dialog
{
    background-color: #f6fbfe;
    border-bottom: 2px solid #bdd2e5;
}

#menu_login
{
    text-align: center;
}

#show_login_dialog
{
    float: right;
    display: block;
    margin: -2px 12px 0 auto;
    background: url(../img/login_bg.png);
    background-repeat: no-repeat;
    background-position: 0 -27px;
    height: 19px;
    width: 70px;
    padding: 6px 10px 0 0;
    font-size: 10px;
    text-decoration: none;
}

#show_login_dialog.login_open
{
    background-position: 0 0;
}

form#login-form
{
    padding: 20px;
}

form#login-form fieldset label
{
    width: auto;
    float: none;
    display: inline;
}

form#login-form fieldset p
{
    padding-bottom: 0px;
    margin: 0;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* --- Logout Dialog  ---*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#menu_logout
{
    float: right;
    display: inline;
    margin: 10px 20px;
    font-size: 11px;
    background-color: #f6fbfe;
    border: 1px solid #bdd2e5;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 7px;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* --- Query Search Dialog  ---*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#query_container
{
    clear: both;
    margin: 20px;
    border: 1px solid #527EA3;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #F6FBFE;
}

#expl_search
{
    margin: 10px;
}

#expl_search form
{
    height: 90px;
}

#show_query_dialog
{
    background-color: transparent;
    line-height: normal;
    border: none;     
    float: left;
    display: inline;
    overflow: visible; /* Fix for IE */
}

.foundQueries
{
    float: left;
    display: inline;
    margin: 8px 0 0 50px;
    font-size: 10px;
}

button#show_query_dialog
{
    font-weight: normal;
    text-decoration: underline;
    width: 80px;
    height: 25px;
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 1px 18px;
    background: url(../img/query_bg.png);
    background-repeat: no-repeat;
    background-color: #F6FBFE;
    background-position: 8px -24px;
    height: 25px;
    width: 100%;
    display: block;
    font-size: 13px;
    text-decoration: none;
    text-align: left;
}

button#show_query_dialog.query_open
{
    background-position: 8px 1px;
}

#sql_search_result h4
{
    margin-left: -40px;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* --- Page Navigation  ---*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#page_navigation
{
    margin: 20px 0;
    font-size: 10px;
}

#page_navigation a
{
    margin-right: 5px;  
}



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* --- Main Layout - Header / Logo / Content / Footer  ---*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#expl_logo
{
    margin: 10px 20px;
    float: left;
    display: inline;
}

#expl_container
{
    text-align: left;
    margin: 0 auto;
    width: auto;
}

#expl_header
{
}

#expl_content_container
{
    margin: 0 20px;
}

#expl_sidebar
{
    border: 1px solid #527EA3;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 30%;
    float: left;
    display: inline;
    padding-bottom: 20px;
    background-color: #F6FBFE;
    overflow: auto;
}

#expl_content
{
    margin: 0 0 0 10px;
    float: left;
    display: inline;
    width: 65%;
    border: 1px solid #527EA3;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    background-color: #F6FBFE;
    overflow: auto;
}

#expl_footer
{
    height: 20px;
    margin: 20px;
    clear: both;
    font-size: 11px;
}

#expl_footer p 
{
    margin: 0;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* --- Sidebar Explorer  ---*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#expl_sidebar li p
{
    cursor: pointer;
}

#expl_sidebar ul, #expl_sidebar li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#expl_sidebar ul
{
    padding-left: 1em;
}

#expl_sidebar li
{
    padding-left: 10px;
    border: 1px dotted #354F66;
    border-width: 0 0 1px 1px;
}

#expl_sidebar li.branch
{
    border-bottom: none;
}

#expl_sidebar li.empty
{
    font-style: italic;
    color: silver;
    border-color: silver;
}

#expl_sidebar li p
{
    margin: 0;
    padding: 0 10px 0 0;
    position: relative;
    top: 12px;
    background-color: #F6FBFE;
}

#expl_sidebar li p a
{
    color: #545D66;
    display: block;
    padding: 2px 5px;
    text-decoration: none;
    border: 1px solid #F6FBFE;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#expl_sidebar li p a:hover
{
    color: #545D66;
    border: 1px solid #BDD2E5;
}

#expl_sidebar li p.selected
{
    margin: 0;
    position: relative;
    top: 12px;
}

#expl_sidebar li p.selected a
{
    display: block;
    padding: 2px 5px;
    text-decoration: none;
    border: 1px solid #354F66;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #527EA3;
    color: #FFFFFF;
}

#expl_sidebar li p.selected a:hover
{
    color: #FFFFFF;
    background-color: #83a3be;
}

#expl_sidebar li ul
{
    border-top: 1px dotted black;
    margin-left: -10px;
    padding-left: 18px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* --- Content  ---*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.smallLabel
{
    color: #545D66;
    font-size: 11px;
}



/* ################################################################# */
/* --- Edit --- */
/* ################################################################# */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* --- Header  ---*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#expl_content_header h2
{
    float: left;
    display: inline;
}


#expl_content_header form.deleteNote
{
    float: right;
    display: inline;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* --- Properties  ---*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.edit_properties_container
{
    margin: 10px 0 0 0;
    padding: 10px 0;
}

.add_property
{
}

.property_element
{
    padding: 10px;
    border: 1px solid #BDD2E5;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 10px 0;
}

.edit_properties
{
    margin: 20px 0 0 30%;
}

.saveAs
{
    float: left;
    display: inline;
    margin-left: 5%;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* --- Multivalue Properties  ---*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.multivalued ul
{
    width: 66%;
    float: left;
    display: inline;
    margin-left: 5%;
    clear: none;
    padding: 0 0 0 15px;
}

.addMultivalueproperty
{
    clear: both;
    margin: 0 0 0 30%;
}

.addMultivalueproperty input,
.addMultivalueproperty select
{
    width: 88%;
    margin-left: 0;
}

.addMultivalueproperty a.button
{
    float: left;
    display: inline;
    margin-top: 2px;
}

.multivalued ul li
{
    padding: 3px 5px 5px 5px;
}

.multivalued ul li a.button
{
    float: right;
    display: inline;
}

.multivalued ul li:hover
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #BDD2E5;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* --- Propoerty Table  ---*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

table.propoerty_table
{
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

table.propoerty_table td 
{
    text-align: left;
    vertical-align: top;
}

table.propoerty_table td input,
table.propoerty_table td select
{
    margin: 0;
    width: 90%;
}