﻿

.hiddenCol
{
	display:none;
}
.visCol
{
	display:block;
}

.scoreDisplayFull
{
	display:block;    
}

.scoreDisplayMini
{
	display:inline;
	margin:0px 2px 0px 1px;
}

.GridContainer
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.GridHeader
{
	height: 16px;
	background-color: #a6a6a6;
	margin: 13px 2px 0px 2px;
	font-size: 11px;
	font-weight:bold;
	color: #000;
	text-align:center;
	white-space:nowrap;
}

.GridFooter, .GridPager
{
	height: 13px;
	background-color: #a6a6a6;
	margin: 13px 2px 0px 2px;
	font-size: 15px;
	font-weight:bold;
	color: #000;
	text-align:center;
	white-space:nowrap;
}

.GridPager A
{
color: #fff;
}

.GridColScoreReport
{
	width:80px; 
	white-space:nowrap;
	text-align:center;
}

.GridColScores
{
	width:170px; 
	white-space:nowrap;
}


.GridColTotalScore
{
	width:40px; 
	white-space:nowrap;
	text-align:center;
}


.GridColDate
{
	width:60px; 
	white-space:nowrap;
	text-align:center;
}


.GridColProgram
{
	width:auto; 
	white-space:nowrap;
}


.GridColExamName
{
	width:auto;
}

.GridColAction
{
    padding-left:5px;
	width:50px; 
	white-space:nowrap;
	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: 11px;
	font-weight: normal;
	background-color: #ebebeb;
	padding: 2px 10px;
	clear:both;
	text-align:left;
	page-break-inside:avoid;
}

.GridRowContentAlt
{
	color: #4c4c4c;
	font-size: 11px;
	font-weight: normal;
	background-color: #efefef;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom:2px;
	border-bottom:solid 1px White;
	clear:both;
	
}

.GridRowProgramRow
{
    background-color: #D4D4D4;
}

.GridHeaderMini
{
	height: 14px;
	background-color: #a6a6a6;
	margin: 8px auto 0px auto;
	font-size: 10px;
	font-weight:bold;
	margin-right: 5px;
	color: #000;
	text-align:center;
}

.GridRowContentMini
{
	color: #000;
	font-size: 11px;
	font-weight: normal;
	background-color: #ebebeb;
	padding: 1px 5px;
	border-bottom:solid 1px White;
	clear:both;
	text-align:left;
	page-break-inside:avoid;
}

.GridRowContentAltMini
{
	color: #4c4c4c;
	font-size: 11px;
	font-weight: normal;
	background-color: #ebebeb;
	padding: 1px 5px;
	border-bottom:solid 1px White;
	clear:both;
	text-align:left;
	page-break-inside:avoid;
	
}


.ExamChoiceSectionLink
{
	padding-left:20px;
}

.ExamChoiceLabel, .ExamChoiceBaseOrgLink
{
font-size:13px;
font-weight:bold;
margin-left:3px;	
}

.ExamChoiceBaseOrgLink
{
	 color: Blue;
}



.GridRowContent a, .GridRowContentAlt a
{
   
}
.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;

}

