﻿/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
body   
{
    background: #fff;
    font-size: .80em;
    font-family: Arial, "Segoe UI";
    margin: 0px;
    padding: 0px;
    color: #696969;
    width:8.5in;
    height:auto;
}
.page
{
    background-color: #fff;
    margin: 0px auto 0px auto;
    height:auto;
}

#Dialog
{
    height:auto;
    border:none;
}
.main
{
    height:auto;
}


#grdContainer
{
    height:auto;
}
#Dialog-Internal
{
    float:none;
    height:auto;
    width:auto;
    border:none;
}
#Dialog-Internal table
{
    width:95%;   
}
#Dialog-Internal td
{
    padding:3px;
    border-top:none;
}
#Dialog-Internal td input
{
    width:auto; 
}
#Dialog-Internal th
{
    font-size:small;
    font-weight:bold;
    text-align:left;
    padding-right:5px;
    width:150px;
    vertical-align:top;
    padding:3px;
    border-top:none;
}
#right-col
{
   height:auto;
   border:none;
}

.CommandBar
{
    display:none;
}
.header
{
    display:none;
}

#pnlISRImages
{
    display:none;
}