﻿body {
  background-color: #eeeeee;
  /*background-image:url(../Images/BodyBg.gif); background-repeat:repeat-x;*/
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
}

.Body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#wrapper {
  display: block;
  background-color: #ffffff;
  width: 960px;
  margin: 0 auto;
}

#PLwrapper {
  display: block;
  background-color: #ffffff;
}

.clear {
  clear: both;
}

/* --- These classes are in the RVControls for Header and Footer*/
.clsMainFooter {
  background-color: #0054a5;
  width: 100%;
  height: 50px;
}

.clsMainFooter img {
  padding-right: 20px;
}

.clsMainHeader {
  background-color: #fff;
  width: 960px;
  text-align: center;
  margin: 0 auto;
}

.clsTableFooterContainer {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

.clsTablePageContainer {
  margin: 0 auto;
  padding: 0px 0 0 0;
  width: 960px;
  background-color: #ffffff;
}

.clsPanelBody {
  background-color: #ffffff;
}

.clsPanel {
  color: #000000;
  background-color: #ffffff;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  margin-bottom: 5px;
  width: 100%;
}

#PLFooter td[width~="*"] {
  display: none;
}

#home_content {
  display: flex;
  justify-content: space-between;
}

#home_content h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #0054a5;
  font-size: 1.75em;
  font-variant: normal;
}

.clsLoginLabelBold {
  background-color: #fff;
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  padding: 2px 0 3px 5px;
  margin-bottom: 5px;
}

a.clsLoginLinks:link {
  background-color: #fff;
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  padding: 2px 10px 3px 5px;
  text-align: left;
}

a.clsLoginLinks:hover {
  color: #333;
  text-decoration: underline;
  background-color: #fff;
}

a.clsLoginLinks:visited {
  font-size: 12px;
  background-color: #fff;
}

.clsFooterLabelBold {
  font-family: Arial;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}

a.clsFooterLinks:link {
  font-family: Arial;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  padding: 0 10px 5px 5px;
  text-align: left;
}

a.clsFooterLinks:hover {
  font-family: Arial;
  font-size: 10px;
  color: #fff;
  text-decoration: underline;
  padding: 0 10px 5px 5px;
  text-align: left;
}

/*Main content panel on PL Home page */

/* ----------------------- Login Panel -------------------------------- */

.loginPanel {
  display: flex;
  align-items: center;
  margin: 0 1em;
}

#panel02 {
  background: #fff;
}

#panel02 .login {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 25px;
  padding: 1em;
}

#panel02 .login .contact {
  font-size: 13px;
  color: #0645ad;
  font-weight: bold;
}

.panel02title {
  padding: 15px 10px 5px 0px;
  color: #0054a5;
  font-weight: bold;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}

.H4title {
  color: #0054a5;
}

.panel02title02 {
  padding: 0 10px 0 0px;
  color: #0054a5;
  font-weight: bold;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}

#panel02 p {
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  color: #004080;
  margin-top: 0px;
}

#panel02 .txthints {
  float: right;
  font-size: 13px;
  font-weight: bold;
  color: #b5b6b0;
  padding: 0.2em 10px 0.2em 0.2em;
}

#panel02 p a:link {
  color: #0645ad;
  font-size: 14px;
  font-weight: bold;
  margin: 12px auto;
  display: block;
  width: 100%;
  text-decoration: none;
  margin-top: 0px;
}

#panel02 p a:hover {
  color: #37424a;
  font-size: 14px;
  margin: 12px auto;
  display: block;
  width: 100%;
  text-decoration: underline;
  margin-top: 0px;
}

#panel02 p a:visited {
  color: #37424a;
  font-size: 14px;
  margin: 12px auto;
  display: block;
  width: 100%;
  text-decoration: underline;
  margin-top: 0px;
}

#panel02 p.bold {
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.lblPanel {
  color: #333;
  font-weight: bold;
  width: 65px;
  font-size: 13px;
  padding: 0.2em;
}

.inputPanel {
  width: 220px;
  margin: 0.2em;
}

.buttonPL {
  background-image: url(/Resource/Images/loginbtn.png);
  background-repeat: no-repeat;
  border: none;
  display: block;
  margin: 10px 0 0 0;
  width: 69px;
  height: 20px;
}

#panel02 a:link {
  color: #0645ad;
  font-size: 14px;
  font-weight: bold;
  margin: 12px auto;
  display: block;
  width: 100%;
  text-decoration: none;
}

#panel02 a:hover {
  color: #37424a;
  font-size: 14px;
  margin: 12px auto;
  display: block;
  width: 100%;
  text-decoration: underline;
}

#panel02 a:visited {
  color: #0645ad;
  font-size: 14px;
  margin: 12px auto;
  display: block;
  width: 100%;
  text-decoration: underline;
}

#panel02 img {
  display: block;
  margin: 0 auto;
  padding-top: 0px;
  border: 0;
}

/* -------------------------- Panel 01 large left panel ------------------- */
#panel01 {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#panel01 h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #0054a5;
  margin: 2em 0;
  text-align: center;
  font-variant: normal;
}

#panel01 h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #2c4073;
  font-size: 18px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 200px;
  text-align: left;
  font-variant: normal;
}

#panel01 p.bodytext01 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: normal;
  color: #000;
  text-align: left justify;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: transparent;
  line-height: 20px;
  width: 46%;
  float: left;
}

#panel01 p.bodytext02 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: transparent;
  line-height: 20px;
  width: 100%;
  float: left;
}

#panel01 p.bannerimg {
  background-color: #dededf;
  height: 150px;
  width: 660px;
  padding: 0 5px 0 5px;
  margin: 30px 0px 0px 15px;
  display: block;
}

#panel01 p.bannerimg img {
  float: left;
  margin: 10px;
}

/* ----------------------- Bottom Panel -------------------------------- */
#panel03 {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  color: #0054a5;
  display: flex;
  justify-content: space-evenly;
  background-color: #eeeeee;
}

#panel03 a:link {
  color: #0054a5;
  text-decoration: none;
}

#panel03 a:hover {
  color: #0054a5;
  text-decoration: underline;
}

#panel03 a:visited {
  color: #6c6e71;
}
/* ----------------------- Social Panel -------------------------------- */
#panelsocial {
  float: right;
  padding: 15px 25px 0 0;
}

#panelsocial img {
  border: none;
}

/* text for the login instructions on the home page under the login */
#logintext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 0 10px 0 0px;
}

#logintext h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #fff;
}

.clsButtonRegister {
  text-decoration: none;
  width: 135px;
  height: 50px;
  display: block;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  padding-bottom: 10px;
  margin-left: 0px;
  border: 0;
  background-image: url("../Images/RegBtn.png");
  background-repeat: no-repeat;
}

.clsButtonRegister:hover {
  text-decoration: none;
  width: 135px;
  display: block;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  line-height: 25px;
  padding-left: 0px;
  font-weight: bold;
  margin-bottom: 10px;
  border: 0;
  background-image: url("../Images/RegBtn_over.png");
  background-repeat: no-repeat;
}

/*  ------------- Resource Links Page styles --------------------- */
.clsResourceLinks {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #666;
  text-align: left;
  font-size: 12px;
  text-align: left;
  font-style: normal;
  text-decoration: underline;
  line-height: 40px;
}

.clsResourceLinks:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #666;
  text-align: left;
  font-size: 12px;
  text-align: left;
  font-style: normal;
  text-decoration: none;
}

.linktext01 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: inherit;
  text-align: left;
  text-indent: 10px;
  text-decoration: none;
}

.linktext01:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: inherit;
  text-align: left;
  text-indent: 10px;
  text-decoration: underline;
}

/* --TAB MENU -- */

.Menu {
  width: 960px;
  background-color: #eeeeee;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}

.Menu td {
  width: 0 !important;
}

.staticMenuItemStyle {
  /*background-color: #7d000a;float:left;display:block; - removed these to fix for chome and FF*/
  height: 25px;
  width: 180px;
  text-align: center;
}

.staticMenuItemStyle td {
  width: 100%;
}

a.staticMenuItemStyle {
  color: #6c6e71;
  padding-top: 8px;
  font-weight: bold;
  display: block;
}

.staticMenuItemStyle a:hover {
  text-decoration: underline !important;
  color: #6c6e71;
  font-weight: bold;
  display: block;
  width: 100%;
}

a.staticMenuItemStyle:hover {
  text-decoration: underline !important;
  color: #6c6e71;
  font-weight: bold;
  display: block;
  width: 100%;
}

.dynamicMenuItemStyle {
  background-color: #7d000a;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  width: 120px;
  border: 1px solid #7d000a;
}

a.dynamicMenuItemStyle {
  color: #ffffff;
  background-color: #7d000a;
  padding: 5px;
}

a:hover.dynamicMenuItemStyle {
  background-color: #fff;
  color: #7d000a;
}
/* Quick Links Panel */
.clsQuickLinksNew {
  color: inherit;
  font-size: 12px;
  padding: 5px;
}

.clsQuickLinksNew a {
  width: 100%;
  font-size: 12px;
  text-decoration: underline;
  color: inherit;
  font-family: Arial;
  padding: 5px;
}

.clsQuickLinksNew a:hover {
  width: 100%;
  font-size: 12px;
  text-decoration: none;
  color: inherit;
  font-family: Arial;
  padding: 5px;
}

.clsQuickLinksNew .clsQuickLinkWithSpace {
  margin-bottom: 10px;
  padding: 5px;
}

/* Quick Links Panel */
.clsQuickLinks {
  color: inherit;
  font-size: 12px;
}

.clsQuickLinks a {
  width: 100%;
  font-size: 12px;
  text-decoration: underline;
  color: inherit;
  font-family: Arial;
}

.clsQuickLinks a:hover {
  width: 100%;
  font-size: 12px;
  text-decoration: none;
  color: inherit;
  font-family: Arial;
}

.clsQuickLinks .clsQuickLinkWithSpace {
  margin-bottom: 10px;
}

/* Page Titles and Text */
.clsPublicContentTitle {
  font-size: 19px;
  line-height: 21px;
  width: 99%;
  color: #43413e;
  font-style: italic;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: normal;
  border-bottom: 1px solid #666666;
  width: 99%;
}

.clsPublicContentBody {
  font-family: Arial;
  font-size: 12px;
  width: 99%;
  color: #000000;
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.clsNavLink {
  font-size: 12px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

.clsNavLink:hover {
  font-size: 12px;
  color: #e36f1e;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

/* -------------------- Accreditation Page */
#accred {
  margin: 0 10px 0 20px;
  padding: 0;
  font-size: 12px;
}

#accred p {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

#accred p.rev {
  font-size: 9px;
  padding-top: 10px;
}

#accred a {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

#accred h1 {
  font-size: 18px;
}

#accred h2 {
  font-size: 16px;
}

#accred h3 {
  font-size: 12px;
  font-style: italic;
  margin: 2px 0 2px 10px;
}

#accred ul {
  margin: 0 0 0 10px;
}

#accred li {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style: disc;
}

#accred img.right {
  margin: 0 10px 0 0;
  float: right;
}

/*                      End Custom                     */
