﻿body
{
    font-family: Verdana;
}

table
{
    border: 0;
}


.bg_image
{
    width: 505px;
    height: 480px;
    background-image: url('../Images/bg_login.gif');
    background-repeat: no-repeat;
}

.minHeight
{
    min-height: 480px;
}

.MainBack
{
    background-image: url('../Images/bg_gray.gif');
    background-repeat: no-repeat;
    background-position: center top;
}

.divPivotGrid
{
    min-height: 20px;
    overflow-x: auto;
    -ms-overflow-y: hidden;
    width: 820px;
    text-align: left;
}

.descriptionTitle
{
    color: #3366CC;
}

.boxTitle
{
    /*background-color: #8894C6;*/
    color: #283b56;
    background-color: #e2f0ff;
    background-image: url('../Images/titleBG.gif');
    background-repeat: repeat-x;
    border: 1px solid #a3c0e8;
}

.contentBox
{
    border: 1px solid #a3c0e8;
    color: #000;
    background-color: #f7faff;
}

.containerBox
{
    border: 1px solid #8bb6ef;
    color: #000;
    background-color: #fff;
}

.txt
{
    resize: none;
}

.hPadding
{
    padding-left: 10px;
    padding-right: 10px;
}

.reportPath
{
    width: 100%;
    height: 32px;
    border-bottom-style: groove; 
    border-width: medium;
    background-image: url('../Images/menu_bg.jpg'); 
    background-repeat: repeat-y; 
    padding-left: 5px;
    font-family: "Verdana"; 
    font-size: Large;
    color: #5e6db1;
}

.reportPath A:visited, .reportPath A:link, .reportPath A:hover 
{
    color: #5e6db1;
}

.reportPath A:hover
{
    text-decoration: none;
}

.snapshotPath
{
    height: 32px;
    padding-left: 5px;
    padding-bottom: 10px;
    font-family: "Verdana"; 
    font-size: Large;
    color: #5e6db1;
}

.inline
{
    display: inline-table;
}
