@charset "UTF-8";

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  max-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

#container {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#page {
  margin: 0px;
}

#shell {
  position: relative;
  width: 886px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

#header {
  width: 886px;
  height: 199px;
  background-image: url(../images_test/top_bkd.gif);
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  background-color: #ffffff;
}

#logo {
  width: 292px;
  height: 176px;
  float: left;
  background-image: url(../images_test/logo.gif);
  background-repeat: no-repeat;
  margin-top: 23px;
  margin-left: 23px;
}

#photo {
  width: 435px;
  height: 176px;
  float: right;
  margin-top: 23px;
  margin-right: 23px;
}

#body {
  width: 886px;
  background-image: url(../images_test/body_bkd_new.gif);
  background-repeat: repeat-y;
  background-position: right top;
  font-family: Arial, Helvetica, sans-serif;
}

/**** Sign In Area  ***/
#signIn {
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #ffffff;
  padding: 10px 50px 25px 25px;
  width: 310px;
}

#signIn h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: normal;
  vertical-align: middle;
}

img {
  border: 0px;
}

img.grayscale {
  opacity: 0.4;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale) alpha(opacity = 60); /* msie */
}

#signIn input[type="text"] {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  color: #3366cc;
  background-color: #ffffff;
  width: 95%;
  height: 15px;
  padding: 3px;
  border: thin solid #3366cc;
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 6px;
}

#signIn input[type="password"] {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  color: #3366cc;
  background-color: #ffffff;
  width: 95%;
  height: 15px;
  padding: 3px;
  border: thin solid #3366cc;
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 6px;
}

#signIn input[type="image"] {
}

.forgot {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
}

a.forgot {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #ffffff;
  text-decoration: none;
}

a:hover.forgot {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #ffffff;
  text-decoration: underline;
}

#line {
  display: block;
  border-bottom: #ffffff thin dashed;
  width: 275px;
  height: 1px;
}

/**** Content Area  ***/
#content {
  position: static;
  float: left;
}
#content {
  width: 400px;
  padding-left: 58px;
  padding-top: 10px;
  padding0right: 25px;
  padding-bottom: 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #000000;
}

#content h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #006699;
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
}

#testButton {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #3366cc;
  padding-top: 3px;
  height: 25px;
  font-weight: bold;
  text-align: center;
}

#testButton a {
  background-color: #ddd;
  padding: 8px 16px;
  border-radius: 15px;
  color: #3366cc;
  text-decoration: none;
}

#testButton a:hover {
  color: #000;
}

/**** Bottom Area  ***/

#bottom {
  clear: both;
  height: 23px;
  width: 886px;
}

/*** Footer  ***/
#footer {
  width: 919px;
  min-height: 30px;
  padding: 0 20px;
  background-image: url(../images_test/body_bottom_bkd2.gif);
  background-repeat: no-repeat;
  /* background-position: center top; */
  /* background-image: url('../images/fancy_deboss_Grn.jpg'); */
  /* background-repeat: repeat; */
  /* background-position: top left; */
  display: inline-block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.4;
  color: #000000;
  text-align: center;
}

#footer a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #555555;
  text-decoration: none;
}

#footer a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #555555;
  text-decoration: underline;
}

.footer {
  padding-top: 1px;
}

object {
  height: 176px;
  width: 435px;
}

embed {
  height: 176px;
  width: 435px;
}

/* Profile page */
#profile input[type="text"],
#profile input[type="password"] {
  font-size: 1em;
  padding: 4px 4px;
  width: 24ch;
}

#profile label {
  display: inline-block;
  margin-top: 1em;
}

#profile-bottom {
  margin-top: 1em;
}

#submit-button {
  background-color: #1d6bb2;
  border: 0;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
  padding: 5px 20px 6px;
  cursor: pointer;
}

#submit-button:hover {
  background-color: #0f4c85;
}

.warningText {
  color: red;
  margin-top: 4px;
}

/* Help page */
.help-image {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  margin-bottom: 20px;
}

/**********************************************************/
/*************** Personal Home Page Styles  ***************/
/**********************************************************/

.homePageHeader {
  padding: 0px;
  margin: 0px;
  height: 100px;
  background-color: #0055a4;
}

#homePageLogo {
  background-image: url(../images_test/homePageLogo.gif);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #e8e0d4;
  float: left;
  height: 100px;
  width: 300px;
}

#homePagePhoto {
  background-image: url(../images_test/homePageTopImg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #0055a4;
  float: right;
  height: 100px;
  width: 310px;
}

.homePageContent {
  padding: 0px;
  background-color: #ffffff;
}

.homePageFooter {
  padding: 0px;
  height: 50px;
  background-color: #0055a4;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

.homePageFooter a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.4;
  color: #ffffff;
}

.contentDivided {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

/** Home Page - Left Nav **/
.leftNav {
  background-color: #c79316;
  padding: 20px;
  width: 280px;
  height: 100%;
  text-align: left;
}

.leftNav_textBlock {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-align: left;
  vertical-align: text-top;
}

.leftNav_textBlock p {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
}

.leftNav_textBlock h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-align: left;
  font-size: 22px;
  font-weight: lighter;
}

/** Home Page - Top Nav **/
.topNavSmall {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  color: #0055a4;
  background-color: #e6dfd2;
  float: none;
  height: 40px;
  padding-right: 20px;
  vertical-align: middle;
  text-align: right;
}

a:link.topNavSmallLink,
a:visited.topNavSmallLink,
a:hover.topNavSmallLink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  color: #0055a4;
  text-decoration: none;
  vertical-align: middle;
}

/**************************************/
/*** Home Page - Main Content area  ***/
/**************************************/

.mainContent {
  padding: 20px;
  width: 100%;
}

.mainTableHeader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: lighter;
  color: #666666;
  height: 18px;
  padding-left: 8px;
  border-top-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #0055a4;
  text-align: left;
  float: none;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom-width: 2px;
  border-bottom-color: #0055a4;
}

.mainTableRowA {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #000000;
  height: 25px;
  padding-left: 8px;
  text-align: left;
  float: none;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #e6dfd2;
  line-height: 1.4;
}

.mainTableRowB {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #000000;
  height: 25px;
  padding-left: 8px;
  text-align: left;
  float: none;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.4;
}

.mainTableRowA p:first-child {
  font-weight: bold;
  font-size: 1.15em;
}
.mainTableRowA p:only-child {
  font-weight: normal;
}
.mainTableRowB p:first-child {
  font-weight: bold;
  font-size: 1.15em;
}
.mainTableRowB p:only-child {
  font-weight: normal;
}

.mainTableRowA p:nth-of-type(2) {
  padding-right: 10px;
}
.mainTableRowB p:nth-of-type(2) {
  padding-right: 10px;
}

.masterFontSize {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.masterFontSize h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.4;
  color: #c79316;
}

.masterFontSize input[type="submit"] {
  border: none;
  border-collapse: collapse;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #3366cc;
  background-image: url(../images_test/btn_form_bkd.gif);
  padding-top: 3px;
  height: 25px;
  width: 90px;
  background-repeat: no-repeat;
  font-weight: bold;
  text-align: center;
  cursor: hand;
}

/*********************************************************/
/*********************** ADMIN ***************************/
/*********************************************************/

.topNavOff {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: lighter;
  color: #0055a4;
  background-color: #e6dfd2;
  height: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ffffff;
  text-align: center;
}

.topNavOff a:link,
.topNavOff a:visited,
.topNavOff a:hover {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: lighter;
  color: #0055a4;
  text-decoration: none;
}

.topNavOn {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: lighter;
  color: #0055a4;
  background-color: #e6dfd2;
  height: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ffffff;
  text-align: center;
}

.topNavOn a:link,
.topNavOn a:visited,
.topNavOn a:hover {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: lighter;
  color: #0055a4;
  text-decoration: none;
}

/**************************************/
/***             Reports            ***/
/**************************************/

.reportTableHeader {
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  border-top-color: #666666;
  border-top-style: solid;
  border-top-width: 2px;
  border-bottom-color: #666666;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  text-align: left;
  float: none;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 5px;
  white-space: nowrap;
}

.reportTableCurriculumHeader {
  font-size: 11px;
  white-space: nowrap;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #a0a0a0;
  padding-right: 5px;
  white-space: nowrap;
}

.reportTableRowA {
  font-size: 11px;
  text-align: left;
  float: none;
  background-color: #eeeeee;
  padding-right: 5px;
  white-space: nowrap;
}

.reportTableRowB {
  font-size: 11px;
  text-align: left;
  float: none;
  padding-right: 5px;
  white-space: nowrap;
}

.reportTableFooter {
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  border-top-color: #d96016;
  border-top-style: solid;
  border-top-width: 2px;
  text-align: left;
  float: none;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 5px;
  white-space: nowrap;
}

@media screen {
  .print-only,
  .print-only * {
    display: none !important;
  }
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}
