
a:link, a:visited {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   color: #0000FF;
   text-decoration: none;
   font-size: 9pt;
}

a:active, a:hover {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   color: #EE2B33;
   text-decoration: none;
   font-size: 9pt;
}


ul, ol {
   margin-top: 0px;
}

body {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   background: #E0E2EB;
   font-size: 9pt;
}

input {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 10pt;
}

textarea {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 10pt;
}

.title {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #000000;
   text-decoration: none;
   font-size: 11pt;
}

.main-heading{
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   color: #000000;
   text-decoration: none;
   font-size: 16pt;
   padding-left: 5px;
   padding-right: 5px;
   margin: 5px 5px 0px 5px;
   border: 1px solid black;
   background: #DADDE7;
}

.heading {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #000000;
   text-decoration: none;
   font-size: 12pt;
   margin: 5px 5px 5px 5px;
   border: 1px solid black;
   background: #DADDE7;
}

.sub-heading {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #000000;
   text-decoration: none;
   font-size: 12pt;
   padding-left: 5px;
   padding-top: 2px;
   border: 1px solid black;
   text-align: left;
}


.body {
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   text-decoration: none;
   font-size: 10pt;
   margin: 5px 5px 5px 5px;
   border: 1px solid black;
}

.text {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   color: #000000;
   text-decoration: none;
   font-size: 10pt;
}

.cat {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: black;
   text-decoration: none;
   font-size: 10pt;
   border: 1px solid black;
   background: #DADDE7;
   margin: 5px 5px 0px 5px;
}

.items {
   margin-left: 10px;
}

.item {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   color: black;
   background: #FFFFFF;
   text-decoration: none;
   font-size: 10pt;
   border: 1px solid #FFFFFF;
   margin-left: 5px;
   margin-right: 5px;
}

.item :link, .item:visited {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   color: black;
   background: #FFFFFF;
   text-decoration: none;
   font-size: 10pt;
   border: 1px solid #FFFFFF;
   display: block;
}

.item:active, .item:hover {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   color: black;
   background: #DADDE7;
   text-decoration: none;
   font-size: 10pt;
   border: 1px solid black;
   display: block;
   padding-left: 5px;
}

.grades {
   font-family: Courier New, Courier, Fixed;
   font-weight: normal;
   color: black;
   background: #FFFFFF;
   text-decoration: none;
   font-size: 10pt;
   border: 1px solid black;
}

.assign {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   color: black;
   background: #FFFFFF;
   text-decoration: none;
   font-size: 10pt;
   border: 1px solid black;
}
.assign-odd {
   background: #FFFFFF;
}
.assign-even {
   background: #E4E6ED;
}

.assign-exam {
   background: #CCD0DD;
}

.assign-noclass {
   color: #FFFF00;
   font-weight: bold;
   
   background: #6F799F;
}

.assign-final {
   color: red;
   font-weight: bold;
}

.code {
   font-family: Courier New, Courier, Fixed;
   font-weight: normal;
   color: black;
   text-decoration: none;
   font-size: 10pt;
   margin: 5px 0px 5px 20px;
   border: 1px solid black;
   padding: 5px 5px 5px 5px;
}

.test_qcode {
   font-family: Courier New, Courier, Fixed;
   font-weight: normal;
   color: black;
   text-decoration: none;
   font-size: 10pt;
   margin: 5px 0px 5px 20px;
   padding: 5px 5px 5px 5px;
}

.test_answer {
   font-family: Courier New, Courier, Fixed;
   font-weight: normal;
   color: black;
   text-decoration: none;
   font-size: 10pt;
   margin: 5px 0px 5px 20px;
   border: 1px solid black;
   padding: 5px 5px 5px 5px;
}

.error {
   color: red;
   font-weight: bold;
}

.row_even {
   background: #CCD0DD;
}

.row_odd {
   background: #DADDE7;
}
