/*
 *  $Id: pivot.css,v 1.3 2007/05/18 12:03:39 source Exp $
 *
 *  This file is part of the OpenLink Software Ajax Toolkit (OAT) project.
 *
 *  Copyright (C) 2005-2007 OpenLink Software
 *
 *  See LICENSE file for details.
 */
.pivot_table {
	border-collapse: collapse;
	/*margin: 1em;*/
}

.pivot_table th, .pivot_table td {
	border: 1px solid #d1d1d1;
	padding: 3px;
}
/*changes done here*/
.pivot_table th {
	font-weight: bold;
	font-size: 11px;
	height:25px;
}

.pivot_table td {
	text-align: right;
}

.pivot_table td.gtotal {
	background-color: #F3F3F3;
}

.pivot_table td.total {
	background-color: #fdd;
}

.pivot_table td.subtotal {
	background-color: #fee;
}
/*changes done here*/
.pivot_table .odd {
	background-color: #fcfcfc;
	font-size: 11px;


}

.pivot_table .even {
	background-color: #fff;
	font-size: 11px;


}
/*changes done here*/
.pivot_table th.h1 {
	/*background-color: #f9f9f9;
	text-align:left;*/

	background-color: #CCE2FE;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAFAFA), to(#DDDDDF));
	background-image: -webkit-linear-gradient(top, #FAFAFA, #DDDDDF); 
	background-image: -moz-linear-gradient(top, #FAFAFA, #DDDDDF);
	background-image: -ms-linear-gradient(top, #FAFAFA, #DDDDDF);
	background-image: -o-linear-gradient(top, #FAFAFA, #DDDDDF);
	padding:0px;
}
/*changes done here*/
.pivot_table th.h2 {
	/*background-color: #f9f9f9;
	font-weight:normal;
	text-align:left;
	font-size: 11px;*/

	background-color: #e2efff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAFAFA), to(#E3E3E5));
	background-image: -webkit-linear-gradient(top, #FAFAFA, #E3E3E5); 
	background-image: -moz-linear-gradient(top, #FAFAFA, #E3E3E5);
	background-image: -ms-linear-gradient(top, #FAFAFA, #E3E3E5);
	background-image: -o-linear-gradient(top, #FAFAFA, #E3E3E5);
	font-weight:normal;
}
.pivot_table th.h2_ext {
	background-color: #f2f2f2;
	font-weight:normal;
}
.pivot_table td:hover {
	background-color: #ddd;
}
.pivot_chart, .pivot_row_chart, .pivot_col_chart {
	height: 200px;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}

