﻿/******************
Column Rules
*********************/
.column-LightGold
{
    font-weight: bold;
    color: #000000;
    background-color: #fef5c3;
}
.column-Gray
{
    font-weight: bold;
    color: #4a3c8c;
    background-color: #c0c0c0;
}
.column-LightBlue
{
    font-weight: bold;
    color: #4a3c8c;
    background-color: #ddddff;
}

.column-FullGrayFade
{
    font-weight: bold;
    color: #FFFFFF;
    background-image: url(/app_themes/lead2lease/backimages/FullGrayFade.gif);
    background-position: center;
    background-repeat: repeat-y;
}
.column-HalfGrayFade
{
    font-weight: bold;
    color: #FFFFFF;
    background-image: url(/app_themes/lead2lease/backimages/HalfGrayFade.gif);
    background-position: center;
    background-repeat: repeat-y;
}
.column-LeftGrayFade
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #c0c0c0;
    background-image: url(/app_themes/lead2lease/backimages/LeftGrayFade.gif);
    background-position: left;
    background-repeat: repeat-y;
}
.column-RightGrayFade
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #c0c0c0;
    background-image: url(/app_themes/lead2lease/backimages/RightGrayFade.gif);
    background-position: right;
    background-repeat: repeat-y;
}
.column-FullGrayFadeBlueFont
{
    font-weight: bold;
    color: #4a3c8c;
    background-image: url(/app_themes/lead2lease/backimages/FullGrayFade.gif);
    background-position: center;
    background-repeat: repeat-y;
}
.column-RightGrayFadeBlueFont
{
    font-weight: bold;
    color: #4a3c8c;
    background-color: #c0c0c0;
    background-image: url(/app_themes/lead2lease/backimages/RightGrayFade.gif);
    background-position: right;
    background-repeat: repeat-y;
}

.column-RightGrayFadeBlueFont2
{
    font-weight: bold;
    color: #4a3c8c;
    background-color: #FFFFFF;
    background-image: url(/app_themes/lead2lease/backimages/RightGrayFade.gif);
    background-position: right;
    background-repeat: repeat-y;
}
.column-ForceOverflowWrap
{
    word-wrap: break-word;
}
.column-ForceOverflowClip
{
    white-space: nowrap;
    overflow: hidden;
    o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/**************************************
Grid List
**************************************/
.gridList
{
    /* for componentart grid controls only */
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D7DFE2;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #D7DFE2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D7DFE2;

}

.gridListUser
{
    /* for componentart grid Admin_UserList only */

    padding-left:10px;
}
.gridList td.rowFooter
{
    background-color: #F5F5F5;
    border-top-width: 2px;
    border-top-color: #CDD7DC;
    border-top-style: solid;
    font-size: 11px;
    padding: 0 10px 0 0;
}
.gridList td.rowFooterYellow,  .gridList tr.rowFooterYellow > td
{    background-color: #FFFFCC;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFCC66;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFCC66;
    color: #9c653e;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight:bold;
}
.gridList tr.rowHeader > td
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #686868;
    background-image: url(/app_themes/lead2lease/backimages/bg-tableheader.gif);
    background-position: center bottom;
    background-repeat: repeat-x;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #3A3A3A;
    height: 25px;
    padding: 2px 6px;
}
.gridList tr.rowHeader a
{
    color: #FFFFFF;
    display: block;
}
.gridList tr.rowEven > td
{
    background-color: #EFF8FC;
    color: #000000;
    border-top-width: 1px;
    border-top-color: #EFF8FC;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EFF8FC;
    padding-top: 5px;
    padding-bottom: 5px;
}
.gridList tr.rowOdd > td
{
    background-color: #FFFFFF;
    color: #000000;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
}
.gridList tr.rowEvenDark > td
{
    background-color: #EFF8FC;
    color: #000000;
    border-top-width: 1px;
    border-top-color: black;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
    padding-top: 5px;
    padding-bottom: 5px;
}
.gridList tr.rowOddDark > td
{
    background-color: #FFFFFF;
    color: #000000;
    border-top-width: 1px;
    border-top-color: black;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
    padding-top: 5px;
    padding-bottom: 5px;
}
.gridList tr.rowSelected > td
{
    background-color: #ECFAFF;
    color: #000000;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #BAE0FC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #BAE0FC;
    padding-top: 5px;
    padding-bottom: 5px;
}
.gridList tr.rowHover > td
{
    background-color: #FFFFCC;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFCC66;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFCC66;
    padding-top: 5px;
    padding-bottom: 5px;
}
.gridList tr.rowHover .hiddennote
{
    display: inline;
}
.gridList .hiddennote
{
    font-size: 10px;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    display: none;
}

/**************************************
TableList
**************************************/
.tableList
{
    /* for general data tables */
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D7DFE2;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #D7DFE2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D7DFE2;
}
.tableList td
{
    padding: 3px;
    height: 28px;
}
.tableList th
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #242424;
    padding: 5px;
    background-image: url(/app_themes/lead2lease/backimages/bg-tableheader.gif);
    background-position: 4px;
    background-repeat: repeat-x;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #3A3A3A;
}
.tableList th a
{
    color: #FFFFFF;
    display: block;
}
.tableList tr
{
}
.tableList tr.rowEven > td
{
    background-color: #EFF8FC;
    border-top-width: 1px;
    border-top-color: #EFF8FC;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EFF8FC;
}
.tableList tr.rowOdd > td
{
    background-color: #FFFFFF;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}
.tableList tr.rowFooter > td
{
    background-color: #F5F5F5;
    padding-right: 10px;
    border-top-width: 2px;
    border-top-color: #CDD7DC;
    border-top-style: solid;
    font-size: 11px;
}
.tableList tr:hover > td
{
    background-color: #FFFFCC;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFCC66;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFCC66;
}
.tableList tr:hover .hiddennote
{
    visibility: visible;
}
.tableList .hiddennote
{
    visibility: hidden;
    font-size: 10px;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
/**********************************
Report Grid
************************************/
.reportGrid
{
    /* for componentart grid controls only */
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: black;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: black;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D7DFE2;
}

.reportGrid tr.rowHeader a
{
    color: #FFFFFF;
    display: block;
}
.reportGrid tr.rowHeader > td
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #686868;
    background-image: url(/app_themes/lead2lease/backimages/bg-tableheader.gif);
    background-position: center bottom;
    background-repeat: repeat-x;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #3A3A3A;
    height: 25px;
    padding: 2px 6px;
}
.reportGrid tr.rowEven > td
{
    background-color: #EFF8FC;
    color: #000000;
    border-top-width: 1px;
    border-top-color: #EFF8FC;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EFF8FC;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
}
.reportGrid tr.rowOdd > td
{
    background-color: #FFFFFF;
    color: #000000;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
}
.reportGrid tr.rowEvenDark > td
{
    background-color: #EFF8FC;
    color: #000000;
    border-top-width: 1px;
    border-top-color: black;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
}
.reportGrid tr.rowOddDark > td
{
    background-color: #FFFFFF;
    color: #000000;
    border-top-width: 1px;
    border-top-color: black;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
}
.reportGrid tr.rowSelected > td
{
    background-color: #ECFAFF;
    color: #000000;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #BAE0FC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #BAE0FC;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
}
.reportGrid tr.rowHover > td
{
    background-color: #FFFFCC;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFCC66;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFCC66;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
}
.reportGrid tr.rowHover .hiddennote
{
    display: inline;
}

.reportGrid .hiddennote
{
    font-size: 10px;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    display: none;
}

.reportGrid td.rowFooter
{
    font-weight: bold;
    color: #9c653e;
    background-color: #ffeb9c;
    border: 1px solid black;
    height: 25px;
}
.reportGrid tr.rowFooter > td
{
    font-weight: bold;
    color: #9c653e;
    background-color: #ffeb9c;
    height: 25px;
    padding: 2px 6px;
    border: 1px solid #9c653e;
}


/**************AdminUser Grid***********/
.grdUserStyle {
padding-left:10px;
color:red;
}