/*This is the css for Advanced Search */

/* This is from advancedsearch.jsp */

#showDbPanel
{
    font-size: .75em;
    margin: 1em;
    cursor: pointer;
    color: #5A458D;
}

#top13
{
    width: 100%;
    margin: 0 0 5px 0;
    font-size: .9em;
    font-weight: bolder;
}

#content13
{
    width: 100%;
    height: 98%;
    margin: 0;
}

#sidebar13
{
    float: left;
    width: 376px;
    margin: 0;
    padding: 0;
    height: 98%;
    border: 1px solid #ccc;
}

#sidebar-content13
{
    margin: 0;
    padding: 3px 5px 3px 5px;
    font-size: 100%;
    height: 98.8%;
    overflow: auto;
}

#main13
{
    margin: 0 0 0 378px;
    padding: 0;
    height: 98%;
}

#main-content13
{
    margin: 0;
    padding: 3px 5px 3px 8px;
    font-size: 100%;
    height: 99.2%;
    overflow: auto;

}

hr.cleaner13
{
    clear: both;
    height: 1px;
    margin: -1px 0 0 0;
    padding: 0;
    border: none;
    visibility: hidden;
}

.currentDatabases13
{
    padding: 2px 0px 0px 10px;
    font-size: .9em;
}

.header13
{
    margin: 7px 4px 7px 4px;
    border-bottom: 1px dashed #C3C3C3;
}

#databasePhrase
{
    margin: 5px 5px 5px 5px;
    font-size: 90%;
}

#searchedDatabases
{
    margin: 0 0 15px 20px;
    color: #5A458D;
    width: 95%;
    height: expression( this.scrollHeight > 199 ? "200px" : "auto" ); /* sets max-height for IE */
    max-height: 333px; /* sets max-height value for all standards-compliant browsers */
    overflow:auto;
}

ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

li
{
    list-style:none;
}

.searchableData
{
    margin: 0;
    border-bottom: 1px dashed #ccc;
}

#clear
{
    clear: both;
}

.qmfv
{
    visibility: visible !important;
}

.qmfh
{
    visibility: hidden !important;
}

.table1
{
    border: 1px solid rgb( 0, 0, 0 );
}