/*
 * <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.
 *
 */
 

/* List Options */

table.liststatistic{
	width:100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border-spacing:0px;
	

}


table.resultliststatistic{
	width: 100%;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}


td.headlinesstatistic{
	font-size: 14px;
}

td.detailedbasicstatisticinformation{
	font-size: 12px;
	white-space:nowrap;
}



.basicstatisticimages {
	width: 300px;
	border: none;
	
}

tr.statisticmatrix{
	height:18px;
	
}

tr.distanceBeforeStatButton{
	height:10px;
}

tr.distanceOfResultlist {
	height:10px;
}


.innerborder {
	border-top-width:1px;
  	border-top-style:solid;
  	border-top-color:black;
	border-right-width:1px;
  	border-right-style:solid;
  	border-right-color:black;
}

input.statisticMatrix{
		font-size: 12px;
		font-family: Arial,Helvetica,sans-serif;
		background-color: #f9eed4;
		border-style: outset;
		text-align: center;
		vertical-align: middle;
}

.innerborderbottom {
	border-top-width:1px;
  	border-top-style:solid;
  	border-top-color:black;
	border-right-width:1px;
  	border-right-style:solid;
  	border-right-color:black;
  	border-bottom-width:1px;
  	border-bottom-style:solid;
  	border-bottom-color:black;
}

.leftrightsingle {

	border-left-width:2px;
  	border-left-style:solid;
  	border-left-color:black;
  	border-right-width:2px;
  	border-right-style:solid;
  	border-right-color:black;
}