
table.display {
	margin: 10px auto 20px 0;
	width: 100%;
	clear: both;
}

table.display thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid #2B7BA1;
    font-weight: normal;
}

table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 7px 10px;
}

table.display td.center {
	text-align: center;
}

/* ������
**********************************/
.b-filter{
    margin-bottom: 35px;
}

.b-filter td {
    padding: 3px 25px 15px 0;
}

/* ���� ����
**********************************/
.b-date 
{
    float: left;
    margin-right: 5px;
}
.b-date .day
{
    width: 20px;
}

.b-date .year
{
    width: 37px;
}

.b-example 
{
    clear: both;
    padding-top: 5px;
    font-size: 90%;
}

/* ������� � XLS
**********************************/
.b-export
{
    float: right;
    width: 120px;
    font-size: 80%;
    text-align: center;
}

.b-export .image
{
    text-decoration: none;
}