﻿.General {
	font-family: "Verdana", Arial, "Microsoft Sans Serif";
	font-size: 14pt;
	color: #000000;
}
.Exhibit {
	font-family: "Verdana", Arial, "Microsoft Sans Serif";
	font-size: 14pt;
	color: #000000;
}
.SectionLabel {
	font-family: "Verdana", Arial, "Microsoft Sans Serif";
	font-size: 16pt;
	font-weight: bold;
	color: #00246e;
	text-align: left;
}

.Answerkey_Intro {
	font-family: "Verdana", Arial, "Microsoft Sans Serif";
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.Answerkey_ListLabel {
	font-family: "Verdana", Arial, "Microsoft Sans Serif";
	font-size: 14pt;
	font-weight: bold;
	color: #00246e;
	text-align: left;
}
.Answerkey_AnswerList {
	font-family: "Verdana", Arial, "Microsoft Sans Serif";
	font-size: 14pt;
	color: #000000;
	text-align: left;
	list-style-type: decimal;
}
.Answerkey_EvaluateLabel {
	font-family: "Verdana", Arial, "Microsoft Sans Serif";
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.Answerkey_Evaluate {
	font-family: "Verdana", Arial, "Microsoft Sans Serif";
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	list-style-type: circle;
}
.Answerkey_EGOScore {
	font-family: "Verdana", Arial, "Microsoft Sans Serif";
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.Answerkey_CISScore {
    font-family: "Verdana", Arial, "Microsoft Sans Serif";
    font-size: 14pt;
    font-weight: bold;
    color: black;
    text-align: left;
}
.Answerkey_Score {
	font-family: "Verdana", Arial, "Microsoft Sans Serif";
	font-size: 14pt;
	color: #000000;
	text-align: left;
}
.Direction {
	font-family: "Verdana", Arial, "Microsoft Sans Serif";
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	
}

/*Question Numbers*/
.questionWidth, #tdNumber {
    width: 40px;
	text-align: right;
	font-family:  "Verdana", Arial, "Microsoft Sans Serif";
	font-size: 14pt;
	font-weight:bold;	
}
.tdNumberIndentation{
	padding-right: 14px;
}

.tdNumberIndentationMultiMatch{
	width: 8px;
}

.Table-BorderStyle {
    table-layout: fixed; 
	border: none;	
	vertical-align:top;
	border-collapse: collapse;
}
.GP_Table-Row-Dark{
    background-color: #fccf9d;
	vertical-align:top;
}
.GP_Table-Row-Light{
    background-color: #FDE9DD;
	vertical-align:top;
}
.IP_Table-Row-Dark{
    background-color: #d0e6b7;
	vertical-align:top;
}
.IP_Table-Row-Light{ 
    background-color: #eef6e5;
	vertical-align:top;
}
.PT_Table-Row-Dark{
    background-color: #ffd984;
	vertical-align:top;
}
.PT_Table-Row-Light{
    background-color: #fff2d3;
	vertical-align:top;
}
.MT_Table-Row-Dark{
    background-color: #bde1f7;
	vertical-align:top;
}
.MT_Table-Row-Light{
    background-color: #e6f3fc;
	vertical-align:top;
}
.AP_Table-Row-Dark{
    background-color: #fccf9d;
	vertical-align:top;
}
.AP_Table-Row-Light{
    background-color: #feedd7;
	vertical-align:top;
}
.OA_Table-Row-Dark{
    background-color: #ffd984;
	vertical-align:top;
}
.OA_Table-Row-Light{
    background-color: #FFF2D3;
	vertical-align:top;
}
.PR_Table-Row-Dark{
    background-color: #ffd984;
	vertical-align:top;
}
.PR_Table-Row-Light{
    background-color: #fff2d3;
	vertical-align:top;
}

