/* style used by the metadata label in the quick info column in search results page */
.QuickInfo-Label{
	font-weight: bold;
}

.quick-search-panel {
	margin : 20px;
}

.basic-search-panel {
    margin : 20px;
}

.advanced-search-panel {
    margin : 20px;
}

.save-search-panel {
	margin-top: 10px;
}

.saved-search-panel {
    margin : 20px;
}

.preferences-panel {
    margin : 20px;
}

.advanced-search-panel .preferences-panel {
	margin: 0px 0px 20px 20px;
}

.advanced-search-panel .bracket-label {
    background: #95A8B4;
}

/* Saved Searches List */
.saved-searches-table {
}

/* Saved Searches List Header */
.saved-searches-table-header {
    background-color: #5B5D5F;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

/* Saved Searches List Data Row */
.saved-searches-table-data {
    background-color: #E3E9ED;
    padding: 5px 10px 5px 10px
}

.saved-searches-cell-checkbox {
    text-align: center;
    width: 25px;
}

.saved-searches-cell-search-id {
    text-align: center;    
    width: 60px;
}

.saved-searches-cell-search-name {
    text-align: left;
    min-width: 250px;
    max-width: 80%;
}

.saved-searches-cell-shared {
    text-align: center;
    width: 40px;
}

.saved-searches-cell-search-owner {
    text-align: center;
    min-width: 75px;
}

.saved-searches-cell-button-go {
    text-align: center;
    vertical-align: middle;
    width: 60px;
}

.saved-search-hyperlink {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.complex-header-panel {
	margin: 0px 25px 25px 0px;
}

.complex-header-description {
	font-weight: bold;
}

.complex-header-sub-description {
    font-weight: bold;
	margin-left: 60px;
}

.complex-header-tip {
}

.complex-header-caution {
	color: red;
}

.complex-header-note {
}
