﻿/* report table list table style */
table.ReportTable {
    border: solid;
    border-color: gray;
    width: 500px;
}

    table.ReportTable tr {
    }

    table.ReportTable tbody td a {
        text-decoration: underline;
    }

        table.ReportTable tbody td a:visited {
        }

        table.ReportTable tbody td a:hover {
        }


    table.ReportTable tbody td + td + td + td a {
    }

        table.ReportTable tbody td + td + td + td a:visited {
        }

    table.ReportTable tbody th, table.ReportTable tbody td {
        border: solid;
        border-color: lightgrey;
        padding: 2px;
    }

    table.ReportTable tbody tr:hover {
    }

th.ReportTableIconCell{
    width: 20px;
}
td.ReportTableIconCell {
    
}

th.ReportTableItemCell{
}
td.ReportTableItemCell{
}

th.ReportTableItemDescription{
}
td.ReportTableItemDescription{
}






/*****************************************************************************************************************************/
/* important, do not edit anything beneath this section within this file                                                     */
/*****************************************************************************************************************************/
.aspNetDisabled, a.aspNetDisabled {color:black !important; cursor:auto !important; text-decoration:none !important;}

/* The next two entries are for supressing a blank.gif error with report viewer */
img[src*="OpType=ReportImage&ResourceStreamID=Blank.gif"]
{
    display: none;
}
td[style="border-width:0px;border-top:1.5pt solid DarkBlue"] img
{
    display: none;
}

/* Compatible with some old forge modules */
td > .dnnLabel {
	width: 130px;
}
  
/* required for DNN 7 skining issues */  
.HeaderStyle {
  border: 1px solid silver;
}

.normaltextbox {
  border: 1px solid silver !important;
}

input[type="text"],select,textarea,input[type="email"],input[type="search"], input[type="password"]{
    padding: 0px !important;
    margin-bottom:0px !important; 
}

/* added to prevent skin conflicts */
.ModSSRSC td, .ModSSRSC div {line-height:normal;}


