<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

p {
    margin: 0;
}

form {
	margin: 0;
}

a.cke_dialog_tab {
    color: #000000;
}

a.newnav {
	color: white;
}

a.newnav:link {
	color: white;
}

a.newnav:hover {
	color: yellow!important;
}

a.newnav:visited {
	color: white;
}

a.cancel:link {
	color: #FF0000;
	text-decoration: none;
}
a.cancel:visited {
	color: #FF0000;
	text-decoration: none;
}
a.cancel:hover {
	color: #231F20;
	text-decoration: underline;
}
a.cancel:active {
	color: #FF0000;
	text-decoration: none;
}

a.blue:link {
	color: #0000FF;
	text-decoration: none;
}
a.blue:visited {
	color: #0000FF;
	text-decoration: none;
}
a.blue:hover {
	color: #231F20;
	text-decoration: underline;
}
a.blue:active {
	color: #0000FF;
	text-decoration: none;
}

body.axbody {
	text-align: center;

}

table.axtable {
	width: 960px;
	background-color: white;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

table.commontable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.borderTop td {
     border-top: black solid 1px;
}

.borderTop th {
     border-top: black solid 1px;
}

.tableSection th {
    background-color: silver;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 4px 2px 2px 5px;
}

.sectionRes td {
    padding: 2px;
    vertical-align: top;
    /*line-height: 16px;*/
}

.sectionRes th {
    padding: 4px 2px 4px 2px;
    background-color: silver;
}

table.sectionRes {
	border-bottom: black solid 1px;
	border-top: black solid 1px;
	margin: 5px 0 5px 0;
    width: 100%;
    empty-cells: show;
}

tr.sectionResSection {
	background-color: #DDDDDD;
}

.sectionResSection td {
    background-color: #DDDDDD;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.sectionResSectionNoBackground td {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}


.ax_res2 td {
    padding: 2px;
    vertical-align: top;
    /*line-height: 16px;*/
}
.ax_res2 th {
    padding: 4px 2px 4px 2px;
    background-color: silver;
    border-bottom: 1px solid #000000;
}
table.ax_res2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: black solid 1px; 
	border-top: black solid 1px; 
	margin: 5px 0 5px 0;
    width: 100%;
    empty-cells: show;
}

.ax_res td {
    padding: 2px;
    vertical-align: top;
    /*line-height: 16px;*/
}

.inputsTable td {
    vertical-align: middle;
}

.ax_res th {
    padding: 4px 2px 4px 2px;
    background-color: silver;
    border-bottom: 1px solid #000000;
}

.ax_ResHeader td {
    padding: 4px 2px 4px 2px;
    background-color: silver;
    border-bottom: 1px solid #000000;
    font-weight:bold;
}

.totalRow {
    background-color: silver;
    font-weight:bold;
}

.subtotalRow {
    font-weight: bold;
}

.totalRow td {
    border-top: 1px solid #000000;
}

.subtotalRow td {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

/* The new axOrderableTable */
/* table.axorderable {
	font-size: 12px;
	border-bottom: black solid 1px; 
	border-top: black solid 1px; 
	margin: 5px 0 5px 0;
    width: 100%;
    empty-cells: show;
    border-collapse: collapse;    
}

table.axorderable td {
    padding: 2px;
    vertical-align: top;
}

table.axorderable th {
    padding: 4px 2px 4px 2px;
    background-color: silver;
    border-bottom: 1px solid #000000;
} */

tr.ax_res_group_head {
	background-color: #F0F0F0;
}

tr.ax_res_even/*,
table.ax_res tr:nth-child(odd):not(.totalRow),
table.ax_res tbody tr:nth-child(odd):not(.totalRow) */{
	background-color: #E0E0E0;
}

.ax_res_group_head th {
	padding: 3px 0px 3px 0px;
    background-color: #F0F0F0;
    border: none;
}

tr.highLight {
	background-color: #F0F0F0;
}

tr.highlight-yellow {
    background-color: rgba(255, 173, 0, 0.4) !important;
}

tr.simpleTable {
	background-color: silver;
}

.simpleTable th {
	padding: 2px;
    background-color: silver;
    border: none;
}

.simpleTable td {
	padding: 2px;
}

table.ax_files {
	margin: 5px 0 5px 0;	
}
tr.ax_files_even {
	background-color: #FFFFFF;
}
tr.ax_files_odd {
	background-color: white;
}

.topLine td {
    border-top: 1px solid #000000;
}

tr.assgn {
	background-color: #ebebeb;
}

tr {
	font-size: 14px;
}

th {
	font-size: inherit;
    text-align: left;
}

select {
	font-size: 12px;
    margin-left: 0;
    white-space: nowrap;
}

input {
	font-size: 12px;
    margin-left: 0;
}

textarea {
	font-size: 12px;
    margin-left: 0;
}

/*div {*/
/*	font-size: 12px;*/
/*    font-family: Arial, Helvetica, sans-serif;*/
/*}*/

.labelhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006600;
}

#sub a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
}
#sub a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
}
#sub a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	
	text-decoration: underline;
}

.input3
{	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #993300;
	FONT-FAMILY: Verdana, Tahoma;
	FONT-SIZE: 11px;
	font-weight: bold;
	BORDER-STYLE: hidden;
}

.input4
{	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #006600;
	FONT-FAMILY: Verdana, Tahoma;
	FONT-SIZE: 11px;
	font-weight: bold;
	BORDER-STYLE: hidden;
}

input.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

input.btnhov{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
}

.crsb_graybar {
	margin: 0;
    float:left;
    text-align: left;
}

.crsbGraybarIcon {
    float:right;
    text-align: right;
    margin-left: 10px;
}

.topMenuTitleIconDiv {
    float: left;
}

.ax_icon_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #2d2c2c;
	font-style: normal;
	position: relative;
	text-align: left;
    float: left;
    cursor: pointer
}
.ax_course_dropdown_box {
	text-align: left;
	display: table;
	color: #494848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;
    background-color: #ebebeb;
    margin: 0 8px 0 0;
    float: right;
    height: 40px;
}
.courseTitle {
    height: 40px;
    float: left;
    margin-left: 10px;
}
.course_status_text {
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #790100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.course_status_value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #494848;
}
.ax_viewingcourse_text {
	color: #2d2c2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
.ax_viewingcourse_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d2c2c;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
}


.cell_text_big {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.cell_text {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}

.cell_text_bold {
	color: #000000;
	font-size: 12px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.cell_text_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-style: normal;
	font-weight: normal;
}

.cell_text_red_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
}

.cell_text_h1 {
	color: #993300;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.cell_text_h2 {
	color: #2d2c2c;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.cell_text_h2_red {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.cell_text_h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2d2c2c;
	font-style: normal;
	font-weight: normal;
}

.content_header_left {
	text-align: left;
	width: 300px;
	position: relative;
	display: table;
	height: 22px;
	float: left;
}

.content_header_right {
	text-align: right;
	width: 410px;
	position: relative;
	display: table;
	height: 22px;
	float: left;
}

.content_header_full {
	text-align: right;
	width: 100%;
	position: relative;
	display: table;
	height: 22px;
}

.content_header_full_left {
	text-align: left;
	width: 100%;
	position: relative;
	display: table;
	height: 22px;
}

.cd_anncdate {
	background-color: #ebebeb;
	text-align: left;
	width: 382px;
	position: relative;
	display: table;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #790100;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	margin-top: 14px;
}

.cd_anncexpdate {
	background-color: #ebebeb;
	text-align: right;
	width: 300px;
	position: relative;
	display: table;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d2c2c;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	margin-top: 14px;
}

.cd_anncdate_index {
	background-color: #ebebeb;
	text-align: left;
	width: 450px;
	position: relative;
	display: table;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	margin-top: 14px;
}

.cd_anncexpdate_index {
	background-color: #ebebeb;
	text-align: right;
	width: 450px;
	position: relative;
	display: table;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d2c2c;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	margin-top: 14px;
}

.cd_sectioninfo_index {
	text-align: left;
	width: 900px;
	position: relative;
	display: table;
	float: left;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d2c2c;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
}

.tr_gray {
	background-color: #ebebeb;
}

.header_bar {
	
	margin-right: 0px;
	margin-left: 0px;
	height: 22px;
	width: 100%;
	position: relative;
}

.grades_bar {
	background-color: #ebebeb;
	margin-right: 0;
	margin-left: 0;
	min-height: 26px;
	width: 100%;
	/*position: relative;*/
}

.assgn_bar {
	background-color: #ebebeb;
	margin-right: 0px;
	margin-left: 0px;
	height: 22px;
	width: 100%;
	position: relative;
}

.assgn_bar_child {
	background-color: #ebebeb;
	margin-right: 0px;
	margin-left: 32px;
	height: 22px;
	width: 645px;
	position: relative;
}

.assgn_txt {
	color: #2d2c2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left; 
	position: relative;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 4px;
	line-height: 14px;
}

.assgn_txt_12 {
	color: #2d2c2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left; 
	position: relative;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 4px;
	line-height: 14px;
}

.assgn_txt_12_red {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left; 
	position: relative;
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 4px;
	line-height: 14px;
}


.assgn_control {
	color: #2d2c2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left; 
	position: relative;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 6px;
	line-height: 14px;
}

.assgn_txt_12_bold {
	color: #2d2c2c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	float: left; 
	position: relative;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 4px;
	line-height: 14px;
}

.assgn_txt_red {
	color: #790100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left; 
	position: relative;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 4px;
	line-height: 12px;
}

.assgn_txt_12_mentor_red {
	color: #790100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left; 
	position: relative;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 4px;
	line-height: 14px;
}

.assgn_txt_smaill {
	color: #790100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left; 
	position: relative;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 4px;
	line-height: 14px;
}

.assgn_title {
	background-color: #ffffff;
	margin-right: 0px;
	margin-left: 0px;
	height: 24px;
	width: 678px;
	position: relative;
}

.assgn_title_txt {
	color: #2d2c2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left; 
	position: relative;
	margin-top: 4px;
	margin-right: 4px;
	line-height: 14px;
}

.genbutton_big {
	width: auto;
	background-color: #8a8a8a;
	color: #ffffff;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 18px;
	margin-top: 0px;
	border-right-color: #707070;
	border-bottom-color: #707070;
	border-bottom-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #8a8a8a;
	border-left-color: #8a8a8a;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
}

.grdsbutton {
	width: auto;
	background-color: #8a8a8a;
	color: #ffffff;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 18px;
	margin-top: 0px;
	border-right-color: #707070;
	border-bottom-color: #707070;
	border-bottom-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #8a8a8a;
	border-left-color: #8a8a8a;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
}

.classDetailsEnd {
    width:878px;
    height:0px;
    position:relative;
    clear:both;
}

.bold {
    font-weight: bold;
}

.red {
    color: #FF0000;
}

.errorText {
    color: #FF0000;
    font-weight: bold;
}

.blue {
    color: #0000FF;
}

a.blacklink {
	color: black;
	text-decoration: none;
}
a.blacklink:hover {
	color: black;
	text-decoration: underline;
}
input.button_pressed {
	border: 1px solid silver;
	background: silver;
	cursor: pointer;
	font-weight: bold;
}
input.button_released {
	border: 1px solid silver;
	background: white;
	cursor: pointer;
}

.pageHead {
	text-align: left;
	width: 100%;
    margin-bottom: 15px;
	/* position: relative;
    float: left; */
	display: grid;
}

.pageHeadButtons {
    float: left;
}

.pageHeadLinksItem {
    float: left;
    margin-left: 10px;
}

.pageHeadLinksTextItem {
    float: left;
    margin-left: 10px;
    margin-top: 4px;
}

.pageTitle {
    font-weight: normal;
    margin: 0;
    /*line-height: 18px;*/
}

.pageTitleSmall {
    margin-top: 5px;
    clear: both;
    /*line-height: 18px;*/
}

.form_title {
	padding: 0 5px 5px 5px;
    font-weight: normal;
}

.form_text {
	text-align: left;
	padding: 2px 2px 2px 0;
}

.form_field_error {
	color: red;
	font-weight: bold;
}
.form_error {
	color: red;
	font-weight: bold;
}
form.popup_form {
	padding: 5px 5px 5px 10px; 
	margin: 0;
}

.cmenu {
    cursor: pointer;
    vertical-align: middle;
}

.detailsViewLabel {
    text-align:right;
}

.tableTitle {
    font-weight: bold;
}

.cvSectionTitle {
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0 15px 0;
    text-align: center;
}

.cvTitle {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

.cvrow {
    margin-bottom: 12px;
}

.refDiv {
    margin-bottom: 10px;
    line-height: 16px
}

.colSizing {
    height: 1px;
    line-height: 1px;
}

.colSizing th {
    padding: 0;
}

.colSizing td {
    padding: 0;
}

.highL1 {
    font-weight: bold;
}

.highL2 {
    font-style: italic;
}

.hiddenSubmit {
    position: absolute;
    left: -9999px;
    width:1px;
}

.optionMenu {
    padding-top: 5px;
}

.optionMenu a {
    font-size: 12px;
    font-weight: bold;
}

.optionMenu li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.questionObjective {
    margin-left: 20px;
}

.questionObjective div {
    margin-bottom: 3px;
}

th.rightAlignColumn {
    text-align: right;
    padding-right: 10px;
}

td.rightAlignColumn {
    text-align: right;
    padding-right: 10px;
}

.hidden {
    display: none;
}

.popup div, .popup p, .popup td, .popup table {
    /* max-width: 800px; */ 
    word-wrap: break-word;
    /*word-break: break-all;*/
}
.popup a {
    max-width: 200px;
    word-wrap: break-word;
    /*word-break: break-all;*/
}

.classdetails_content div, .classdetails_content p, .classdetails_content td, .classdetails_content table {
    word-wrap: break-word;
    /*word-break: break-all;*/
}
.classdetails_content a {
    max-width: 200px;
    word-wrap: break-word;
    /*word-break: break-all;*/
}

.normalWrap div, .normalWrap p, .normalWrap td, .normalWrap table, .normalWrap a {
    word-wrap: normal;
    /*word-break: normal;*/
}

td.iconTd {
    white-space: nowrap;
    width: 32px;
}

.gridTable {
    border-top: 1px solid gray;
    border-left: 1px solid gray;
}

.gridTable td {
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
}

.gridTable th {
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
}

.sectionFields {
    margin-top:10px; 
    margin-bottom:3px; 
    font-weight:bold;
}

.afterChecked {
    margin-left:5px; 
}

.inspAnswerCell {
    border-bottom: 1px solid gray; border-right: 1px solid gray;
}

/*Addition for the CKeditor LITE plugin*/
del.ice-del {
	display: none;
}

ins.ice-ins, ins.ice-del {
	white-space:pre-wrap;
	text-decoration: none !important;
}

ins.ice-no-decoration, del.ice-no-decoration {
	text-decoration: none !important;
}

span.ice-ins, ins.ice-ins,
span.ice-del, del.ice-del {
	color: #000;
}

span.ice-del, del.ice-del {
	display: inline;
	text-decoration: line-through !important;
	color: #555;
	background-color: #e5ffcd !important;
}

.ice-ins, .ice-ins&gt;*  {
	background-color: #e5ffcd !important;
}

.ice-ins.ice-cts-1, .ice-ins.ice-cts-1&gt;*  {
	background-color: #e5ffcd !important;
}

.ice-ins.ice-cts-2, .ice-ins.ice-cts-2&gt;*  {
	background-color: #e3ffff !important;
}

.ice-ins.ice-cts-3, .ice-ins.ice-cts-3&gt;*  {
	background-color: #ffdddd !important;
}

.ice-del.ice-cts-1 {
	background-color: #e5ffcd !important;
}

.ice-del.ice-cts-2 {
	background-color: #e3ffff !important;
}

.ice-del.ice-cts-3 {
	background-color: #ffdddd !important;
}

.left-center-container-div {
	justify-content: space-between;
	flex-direction: column;
	display: flex;
}

.left-center-div {
	justify-content: flex-end;
	display: flex;
	
}
</pre></body></html>