﻿#g 
{
    width: 1000px;
    font-size: small;
}

#summary {
    width: 300px;
    font-size: small;
    background-color: #e0e0e0;
    display: table;
}

#table_Summary {
    display: table-cell;
}

#table_Summary_DJL {
    display: table-cell;
}

table
{
	border: 1px;
	border-collapse: collapse;
	table-layout: fixed;
}

td {
    max-width: 80px;
    white-space: nowrap;
    padding: 1px 2px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}


.btn
{
	font-size: 7px;
	padding: 1px;
	width: 20px;
	height: 15px;
}

.caption
{
	text-align: left;
}

.CEven 
{
	background-color: #e0f0ff;
}

.COdd 
{
	background-color: #b0d0ff;
}