/*
 * <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.
 *
 */
 

table.statisticsList {
		font-family: Arial,Helvetica,sans-serif;
		border-spacing: 0px;
		border-collapse:collapse;
		background-color:#ffffff; 
		width:100%;	
	}


td.statisticsList_topLeft {
		border-left: none;	
		border-right: none;
		border-top: none;
		border-bottom: 1px solid #363535;	
		padding-left: 5px;
		padding-right: 0px;
		padding-top: 2px;
		padding-bottom: 2px;	
		text-align: center;	
		font-size: 12px;
		font-weight: bold;
		color: #363535;
		background-color: #d3c071;	
	}
	
td.statisticsList_topRight {
		border-left: none;	
		border-right: none;
		border-top: none;
		border-bottom: 1px solid #363535;	
		padding-left: 0px;
		padding-right: 5px;
		padding-top: 2px;
		padding-bottom: 2px;	
		text-align:right;
		background-color: #d3c071;	
	}
	

input.statisticsList_topRight {
		font-size: 12px;
		width: 18px;
		height: 18px;
		background-color: #f9eed4;
		border-style: outset;
		text-align: right;
		vertical-align: middle;
	}

td.statisticsList {
		font-size: 12px;
		font-weight:normal;
		vertical-align: top;
	}
	
table.statisticsListContent {
		font-family: Arial,Helvetica,sans-serif;
		border-spacing: 0px;
		border-collapse:collapse;
		background-color:#ffffff; 
		vertical-align: top;
		
	}
	
td.statisticsListContent_headLine {
		font-size: 12px;
		font-weight:bold;
		vertical-align: top;
	}	
td.statisticsListContent {
		font-size: 12px;
		vertical-align: top;
		border-right: 3px solid #d3c071;
			
	}
	
td.statisticsListContent_quantity {
	font-size: 12px;
	vertical-align: top;
	border-right: 3px solid #d3c071;
	text-align: center;
		
}
	
/* Statistic Images Button*/
input.statistics {
		font-size: 12px;
		background-color: #f9eed4;
		border-style: outset;
		text-align: right;
		vertical-align: middle;
	}

td.statisticsMatrixAxis {
		font-size: 12px;
		font-weight:bold;
	}
	
td.statisticsMatrixContent_top {
		font-size: 12px;
		vertical-align: top;
		border-right: 3px solid #d3c071;
		border-bottom: 3px solid #d3c071;	
		border-top: 3px solid #d3c071;			
	}	
	
td.statisticsMatrixContent_inner {
		font-size: 12px;
		vertical-align: top;
		border-right: 3px solid #d3c071;
		border-bottom: 3px solid #d3c071;	
	}	

a.statisticsMatrixLink {
		text-decoration:none;
		color:#363535;
	}

a.statisticsMatrixLink:hover {
		text-decoration:none;
		background-color:#d3c071;				
	}	

div.statisticsMatrixDetails {
		width:200px;
		border-spacing:0px;
		border-left:none;
		border-right:2px outset grey;
		border-top:none;
		border-bottom:2px outset grey;
		padding:3px;
		text-align:left;	
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#363535;
		background-color:#f9eed4;
	}
	