/************************  SURVEY ************************************/
/*********************************************************************/
/*************************   MOBILE   ********************************/
/*********************************************************************/
* {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
body {
  background: black;
  /* #A9A5AC; */

  font-family: Verdana;
  font-size: 11px;
  border: none;
  font-size: 12px;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
}
ul li {
  list-style-type: none;
  margin-left: 10px;
}
.paneMain {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.paneMiddle {
  width: 100%;
}
.disabled {
  background-color: #808080;
  color: #C0C0C0;
}
/*SPAN Site Controls*/
div.paneTop {
  background-color: #D1D3D4;
  width: 100%;
  height: 100px;
}
div.paneTop a {
  background-color: black;
}
.loginPaneLeft {
  text-align: center;
  vertical-align: top;
  width: 140px;
}
div.loginPaneLeftContent {
  background-image: url('images/leftPane.jpg');
  height: 575px;
  width: 136px;
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
}
div.loginPaneLeftContent div.contentArea {
  height: 100%;
  width: 100%;
  border: none;
  padding: 0px;
  margin: 0px;
}
div.loginPaneCenter {
  text-align: center;
  vertical-align: top;
  width: 650px;
}
div.loginPaneCenterContent {
  background-image: url('images/mainPane.jpg');
  border-width: medium;
  height: 575px;
  min-height: 575px;
  float: left;
  text-align: center;
  width: 650px;
  vertical-align: top;
  display: block;
  background-color: none;
}
div.loginPaneCenterContent div.innerContent {
  height: 575px;
  min-height: 575px;
}
div.loginPane2Column {
  text-align: left;
  vertical-align: top;
  width: 790px;
}
div.loginPane2Column div.TopLefttmenuImage {
  width: 140px;
  float: left;
}
div.loginPane2Column div.SubMenu {
  width: 650px;
}
div.SubMenu span.userSelectCourseDescriptions {
  float: left;
  margin-left: 5px;
  margin-top: 2px;
  height: auto;
  color: white;
  margin-right: 10px;
}
div.SubMenu span.userSelectCourseDescriptions select {
  height: auto;
  margin: 0px;
  border: none;
  font-size: 13px;
  font-weight: normal;
  font-family: pgmgTHIN, Verdana;
  background-color: white;
  color: white;
  max-width: 300px;
}
div.SubMenu span.userSelectCourseDescriptions select option {
  background-color: #e7e4e4;
}
div.loginPane2ColumnContent {
  border-width: medium;
  min-height: 575px;
  float: none;
  width: 790px;
  vertical-align: top;
  display: block;
  padding: 0px;
}
div.loginPane1Column {
  text-align: left;
  vertical-align: top;
  width: 990px;
}
div.loginPane1Column div.TopLefttmenuImage {
  width: 140px;
  float: left;
}
div.loginPane1Column div.SubMenu {
  width: 650px;
  float: left;
}
div.loginPane1Column div.TopRightmenuImage {
  width: 200px;
  float: left;
}
div.loginPane1ColumnContent {
  border-width: medium;
  min-height: 575px;
  float: none;
  width: 990px;
  vertical-align: top;
  display: block;
  padding: 0px;
  background-image: url('images/mainPane.jpg');
}
div.loginPaneRight {
  text-align: center;
  vertical-align: top;
  width: 200px;
}
/* Area dedicated to logon control */
div.loginPaneRightContent {
  background-image: url('images/rightPane.jpg');
  height: 575px;
  width: 196px;
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
}
/*  Submenu area */
div.SubMenu {
  float: left;
  width: 100%;
  height: 20px;
  background: transparent;
  background-image: url('images/BlueBar.png');
  display: block;
}
div.SubMenu a {
  font-weight: bold;
  padding-top: 3px;
  float: left;
  padding-left: 8px;
  padding-right: 6px;
  font-size: 11px;
  border: none 0px;
  background: transparent;
  display: inline;
  color: white;
}
div.SubMenu a:hover {
  color: yellow;
  text-decoration: underline;
}
/* Modal Dialog */
.modalBackground {
  background-color: Gray;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.modalContent {
  border: 2px solid #303749;
  background-color: white;
  padding: 8px;
  display: block;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
/* when modal content is a frame inside a modal dialog */
html.modalFrame {
  overflow: hidden;
}
html.modalFrame body {
  background: none;
  padding: 0px;
}
html.modalFrame body .modalContent {
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0px;
}
/* Shadow for modal content */
.modalContent + div {
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
/*  User Register */
table.userReg {
  border-collapse: collapse;
}
table.userReg th, table.userReg td {
  padding: 2px;
  text-align: left;
}
table.userReg h3 {
  color: #878787;
  margin: 0px;
  font-size: medium;
  margin-bottom: 6px;
}
/* HealthLinkRx Extra User Info */
div.hlxExtrasInfo {
  text-align: left;
  width: 100%;
}
div.hlxExtrasInfo .hlLabel {
  color: black;
  font-weight: bold;
  font-size: 12px;
}
div.hlxExtrasInfo .hlText {
  color: black;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 8px;
  margin-right: 0px;
  display: block;
  font-weight: 600;
}
div.hlxExtrasInfo .editLabel {
  color: black;
  height: 16px;
  font-size: 12px;
}
div.hlxExtrasInfo .hlstar {
  margin: 0px;
  margin-left: 1px;
  font-size: 9px;
}
div.hlxExtrasInfo h3 {
  color: #878787;
  font-size: medium;
  margin-top: 5px;
  margin-bottom: 4px;
  margin-left: 5px;
}
div.hlxExtrasInfo div.occupation {
  margin: 5px;
  margin-bottom: 10px;
  margin-right: 0px;
}
div.hlxExtrasInfo div.occupation select {
  width: 100px;
  margin-left: 10px;
}
div.hlxExtrasInfo div.licenseEntrys {
  margin: 5px;
  margin-bottom: 10px;
  margin-right: 0px;
}
div.hlxExtrasInfo div.licenseEntrys div.licenseEntry {
  clear: both;
}
div.hlxExtrasInfo div.licenseEntrys div.licenseEntry div.col1 {
  width: 135px;
  float: left;
}
div.hlxExtrasInfo div.licenseEntrys div.licenseEntry div.col2 {
  width: 144px;
  float: left;
  margin-left: 3px;
}
div.hlxExtrasInfo div.licenseEntrys div.licenseEntry input {
  width: 122px;
  margin: 0px;
  margin-bottom: 4px;
}
div.hlxExtrasInfo div.licenseEntrys div.licenseEntry select {
  margin-bottom: 4px;
  width: 132px;
}
div.hlxExtrasInfo div.opinion {
  clear: both;
  margin: 5px;
  margin-top: 30px;
}
div.hlxExtrasInfo div.opinion select {
  width: 175px;
}
/* BPPP Online Extra User Info */
div.bpppExtrasInfo {
  text-align: left;
  width: 100%;
}
div.bpppExtrasInfo .label {
  color: black;
  font-weight: bold;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}
div.bpppExtrasInfo input {
  color: black;
  font-size: 12px;
  height: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 0px;
  display: block;
  font-weight: 600;
}
div.bpppExtrasInfo .editLabel {
  color: black;
  height: 16px;
  font-size: 12px;
  display: block;
}
div.bpppExtrasInfo h3 {
  color: #878787;
  font-size: medium;
  margin-top: 5px;
  margin-bottom: 4px;
  margin-left: 5px;
}
/* CEUWOW Online Extra User Info */
div.ceuwowExtrasInfo {
  text-align: left;
  width: 100%;
}
div.ceuwowExtrasInfo .label {
  color: black;
  font-weight: bold;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}
div.ceuwowExtrasInfo input {
  color: black;
  font-size: 12px;
  height: 16px;
  width: 180px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 0px;
  display: block;
  font-weight: 600;
  display: inline-block;
}
div.ceuwowExtrasInfo select {
  width: 180px;
  display: inline-block;
}
div.ceuwowExtrasInfo .editLabel {
  color: black;
  height: 16px;
  font-size: 12px;
  display: block;
}
div.ceuwowExtrasInfo .hlstar {
  margin: 0px;
  margin-left: 1px;
  font-size: 9px;
}
div.ceuwowExtrasInfo div.howhear textarea {
  height: 180px;
  width: 300px;
}
div.ceuwowExtrasInfo div.howhear span {
  display: block;
  width: 300px;
}
div.ceuwowExtrasInfo h3 {
  color: #878787;
  font-size: medium;
  margin-top: 5px;
  margin-bottom: 4px;
  margin-left: 5px;
}
/* Labels */
table.userReg td div {
  width: 135px;
  text-align: left;
  color: black;
  font-weight: bold;
  height: 16px;
  padding: 2px;
  margin: 0px;
  font-size: 12px;
}
table.userReg td input {
  width: 155px;
  text-align: left;
  height: 16px;
  padding: 1px;
  margin: 0px;
  font-size: 14px;
}
table.userReg span.editLabel {
  width: 155px;
  text-align: left;
  display: block;
  color: black;
  height: 16px;
  padding: 2px;
  margin: 0px;
  font-size: 12px;
}
table.userReg td select {
  width: 155px;
  height: 18px;
  font-size: 12px;
  text-align: left;
  padding: 0px;
}
table.userReg td input[type=checkbox] {
  width: auto;
  float: left;
}
table.userReg td div.emailNotify {
  width: auto;
  padding-bottom: 10px;
  padding-left: 10px;
}
table.userReg td div.emailNotify span {
  font-size: 12px;
  font-weight: normal;
  padding-left: 5px;
}
table.userReg td div.emailNotify input {
  float: none;
  height: 14px;
}
table.userReg tr.trBypassPrereq td div {
  display: inline-block;
  width: auto;
}
table.userReg tr.trBypassPrereq td input {
  float: none;
}
/* Profile and Register Properties */
div.profile {
  background: white;
  height: 100%;
  padding-left: 5px;
  margin: 0px;
}
.ErrorMessage {
  padding-top: 5px;
  color: Red;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
div.profileHeaderStyle {
  font-size: 20px;
  text-transform: capitalize;
  color: #0e0a8c;
  margin-bottom: 0px;
  padding-top: 10px;
  text-align: left;
}
div.profile table.userReg h3 {
  color: #878787;
}
div.profile hr {
  margin-top: 7px;
  height: 1px;
  margin-right: 14px;
  color: #878787;
}
div.profile div.profileFullUserContainer {
  width: 300px;
  float: left;
  margin-right: 25px;
}
div.profile div.profileMoreUserContainer {
  width: 290px;
  float: left;
}
/* Admin User Edit/View popup dialog from Admin User List */
div.adminUserView div.hlxExtrasInfo {
  max-width: 300px;
}
div.adminUserView div.hlxExtrasInfo .hlText {
  max-width: 270px;
}
/* Admin view, outside container for the iframe */
div.ui-dialog[aria-describedby=adminDialog] div.ui-dialog-titlebar {
  color: black;
  background-color: white;
  font-size: small;
  font-weight: bold;
  font-family: verdana, tahoma, helvetica;
  border: white;
}
div.ui-dialog[aria-describedby=adminDialog] div#adminDialog {
  background-color: white;
  overflow-y: hidden;
  overflow-x: hidden;
  overflow: hidden;
  max-height: none;
  padding: .1em;
}
div.ui-dialog[aria-describedby=adminDialog] div#adminDialog iframe {
  position: relative;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  display: block;
  max-height: 700px;
}
/* admin dialog embedded in the above iframe, container for all the popups in adminDialog.aspx */
div.adminDialogs {
  padding: 5px;
  padding-bottom: 25px;
}
div.adminDialogs div.SaveButton {
  text-align: center;
}
div.adminDialogs div.admin.addCourses {
  text-align: center;
}
div.adminDialogs div.admin.addCourses div.coursesList {
  overflow-y: auto;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  display: inline-block;
  background-color: #ebebeb;
}
div.adminDialogs div.admin.addCourses div.coursesList div.courses {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
}
div.adminDialogs div.admin.addCourses div.coursesList div.courses span.button {
  width: auto;
  display: inline-block;
  margin: 1px;
}
div.adminDialogs div.admin.addCourses div.coursesList div.courses span.button input {
  padding: 4px;
  margin: 5px;
  height: 25px;
  background-color: #355ca1;
  color: white;
}
div.adminDialogs div.admin.addCourses div.coursesList div.courses span.button input[disabled="disabled"] {
  background-color: slategray !important;
  color: #8c9baf !important;
}
div.adminDialogs div.admin.addCourses div.coursesList div.courses span.key {
  width: 120px;
  display: inline-block;
  text-align: center;
}
div.adminDialogs div.admin.addCourses div.coursesList div.courses span.name {
  width: 300px;
  display: inline-block;
  text-align: center;
}
/* Category and Question List */
div.faqStyleWrapper {
  text-decoration: none;
  font-family: Verdana;
  font-size: 11px;
  text-align: left;
  margin: 0pt;
  padding: 0pt;
  min-height: 565px;
  background-color: white;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
}
div.faqStyleWrapper a.CategoryFAQStyle {
  color: #878787;
  font-size: 12pt;
  margin-left: 5px;
  /*    text-transform: uppercase;  */

  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0pt;
  font-weight: lighter;
  text-decoration: underline;
}
div.faqStyleWrapper a.QuestionFAQStyle {
  text-decoration: none;
  /*text-transform: uppercase; */

  font-family: Verdana;
  font-size: 12px;
  margin: 0pt;
  margin-bottom: 15px;
  padding: 0pt;
  color: black;
}
div.faqStyleWrapper a.QuestionFAQStyle:hover {
  color: black;
}
div.faqStyleWrapper span.noEntries {
  display: block;
  margin-left: 15px;
  color: black;
}
div.faqStyleWrapper hr.rule {
  background-color: #878787;
  border: 0 solid;
  color: #878787;
  height: 1px;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
div.faqStyleWrapper span.FaqHeading {
  font-size: 14pt;
  font-weight: bolder;
  display: block;
  line-height: 25px;
  color: #0e0a8c;
  padding-top: 5px;
  margin-left: 10px;
}
div.faqStyleWrapper span.faqList {
  margin-left: 10px;
  display: block;
  background-color: white;
}
div.faqStyleWrapper input.faqImageButton {
  background-color: white;
}
/* List of FAQ Categories for user sorting */
div.FaqCatsList {
  width: 450px;
}
div.FaqCatsList h2 {
  color: #0e0a8c;
  font-size: 12pt;
}
div.FaqCatsList table.FaqCatsListTable {
  width: 100%;
}
div.FaqCatsList div.bottomArea {
  width: 100%;
}
div.FaqCatsList div.listCats {
  width: 100%;
  max-height: 350px;
  border-style: solid;
  border-color: #878787;
  border-width: 1px;
  display: block;
}
div.FaqCatsList div.listCats table {
  border-color: #878787;
}
div.FaqCatsList div.arrows {
  float: left;
}
div.FaqCatsList div.bottomArea {
  margin-top: 5px;
  height: 30px;
}
div.FaqCatsList div.buttonList {
  float: right;
}
div.FaqCatsList span.errorMsg {
  margin-left: 10px;
  color: Red;
  float: left;
}
/* List of FAQs for user sorting */
div.faqCategory {
  width: 400px;
}
div.faqCategory h3 span {
  color: #0e0a8c;
  font-size: 12pt;
}
div.faqCategory span.formLabel {
  color: black;
  height: 12px;
}
div.faqCategory input[type=text] {
  width: 250px;
}
div.faqCategory div {
  margin-top: 5px;
}
div.FAQQuestionsList {
  width: 100%;
}
div.FAQQuestionsList h4 {
  margin-bottom: 0px;
  font-size: 10pt;
  color: #878787;
}
div.FAQQuestionsList table.FaqQuesListTable {
  width: 100%;
}
div.FAQQuestionsList div.listQues {
  max-height: 350px;
  border: solid 1px black;
  overflow: auto;
}
div.FAQQuestionsList div.bottomArea {
  width: 100%;
  display: block;
  height: 30px;
}
div.FAQQuestionsList div.bottomArea span.errorMsg {
  margin-left: 10px;
  color: Red;
  float: left;
  margin-top: 8px;
}
div.FAQQuestionsList div.bottomArea div.arrows {
  float: left;
  vertical-align: middle;
}
div.FAQQuestionsList div.bottomArea div.buttonList {
  float: right;
}
/*  Dialog for FAQ Edit/Add */
div.editAddFAQ div.formArea {
  width: 400px;
}
div.editAddFAQ h3 {
  margin-bottom: 0px;
}
div.editAddFAQ h3 span {
  color: #0e0a8c;
  font-size: 12pt;
}
div.editAddFAQ div.formArea span.charCounts {
  color: black;
  font-weight: bold;
}
div.editAddFAQ div.formArea span.charCounts .go_red {
  color: Red;
}
div.editAddFAQ div.formArea select {
  float: left;
  width: 120px;
  display: block;
}
div.editAddFAQ div.formArea span.formLabels {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  color: black;
  height: 12px;
}
div.editAddFAQ div.formArea textarea.question {
  width: 100%;
  height: 50px;
}
div.editAddFAQ div.formArea textarea.answer {
  width: 100%;
  height: 75px;
}
div.editAddFAQ div.buttonList {
  margin-top: 5px;
  display: block;
  height: 25px;
}
div.editAddFAQ div.buttonList a {
  float: right;
  display: block;
}
/*  A single Category FAQ Listing */
/* ASPX style */
div.FaqListPage {
  background-color: white;
  text-align: left;
  min-height: 575px;
  padding-bottom: 10px;
}
/* ASCX style */
div.faqCategoryList {
  background-color: white;
  margin-left: 15px;
  margin-right: 15px;
}
div.faqCategoryList span.Category {
  font-size: 15pt;
  font-weight: bolder;
  display: block;
  line-height: 25px;
  color: #0e0a8c;
}
div.faqCategoryList hr.rule {
  background-color: #878787;
  border: 0 solid;
  color: #878787;
  height: 1px;
  margin-bottom: 15px;
}
div.faqCategoryList span.faqItems span.ItemStyle div.QuestionStyle span {
  font-weight: bold;
  font-size: 11pt;
  color: black;
}
div.faqCategoryList span.faqItems span.ItemStyle div.AnswerStyle {
  font-weight: normal;
  font-size: 10pt;
  color: black;
}
/* Dialog for Company Subscription */
div.subscription div.coupon {
  text-align: center;
  margin-bottom: 10px;
}
div.subscription div.coupon span {
  display: inline-block;
}
div.subscription div.coupon input {
  display: inline-block;
  width: 70px;
}
div.standardPage {
  width: 400px;
  text-align: left;
  padding: 3px;
  margin: auto;
}
div.standardPage div.status {
  color: Red;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: left;
  margin-left: 5px;
}
div.standardPage div.buttons {
  height: auto;
  text-align: center;
}
div.standardPage div.infos {
  padding: 1px;
}
div.standardPage div.infos h3 {
  color: #878787;
  margin: 0px;
  font-size: medium;
  margin-bottom: 6px;
  text-align: center;
}
div.standardPage div.infos span {
  font-size: 14px;
  margin: 5px;
  display: block;
  color: black;
  text-align: left;
}
div.standardPage div.infos div, div.standardPage div.infos p {
  font-size: 14px;
  font-weight: bold;
  color: black;
}
div.standardPage div.infos ul {
  padding-top: 5px;
  padding-top: 10px;
  color: #0e0a8c;
  font-size: 12px;
  margin-left: 5px;
}
div.standardPage div.infos ul li {
  list-style-type: disc;
  margin-bottom: 2px;
}
div.standardPage div.infos ul li span {
  font-weight: bold;
}
div.standardPage div.fields {
  color: black;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}
div.standardPage div.fields div.field {
  margin-top: 2px;
  margin-bottom: 5px;
  height: 16px;
}
div.standardPage div.fields div.field div, div.standardPage div.fields div.field input, div.standardPage div.fields div.field span {
  float: left;
  padding-left: 5px;
  font-size: 12px;
  height: 16px;
  display: block;
}
div.standardPage div.fields div.field div {
  width: 250px;
}
div.standardPage div.fields div.field input[type=text] {
  width: 100px;
}
div.standardPage div.fields div.field span {
  font-weight: bold;
}
div.ctlcoupon {
  width: 400px;
}
div.ctlcoupon div.info {
  min-height: 100px;
}
div.ctlcoupon div.info p {
  margin: 10px;
}
/*  Page for Amazon Fee Agreement Notification */
div.ctlAmazonFee {
  width: 500px;
}
div.ctlAmazonFee div.fields div.field {
  width: 450px;
}
div.ctlAmazonFee div.fields div.field div {
  width: 300px;
}
div.companyAuthorize {
  width: 500px;
}
div.companyAuthorize div.fields div.field {
  width: 450px;
}
div.companyAuthorize div.fields div.field div {
  width: 300px;
}
/*  Page for Amazon Fee Agreement Notification */
div.courseAuthorize {
  width: 500px;
}
div.courseAuthorize div.fields div.field {
  width: 450px;
}
div.courseAuthorize div.fields div.field div {
  width: 200px;
}
/* Alert Page */
div.alertMessage {
  background: white;
  margin: 20px;
  border: solid 2px black;
  text-align: left;
  padding: 10px;
  color: #000099;
  font-size: 12pt;
  min-height: 300px;
}
div.alertMessage div.buttons {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 20px;
}
/*  Standard Grid Control */
div.standardGrid table {
  width: 100%;
  float: left;
  border: solid 1px #878787;
}
/* Skill Builder and Home Course List */
div.CourseListContainer {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
div.CourseListContainer div.search {
  text-align: left;
}
table.CourseList {
  width: 100%;
  border: solid 1px #878787;
  padding: 3px;
}
.GridItemStyleRow {
  background-color: white;
  color: black;
}
td.GridItemStyle, tr.GridItemStyle {
  background-color: white;
  color: black;
  padding: 4px;
}
tr.GridItemStyle td {
  padding: 4px;
}
.AltGridItemStyleRow {
  background-color: white;
  color: black;
}
td.AltGridItemStyle, tr.AltGridItemStyle {
  background-color: white;
  color: black;
  padding: 4px;
}
tr.AltGridItemStyle td {
  padding: 4px;
}
table.CourseItemStyles td.CourseDetailName {
  width: 225px;
  font-weight: bold;
}
table.CourseItemStyles td.CourseDetailName span {
  color: black;
}
table.CourseItemStyles span {
  display: block;
  padding: 4px 0px 0px 0px;
  font-size: 12px;
}
table.CourseItemStyles td.CourseDetailValue a {
  width: auto;
}
table.CourseItemStyles td.CourseDetailValue span {
  color: black;
  font-weight: inherit;
  display: inline-block;
  vertical-align: top;
}
table.CourseItemStyles td.CourseDetailValue span input {
  display: inline-block;
  width: 70px;
}
table.CourseItemStyles td.CourseDetailValue a.Button1 span {
  color: white;
  min-width: 95px;
}
table.CourseItemStyles td.CourseDetailValue a.Button1[disabled='disabled'] {
  background: none;
  border-color: black;
  border-width: 1px;
  border-style: solid;
  padding: 2px;
  width: 12em;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 6px;
  opacity: .6;
  border-radius: 6px;
}
table.CourseItemStyles td.CourseDetailValue a.Button1[disabled='disabled'] span {
  background: none;
  padding-top: 10px;
  color: #500a8c;
}
table.CourseItemStyles td.CourseDetailValue span.singlePay {
  margin-right: 10px;
}
table.CourseItemStyles td.CourseDetailValue span.singlePay a {
  width: auto;
  display: inline-block;
}
table.CourseItemStyles td.CourseDetailValue span.singlePay a.paypalOnly {
  width: auto;
}
table.CourseItemStyles td.CourseDetailValue span.singlePay a.amazonOnly span {
  background-image: url('images/PayAmazonButtonOnly.png');
  background-repeat: no-repeat;
  width: 110px;
  height: 26px;
}
table.CourseItemStyles td.CourseDetailValue span.multiPay a {
  width: 55px;
  height: 26px;
  display: inline-block;
}
table.CourseItemStyles td.CourseDetailValue span.multiPay a.paypal {
  width: auto;
  vertical-align: top;
}
table.CourseItemStyles td.CourseDetailValue span.multiPay a.paypal span {
  min-width: 50px;
  width: 50px;
}
table.CourseItemStyles td.CourseDetailValue span.multiPay a.amazon {
  background-image: url('images/PayAmazonButton.png');
}
/* Home Course List Override */
div.HomeList table.CourseItemStyles {
  width: 135px;
}
div.HomeList table.CourseItemStyles a.Button1 {
  width: 130px;
  display: inline-block;
}
div.HomeList table.CourseItemStyles span {
  display: inline-block;
}
div.HomeList table.CourseItemStyles td.CourseDetailName {
  width: 135px;
}
/* Skill Builder Course List Override */
div.SkillBuilderList div.leftside {
  float: left;
}
div.SkillBuilderList div.adminLinks {
  float: left;
  clear: left;
  width: 69px;
  padding: 0px;
  margin-top: 5px;
  padding-bottom: 1px;
  border: solid 1px black;
  background-color: #DFDFDF;
}
div.SkillBuilderList div.adminLinks h4 {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  background-color: white;
  border-bottom-style: ridge;
  border-bottom-width: thin;
  border-bottom-color: #000000;
}
div.SkillBuilderList div.adminLinks a {
  float: left;
  font-size: 10px;
  color: #003399;
}
/* Course Description */
div.CourseDescriptionItem {
  clear: both;
}
div.CourseDescriptionItem span.CourseDescValue {
  color: black;
  display: inline-block;
  padding: 10px;
  margin-bottom: 5px;
  text-align: left;
}
/* Admin User List */
div.userView {
  background: white;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
div.userView div#search {
  text-align: left;
  font-style: italic;
  padding-top: 5px;
  margin-bottom: -3px;
}
div.userView div.userList {
  width: 100%;
  margin: 0px;
  border: single 1px black;
  margin-top: 10px;
  height: 550px;
}
div.userView div.userList table.dataTable thead {
  /*	    
		th.Header td a
		{
		    font-size: 10px;
		}

		.Header td a
		{
			text-align:center;
			font-weight:bold;
			margin-left : 5px;
			margin-right : 5px;
			color : @ListItemColor;
		}
*/

}
div.userView div.userList table.dataTable tbody tr.odd {
  background-color: white;
  color: black;
}
div.userView div.userList table.dataTable tbody tr.even {
  background-color: white;
  color: black;
}
div.userView div.userList table.dataTable tbody tr.Header td a {
  font-size: 10px;
}
div.userView div.userList table.dataTable tbody .Header td a {
  text-align: center;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
  color: black;
}
div.userView div.userList table.dataTable tbody td {
  padding: 4px;
}
div.userView div.userList table.dataTable tbody td .Name {
  max-width: 125px;
}
div.userView div.userList table.dataTable tbody td .Location {
  max-width: 120px;
  overflow: hidden;
  font-size: 10px;
}
div.userView div.userList table.dataTable tbody td .DateField {
  font-size: 10px;
  width: 80px;
}
div.userView div.userList table.dataTable tbody td .Phone {
  max-width: 65px;
  overflow: hidden;
  font-size: 10px;
}
div.userView div.userList table.dataTable tbody td .Email {
  max-width: 120px;
  overflow: hidden;
  font-size: 12px;
  font-family: Arial;
  text-align: left;
  word-wrap: break-word;
}
div.userView div.userList table.dataTable tbody td .Operations {
  min-width: 30px;
  padding-left: 1px;
  padding-right: 1px;
}
div.userView div.userList table.dataTable tbody td .Operations img {
  border: none 0px;
}
div.userView div.userList table.dataTable tbody td .Operations a {
  text-decoration: none;
  background-color: transparent;
}
div.userView div.userList table.dataTable tbody td .Operations a:hover {
  text-decoration: underline;
}
.tip {
  background-color: #eee;
  border: solid 1px #666;
  padding: 3px;
  z-index: 1000;
}
/*AJAX Calendar Properties*/
.calendarStyle {
  margin-left: auto;
  margin-right: auto;
}
.calendarTitleStyle {
  font-weight: bold;
  font-size: 11px;
}
.calendarDayHeaderStyle {
  color: #999999;
  font-size: 11px;
}
.calendarDayStyle, .calendarDayHeaderStyle, .calendarDayTitleStyle {
  padding: 1px;
}
.calendarDayStyle a {
  color: #999999;
  font-size: 11px;
  text-decoration: none;
}
.calendarOtherMonthDayStyle a {
  display: none;
}
/*AJAX Task Properties*/
.calendarTitlePanelStyle {
  background: url(images/calendarBar.png) repeat-x;
  background-color: #ff9933;
  padding: 5px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.calendarTaskPanelStyle {
  height: 0px;
  overflow: hidden;
}
.taskListStyle {
  font-size: 11px;
}
/*  Misc */
table.LoginControl {
  background-color: white;
  border: solid 2px #878787;
  font-family: verdana, tahoma, helvetica;
  width: 192px;
  color: black;
  margin-left: 2px;
}
table.LoginControl table {
  width: 100%;
  margin: 0px;
}
table.LoginControl table input[type=text] {
  width: 140px;
}
table.LoginControl table input[type=password] {
  width: 140px;
}
table.LoginControl table td {
  padding: 3px;
}
table.LoginControl table td.buttons a, table.LoginControl table td.links a {
  margin-top: 8px;
  display: block;
  font-style: italic;
}
table.LoginControl table td.buttons a.NewUserRegister, table.LoginControl table td.links a.NewUserRegister {
  font-size: 14px;
  margin-bottom: 15px;
}
table.LoginControl td.LogInBar {
  color: black;
  background-color: white;
  font-size: small;
  font-weight: bold;
  font-family: verdana, tahoma, helvetica;
}
table.LoginControl label.LoginLabel {
  color: #878787;
}
table.LoginControl a {
  color: #878787;
}
table.LoginControl a:hover {
  color: #878787;
}
/* Overrides for login control when in popup dialog */
div.loginThenPayPopup.modalContent {
  background-color: white;
  color: #878787;
}
div.loginThenPayPopup.modalContent #divLoginThenPay {
  padding: 10px;
}
div.loginThenPayPopup.modalContent #divLoginThenPay table.LoginControl {
  border: none;
  width: 100%;
}
div.loginThenPayPopup.modalContent #divLoginThenPay div.header {
  margin: 10px;
  font-weight: bold;
  font-size: 14px;
}
input.LoginButton {
  background: url(images/Buttons/BlueLogIn.png) right top no-repeat;
  height: 26px;
  width: 63px;
  height: 26px;
  width: 63px;
  color: white;
  text-align: center;
  border: none 0;
}
a.LogoutButton, a.LoginButton {
  font-weight: bold;
  padding-top: 4px;
  display: block;
  color: #878787;
  text-align: left;
  padding-left: 8px;
}
span.notifyLogin {
  height: 24px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #878787;
  margin-right: 10px;
  text-align: right;
  display: block;
  font-weight: bold;
  font-size: 18px;
}
/* Slide button classes for resizeable image buttons using "a" */
/* http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html */
a.Button1 {
  /* small image */

  background: url(images/Buttons/btn1slideright.png) right top no-repeat;
  height: 26px;
  width: 50px;
  /* Width can be changed on "A" link directly for custom size */

  color: white;
  border: none 0;
  padding: 0px;
  margin: 1px;
  padding-right: 8px;
  /* Width of right image */

  display: block;
  text-decoration: none;
}
a.Button1 span {
  background: url(images/Buttons/btn1sliderleft.png) no-repeat;
  height: 100%;
  padding-top: 5px;
  padding-left: 7px;
  display: block;
  text-align: center;
  font-size: 12px;
  width: auto;
}
/* Slide button classes for resizeable image buttons using "a" */
/* http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html */
span.Button1.openHtml {
  /* small image */

  background: url(images/Buttons/btn1slideright.png) right top no-repeat;
  height: 26px;
  width: auto;
  /* Width can be changed on "A" link directly for custom size */

  color: white;
  border: none 0;
  padding: 0px;
  margin: 1px;
  padding-right: 8px;
  /* Width of right image */

  display: block;
  text-decoration: none;
}
span.Button1.openHtml span {
  background: url(images/Buttons/btn1sliderleft.png) no-repeat;
  height: 100%;
  padding-top: 5px;
  padding-left: 7px;
  display: block;
  text-align: center;
  font-size: 12px;
  width: auto;
}
span.Button1.openHtml span a {
  color: white;
}
a.Button1:hover {
  text-decoration: none;
}
a.Button1:hover span {
  color: yellow;
  text-decoration: none;
}
/* Slide button classes for resizeable image buttons using "a" */
/* http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html */
a.Button2 {
  /* small image */

  background: url(images/Buttons/btn2slideright.png) right top no-repeat;
  height: 18px;
  width: 50px;
  /* Width can be changed on "A" link directly for custom size */

  color: white;
  border: none 0;
  padding: 0px;
  margin: 1px;
  padding-right: 8px;
  /* Width of right image */

  display: block;
  text-decoration: none;
}
a.Button2 span {
  background: url(images/Buttons/btn2sliderleft.png) no-repeat;
  height: 100%;
  padding-top: 1px;
  padding-left: 7px;
  display: block;
  text-align: center;
  font-size: 11px;
  width: auto;
}
a.Button2:hover {
  text-decoration: none;
}
a.Button2:hover span {
  color: yellow;
  text-decoration: none;
}
/* Media View */
div.mediaView {
  background-color: white;
  width: 100%;
  height: 100%;
}
/* Gallery Server Pro  */
div.gsp_footer {
  display: none;
}
div.gsp_ns {
  background-color: white;
  color: #878787;
  /* Fix by Ron 8/24/2010 allows all 4 columns to be displayed, not just 2 in some cases */

  /* Admin color changes */

  /* Admin color changes */

}
div.gsp_ns .gsp_mnu0TopMenuItem {
  color: #500a8c;
  background-color: white;
}
div.gsp_ns p {
  color: #878787;
}
div.gsp_ns p.gsp_bannertext a {
  color: #0e0a8c;
}
div.gsp_ns p.gsp_bannertext a:hover {
  text-decoration: underline;
}
div.gsp_ns a:link, div.gsp_ns a {
  text-decoration: none;
  color: #500a8c;
}
div.gsp_ns a:visited {
  color: #500a8c;
}
div.gsp_ns a:hover {
  color: #500a8c;
  text-decoration: underline;
}
div.gsp_ns div.gsp_floatcontainer {
  overflow: visible;
}
div.gsp_ns p.admin_h1 {
  color: #878787;
  background-color: white;
}
div.gsp_ns p.admin_h2 {
  color: #878787;
}
div.gsp_ns p.admin_h3 {
  color: black;
  border-color: black;
}
div.gsp_ns div#verContainer {
  display: none;
}
div.gsp_ns p.gsp_msgfriendly, div.gsp_ns span.gsp_msgfriendly, div.gsp_ns table#restoreFileContainer tr.gsp_tableHeaderRow {
  color: black;
}
div.gsp_ns table.mp2MultiPageContent,
div.gsp_ns .um0ContainerCss,
div.gsp_ns table#restoreFileContainer tr.gsp_tableSummaryRow,
div.gsp_ns table#restoreFileContainer,
div.gsp_ns table#restoreFileContainer tr.gsp_tableHeaderRow,
div.gsp_ns .gd0Row {
  background-color: white;
}
/*** Host Misc Control ***/
div.ctlHostMisc {
  text-align: center;
}
div.ctlHostMisc input {
  margin: 4px;
}
/*  Course Edit Admin */
div.adminCourse {
  width: 540px;
  background: white;
  overflow: hidden;
  height: auto;
}
div.adminCourse .ui-accordion .ui-accordion-content {
  padding: 5px;
  border: 1px;
  border-color: black;
  border-style: solid;
  margin-bottom: 5px;
}
div.adminCourse div#accordion .itemTitle {
  text-align: left;
  color: black;
  font-weight: bold;
  height: 16px;
  padding: 1px;
  margin: 0px;
  font-size: 12px;
}
div.adminCourse div#accordion input {
  vertical-align: middle;
}
div.adminCourse div#accordion div.row span.label > span {
  display: inline-block;
  width: 125px;
  vertical-align: top;
}
div.adminCourse div#accordion div.row span.label div.rowLabelArea {
  display: inline-block;
  width: 125px;
  vertical-align: top;
}
div.adminCourse div#accordion div.row span.data {
  display: inline-block;
  width: auto;
}
div.adminCourse div#accordion div.row div.courseMiscItem {
  padding-top: 5px;
}
div.adminCourse div#accordion div.row div.courseMiscItem div {
  display: inline-block;
}
div.adminCourse div#accordion div#divQuiz {
  text-align: left;
  padding-left: 20px;
}
div.adminCourse div#accordion div#divQuiz div.row {
  margin: 10px;
}
div.adminCourse div#accordion div#divQuiz input[type=text] {
  width: 30px;
}
div.adminCourse div#accordion div#divScorm {
  text-align: left;
  padding-left: 20px;
}
div.adminCourse div#accordion div#divScorm div.row {
  margin-left: 5px;
}
div.adminCourse div#accordion div#divScorm div.row span#scormInfo {
  color: black;
  font-weight: bold;
  height: 18px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
div.adminCourse div#accordion div#divScorm div.row div.courseMiscItem div {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
div.adminCourse div#accordion div#divUpload div.courseUploadItem {
  text-align: left;
  padding: 5px;
  padding-left: 10px;
}
div.adminCourse div#accordion div#divUpload div.courseUploadItem .filePrompt {
  color: black;
  font-size: small;
}
div.adminCourse div#accordion div#divUpload div.divReplaceFiles {
  display: inline-block;
  text-align: right;
  margin-left: 5px;
}
div.adminCourse div#accordion div#divUpload div.divReplaceFiles input {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-top: -2px;
}
div.adminCourse div#accordion div#divUpload div.divReplaceFiles div {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-right: 5px;
}
div.adminCourse span.valerr {
  font-weight: bold;
  font-size: 18px;
}
div.adminCourse .lblError {
  margin: 0px;
  padding: 10px;
}
div.adminCourse h3 {
  color: black;
  background-color: white;
  border: white;
  margin: 0px;
  font-size: medium;
  margin-bottom: 6px;
}
div.adminCourse div#courseEditButtons div.lnkButtons {
  margin: 5px;
}
div.adminCourse span.unlimited {
  color: black;
  padding-left: 15px;
  vertical-align: bottom;
}
div.adminCourse span.unlimited label input {
  vertical-align: bottom;
}
div.adminCourse span.unlimited label span {
  padding-left: 5px;
  font-size: small;
}
div.adminCourse input[type=text] {
  width: 315px;
  height: 18px;
  text-align: left;
  padding: 1px;
  margin: 0px;
  font-size: 14px;
}
div.adminCourse td input.short {
  width: 75px;
  height: 18px;
}
div.adminCourse textarea {
  width: 315px;
}
/*  Transcipt View */
div.adminTranscript {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
  width: 750px;
}
div.transcript {
  margin: 5px;
  margin-top: 10px;
}
div.transcript span.CourseName {
  width: 250px;
}
div.transcript span.Progress {
  width: 110px;
  padding-left: 4px;
}
div.transcript span.HighestScore {
  width: 120px;
}
div.transcript span.CertDate {
  width: 95px;
}
div.transcript span.ColItem {
  display: block;
  float: left;
  text-align: left;
  color: black;
  font-size: 11px;
  /*	padding-right:2px; */

}
div.transcript table.TranscriptList {
  border: none;
  width: 100%;
}
div.transcript table.TranscriptList td, table.TranscriptList tr {
  border: none;
}
div.transcript h3.TransHeader {
  color: #878787;
  font-size: medium;
  text-align: left;
  margin-bottom: 7px;
}
div.transcript table.TranscriptList td.TransTableHeader span {
  color: black;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}
div.transcript table.TranscriptList div.ItemContainer span.CourseName {
  font-weight: 600;
}
div.transcript table.TranscriptList div.ItemContainer span.PrintButton {
  max-width: 70px;
}
div.transcript table.TranscriptList div.ItemContainer span.PrintButton a {
  display: block;
}
div.transcript table.TranscriptList .AltGridItemStyle {
  background-color: white;
}
div.transcript span.noTrans {
  font-size: 12px;
  font-weight: bold;
  color: black;
}
div.transcript span.ShowAll {
  color: #500a8c;
}
/* Forgot Password Page */
div.PasswordRecovery {
  background-color: white;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #878787;
  padding: 15px;
  padding-top: 0px;
  margin-top: 10px;
}
div.PasswordRecovery table.pwdRecovery {
  width: 100%;
}
div.PasswordRecovery table.pwdRecovery h3.heading {
  color: #0e0a8c;
  font-size: 14px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 12px;
}
div.PasswordRecovery table.pwdRecovery div.promptName {
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 12px;
  color: #878787;
}
div.PasswordRecovery table.pwdRecovery div.enterName {
  width: 100%;
}
div.PasswordRecovery table.pwdRecovery div.enterName span {
  color: black;
}
div.PasswordRecovery table.pwdRecovery div.enterName input[type=text] {
  width: 200px;
}
div.PasswordRecovery table.pwdRecovery div.failureText {
  color: Red;
  font-weight: bold;
}
div.PasswordRecovery table.pwdRecovery div.success {
  font-size: 12px;
  color: Blue;
  margin-bottom: 12px;
}
div.PasswordRecovery table.pwdRecovery div.buttons {
  width: 100%;
  margin-top: 10px;
}
/*  Amazon Widgets */
/* Area in right column area dedicated for widget */
div.loginPaneRightContent div.widget {
  height: 340px;
}
div.loginPaneRightContent div.widget div.amazonWidgets {
  padding-top: 2px;
  margin: 0px;
}
div.loginPaneRightContent div.widget div.amazonWidgets div.pnlWidget2 {
  margin-left: 15px;
}
/* Test Css Colors Page */
div.testCSS {
  border: solid 1px;
  margin-top: 10px;
  padding: 10px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  min-height: 300px;
}
div.testCSS div.backColor {
  width: 80%;
  margin: 5px;
  padding: 5px;
  font-size: 14px;
  border: solid 1px;
  margin-left: auto;
  margin-right: auto;
}
div.testCSS div.GridColor1 {
  background-color: white;
}
div.testCSS div.GridColor2 {
  background-color: white;
}
div.testCSS div.BorderColor {
  border: solid 2px #878787;
}
div.testCSS div.fontColor {
  width: 100%;
  margin: 5px;
  font-size: 14px;
  height: 25px;
}
div.testCSS div.fontColor span.BodyTextColor {
  color: black;
}
div.testCSS div.fontColor span.BodyTextColor2 {
  color: black;
}
div.testCSS div.fontColor span.Heading1TextColor {
  color: #0e0a8c;
}
div.testCSS div.fontColor span.ListItemColor {
  color: black;
}
div.testCSS div.fontColor span.ListItemColor2 {
  color: black;
}
div.testCSS div.fontColor span.Heading2TextColor {
  color: #878787;
}
div.testCSS div.fontColor span.LinkColor {
  color: #500a8c;
}
div.testCSS div.fontColor span.LinkColor2 {
  color: #500a8c;
}
div.testCSS div.fontColor span.SpecialTextColor {
  color: #878787;
}
div.testCSS div.fontColor span.mainMenuTextColor {
  color: white;
  background: url(images/tabimages/OrngTabCenter.png) repeat-x;
  padding: 5px;
}
div.testCSS div.fontColor span.mainMenuSelectTextColor {
  color: #bbc1d6;
  background: url(images/tabimages/BlueTabCenter.png) repeat-x;
  padding: 5px;
}
div.testCSS div.fontColor span.mainMenuHoverTextColor {
  color: #f78f1e;
  background: url(images/tabimages/BlueTabCenter.png) repeat-x;
  padding: 5px;
}
div.testCSS div.fontColor span.dashboardTextColor {
  color: white;
  background: url(images/tabimages/mn.jpg) right top no-repeat;
  padding: 5px;
}
div.testCSS div.fontColor span.subMenuTextColor {
  color: white;
  background-image: url('images/BlueBar.png');
  padding: 5px;
}
div.testCSS div.fontColor span.subMenuHoveTextColor {
  color: yellow;
  background-image: url('images/BlueBar.png');
  padding: 5px;
}
div.testCSS div.fontColor span.buttonTextColor {
  color: white;
  background: url(images/Buttons/btn1sliderleft.png) no-repeat;
  padding: 5px;
}
div.testCSS div.fontColor span.buttonHoverTextColor {
  color: yellow;
  background: url(images/Buttons/btn1sliderleft.png) no-repeat;
  padding: 5px;
}
/* loading animation, embed in a div.notloading and switch to .loading to display */
/* Anytime the body has the loading class, our
   modal element will be visible */
div.loading {
  position: relative;
  width: 0px;
  height: 0px;
}
div.loading span.loading {
  position: absolute;
  z-index: 100010;
  top: 200px;
  /*    left:       0; */

  height: 125px;
  width: 155px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  background-repeat: no-repeat;
  /*    
	    background: rgba( 255, 255, 255, .8 ) 
	                url('images/loading.gif') 
	                50% 50% 
	                no-repeat;
	*/

  background-image: url('images/loading.gif');
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
div.notloading {
  overflow: hidden;
  display: none;
}
/* Host Pages */
div.hostPages {
  background: white;
  height: 571px;
  overflow: auto;
  width: 986px;
  padding: 2px;
  text-align: left;
}
div.hostPages div.hostOptions {
  text-align: center;
}
/* BlogEngine */
div.blogengine {
  min-height: 575px;
  background: white;
  overflow: hidden;
  text-align: left;
}
div.blogengine div#header {
  display: none;
}
div.blogengine h2 {
  margin-top: 13px;
  height: 18px;
}
div.blogengine p {
  margin-top: 14px;
  margin-bottom: 14px;
}
div.blogengine input {
  margin: 3px;
}
div.blogengine input[type="file"], div.blogengine input[type="submit"] {
  margin: 0px;
}
div.blogengine div#commentlist div.comment img.photo {
  display: none;
}
div.blogengine div#commentlist div.comment p.content {
  min-height: 30px;
}
div.blogengine div#commentPreview div.comment img.photo {
  display: none;
}
div.blogengine table td {
  padding: 1px;
}
div.blogengine .mceToolbarTop * {
  float: left;
}
div.blogengine .mceToolbarTop select {
  width: auto!important;
}
div.blogengine .mceToolbarTop option {
  float: none;
}
div.blogengine div.post div.footer div.bookmarks a {
  display: none;
}
/*  Survey Pages */
div.adminSurveyList h1 {
  color: #878787;
}
div.adminSurveyList div.surveyCourseList {
  padding-top: 0px;
  margin-top: 15px;
  max-height: 450px;
  overflow: auto;
  border: solid 1px black;
}
div.adminSurveyList div.surveyCourseList div.standardGrid table .courseItem {
  display: block;
  text-align: left;
  margin-left: 3px;
}
div.adminSurveyList div.surveyCourseList div.standardGrid table .surveyItem {
  display: block;
  text-align: left;
  margin-left: 3px;
  min-width: 175px;
}
div.adminSurveyList div.surveyCourseList div.standardGrid table tr.Header div {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  color: black;
}
div.adminSurveyList div.surveyCourseList div.standardGrid table td.Operations a {
  margin-right: 6px;
  display: inline-block;
}
div.adminSurveyList div.SaveButton {
  padding-top: 10px;
}
div.masterSurveys div.paneTop {
  width: 900px;
}
div.masterSurveys div.masterHeading {
  border: 3px solid;
  border-color: #878787;
  color: #878787;
  background-color: white;
  width: 892px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 4px;
}
div.masterSurveys div.masterHeading h1 {
  font-size: 16px;
  font-weight: bold;
  color: #878787;
}
div.masterSurveys div.masterContent span.bluesky table.vert-percent-bar td.full {
  background-color: #0e0a8c;
  color: white;
}
div.masterSurveys div.masterContent div.surveyReportContent {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
div.masterSurveys div.masterContent div.surveyReportContent span.bluesky div table {
  margin-left: auto;
  margin-right: auto;
}
div.masterSurveys div.masterContent div.surveyReportContent span.bluesky div table td {
  color: black;
}
div.masterSurveys div.masterContent div.surveyReportContent span.bluesky div table th {
  color: black;
  font-weight: bold;
  border-color: #878787 #878787 black;
}
div.masterSurveys div.masterContent div.surveyBuilder {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
div.masterSurveys div.masterContent div.surveyBuilder div.bluesky .page, div.masterSurveys div.masterContent div.surveyBuilder div.bluesky #pagerRight {
  background-color: white;
}
div.masterSurveys div.masterContent div.surveyBuilder div.bluesky .page .page-title, div.masterSurveys div.masterContent div.surveyBuilder div.bluesky #pagerRight .page-title {
  color: black;
}
div.masterSurveys div.masterContent div.surveyBuilder div.bluesky .page textarea.question-body, div.masterSurveys div.masterContent div.surveyBuilder div.bluesky #pagerRight textarea.question-body {
  color: black;
}
div.masterSurveys div.masterContent div.surveyBuilder div.bluesky .tab-settings-selected, div.masterSurveys div.masterContent div.surveyBuilder div.bluesky .tab-settings-notselected {
  background-color: white;
  color: black;
  border: 1px solid #878787;
  margin: 3px;
  margin-bottom: 20px;
}
div.masterSurveys div.masterContent div.surveyBuilder div.bluesky .tab-settings-selected {
  border: 4px solid #878787;
  margin: 0px;
  margin-bottom: 17px;
}
div.masterSurveys div.masterContent div.surveyBuilder div.bluesky div.tab-selected, div.masterSurveys div.masterContent div.surveyBuilder div.bluesky div.tab-notselected {
  border: 1px solid #878787;
  background-color: white;
  color: black;
  margin: 3px;
}
div.masterSurveys div.masterContent div.surveyBuilder div.bluesky div.tab-selected a, div.masterSurveys div.masterContent div.surveyBuilder div.bluesky div.tab-notselected a {
  background-color: white;
  color: black;
}
div.masterSurveys div.masterContent div.surveyBuilder div.bluesky div.tab-selected {
  border: 4px solid #878787;
  margin: 0px;
}
div.masterSurveys div.masterContent div.surveyBuilder div.bluesky #tabCreator {
  background-color: #878787;
  color: white;
  border: 4px solid transparent;
  margin-top: 5px;
}
div.masterSurveys div.masterContent div.surveyBuilder div.bluesky #tabCreator span, div.masterSurveys div.masterContent div.surveyBuilder div.bluesky #tabCreator a {
  color: white;
}
div.masterSurveys div.masterContent div.surveyBuilder div.bluesky .survey-settings-inputs {
  background-color: white;
}
div.masterSurveys div.masterContent div.surveyBuilder div.bluesky .survey-settings-inputs textarea {
  color: black;
}
div.masterSurveys div.masterContent div.surveyBuilder div.bluesky .survey-settings-inputs label {
  color: black;
}
div.masterSurveys div.masterContent div.surveyBuilder div.bluesky .survey-settings-inputs .hint {
  color: black;
}
div.masterSurveys div.masterContent div.surveyBuilder input.action-bar-button {
  background-image: url('images/Buttons/BlueLogin.png');
  color: white;
  margin: 0px;
  padding: 0px;
  padding-bottom: 4px;
  border: none;
  width: 107px;
  margin-left: 5px;
  margin-bottom: 10px;
  height: 26px;
  background-size: 100% 26px;
  background-repeat: no-repeat;
}
div.masterSurveys div.masterContent div.surveyResponse {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
div.masterSurveys div.masterContent div.surveyResponse span.bluesky table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
div.masterSurveys div.masterContent div.surveyResponse span.bluesky table td {
  color: black;
  border-color: #878787;
  border: 1px solid #878787;
}
div.masterSurveys div.masterContent div.surveyResponse span.bluesky table th {
  color: black;
  font-weight: bold;
  border-color: #878787;
}
div.masterSurveys div.masterContent div.surveyResponseButtons {
  width: 900px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
div.masterSurveys div.masterContent div.surveyResponseButtons a span {
  background-color: white;
  display: inline-block;
}
div.masterSurveys div.masterContent div.surveyResponses {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
div.masterSurveys div.masterContent div.surveyResponses span.bluesky .responses-statistics {
  padding: 5px;
  margin: 5px;
  border: 1px solid #878787;
}
div.masterSurveys div.masterContent div.surveyResponses span.bluesky .responses-statistics .cell {
  padding: 5px 10px;
  padding-left: 35px;
}
div.masterSurveys div.masterContent div.surveyResponses span.bluesky .responses-statistics .cell span.label {
  color: black;
}
div.masterSurveys div.masterContent div.surveyResponses span.bluesky .responses-statistics .cell span.value {
  color: black;
}
div.masterSurveys div.masterContent div.surveyResponses span.bluesky .responses-action-bar {
  margin-top: 10px;
}
div.masterSurveys div.masterContent div.surveyResponses span.bluesky div table {
  margin-left: auto;
  margin-right: auto;
}
div.masterSurveys div.masterContent div.surveyResponses span.bluesky div table td {
  color: black;
  border-color: #878787;
}
div.masterSurveys div.masterContent div.surveyResponses span.bluesky div table th {
  color: black;
  font-weight: bold;
  border-color: #878787 #878787 black;
}
div.masterSurveys div.masterContent div.surveyViewContentError {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding-top: 40px;
  min-height: 100px;
  font-size: 14pt;
  color: red;
}
div.masterSurveys div.masterContent div.surveyViewContainer {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
div.masterSurveys div.masterContent div.surveyViewContainer div.surveyView {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
/* Popup error */
div.popupError h2 {
  color: #878787;
  margin: 0px;
  font-size: medium;
  margin-bottom: 6px;
}
div.popupError div {
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
div.popupError div.errbtns {
  display: inline-block;
}
/* fixes for popup survey */
div.surveyViewContainer {
  width: 800px;
}
div.surveyViewContainer div.surveyViewButtons {
  margin-top: 0px;
  text-align: right;
}
div.surveyViewContainer div.surveyView div.surveyViewButtons a.certbtn {
  float: left;
  width: auto;
}
div.surveyViewContainer div.surveyView div.surveyViewButtons a.closebtn {
  float: right;
  width: 95px;
}
div.surveyViewContainer div.surveyView div.surveyViewButtons div.nonfloat {
  height: 0px;
  clear: both;
}
div.surveyViewContainer div.surveyView div.download {
  padding-bottom: 10px;
}
div.surveyViewContainer div.surveyView div.download a {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
div.surveyViewContainer div.surveyView span.bluesky {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  text-align: left;
  border: 0px none;
  padding: 5px;
  background-color: white;
  width: auto;
}
div.surveyViewContainer div.surveyView span.bluesky .survey-title, div.surveyViewContainer div.surveyView span.bluesky .page-title, div.surveyViewContainer div.surveyView span.bluesky .survey-end-title {
  color: #878787;
  font-family: verdana,tahoma,helvetica;
  font-weight: bold;
  font-size: 15pt;
}
div.surveyViewContainer div.surveyView span.bluesky .survey-desc, div.surveyViewContainer div.surveyView span.bluesky .page-desc, div.surveyViewContainer div.surveyView span.bluesky .survey-end-desc {
  color: black;
  font-weight: bold;
  font-size: 10pt;
}
div.surveyViewContainer div.surveyView span.bluesky table.vert-percent-bar {
  margin-bottom: 10px;
  margin-top: 5px;
}
div.surveyViewContainer div.surveyView span.bluesky table.vert-percent-bar td {
  font-family: verdana,tahoma,helvetica;
  font-size: 10pt;
  font-weight: bold;
  background-color: #0e0a8c;
}
div.surveyViewContainer div.surveyView span.bluesky table.vert-percent-bar td.full {
  background-color: #0e0a8c;
  color: white;
}
div.surveyViewContainer div.surveyView span.bluesky div.buttons-bar {
  text-align: right;
}
div.surveyViewContainer div.surveyView span.bluesky input.next-button, div.surveyViewContainer div.surveyView span.bluesky input.prev-button {
  background-image: url('images/Buttons/BlueLogin.png');
  color: white;
  margin: 0px;
  padding: 0px;
  padding-bottom: 4px;
  border: none;
  width: 107px;
  margin-left: 5px;
  font-size: 10pt;
  font-family: verdana,tahoma,helvetica;
  height: 26px;
  background-size: 100% 26px;
  background-repeat: no-repeat;
}
div.surveyViewContainer div.surveyView span.bluesky span.survey-page {
  overflow: auto;
  max-height: 500px;
  display: block;
}
div.surveyViewContainer div.surveyView span.bluesky span.survey-page .survey-question {
  margin-bottom: 15px;
}
div.surveyViewContainer div.surveyView span.bluesky span.survey-page .survey-question label {
  color: black;
  height: 14px;
}
div.surveyViewContainer div.surveyView span.bluesky span.survey-page .survey-question input[type=checkbox] {
  height: 14px;
  background-color: transparent;
  display: inline-block;
  border: none;
}
div.surveyViewContainer div.surveyView span.bluesky span.survey-page .survey-question input[type=radio] {
  height: 14px;
  background-color: transparent;
  display: inline-block;
  border: none;
}
div.surveyViewContainer div.surveyView span.bluesky span.survey-page .survey-question div.matrix-question-inputarea li.rowtitle, div.surveyViewContainer div.surveyView span.bluesky span.survey-page .survey-question div.matrix-question-inputarea li.rowtitle-alt, div.surveyViewContainer div.surveyView span.bluesky span.survey-page .survey-question div.matrix-question-inputarea li.rowvalue {
  background-color: transparent;
}
div.surveyViewContainer div.surveyView span.bluesky span.survey-page .question-body {
  color: black;
  font-family: verdana,tahoma,helvetica;
  font-size: 11pt;
  font-weight: bold;
}
div.surveyViewContainer div.surveyView span.bluesky span.survey-page .question-remarks, div.surveyViewContainer div.surveyView span.bluesky span.survey-page .question-footer {
  color: black;
  font-family: verdana,tahoma,helvetica;
  font-size: 10pt;
}
div.surveyViewContainer div.surveyView span.bluesky span.survey-page .question-media {
  margin: 10px 10px 10px 0;
}
div.surveyViewContainer div.surveyView span.bluesky span.survey-page .question-footer {
  padding-bottom: 10px;
}
div.surveyViewContainer div.surveyView span.bluesky span.survey-page div.seperator {
  padding: 15px;
  border-top: 1px solid #c7c8ca;
}
/*  Admin Operations */
div.divAdminOperations div.adminOpsSelect h4 {
  clear: both;
  float: left;
  min-width: 175px;
  text-align: right;
  padding-right: 5px;
}
div.divAdminOperations div.adminOpsSelect select {
  float: left;
  min-width: 175px;
}
div.divAdminOperations div.notify {
  clear: both;
  margin-bottom: 4px;
}
div.divAdminOperations div.container {
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.divAdminOperations div.userPageHistoryList {
  max-width: 600px;
  max-height: 500px;
  overflow: auto;
  min-width: 400px;
}
div.divAdminOperations div.userPageHistoryList table {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
div.divAdminOperations div.userPageHistoryList table div.item input {
  margin-right: 3px;
  margin-left: 3px;
}
div.divAdminOperations div.userPageHistoryList table div.item div a#all, div.divAdminOperations div.userPageHistoryList table div.item div a#clear {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
div.divAdminOperations div.userPageHistoryList table div.item div span#spanApply {
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
}
/* Category Breadcrumbs */
div.categoryLinks {
  text-align: left;
  background: white;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 5px;
}
div.categoryLinks span.sep, div.categoryLinks span.now {
  color: #878787;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
div.categoryLinks a {
  display: inline-block;
}
div.loginPaneCenterContent {
  height: auto;
}
div.loginPaneCenterContent div.innerContent {
  height: auto;
}
/* Login.aspx */
div.loginPaneCenterContent div.logon {
  /* margin: auto; */

  text-align: center;
  width: 300px;
  /* margin-left: 250px; */

  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}
