﻿@charset "utf-8";

.refectory-statistics-text{
    padding: 10px 0px 10px 20px;
}
.refectory-statistics-top{
    padding-top: 10px;
}
.refectory-statistics-label1{
    padding: 20px 0px 5px 20px;
    display: block;   
}
.refectory-statistics-errormessagebox{
    padding: 0px 20px 10px 20px;    
}
.refectory-statistics-buttons{
    padding: 0px 0px 0px 20px;    
}
.refectory-statistics-grid{
    border: none;
	background-position: top;
	background-color: #DBE7F2;
    margin: 0 auto 0 auto;
    width: 726px; 
}
.refectory-statistics-grid td{
    padding: 5px;
}
.refectory-statistics-header{
    width: 726px;
    height: 25px;
	background-image: url(images/finance/finance-table-top-bg.png);
	background-position: top center;
	background-repeat: no-repeat;  
	border-bottom: dotted 1px b2deb5;
	}
.refectory-statistics-row{
    background-color: #D1E1EF;
}
.refectory-statistics-no-record{
    display: block;
    margin: 20px 20px 20px 30px;
}
.refectory-statistics-footer{
    width: 726px;
    height: 11px;
	background-image: url(images/finance/finance-table-down-bg.png);
	background-repeat: no-repeat; 
	background-color: White;
}
.refectory-statistics-footer td{
	padding: 0px;
}	
.refectory-statistics-pager td{
    background-color: White;
    vertical-align: top;
    padding: 0px 5px 0px 5px;
}
