/*
 * <copyright>
 *  Copyright (c) 2009 by IICM, Graz University of Technology, Austria
 * </copyright>
 *
 *  This software is the confidential information of IICM,
 *  Graz University of Technology, Austria. You shall not disclose such
 *  confidential information and shall use it only in accordance with
 *  the IICM.
 *
 *  IICM MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
 *  SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
 *  IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
 *  PURPOSE, OR NON-INFRINGEMENT. IICM SHALL NOT BE LIABLE FOR ANY DAMAGES
 *  SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
 *  THIS SOFTWARE OR ITS DERIVATIVES.
 *
 */
 
/* Advanced Input Fields an Catalogue Search Index */
table.advancedItem {
		width:100%;
	}

td.advancedItem {
		padding-left:5px;
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
		width:100%;
		white-space:nowrap;	
		vertical-align:top;	
	}

td.advancedItem_hr	{
	}

select.advancedItem_searchFields {
		font-size: 12px;
		width: 180px;
		background-color: #f9eed4;
		vertical-align: middle;		
	}
		
input.advancedItem_searchTerm {
		font-size: 12px;
		font-family: Arial,Helvetica,sans-serif;
		border-top-style: ridge;
		border-right-style: ridge;
		border-bottom-style: ridge;
		border-left-style: ridge;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		background-color: #f9eed4;
	}	

span.advancedItem_searchTermUnit {
		font-size: 12px;
		border:none;
		padding:0px;
	}
	
select.advancedItem_fieldType {
		font-size: 12px;
		width:150px;
		background-color: #f9eed4;
		vertical-align: middle;		
	}
	
input.advancedItem_button {
		font-size: 12px;
		font-family: Arial,Helvetica,sans-serif;
		background-color: #f9eed4;
		border-top-style: outset;
		border-right-style: outset;
		border-bottom-style: outset;
		border-left-style: outset;
		text-align: center;
		vertical-align: middle;
	}

a.advancedItem_addSearchClause {
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;	
	color: #363535;
	text-decoration: none;
	font-weight:bold;
	}
	
a.advancedItem_addSearchClause:hover {
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;	
	color: #a38b26;
	text-decoration: none;
	font-weight:bold;	
	}	
	
	
	
/* Search Index*/
/*
table.siCatalogSearchIndex {
	font-size: 13px;
	text-align: center;
	color: #06F;
	font-weight: bold;
}

td.siFilterText{
	font-size: 15px;

}

td.siHeader{
	font-size: 15px;
	color: black;
}
*/