﻿#reporttree
{
    width: 265px;
}

#report_td
{
    border-top: #5B6475 1px solid;
    border-bottom: #5B6475 1px solid;
    height: 22px;
    padding-left: 7px; 
    background: url(../../resources/images/bg_category.gif) repeat-x;
    color: #000000;
    font-weight: bold;
}

#rep_tree
{
    width:265px;
}

#reportbody
{
	display:block;
	height:356px;
}
.menu1
{
    background-image:url(Images/menudiv1bg.gif);
    margin-left: 0px;
    padding-left: 7px;
    padding-top: 5px;
    display: block;
    text-decoration: none;
    color: #676767;
    height: 30px;
    cursor: pointer;
}

.submenu
{
    background-image: url(Images/submenu.gif); 
    display: block; 
    height: 25px;
    margin-left: 12px;
    padding-top: 5px;
    padding-left: 8px;
    color: #0054CC;
    width: 240px;
}

.hide{
display: none;
}

.show
{
    display: block;
}

.report_navbar {
background:#EDEDED;
border:#FFFFFF 1px solid;
height:30px;
float:left;
}

#grid_tree {
overflow:auto;
height:100%;
width:100%;
}

#reportdisplaylayer {
/* clear:both;*/
}

#reporttable {
width:100%;
background: #D4DFEF;
float:left;
}

#reporttable tr {
height:24px;
vertical-align: middle;
}

#reporttable td {
padding:3px;
background: #fff;
}

#reporttable td.reporttabletitle {
background: #E1EAF6;
}

#reportplaintable {
width:100%;
float:left;
}

.reportinfotitle {
background: #E1EAF6;
}

.iframeDimension
{
    width: 100%;
    height: 756px;
}

*html .iframeDimension 
{
    width: 100%;
    height: 756px;
}

.reportdetailstable {
width:100%;
background: #FFFFFF;
float:left;
line-height:22px;
}

.reportdetailstable td{
	padding-left:5px;
}