/*
 * Stylesheet for search.php page
 * Sections:
 * - 
 */

/*============================================================================*/
/*  */

#searchPanel {
    padding: 8px;
    border: 1px solid #920;
}

#browseSearchForm, #tagCloud {
    padding: 10px;
    display: none;
    border: 1px dotted #920;
}
.browseSearchBar, .browseSearchInput {
    position: relative;
    width: 220px;
}
#searchAllBar, #searchAllInput {
    position: relative;
    z-index: 9000;
}

#browseSearchNameBar, #browseSearchNameInput {
    position: relative;
    width: 180px;
    z-index: 9001;
}
#selectPigBtn {
}

table.browseSearchTable {
}

table.browseSearchTable .searchLabel {
    font-weight: bold;
    text-align: right;
    width: 100px;
}

table.browseSearchTable td {
    padding: 5px;
}

span.comment {
    color: #aaa;
    font-style: italic;
}

hr {
	border: 1px dashed #fa6;
}

table.searchItem td {
    padding: 2px;
    vertical-align: top;
}

a.linkedName {
    font-weight: bold;
    font-style: normal;
    font-family: arial;
    text-decoration: none;
}

a.smallestTag { font-size: xx-small; }
a.smallTag { font-size: small; }
a.mediumTag { font-size: medium; }
a.largeTag { font-size: large; }
a.largestTag { font-size: xx-large; } 

/*----------------------------------------------------------------------------*/
/*  */

#searchPageOptions {
    padding: 2px;
    text-align: center;
}
#searchPageOptions a {
    text-decoration: none;
    color: #b50;    
}