﻿
.GridContainer
{
    padding: 0px;
    margin: 0px;
}

.GridHeader
{
    height: 25px;
    background-color: #a6a6a6;
    margin: 13px auto 0px auto;
    font-size: 14px;
    font-weight:bold;
    margin-right: 10px;
    color: #000;
    text-align:center;
}

.GridHeader a
{
    color: #FFF;
    text-decoration:none;   
    padding:0px 10px 0px 10px;
    min-width:100px;
}

.GridHeader a:hover
{
    text-decoration:underline;
}



.GridRowContent
{
    color: #000;
    font-size: 12px;
    font-weight: normal;
    background-color: #ebebeb;
    padding: 2px 10px;
    border-bottom:solid 1px White;
    clear:both;
    text-align:left;
    page-break-inside:avoid;
}

.GridRowContentAlt
{
    color: #4c4c4c;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    background-color: #efefef;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom:2px;
    border-bottom:solid 1px White;
    clear:both;
    
}



.GridRowContent a, .GridRowContentAlt a
{
    color: #3fa9f5;
}
.GridRowContent a:hover, .GridRowContentAlt a:hover
{
    color: #85c9fa;
}

a.emailLink
{
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../../../resources/images/icon_email.png) no-repeat left center;
    display: block;
    float: left;
    margin-right: 5px;
}

a.viewLink
{
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../../../resources/images/icon_view.png) no-repeat left center;
    display: block;
    float: left;
    margin-right: 5px;
}





.ReportSectionDetail
{
     width:100%;
}


.ReportGridSectionTitle
{
	color:#fff; 
	width:100%; 
	font-weight:bold;
	height:14px;
	background-color:#000;
}




.ReportBreakDownMasterTable
{
    margin-bottom:20px;    
}


.ReportAnswersColumn
{
	width:600px;
}

.ReportGrid
{
	background-color:#000;
	width:100%;
	margin-bottom:0px;
}

.ReportGrid .Spaced
{
	margin-bottom:4px;
}

/* REPORT HEADER */
.ReportGridHeader
{
    height:15px;
    background-color:#a6a6a6;
}

.ReportGridHeader tr
{
    page-break-inside:avoid;
}

.ReportGridHeader .Col
{	
	text-align:center;
	font-weight:bold;
	font-size:7pt;
	padding:0px 1px 0px 1px;
	width: auto;
}

.ReportGridHeader .ColCategory
{
	width:auto !important;
}


/* REPORT ROWS */
.ReportGridRow
{
    background-color:#fff;
}

.ReportGridRowAlt
{
	
	background-color:#efefef;
}

.ReportGridRow tr, .ReportGridRowAlt tr
{
    page-break-inside:avoid;
}

.ReportGridRow .Col, .ReportGridRowAlt .Col
{
	text-align:center;
	font-weight:bold;
	font-size:7pt;
	padding:1px 1px 1px 1px;
	height:11px;
}

.ReportGridRow .ColCategory, .ReportGridRowAlt .ColCategory
{
	text-align:left;
	padding-left: 3px;
	width:auto !important;
}

.ReportGridRow a, ReportGridRowAlt a
{
    color: #3fa9f5;
}
.ReportGridRow a:hover, ReportGridRowAlt a:hover
{
    color: #85c9fa;
}


/* REPORT FOOTER */
.ReportGridFooter
{
    background-color:#c3c2c2;
}

.ReportGridFooter tr
{
    page-break-inside:avoid;
}

.ReportGridFooter .Col
{
	text-align:center;
    overflow:hidden;
    white-space:nowrap;
    font-weight:bold;
	font-size:6.5pt;
	border-top:solid 1px black;
}













.Legend
{
width:100%; 
margin-top:0px;
margin-bottom:0px;
background-color:#000;
position:relative;
top:-1px;
}

.LegendGridHeader
{

font-weight:bold;

}  
    
.LegendQuestion
{
 text-align:center; 
}

.LegendAnswer
{
 text-align:left;
 padding-left:5px;    
}

.LegendGridRowContentAlt
{
    color: #000;
    font-size: 10px;
    font-weight: bold;
    background-color: #EFEFEF;
    text-align:center;
    page-break-inside:avoid;    
}

.LegendGridRowContent
{
    color: #000;
    font-size: 10px;
    font-weight: bold;
    background-color: #fff;
    text-align:center;
    page-break-inside:avoid;
    white-space:nowrap;

}
