﻿.AttViewer_SubBlockMaster
{
    position: relative;
    background-color: #F2F2F2;
    float: none;
    clear: right;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    width: 1000px;
    border: 1px solid #C0C0C0;
    min-height:590px;
    max-height:590px;
}

.AttViewer_GridArea
{
    clear: both; 
    overflow-x: hidden; 
    overflow-y: scroll ; 
    min-height: 550px;
    max-height: 550px;
    width:990px;
}

AttViewer_ViewerArea
{
    float: none;
    clear: right;
    background-color: darkgrey;
    margin-top: 5px;
    border: 2px solid darkgrey;
    width: 990px;
    height: 550px;
    overflow:auto;
    position: relative;
}

.AttViewer_RadPDF
{
    width:990px;
    height:550px;
}

.AttViewer_Image
{
    max-width:990px;
    /*
    overflow-y:scroll;
    overflow-x:scroll;
        */
}

.AttViewer_BlueHeaderContainer
{
    border: 1px solid #e9e9e9;
    background-color: #3882a5;
    height: 40px;
    width: 100%;
}


.AttViewer_BlueHeaderTitle
{
    color: #FFFFFF;
    float: left;
    font-size: 14pt;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 10px;
    width: 980px;
}

input[type=submit].AttViewer_backbutton
{
    border: 1px solid #137082;
    background-color: #ffffff;
    border-radius: 3px;
    padding-left: 35px;
    padding-right: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    width: 100px;
    box-shadow: 1px 1px 1px #8AD3E1; /*background-image: url("/App_Themes/EduEspTheme/Images/Icons/btnBackEnabled.png"), url("/App_Themes/EduEspTheme/Images/Buttons/buttonBG.png");*/ /*background-repeat: no-repeat, repeat-x;*/ /*background-repeat: no-repeat;*/ /*background-position: left;*/ /*margin: 1px;*/
    float: right; /*text-align:right;*/ /*new changes*/
    background-image: url(../Images/Buttons/ReturnButtonwithArrow.png);
}

.Att_btnButton
{
    font-size: .8em;
    float: right;
}

.AttViewer_LightGreyBG
{
    background-color: #f2f2f2;
}

.AttViewer_FormRow
{
    width: 100%;
    padding: 3px;
    clear: both;
}

.AttViewer_LabelContainer
{
    font-weight: bold;
    text-align: left;
    float: left;
}

.AttViewer_ControlContainer
{
    float: left;
    text-align: left;
    min-height:1px;
}

.AttViewer_frmClear
{
    display: block;
    padding: 2px;
    clear: both;
}

.AttViewer_LightText, option.AttViewer_LightText
{
    color: #c0c0c0;
    font-size: 10pt;
}

.AttViewer_LightText option
{
    color: #000000;
    font-size: 10pt;
}