/* border="1px" */
.pivot-table {
	border: 0;
}
/* #tablet th { */
	/* text-align: center; */
/* } */

/* #tablet .bud { */
	/* text-align: center; */
/* } */

.pivot-table th{
	font-size: 11px;
	font-style: bold;
}

.pivot-table td, .pivot-table th{
	border-width: 0px;
}

.pivot-table th, .pivot-table td.data {
	text-align: center;
	padding: 0 6px;
}

.pivot-table td.data.ta-right {
	text-align: right;
}

.pivot-table td.data.ta-left {
	text-align: left;
}

tr.pt-title {
	
}


th.pt-rows-titles {
	
}

.pt-row-title-0 {
	
}

.pt-row-title-1 {
	
}

.pt-row-title-2 {
	
}

.pt-row .pt-title {
	font-size: 11px;
	font-style: bold;
}

.pt-row .pt-group {
    padding-left: 18px;
	background: url(../img/minus.bmp) no-repeat 4px 5px;
    display: inline-block;
    height: 16px;
    cursor: pointer;
    
}
.pt-row .pt-group.plus {
	background: url(../img/plus.bmp) no-repeat 4px 5px;
}

.pt-row.hidden {
	display: none;
}

/* TR */
.pt-row.lvl-0 {
	
}

.pt-row.lvl-1 {
	
}

.pt-row.lvl-1 td:first-child {
	padding-left: 18px;
}

.pt-row.lvl-2 {
	
}

.pt-row.lvl-2 td:first-child {
	padding-left: 36px;
}

.pt-row.lvl-3 {
	
}

.pt-row.lvl-3 td:first-child {
	padding-left: 54px;
}

.pt-row.lvl-4 {
	
}

.pt-row.lvl-4 td:first-child {
	padding-left: 72px;
}

.pt-row.lvl-5 {
	
}
.pt-row.lvl-5 td:first-child {
	padding-left: 90px;
}

/*
	table.teal color scheme
*/

table.pivot-table.teal .pt-row.deep-0 {
	background-color: #ffffff;
}

table.pivot-table.teal .pt-row.deep-1 {
	background-color: #d8f0f4;
}

table.pivot-table.teal .pt-row.deep-2 {
	background-color: #a0d6de;
}

table.pivot-table.teal .pt-row.deep-3 {
	background-color: #75c2ce;
}

table.pivot-table.teal td, 
table.pivot-table.teal th {
	border-width: 1px;
	border-style: dotted;
	border-color: #17a2b8;
}

/*
	table.gray color scheme
*/

table.pivot-table.gray .pt-row.deep-0 {
	background-color: #ffffff;
}

table.pivot-table.gray .pt-row.deep-1 {
	background-color: #eeeeee;
}

table.pivot-table.gray .pt-row.deep-2 {
	background-color: #d5d5d5;
}

table.pivot-table.gray .pt-row.deep-3 {
	background-color: #c0c0c0;
}

table.pivot-table.gray td, 
table.pivot-table.gray th {
	border-width: 1px;
    border-style: solid;
    border-color: #c8c8c8;
}

.ws-nowrap {
	white-space: nowrap;
}

.pt-col.title-0 {
	
}

.pt-col.title-1 {
	
}

.pt-col.title-2 {
	
}

.pt-col.lvl-0 {
	
}

.pt-col.lvl-1 {
	
}

.pt-col.lvl-2 {
	
}

.pt-values-titles {
	
}

.pt-values-titles .pt-title {
	
}
