﻿/*
    Custom CSS for styling iframe reports.

*/

.iFrameWrapper {
    width: 100%;
    height: 100%;
    margin-top:8px;
}
iframe {
    overflow: hidden;
    height: 100%;
    width: 100%;
    border: 0;
    display: block;
    margin-bottom: 40px;
}

#ajaxLoader {
    background: url('../images/ajax_loader_gray_32.gif') no-repeat center;
    height:32px;
}
