/*****************************************************
 *
 *  admin.css
 *
 *  CSS for admin area
 *
 *  Copyright Country Computers, 2015
 *
 *
 *
 *
 *****************************************************
 */
 


.report_outer
{
  position:fixed;
  top:50px;
  left:200px;
  z-index:99;
  min-width:900px;
  min-height:400px;
  border: 1px solid #000000;
  background:#ffffff;
  overflow:auto;
  max-height:85%;
}

.report_header
{
  background:#eeeeee;
  border: 1px solid #000000;
  width:100%;
  height:20px;
  min-height:20px;
}

.report_body
{
  width:100%;
  font-size:12pt;
}

.td_str
{
  vertical-align:top;
}