/*
 * <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.
 *
 */
 

/* Result  Options */

table.resultOptions {
		/*table-layout:fixed;*/	
		width:100%;
		border-width:0px;
		border-spacing:0px;
		text-align:left;	
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		background-color:#d3c071;
	}

td.resultOptions_text {	
		vertical-align:top;	
		text-align:left;
		white-space:nowrap;
		padding-top:5px;
		padding-bottom:0px;
		padding-left:10px;
		padding-right:0px;		
	}

td.resultOptions_select {
		vertical-align:top;	
		text-align:right;
		white-space:nowrap;	
		padding-top:5px;
		padding-bottom:0px;
		padding-left:6px;
		padding-right:10px;	
	}
	
select.resultOptions_select {
		font-size: 12px;
		border:none;
		text-align:left;
		background-color:#f9eed4;
		width: 100px;
	}
	
td.resultOptions_hr {
		padding-top:5px;
		padding-bottom:0px;
		padding-left:0px;
		padding-right:0px;	
	}	