﻿.PanelTitle
{
    text-align: left;  
    font-weight:bold;
    font-size:small; 
    color: white;
    background-color: #719DDB;
    cursor: pointer;   
    
    /*background-color: #F5F5F5;*/
    border: 1px solid #1E74BC;
    border-radius: 5px;
    margin: 0 auto;
    width: 90%;    
    
          
}

.LabelTextAtlasMap
{
    float: left;
    font-family: verdana;
    font-size: 0.7em;
    line-height: 18px;
    margin-left: -1em;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    width: 19.7em;
}

.hliMapBib
{
    border-width: 0px;
    position: absolute;
    z-index: 1;
    margin-left: 33.7em;
    margin-top: 0.1em;
}


.divAuthoritiesResultMaps
{
    border: 1px solid #1E74BC;
    border-radius: 5px;
    margin: 0 auto 0.5em;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 98.4%;
   	height: -1em;
    overflow-x:hidden;
    overflow-y: scroll;
    max-height:20em;

}

.divAuthoritiesResult
{
    border: 1px solid #cac7c7;
    border-radius: 5px 5px 5px 5px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 90%;
    margin-bottom:1em;
    height: -1em;
    overflow-x:hidden;
    overflow-y: scroll;
    max-height:20em;
}

.LabelTextLoginCP
{
    float: left;
    font-family: verdana;
    font-size: 0.7em;
    height: 1%;
    line-height: 18px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 5px;
    padding-right: 10px;
    text-align: left;
}

.LabelTextLoginCP_Data
{
    font-family: verdana;
    font-size: 0.7em;
    height: 1%;
    line-height: 18px;
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding-left: 5px;
    padding-right: 10px;
    text-align: left;
}

#ctl00_ContentPlaceHolder_AutoCompleteEx_completionListElem_completionListElem
{
    margin : 0px!important ;
    background-color : inherit ;
    color : windowtext ;
    border : buttonshadow ;
    border-width : 1px ;
    border-style : solid ;
    cursor : 'default' ;
    overflow : auto ;
    height : auto ;
    max-height:150px;
    font-family : Verdana;
    font-size : small ;
    text-align : left ;
    list-style-type : none ;
    }





 /* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana; font-size: 0.9em; }
.ui-widget .ui-widget { font-size: 0.8em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: verdana; font-size: 0.8em; }
.ui-widget-content { border: 1px solid #8a8686; background: #ffffff; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #0a2d83; background: #5f7de4; color: #ffffff; padding-left: 6px;}
.ui-widget-header a { color: #ffffff; visibility: hidden; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d8dcdf; background: #eeeeee; font-weight: bold; color: #004276; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #004276; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #cdd5da; background: #f6f6f6; font-weight: bold; color: #111111; }
.ui-state-hover a, .ui-state-hover a:hover { color: #111111; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #eeeeee; background: #ffffff; font-weight: bold; color: #cc0000; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #cc0000; text-decoration: none; }
.ui-widget :active { outline: none; }