/*
 * <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 Presentation */

table.resultPresentation {
		/*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.resultPresentation_hr {
		padding-top:5px;
		padding-bottom:0px;
		padding-left:10px;
		padding-right:10px;		
	}
	
td.resultPresentation_input {
		vertical-align:middle;	
		text-align:center;
		white-space:nowrap;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
		padding-right:10px;		
	}

input.resultPresentation_input {
	}
	
td.resultPresentation_submit {
		vertical-align:middle;	
		text-align:center;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
		padding-right:10px;	
	}

input.resultPresentation_submit {
		font-size: 12px;
		font-family: Arial,Helvetica,sans-serif;
		background-color: #f9eed4;
		border-style: outset;
		text-align: center;
		vertical-align: middle;	
	}