﻿.Att_InfoAndGridAreaAttachmentOnly
{
    background-color: #F2F2F2;
    float: none;
    border: 0;
    height:25px;
}

.Att_DivFormAttachmentOnly
{
    clear: both;
    display: block;
    width: 98%;
}

.Att_InfoAndGridArea
{
    position: relative;
    background-color: #F2F2F2;
    float: none;
    clear: right;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    border: solid 1px #C0C0C0;
}

.Att_GridArea
{
    max-height: 300px;
    overflow-y:scroll;
    float: left;
    border: 1px solid #BCBCBC;
    margin: 2px;
}

.Att_DivForm
{
    padding: 8px;
    clear: both;
    display: block;
    width: 98%;
}

.Att_DivForm .Att_lblClass
{
    float: left;
    padding: 6px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
}

.Att_DivForm .Att_txtClass
{
    float: left;
    padding: 2px;
}


.Att_frmClear
{
    display: block;
    padding: 2px;
    clear: both;
}

.Att_dvwDataGrid
{
    padding: 0px;
    width: 100%;
    background-color: #ffffff;
}


.Att_dvwDataGrid.dvwDataGriddouble th
{
    background-image: url("../Images/Master/GridHeaderGradientDouble.png");
}
 
.Att_dvwDataGrid th
{
    padding: 5px;
    background-color: #E7E7E7;
    color: #000000;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #BCBCBC;
    border-right: 1px solid #BCBCBC;
    background-image: url("../Images/Master/GridHeaderGradient.png");
    background-position: bottom; /* IE10 */
    background-image: -ms-linear-gradient(bottom, #DBDBDB 0%, #F9F9F9 100%); /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #DBDBDB 0%, #F9F9F9 100%); /* Opera */
    background-image: -o-linear-gradient(bottom, #DBDBDB 0%, #F9F9F9 100%); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DBDBDB), color-stop(1, #F9F9F9)); /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #DBDBDB 0%, #F9F9F9 100%); /* Proposed W3C Markup */
    background-image: linear-gradient(bottom, #DBDBDB 0%, #F9F9F9 100%);
}

.Att_dvwDataGrid th.centerth
{
    padding: 5px;
    background-color: #E7E7E7;
    color: #000000;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #BCBCBC;
    border-right: 1px solid #BCBCBC;
}
.Att_dvwDataGrid tr.normal
{
    background-color: #FFFFFF;
    
    /*EMS: 02/21/2013 - Commented- show avoid cursor style to change
    cursor: pointer;
    */
}
.Att_dvwDataGrid tr.alternate
{
    background-color: #F2F2F2;
    /*EMS: 02/21/2013 - Commented- show avoid cursor style to change
    cursor: pointer;
    */
}
.Att_dvwDataGrid .highlight
{
    background-color: #494949;
    color: #ffffff;
}
.Att_dvwDataGrid .highlight .anchor
{
    color: #ffffff;
}
.Att_dvwDataGrid td
{
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    border-right: 1px solid #BCBCBC;
    /*EMS: 02/21/2013 - Commented- show avoid cursor style to change
    cursor: pointer;
    */
}
.Att_dvwDataGrid td .anchor
{
    color: #000000;
}

.Att_dvwActionsContainer
{
    padding: 5px;
    float: right;
    display: block;
    width: 140px;
    text-align: center;
}


.Att_btnButton
{
    font-size: .8em;
    float: right;
}


/* MODAL POPUP STYLES */

.Att_modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.Att_ViewerPopupContainer
{
    border: 1px solid #C0C0C0;
    padding: 3px;
    background-color: #ffffff;
    max-height:600px;
    overflow:hidden;
}