@charset "UTF-8"; 
/* Copyright EXPROBIZ 2019
 * Rock Imaging dot Org CSS 
 * Ross Davidson - 20 August 2019
 */

/**************************************************************************************************
                                       BASIC SETTINGS 
**************************************************************************************************/
body {
  font-size: 1.0em;
  font-family: 'Cairo', sans-serif;
  margin: 5px 5px 5px 5px;
  /* min-width:1000px; /* suppose you want minimun width of 1000px */
  /* width: auto !important;  /* Firefox will set width as auto */
  /* width:1000px;             /* As IE ignores !important it will set width as 1000px; */
  height: 100%;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

h1, h2, h3, p, .ulxxxx{
  padding: 0;
  margin: 0;
}

.ulxxxx {
  list-style: none;
}

a, a:link, a:active, a:visited, a:hover { 
  color: #F7A0F;
}

/*
a {
  text-decoration: none;
  width: 100%;
  height: 100%;
}
*/

/* WRAPPER: wraps entire contents of page */
#contentWrapper {
  width: 100%;
  min-width: 800px;
  font-size: 12pt;
  margin: 0 auto;
  /*z-index: 900;*/
}

header {
  height: 120px;
  text-align: center;
}


#logo-image-pulser {
  animation-name: image-pulser;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes image-pulser {
  0% {
    transform: scale(0.5);
    opacity: 0.1;
  }
  30% {
    transform: 0.75;
    opacity: 0.5;
  }
}

/**************************************************************************************************
                                GENERAL SETTINGS USED BY ALL MODULES
**************************************************************************************************/

.obbTable {
  background-color: #EEEEF8;
  font-family: arial;
  font-size: 0.9em;
  border-collapse: collapse;
  border: 1px solid #EEEEFF;
  padding: 5px 0 2px 0;
  margin: 0px 0 0px 0;
  table-layout: fixed;
  box-sizing: border-box;
}
.obbHeader {
  text-align: left;
  border: 1px solid #FFF;
  padding: 0 2px 0 2px;
  margin: 0;
  height: 15px;
  background: #DDD;
  font-weight: bold;
}
.obbCenterHeader {
  text-align: center;
  border: 1px solid #FFF;
  padding: 0 2px 0 2px;
  margin: 0;
  height: 15px;
  background: #DDD;
  font-weight: bold;
}
.obbCell {
  text-align: left;
  border: 1px solid #FFF;
  padding: 0 2px 0 2px;
  margin: 0;
  height: 22px;
  overflow: hidden;
}
.obbCellFaint {
  text-align: left;
  border: 1px solid #FFF;
  padding: 0 2px 0 2px;
  margin: 0;
  height: 20px;
  overflow: hidden;
  color: ; 
}
.obbCenterCell {
  text-align: center;
  border: 1px solid #FFF;
  padding: 0 2px 0 2px;
  margin: 0;
  height: 20px;
  overflow: hidden;
}
.obbCellNoPadding {
  text-align: left;
  border: 1px solid #FFF;
  margin: 0;
  height: 20px;
  overflow: hidden;
}
.obbCellSelectable {
  cursor: pointer;
}
.obbCellRelative {
  position: relative;
  top: 0;
  left: 0;
}
.obbRowEven {
  background-color: #EEEEF8;
}
.obbRowOdd {
  background-color: #F8F8F8;
}
.obbRedRow {
  background-color: #FF0000;
  color: #FFF;
}
.obbGreenRow {
  background-color: #00FF00;
  color: #000;
}
.obbWhiteRow {
  background-color: #FFFFFF;
  color: #000;
}
. {
  cursor: pointer;
}
.obbRowSelected {
  background-color: #FE9;
  color: #000;
}
.obbRowClear {
  background-color: #FFF;
}
.obbRowBold {
  font-weight: bold;
}
.obbCellSelected {
  width: 394px;
  font-family: arial;
  font-size: 1.1em;
  padding-left: 4px;
  border: 1px dotted #666;
  background-color: #FE9;  
}
.nobkgndnoborder {
  padding: 15px 0 5px 0;
  border-width: 0;
  background-color: #F8F8FF;
}
.obbRadioBtn,
.obbCheckbox {
  height: 1.0em;
}



/**************************************************************************************************
                                       BANNER SETTINGS 
**************************************************************************************************/
/*#banner {
  background: #FFF;
  position: relative;
  height: 95px;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  text-align: center;
}
*/

/* fix IE 6: improperly positioning 
'subscribe' and 'about us' links in banner 
* html #banner {
  height: 1px;
}
*/

#banner #subscribe-now {
  position: absolute;
  top: 5px;
  left: 18px;
  width: 215px;
  height: 108px;
  text-decoration: none;
  background: url(images/subscribe-button.png) no-repeat;
  background-size: 215px 108px;
  -moz-background-size: 215px 108px;
  -webkit-background-size: 215px 108px;
}

#banner #feedback {
  position: absolute;
  top: 25px;
  left: 50px;
  width: 156px;
  height: 100px;
  text-decoration: none;
  background: url(images/feedback_453x290.png) no-repeat;
  background-size: 156px 100px;
  -moz-background-size: 156px 100px;
  -webkit-background-size: 156px 100px;
}
#banner cfa {
  position: absolute;
  top: 5px;
  left: 18px;
  width: 215px;
  height: 108px;
  text-decoration: none;
  background: url(images/CFA_virtual.png) no-repeat;
  background-size: 215px 108px;
  -moz-background-size: 215px 108px;
  -webkit-background-size: 215px 108px;
}

#banner #prog {
  position: absolute;
  top: 5px;
  left: 80px;
  width: 215px;
  height: 108px;
  text-decoration: none;
  background: url(images/programonline.png) no-repeat;
  background-size: 215px 108px;
  -moz-background-size: 215px 108px;
  -webkit-background-size: 215px 108px;
}

#banner #iris-logo {
  display: inline-block;
  width: 731px;
  height: 124px;
  text-decoration: none;
  background: url(images/iris_logo_731x124_plain.png) no-repeat;
  background-size: 731px 124px;
  -moz-background-size:731px 124px;
  -webkit-background-size:731px 124px;
}

#banner #arrow-container {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 124px;
  padding-left: 30px;
}

#arrow-container #VEPattendee {
  position: absolute;
  display: block;
  width: 250px;
  height: 63px;
  top: 0px;
  right: 0px;
  text-decoration: none;
  background: url(images/VEPattendee_624x157.png) no-repeat;
  background-size: 250px 63px;
  -moz-background-size: 250px 63px;
  -webkit-background-size: 250px 63px;
}

#arrow-container #VEPeureka {
position: absolute;
  display: block;
  width: 250px;
  height: 63px;
  bottom: 0px;
  right: 0px;
  text-decoration: none;
  background: url(images/VEPeureka_624x157.png) no-repeat;
  background-size: 250px 63px;
  -moz-background-size: 250px 63px;
  -webkit-background-size: 250px 63px;
}
#banner #virtual-event {
  position: relative;
  display: inline-block;
  width: 175px;
  height: 124px;
  background: url(images/VirtualMeeting_175x124.png) no-repeat;
  background-size: 175px 124px;
  -moz-background-size: 175px 124px;
  -webkit-background-size: 175px 124px;
}

#banner #tagline {
  position: absolute;
  top: 55px;
  left: 100px;
  font-variant: small-caps;
}

#banner #paypal-logo {
  position: absolute;
  display: block;
  top: 5px;
  right: 18px;
}

#countdown_div {
  background-color: #010824;
  /*position: absolute;
  right: 223px;
  top: 0px;*/
  height: 124px;
  width: 280px;
}
#countdown_table {
  color:#000;
  font-family: Lato;
  font-size: 1.1em;
  line-height: 2.0em;
}
#timer_div {
  background-color: #FF2020;
  position: absolute;
  right: 350px;
  top: 0px;
  height: 124px;
  width: 220px;
}
.timer {
  position: absolute;
  right: 0px;
  top: 2px;
  width:80px;
}
.timer_text {
  position: absolute;
  left: 10px;
  top: 2px;
  width: 100px;
  color:#FFF;
  font-family: arial;
  font-size: 1.1em;
  line-height: 1.3em;
  padding-left: 4px;
}

/*
#banner .name {
  position: absolute;
  left: 40px;
  top: 110px;
}

#banner .email {
  position: absolute;
  left: 40px;
  top: 130px;
}

#banner .admin {
  position: absolute;
  left: 10px;
  top: 40px;
}

#banner .welcome {
  position: absolute;
  right: 10px;
  top: 45px;
  font-size: 0.6em;
}

#banner .date {
  position: absolute;
  right: 5px;
  top: 120px;
  font-size: 0.8em;
}

.separator {
  border-right: 1px solid #888;
  padding-right: 10px;
}

*/



/**************************************************************************************************
                                        NAVBAR SETTINGS
**************************************************************************************************/


.thenavbar {
  position: relative;
  text-align: center;
  padding-top: 30px;
  display: inline-block;
  opacity: 0.95;
  z-index: 2000;
}

.navigation {
  display: inline-block;
  list-style: none;
  font-size: 0.8em; 
  background: #EEE;
  padding: 0;
  margin: 0;
  width: 160px; 
  height: 30px; 
  vertical-align: middle;
  
}

.thenavbar > * {
  vertical-align: middle;  
}

.navigation, .navigation a.mainmenu {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.navigation:hover, .navigation:hover a.mainmenu {
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
}

.navigation a.mainmenu {
  display: block; 
  height: 30px;
  font-weight: bold; 
  text-align: center; 
  text-decoration: none; 
  color: #222;  
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.navigation:hover a.mainmenu {
  color: #111;
  background: #999;
}


.navigation li { 
  width: 160px; 
  height: 30px;
  font-weight: bold; 
  background: #EEE;
  color: #555;
  text-align: center;
  margin: 0;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  /***
  -webkit-transform: perspective(350px) rotateX(-90deg);
  -o-transform: perspective(350px) rotateX(-90deg);
  transform: perspective(350px) rotateX(-90deg);
  ***/
  -webkit-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);

  box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
}


.navigation li:hover a {
  color: #000;
}


.navigation li:nth-child { background: #F5F5F5; }
 .navigation li:nth-child(odd) { background: #EFEFEF; } 

.navigation li.n1 { 
  -webkit-transition: 0.1s linear 0.6s;
  -o-transition: 0.1s linear 0.6s;
  transition: 0.1s linear 0.6s;
}
.navigation li.n2 { 
  -webkit-transition: 0.1s linear 0.5s;
  -o-transition: 0.1s linear 0.5s;
  transition: 0.1s linear 0.5s;
}
.navigation li.n3 { 
  -webkit-transition: 0.1s linear 0.4s;
  -o-transition: 0.1s linear 0.4s;
  transition: 0.1s linear 0.4s;
}
.navigation li.n4 {
  -webkit-transition: 0.1s linear 0.3s;
  -o-transition: 0.1s linear 0.3s;
  transition: 0.1s linear 0.3s;
}
.navigation li.n5 {
  -webkit-transition: 0.1s linear 0.2s;
  -o-transition: 0.1s linear 0.2s;
  transition: 0.1s linear 0.2s;
}
.navigation li.n6 { 
  -webkit-transition:0.1s linear 0.1s;
  -o-transition:0.1s linear 0.1s;
  transition:0.1s linear 0.1s;
}
.navigation li.n7 {
  border-radius: 0px 0px 4px 4px;
  -webkit-transition: 0.1s linear 0s;
  -o-transition: 0.1s linear 0s;
  transition: 0.1s linear 0s;
}

.navigation:hover li {
  /***
  -webkit-transform: perspective(350px) rotateX(0deg);
  -o-transform: perspective(350px) rotateX(0deg);
  transform: perspective(350px) rotateX(0deg);
  ***/

  -webkit-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);

  -webkit-transition:0.1s linear 0s;
  -o-transition:0.1s linear 0s;
  transition:0.1s linear 0s;
}
.navigation:hover .n2 {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.navigation:hover .n3 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.navigation:hover .n4 {
  transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.navigation:hover .n5 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.navigation:hover .n6 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.navigation:hover .n7 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}



.home #homeLink,
.more #moreLink,
.downloads #downloadsLink,
.registration #registrationLink,
.subscribe #subscribeLink,
.iris #irisLink,
.login #loginLink
{
  text-decoration: underline;
}




/**************************************************************************************************
                                        MAIN CONTENT WRAPPER
**************************************************************************************************/

#contentWrapper {
  width: 100%;
  min-width: 600px;
  min-height:100%;
  /* border: dotted 1px black; */
}

/**************************************************************************************************
                                          NEWS
**************************************************************************************************/
#newscontainer {
  position: absolute;
  top: 165px;
  left: 5px;
  width: 260px;
  height: calc(100% - 205px);
  background: #EEF;
}
#news {
  position: absolute;
  /* top: 160px;
  left: 5px; */
  top: 0px;
  left: 0px;
  width: 250px;
  height: 100%;
  overflow-x:hidden;
  overflow-y:auto;
}

#news h1 {
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: center;
  color: #00F;
  font: bold 1.0em arial, sans-serif !important;
}
#news h3 {
  margin-bottom: 2px;
  margin-top: 12px;
  text-align: left;
  color: #000;
  font: bold 0.8em arial, sans-serif;
}
#news p {
  margin-bottom: 5px;
  text-align: left;
  font: normal 0.8em arial, sans-serif;
}

#news ul {
  margin-left: 4px;
  padding-left: 15px;
}
#news li {
  text-align: left;
  font: italic 0.8em arial, sans-serif;
}

#news .tight {
  margin-bottom: 3px;
  text-align: center;
}

.newsSelect,
.emailSelect,
.daySelect,
.showSelect,
.orderSelect,
.activeCheckbox,
.searchSelect,
.searchString,
.searchGo {
  display: block;
  position: absolute;
  box-sizing: content-box;
  height: 1.7em;
  font-variant: normal;
  font-family: arial;
  font-size: 0.8em;
  border: 1px solid #666; 
  padding: 0;
  margin: 0;
  margin-top: 0px;
  margin-right: 1px;
  background: #EEEEB0;
}
.searchString:disabled {
  background: #EEE;
}
.daySelectPosition {
  top: 45px;
  left:calc(50% - 70px);
  width: 140px;
}

.userSelect,
.poSelect {
  /*display: block;
  position: absolute; */
  box-sizing: content-box;
  height: 1.7em;
  font-variant: normal;
  font-family: arial;
  font-size: 0.8em;
  border: 1px solid #666; 
  padding: 0;
  margin: 0;
  margin-top: 0px;
  margin-right: 1px;
  background: #EEEEB0;
}

#fbSelectDiv .showSelect {
  top: 0px;
  left: 500px;
  width: 158px;
}
#fbSelectDiv .orderSelect {
  top: 0px;
  left: 661px;
  width: 140px;
}

.activeCheckbox {
  top: 45px;
  left: 800px;
  width: 200px;
}
#fbSelectDiv .searchSelect {
  top: 0px;
  left: 800px;
  width: 100px;
}
#fbSelectDiv .searchString {
  top: 0px;
  left: 910px;
  width: 155px;
}

#fbSelectDiv .searchGo {
  top: 0px;
  left: 1120px;
  width: 30px;
  cursor: pointer;
}


#divNewsTable {
  overflow-y: scroll;
  height: 400px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#divNewsEditor {
  overflow-y: scroll;
  height: 150px;
  margin-bottom: 5px;
  font-size: 0.9em;
}

#tableNewsList {
  text-align: left;
  width: 100%;
}
#tableNewsDataEntry {
  text-align: left;
  width: 100%;
  height: 150px;
  /*width: calc(100% - 16px);*/
}

#tableNewsList .headerDate,
#tableNewsList .cellDate,
#tableNewsDataEntry .headerDate {
  width: 10%;
  text-align: center;
}
#tableNewsDataEntry .cellDate {
  width: 10%;
  text-align: center;
}
#tableNewsDataEntry #inputDate {
  height: 95%;
  width: 100%;
  text-align: center;
}
#tableNewsList .headerName,
#tableNewsList .cellName,
#tableNewsDataEntry .headerName {
  width: 20%;
}
#tableNewsDataEntry .cellName {
  width: 20%;
}
#tableNewsDataEntry #inputName {
  height: 95%;
  width: 100%;
  word-break: break-all;
  -ms-word-break: break-all;
  vertical-align: middle;
}

#tableNewsList .headerText,
#tableNewsList .cellText {
  width: 65%;
}
#tableNewsDataEntry .cellText {
  width: 65%;
  text-align: center;
}
#tableNewsDataEntry #inputText {
  height: 95%;
  width: 100%;
  word-break: break-all;
  -ms-word-break: break-all;
  vertical-align: middle;
}
#tableNewsList .headerEnab
#tableNewsList .cellEnab,
#tableNewsDataEntry .headerEnab,
#tableNewsDataEntry .cellEnab {
  width: 5%;
  text-align: center;
}

#tableNewsDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
  overflow: wrap;

}
#tableNewsDataEntry .disabled {
  background: #EEE;
}
#tableNewsDataEntry .centered {
  text-align: center;
}
#tableNewsDataEntry .right {
  text-align: right;
}

.buttonContainerContainer {
  width: 100%;
  margin: 20px 0 0 0;
}
.buttonContainerCentered {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  text-align: center;
}

/**************************************************************************************************
                                          SUBSCRIBERS
**************************************************************************************************/
.subscSelect {
  display: block;
  position: absolute;
  box-sizing: content-box;
  height: 1.7em;
  font-variant: normal;
  font-family: arial;
  font-size: 0.7em;
  border: 1px solid #666; 
  padding: 0;
  margin: 0;
  margin-top: 0px;
  margin-right: 1px;
  background: #EEEEB0;
}

#divSubscriberTable {
  overflow-y: scroll;
  height: 400px;
  margin-bottom: 10px;
  font-size: 0.9em;
}
#divSubscriberEditor {
  /* height: 50px; */
  margin-bottom: 5px;
  font-size: 0.9em;
}
#tableSubscriberList {
  text-align: left;
  width: 100%;
}
#tableSubscriberDataEntry {
  text-align: left;
  width: 100%;
}
#tableSubscriberList .headerDate,
#tableSubscriberList .cellDate,
#tableSubscriberDataEntry .headerDate,
#tableSubscriberDataEntry .cellDate {
  width: 5%;
  white-space: nowrap;
}
#tableSubscriberList .headerName,
#tableSubscriberList .cellName,
#tableSubscriberDataEntry .headerName,
#tableSubscriberDataEntry .cellName {
  width: 12%;
  white-space: nowrap;
}
#tableSubscriberList .headerPosition,
#tableSubscriberList .cellPosition,
#tableSubscriberDataEntry .headerPosition,
#tableSubscriberDataEntry .cellPosition {
  width: 14%;
  white-space: nowrap;
}
#tableSubscriberList .headerCompany,
#tableSubscriberList .cellCompany,
#tableSubscriberDataEntry .headerCompany,
#tableSubscriberDataEntry .cellCompany {
  width: 15%;
  white-space: nowrap;
}
#tableSubscriberList .headerEmail,
#tableSubscriberList .cellEmail,
#tableSubscriberDataEntry .headerEmail,
#tableSubscriberDataEntry .cellEmail {
  width: 12%;
  white-space: nowrap;
}
#tableSubscriberList .headerCell,
#tableSubscriberList .cellCell,
#tableSubscriberDataEntry .headerCell,
#tableSubscriberDataEntry .cellCell {
  width: 10%;
  white-space: nowrap;
}
#tableSubscriberList .headerStatus,
#tableSubscriberList .cellStatus,
#tableSubscriberDataEntry .headerStatus,
#tableSubscriberDataEntry .cellStatus {
  width: 5%;
  text-align: center;
}

#tableSubscriberDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}
#tableSubscriberDataEntry #companySelect,
#tableSubscriberDataEntry #inputStatus {
  height: 100%;
}

/**************************************************************************************************
                                          COMMITTEE
**************************************************************************************************/

#divCommitteeTable {
  overflow-y: scroll;
  height: 350px;
  width: 60%;
  margin: auto;
  margin-bottom:50px;
  font-size: 0.9em;
}
#divCommitteeEditor {
  /* height: 50px; */
  width: 60%;
  margin: auto;
  font-size: 0.9em;
}
#tableCommitteeList {
  margin:auto;
  text-align: left;
  width: 100%;
}
#tableCommitteeDataEntry {
  margin:auto;
  text-align: left;
  margin-top:10px;
  width: 100%;
}


#tableCommitteeList .headerName,
#tableCommitteeList .cellName,
#tableCommitteeDataEntry .headerName,
#tableCommitteeDataEntry .cellName {
  width: 75%;
  white-space: nowrap;
}
#tableCommitteeList .headerStatus,
#tableCommitteeList .cellStatus,
#tableCommitteeDataEntry .headerStatus,
#tableCommitteeDataEntry .cellStatus {
  width: 25%;
  white-space: nowrap;
  text-align: center;
}

#tableCommitteeDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}

#tableCommitteeDataEntry .inputselect {
  height: 25px;
}

/**************************************************************************************************
                                          CATEGORIES
**************************************************************************************************/

#divCategoriesTable {
  overflow-y: scroll;
  height: 350px;
  width: 60%;
  margin: auto;
  margin-bottom:50px;
  font-size: 0.9em;
}
#divCategoriesEditor {
  /* height: 50px; */
  width: 60%;
  margin: auto;
  font-size: 0.9em;
}
#tableCategoriesList {
  margin:auto;
  text-align: left;
  width: 100%;
}
#tableCategoriesDataEntry {
  margin:auto;
  text-align: left;
  margin-top:10px;
  width: 100%;
}


#tableCategoriesList .headerName,
#tableCategoriesList .cellName,
#tableCategoriesDataEntry .headerName,
#tableCategoriesDataEntry .cellName {
  width: 100%;
  white-space: nowrap;
}

#tableCategoriesDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}

#tableCategoriesDataEntry .inputselect {
  height: 25px;
}


/**************************************************************************************************
                                          DOCUMENTS
**************************************************************************************************/

#divDocumentTable {
  overflow-y: scroll;
  height: 400px;
  width: 100%;
  margin: auto;
  font-size: 0.9em;
}
#divDocumentEditor {
  /* height: 50px; */
  width: 100%;
  margin: auto;
  font-size: 0.9em;
}
#tableDocumentList {
  margin:auto;
  text-align: left;
  width: 100%;
}
#tableDocumentDataEntry {
  margin:auto;
  text-align: left;
  margin-top:10px;
  width: 100%;
}

#tableDocumentList .headerDate,
#tableDocumentList .cellDate,
#tableDocumentDataEntry .headerDate,
#tableDocumentDataEntry .cellDate {
  width: 5%;
  white-space: nowrap;
  text-align: center;
}

#tableDocumentList .headerName,
#tableDocumentList .cellName,
#tableDocumentDataEntry .headerName,
#tableDocumentDataEntry .cellName {
  width: 18%;
  white-space: nowrap;
}
#tableDocumentList .headerPath,
#tableDocumentList .cellPath,
#tableDocumentDataEntry .headerPath,
#tableDocumentDataEntry .cellPath {
  width: 25%;
  white-space: nowrap;
}
#tableDocumentList .headerDesc,
#tableDocumentList .cellDesc,
#tableDocumentDataEntry .headerDesc,
#tableDocumentDataEntry .cellDesc {
  width: 37%;
  white-space: nowrap;
}
#tableDocumentList .headerAccess,
#tableDocumentList .cellAccess,
#tableDocumentDataEntry .headerAccess,
#tableDocumentDataEntry .cellAccess {
  width: 5%;
  white-space: nowrap;
  text-align: center;
}
#tableDocumentList .headerExists,
#tableDocumentList .cellExists,
#tableDocumentDataEntry .headerExists,
#tableDocumentDataEntry .cellExists {
  width: 5%;
  white-space: nowrap;
  text-align: center;
}
#tableDocumentList .headerViews,
#tableDocumentList .cellViews,
#tableDocumentDataEntry .headerViews,
#tableDocumentDataEntry .cellViews {
  width: 5%;
  white-space: nowrap;
  text-align: center;
}
#tableDocumentDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}

#tableDocumentDataEntry .inputselect {
  height: 25px;
}

/**************************************************************************************************
                                          PRODUCTS
**************************************************************************************************/

#divProductTable {
  overflow-y: scroll;
  height: 580px;
  width: 100%;
  margin: auto;
  font-size: 0.9em;
}
#divProductEditor {
  overflow-y: scroll;
  height: 65px;
  width: 100%;
  margin: auto;
  font-size: 0.9em;
}
#tableProductList {
  margin:auto;
  text-align: left;
  width: 100%;
}
#tableProductDataEntry {
  margin:auto;
  text-align: left;
  margin-top:10px;
  width: 100%;
}
#tableProductList .headerName,
#tableProductList .cellName,
#tableProductDataEntry .headerName,
#tableProductDataEntry .cellName {
  width: 15%;
  white-space: nowrap;
}
#tableProductList .headerEvent,
#tableProductList .cellEvent,
#tableProductDataEntry .headerEvent,
#tableProductDataEntry .cellEvent {
  width: 15%;
  white-space: nowrap;
}
#tableProductList .headerClass,
#tableProductList .cellClass,
#tableProductDataEntry .headerClass,
#tableProductDataEntry .cellClass {
  width: 5%;
  white-space: nowrap;
}
#tableProductList .headerDesc,
#tableProductList .cellDesc,
#tableProductDataEntry .headerDesc,
#tableProductDataEntry .cellDesc {
  width: 19%;
  white-space: nowrap;
}
#tableProductList .headerCode,
#tableProductList .cellCode,
#tableProductDataEntry .headerCode,
#tableProductDataEntry .cellCode {
  width: 4%;
  white-space: nowrap;
  text-align: center;
}
#tableProductList .headerImage,
#tableProductList .cellImage,
#tableProductDataEntry .headerImage,
#tableProductDataEntry .cellImage {
  width: 7%;
  white-space: nowrap;
}
#tableProductList .headerPrice,
#tableProductDataEntry .headerPrice {
  width: 5%;
  white-space: nowrap;
  text-align: center;
}
#tableProductList .cellPrice,
#tableProductDataEntry .cellPrice {
  width: 5%;
  white-space: nowrap;
  text-align: right;
}
#tableProductList .headerCurr,
#tableProductList .cellCurr,
#tableProductDataEntry .headerCurr,
#tableProductDataEntry .cellCurr {
  width: 4%;
  white-space: nowrap;
  text-align: center;
}
#tableProductList .headerAppl,
#tableProductList .cellAppl,
#tableProductDataEntry .headerAppl,
#tableProductDataEntry .cellAppl {
  width: 5%;
  white-space: nowrap;
  text-align: center;
}
#tableProductList .headerStock,
#tableProductList .cellStock,
#tableProductDataEntry .headerStock,
#tableProductDataEntry .cellStock {
  width: 3%;
  white-space: nowrap;
  text-align: center;
}
#tableProductList .headerSold,
#tableProductList .cellSold,
#tableProductDataEntry .headerSold,
#tableProductDataEntry .cellSold {
  width: 3%;
  white-space: nowrap;
  text-align: center;
}
#tableProductList .headerStat,
#tableProductList .cellStat,
#tableProductDataEntry .headerStat,
#tableProductDataEntry .cellStat {
  width: 5%;
  white-space: nowrap;
  text-align: center;
}
#tableProductList .headerDate,
#tableProductList .cellDate,
#tableProductDataEntry .headerDate,
#tableProductDataEntry .cellDate {
  width: 5%;
  white-space: nowrap;
  text-align: center;
}


#tableProductDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
  line-height: 12px;
}

#tableProductDataEntry .inputselect {
  height: 25px;
}

/**************************************************************************************************
                                          CATALOG
**************************************************************************************************/

#divCatalogTable {
  overflow-y: scroll;
  height: 480px;
  width: 100%;
  margin: auto;
  padding: 0 10px 10px 10px;
  font-size: 0.9em;
}
#tableCatalogList {
  margin:auto;
  text-align: left;
  width: 100%;
}
#tableCatalogList .headerName,
#tableCatalogList .cellName {
  width: 37%;
  white-space: nowrap;
}
#tableCatalogList .headerStock,
#tableCatalogList .cellStock {
  width: 10%;
  white-space: nowrap;
  text-align: center;
}
#tableCatalogList .headerQty,
#tableCatalogList .cellQty {
  width: 5%;
  white-space: nowrap;
  text-align: center;
}
#tableCatalogList .headerPrice {
  width: 10%;
  white-space: nowrap;
  text-align: center;
}
#tableCatalogList .cellPrice {
  width: 20%;
  white-space: nowrap;
  text-align: right;
}
#tableCatalogList .headerCurr,
#tableCatalogList .cellCurr {
  width: 8%;
  white-space: nowrap;
  text-align: center;
}

/**************************************************************************************************
                                          DISCOUNT RULES
**************************************************************************************************/

#divRuleTable {
  overflow-y: scroll;
  height: 580px;
  width: 100%;
  margin: auto;
  font-size: 0.9em;
}
#tableRuleList {
  margin:auto;
  text-align: left;
  width: 100%;
}
#tableRuleList .headerName,
#tableRuleList .cellName {
  width: 18%;
  white-space: nowrap;
}
#tableRuleList .headerEvent,
#tableRuleList .cellEvent {
  width: 5%;
  white-space: nowrap;
}
#tableRuleList .headerClass,
#tableRuleList .cellClass {
  width: 8%;
  white-space: nowrap;
  text-align: center;
}
#tableRuleList .headerUser,
#tableRuleList .cellUser {
  width: 8%;
  white-space: nowrap;
}
#tableRuleList .headerDomain,
#tableRuleList .cellDomain {
  width: 10%;
  white-space: nowrap;
}
#tableRuleList .headerProd,
#tableRuleList .cellProd {
  width: 10%;
  white-space: nowrap;
}
#tableRuleList .headerDiscount,
#tableRuleList .cellDiscount {
  width: 5%;
  white-space: nowrap;
  text-align: center;
}
#tableRuleList .headerQty,
#tableRuleList .headerQty {
  width: 5%;
  white-space: nowrap;
  text-align: center;
}
#tableRuleList .headerCode,
#tableRuleList .cellCode {
  width: 5%;
  white-space: nowrap;
  text-align: center;
}
#tableRuleList .headerDate,
#tableRuleList .cellDate {
  width: 5%;
  white-space: nowrap;
  text-align: center;
}

/**************************************************************************************************
                                          COMPANIES
**************************************************************************************************/

#divCompanyTable {
  overflow-y: scroll;
  height: 250px;
  width: 100%;
  margin: auto;
  font-size: 0.9em;
}
#divSelectedCompanyTable {
  overflow-y: scroll;
  height: 150px;
  width: 100%;
  margin: auto;
  font-size: 0.9em;
}
#divCompanyEditor {
  /* height: 50px; */
  width: 100%;
  margin: auto;
  font-size: 0.9em;
}
#tableCompanyList,
#tableSelectedCompanyList {
  margin:auto;
  text-align: left;
  width: 100%;
}
#tableCompanyDataEntry {
  margin:auto;
  text-align: left;
  margin-top:10px;
  width: 100%;
}

#tableCompanyList .headerName,
#tableCompanyList .cellName,
#tableSelectedCompanyList .headerName,
#tableSelectedCompanyList .cellName,
#tableCompanyDataEntry .headerName,
#tableCompanyDataEntry .cellName {
  width: 15%;
  white-space: nowrap;
}
#tableCompanyList .headerAbbr,
#tableCompanyList .cellAbbr,
#tableSelectedCompanyList .headerAbbr,
#tableSelectedCompanyList .cellAbbr,
#tableCompanyDataEntry .headerAbbr,
#tableCompanyDataEntry .cellAbbr {
  width: 8%;
  white-space: nowrap;
}
#tableCompanyList .headerAddr,
#tableCompanyList .cellAddr,
#tableSelectedCompanyList .headerAddr,
#tableSelectedCompanyList .cellAddr,
#tableCompanyDataEntry .headerAddr,
#tableCompanyDataEntry .cellAddr {
  width: 8%;
  white-space: nowrap;
}
#tableCompanyList .headerLocn,
#tableCompanyList .cellLocn,
#tableSelectedCompanyList .headerLocn,
#tableSelectedCompanyList .cellLocn,
#tableCompanyDataEntry .headerLocn,
#tableCompanyDataEntry .cellLocn {
  width: 5%;
  white-space: nowrap;
}
#tableCompanyList .headerMemb,
#tableCompanyList .cellMemb,
#tableSelectedCompanyList .headerMemb,
#tableSelectedCompanyList .cellMemb,
#tableCompanyDataEntry .headerMemb,
#tableCompanyDataEntry .cellMemb {
  width: 4%;
  white-space: nowrap;
  text-align: center;
}
#tableCompanyList .headerSpon,
#tableSelectedCompanyList .headerSpon,
#tableCompanyDataEntry .headerSpon {
  width: 4%;
  white-space: nowrap;
  text-align: center;
}
#tableCompanyList .cellSpon,
#tableSelectedCompanyList .cellSpon,
#tableCompanyDataEntry .cellSpon {
  width: 5%;
  white-space: nowrap;
  text-align: right;
}
#tableCompanyList .headerUniv,
#tableCompanyList .cellUniv,
#tableSelectedCompanyList .headerUniv,
#tableSelectedCompanyList .cellUniv,
#tableCompanyDataEntry .headerUniv,
#tableCompanyDataEntry .cellUniv {
  width: 5%;
  white-space: nowrap;
  text-align: center;
}
#tableCompanyList .headerPath,
#tableCompanyList .cellPath,
#tableSelectedCompanyList .headerPath,
#tableSelectedCompanyList .cellPath,
#tableCompanyDataEntry .headerPath,
#tableCompanyDataEntry .cellPath {
  width: 15%;
  white-space: nowrap;
}

#tableCompanyList .headerURL,
#tableCompanyList .cellURL,
#tableSelectedCompanyList .headerURL,
#tableSelectedCompanyList .cellURL,
#tableCompanyDataEntry .headerURL,
#tableCompanyDataEntry .cellURL {
  width: 15%;
  white-space: nowrap;
}

#tableCompanyDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}

#tableCompanyDataEntry .disabled {
  /*background: #EEE;*/
}

#tableCompanyDataEntry .inputselect {
  height: 25px;
}

/**************************************************************************************************
                                          EVENTS
**************************************************************************************************/

#divEventTable {
  overflow-y: scroll;
  height: 365px;
  width: 100%;
  margin: auto;
  font-size: 0.9em;
}
#divEventEditor {
  /* height: 50px; */
  width: 100%;
  margin: auto;
  font-size: 0.9em;
}
#tableEventList {
  margin:auto;
  text-align: left;
  width: 100%;
}
#tableEventDataEntry {
  margin:auto;
  text-align: left;
  margin-top:10px;
  width: 100%;
}

#tableEventList .headerDate,
#tableEventList .cellDate,
#tableEventDataEntry .headerDate,
#tableEventDataEntry .cellDate {
  width: 6%;
  white-space: nowrap;
  text-align: center;
}

#tableEventList .headerName,
#tableEventList .cellName,
#tableEventDataEntry .headerName,
#tableEventDataEntry .cellName {
  width: 22%;
  white-space: nowrap;
}

#tableEventList .headerLogo,
#tableEventList .cellLogo,
#tableEventDataEntry .headerLogo,
#tableEventDataEntry .cellLogo {
  width: 16%;
  white-space: nowrap;
}

/* this next is used only in 'risig_admin_status.php' */
#tableEventList .headerStatus,
#tableEventList .cellStatus,
#tableEventDataEntry .headerStatus,
#tableEventDataEntry .cellStatus {
  width: 9.25  %;
  white-space: nowrap;
  text-align: center;
}
#tableEventList .headerAbbrev,
#tableEventList .cellAbbrev,
#tableEventDataEntry .headerAbbrev,
#tableEventDataEntry .cellAbbrev {
  width: 6%;
  white-space: nowrap;
}
#tableEventList .headerClass,
#tableEventList .cellClass,
#tableEventDataEntry .headerClass {
  width: 8%;
  white-space: nowrap;
  text-align: center;
}
#tableEventDataEntry .cellClass {
  width: 8%;
  white-space: nowrap;
  text-align: center;
}
#tableEventList .headerConsent,
#tableEventList .cellConsent,
#tableEventDataEntry .headerConsent {
  width: 8%;
  white-space: nowrap;
  text-align: center;
}
#tableEventDataEntry .cellConsent {
  width: 8%;
  white-space: nowrap;
  text-align: center;
  background: #EEEEB0;
}
#tableEventList .headerReg,
#tableEventList .cellReg,
#tableEventDataEntry .headerReg,
#tableEventDataEntry .cellReg {
  width: 8%;
  white-space: nowrap;
  text-align: center;
}
#tableEventList .headerFin,
#tableEventList .cellFin,
#tableEventDataEntry .headerFin,
#tableEventDataEntry .cellFin {
  width: 8%;
  white-space: nowrap;
  text-align: right;
}
#tableEventDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}
#tableEventDataEntry .inputselect {
  height: 25px;
}


/**************************************************************************************************
                                          SPONSORSHIP
**************************************************************************************************/

#divSponsorshipTable {
  overflow-y: scroll;
  height: 330px;
  width: 80%;
  margin: auto;
  margin-bottom:5px;
  font-size: 0.9em;
}
#divSponsorshipTotals {
  height: 50px;
  width: 80%;
  margin: auto;
  margin-bottom:50px;
  font-size: 0.9em;
}
#divSponsorshipEditor {
  /* height: 50px; */
  width: 80%;
  margin: auto;
  font-size: 0.9em;
}
#tableSponsorshipList {
  margin:auto;
  text-align: left;
  width: 100%;
}
#tableSponsorshipTotals {
  margin:auto;
  text-align: left;
  width: 100%;
}
#tableSponsorshipDataEntry {
  margin:auto;
  text-align: left;
  margin-top:10px;
  width: 100%;
}


#tableSponsorshipList .headerName,
#tableSponsorshipList .cellName,
#tableSponsorshipTotals .cellName,
#tableSponsorshipDataEntry .headerName,
#tableSponsorshipDataEntry .cellName {
  width: 20%;
  white-space: nowrap;
}
#tableSponsorshipList .headerValue,
#tableSponsorshipDataEntry .headerValue {
  width: 15%;
  white-space: nowrap;
  text-align: center;
}
#tableSponsorshipList .cellValue,
#tableSponsorshipTotals .cellValue,
#tableSponsorshipDataEntry .cellValue {
  width: 15%;
  white-space: nowrap;
  text-align: right;
}
#tableSponsorshipList .headerCompany,
#tableSponsorshipList .cellCompany,
#tableSponsorshipTotals .cellCompany,
#tableSponsorshipDataEntry .headerCompany,
#tableSponsorshipDataEntry .cellCompany {
  width: 25%;
  white-space: nowrap;
  text-align: center;
}
#tableSponsorshipList .headerContact,
#tableSponsorshipList .cellContact,
#tableSponsorshipTotals .cellContact,
#tableSponsorshipDataEntry .headerContact,
#tableSponsorshipDataEntry .cellContact {
  width: 25%;
  white-space: nowrap;
  text-align: center;
}

#tableSponsorshipDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}

#tableSponsorshipDataEntry .inputselect {
  height: 25px;
}

/**************************************************************************************************
                                          STREAMS
**************************************************************************************************/

#divStreamsTable {
  overflow-y: scroll;
  height: 240px;
  width: 60%;
  margin: auto;
  margin-bottom:5px;
  font-size: 0.9em;
}
#divStreamsEditor {
  /* height: 50px; */
  width: 60%;
  margin: auto;
  font-size: 0.9em;
}
#tableStreamsList {
  margin:auto;
  text-align: left;
  width: 100%;
}
#tableStreamsDataEntry {
  margin:auto;
  text-align: left;
  margin-top:10px;
  width: 100%;
}

#tableStreamsList .headerDay,
#tableStreamsList .cellDay,
#tableStreamsDataEntry .headerDay,
#tableStreamsDataEntry .cellDay {
  width: 20%;
  white-space: nowrap;
  text-align: center;
}

#tableStreamsList .headerStream,
#tableStreamsList .cellStream,
#tableStreamsDataEntry .headerStream,
#tableStreamsDataEntry .cellStream {
  width: 20%;
  white-space: nowrap;
  text-align: center;
}

#tableStreamsList .headerName,
#tableStreamsList .cellName,
#tableStreamsDataEntry .headerName,
#tableStreamsDataEntry .cellName {
  width: 60%;
  white-space: nowrap;
}

#tableStreamsDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}

#tableStreamsDataEntry .inputselect {
  height: 25px;
}

/**************************************************************************************************
                                          PURCHASES
**************************************************************************************************/

#divPurchasesTable {
  overflow-y: scroll;
  height: 270px;
  width: 100%;
  margin: auto;
  margin-bottom:5px;
  font-size: 0.9em;
}
#divPurchasesEditor {
  /* height: 50px; */
  width: 60%;
  margin: auto;
  font-size: 0.9em;
}
#tablePurchasesList {
  margin:auto;
  text-align: left;
  width: 100%;
}
#tablePurchasesDataEntry {
  margin:auto;
  text-align: left;
  margin-top:10px;
  width: 100%;
}

#tablePurchasesList .headerClass,
#tablePurchasesList .cellClass,
#tablePurchasesDataEntry .headerClass,
#tablePurchasesDataEntry .cellClass {
  width: 10%;
  white-space: nowrap;
  text-align: center;
}

#tablePurchasesList .headerEvent,
#tablePurchasesList .cellEvent,
#tablePurchasesDataEntry .headerEvent,
#tablePurchasesDataEntry .cellEvent {
  width: 24%;
  white-space: nowrap;
}

#tablePurchasesList .headerName,
#tablePurchasesList .cellName,
#tablePurchasesDataEntry .headerName,
#tablePurchasesDataEntry .cellName {
  width: 22%;
  white-space: nowrap;
}
#tablePurchasesList .headerRule,
#tablePurchasesList .cellRule,
#tablePurchasesDataEntry .headerRule,
#tablePurchasesDataEntry .cellRule {
  width: 15%;
  white-space: nowrap;
}
#tablePurchasesList .headerUnitPrice,
#tablePurchasesList .cellUnitPrice,
#tablePurchasesDataEntry .headerUnitPrice,
#tablePurchasesDataEntry .cellUnitPrice {
  width: 8%;
  white-space: nowrap;
}

#tablePurchasesList .headerQty,
#tablePurchasesList .cellQty,
#tablePurchasesDataEntry .headerQty,
#tablePurchasesDataEntry .cellQty {
  width: 5%;
  white-space: nowrap;
  text-align: center;
}

#tablePurchasesList .headerSubtotal,
#tablePurchasesList .cellSubtotal,
#tablePurchasesDataEntry .headerSubtotal,
#tablePurchasesDataEntry .cellSubtotal {
  width: 10%;
  white-space: nowrap;
}

#tablePurchasesList .headerDiscount,
#tablePurchasesList .cellDiscount,
#tablePurchasesDataEntry .headerDiscount,
#tablePurchasesDataEntry .cellDiscount {
  width: 10%;
  white-space: nowrap;
}

#tablePurchasesList .headerTotal,
#tablePurchasesList .cellTotal,
#tablePurchasesDataEntry .headerTotal,
#tablePurchasesDataEntry .cellTotal {
  width: 10%;
  white-space: nowrap;
}

#tablePurchasesList .headerMoney,
#tablePurchasesDataEntry .headerMoney {
  width: 8%;
  white-space: nowrap;
  text-align: center;
}
#tablePurchasesList .cellMoney,
#tablePurchasesDataEntry .cellMoney {
  width: 10%;
  white-space: nowrap;
  text-align: right;
}

#tablePurchasesDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}

#tablePurchasesDataEntry .inputselect {
  height: 25px;
}

/**************************************************************************************************
                                          PO LIST
**************************************************************************************************/

#divPOTable {
  overflow-y: scroll;
  height: 250px;
  width: 100%;
  margin: auto;
  margin-bottom:5px;
  font-size: 0.9em;
}
#divPOEditor {
  overflow-y: scroll;
  /* height: 50px; */
  width: 100%;
  margin: auto;
  font-size: 0.9em;
}
#tablePOList {
  margin:auto;
  text-align: left;
  width: 100%;
}
#tablePODataEntry {
  margin:auto;
  text-align: left;
  /*margin-top:10px;*/
  width: 100%;
}

#tablePOList .headerDate,
#tablePOList .cellDate,
#tablePODataEntry .headerDate,
#tablePODataEntry .cellDate {
  width: 10%;
  white-space: nowrap;
}

#tablePOList .headerName,
#tablePOList .cellName {
  width: 40%;
  white-space: nowrap;
}
#tablePOList .headerUser,
#tablePOList .cellUser,
#tablePODataEntry .headerUser,
#tablePODataEntry .cellUser {
  width: 15%;
  white-space: nowrap;
}

#tablePOList .headerCompany,
#tablePOList .cellCompany,
#tablePODataEntry .headerCompany,
#tablePODataEntry .cellCompany {
  width: 25%;
  white-space: nowrap;
}

#tablePOList .headerStatus,
#tablePOList .cellStatus,
#tablePODataEntry .headerStatus,
#tablePODataEntry .cellStatus {
  width: 9%;
  white-space: nowrap;
}

#tablePOList .headerInvoice,
#tablePOList .cellInvoice,
#tablePODataEntry .headerInvoice,
#tablePODataEntry .cellInvoice {
  width: 10%;
  white-space: nowrap;
}

#tablePOList .headerMoney,
#tablePODataEntry .headerMoney {
  width: 7%;
  white-space: nowrap;
  text-align: center;
}
#tablePOList .cellMoney,
#tablePODataEntry .cellMoney {
  width: 7%;
  white-space: nowrap;
  text-align: right;
}

#tablePODataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}

#tablePODataEntry .inputselect {
  height: 25px;
}


#divPOItemTable {
  overflow-y: scroll;
  height: 170px;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#divPOItemEditor {
  /* height: 50px; */
  overflow-y: scroll;
  margin-bottom: 5px;
  font-size: 0.9em;
}


/**************************************************************************************************
                                          INVOICE LIST
**************************************************************************************************/

#divInvoiceTable {
  overflow-y: scroll;
  height: 250px;
  width: 100%;
  margin: auto;
  margin-bottom:5px;
  font-size: 0.9em;
}
#divInvoiceItemTable {
  overflow-y: scroll;
  height: 170px;
  width: 100%;
  margin: auto;
  margin-bottom:5px;
  font-size: 0.9em;
}
#tableInvoiceList {
  text-align: left;
  width: 100%;
}

#tableInvoiceList .headerInvoice,
#tableInvoiceList .cellInvoice {
  width: 10%;
}
#tableInvoiceList .headerStatus,
#tableInvoiceList .cellStatus {
  width: 10%;
}
#tableInvoiceList .headerWho,
#tableInvoiceList .cellWho {
  width: 45%;
  white-space: nowrap;
}
#tableInvoiceList .headerAmount {
  width: 10%;
  text-align: center;
}
#tableInvoiceList .cellAmount {
  width: 10%;
  text-align: right;
}
#tableInvoiceList .headerDate,
#tableInvoiceList .cellDate {
  width: 10%;
}
#tableInvoiceList .headerCB,
#tableInvoiceList .cellCB {
  width: 5%;
  text-align: center;
}



/**************************************************************************************************
                                          REGISTRANTS
**************************************************************************************************/

#divRegistrationTable {
  overflow-y: scroll;
  height: 350px;
  width: 90%;
  margin: auto;
  margin-bottom:20px;
  font-size: 0.9em;
}
#tableRegistrationList {
  margin:auto;
  text-align: left;
  width: 100%;
}
#tableRegistrationList .headerDate,
#tableRegistrationList .cellDate {
  width: 10%;
  white-space: nowrap;
}
#tableRegistrationList .headerDays,
#tableRegistrationList .cellDays {
  width: 10%;
  white-space: nowrap;
  text-align: center;
}
#tableRegistrationList .headerStreams,
#tableRegistrationList .cellStreams {
  width: 10%;
  white-space: nowrap;
  text-align: center;
}
#tableRegistrationList .headerSessions,
#tableRegistrationList .cellSessions {
  width: 20%;
  white-space: nowrap;
  text-align: left;
}
#tableRegistrationList .headerAttendance,
#tableRegistrationList .cellAttendance {
  width: 10%;
  white-space: nowrap;
  text-align: center;
}
#tableRegistrationList .headerName,
#tableRegistrationList .cellName {
  width: 10%;
  white-space: nowrap;
}
#tableRegistrationList .headerPosition,
#tableRegistrationList .cellPosition {
  width: 15%;
  white-space: nowrap;
}
#tableRegistrationList .headerCompany,
#tableRegistrationList .cellCompany {
  width: 15%;
  white-space: nowrap;
}
#tableRegistrationList .headerEmail,
#tableRegistrationList .cellEmail {
  width: 20%;
  white-space: nowrap;
}


/**************************************************************************************************
                                          POLLS
**************************************************************************************************/
.pollSelect {
  display: block;
  position: absolute;
  box-sizing: content-box;
  height: 1.7em;
  font-variant: normal;
  font-family: arial;
  font-size: 0.7em;
  border: 1px solid #666; 
  padding: 0;
  margin: 0;
  margin-top: 0px;
  margin-right: 1px;
  background: #EEEEB0;
}

#divPollTable {
  overflow-y: scroll;
  height: 300px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#divPollEditor {
  /* height: 50px; */
  margin-bottom: 5px;
  font-size: 0.9em;
}
#tablePollList {
  text-align: left;
  width: 100%;
}
#tablePollDataEntry {
  text-align: left;
  width: 100%;
}

#tablePollList .headerDate,
#tablePollList .cellDate,
#tablePollDataEntry .headerDate,
#tablePollDataEntry .cellDate {
  width: 10%;
  text-align: center;
}
#tablePollList .headerName,
#tablePollList .cellName,
#tablePollDataEntry .headerName,
#tablePollDataEntry .cellName {
  width: 30%;
  white-space: nowrap;
}
#tablePollList .headerQuestion,
#tablePollList .cellQuestion,
#tablePollDataEntry .headerQuestion,
#tablePollDataEntry .cellQuestion {
  width: 60%;
  white-space: nowrap;
}

#tablePollDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}
#tablePollDataEntry #inputStatus {
  height: 100%;
}

#divPollDetail {
  margin-bottom: 5px;
}

#divPollOptionTable {
  overflow-y: scroll;
  height: 240px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#divPollOptionEditor {
  /* height: 50px; */
  margin-bottom: 5px;
  font-size: 0.9em;
}
#poll_option_form {
  color: #000;
}
#tablePollOptionList {
  text-align: left;
  width: 100%;
  color: #000;
  font-size: 1.1em;
}
#tablePollOptionDataEntry {
  text-align: left;
  width: 100%;
}

#tablePollOptionList .headerIndex,
#tablePollOptionList .cellIndex,
#tablePollDataEntry .headerIndex,
#tablePollDataEntry .cellIndex {
  width: 10%;
  text-align: center;
}
#tablePollOptionList .headerName,
#tablePollOptionList .cellName,
#tablePollDataEntry .headerName,
#tablePollDataEntry .cellName {
  width: 80%;
  white-space: nowrap;
}
#tablePollOptionList .headerGroup,
#tablePollOptionList .cellGroup,
#tablePollDataEntry .headerGroup,
#tablePollDataEntry .cellGroup {
  width: 10%;
  text-align: center;
}

#tablePollOptionDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}
#tablePollOptionDataEntry #inputStatus {
  height: 100%;
}

#divPollVoteTable {
  overflow-y: scroll;
  height: 240px;
  margin-bottom: 5px;
  font-size: 0.9em;
}

#poll_vote_form {
  color: #000;
}
#divPollVoteTable {
  overflow-y: scroll;
  height: 280px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#tablePollVoteList {
  text-align: left;
  width: 100%;
  color: #000;
  font-size: 1.1em;
}
#tablePollVoteList .headerName,
#tablePollVoteList .cellName {
  width: 60%;
  white-space: nowrap;
}
#tablePollVoteList .headerVotes,
#tablePollVoteList .cellVotes {
  width: 20%;
  text-align: center;
}
#tablePollVoteList .headerPercent,
#tablePollVoteList .cellPercent {
  width: 20%;
  text-align: center;
}
#tableVoterListTable {
  text-align: center;
  width: 100%;
  color: #000;
  font-size: 1.1em;
}
#divPollVoterListTable {
  overflow-y: scroll;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#tableVoterListTable .headerName,
#tableVoterListTable .cellName {
  width: 100%;
  text-align: center;
}
#divPollDetail .inputFullSpan {
  display: inline-block;
  background-color: #F0F0F0;
  color: #000;
  width: 80%;
  height: 22px;
  text-align: left;
  margin: 0 0 0 0;
  font-family: arial;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.3em;
  padding: 0 0 0 2%;
}

/**************************************************************************************************
                                          WEBIDEA
**************************************************************************************************/

#divWebideaTable {
  position: relative;
  overflow-y: scroll;
  height: 400px;
  width: 100%;
  margin: auto;
  font-size: 0.9em;
}
#divWebideaEditor {
  /* height: 50px; */
  width: 100%;
  margin: auto;
  font-size: 0.9em;
}
#tableWebideaList {
  margin:auto;
  text-align: left;
  width: 100%;
}
#tableWebideaDataEntry {
  margin:auto;
  text-align: left;
  margin-top:10px;
  width: 100%;
}
#tableWebideaList .headerName,
#tableWebideaList .cellName,
#tableWebideaDataEntry .headerName,
#tableWebideaDataEntry .cellName {
  width: 30%;
  white-space: nowrap;
}
#tableWebideaList .headerSource,
#tableWebideaList .cellSource,
#tableWebideaDataEntry .headerSource,
#tableWebideaDataEntry .cellSource {
  width: 30%;
  white-space: nowrap;
}
#tableWebideaList .headerDate,
#tableWebideaList .cellDate,
#tableWebideaDataEntry .headerDate,
#tableWebideaDataEntry .cellDate {
  width: 10%;
  white-space: nowrap;
}
#tableWebideaList .headerCheckbox,
#tableWebideaList .cellCheckbox,
#tableWebideaDataEntry .headerCheckbox,
#tableWebideaDataEntry .cellCheckbox {
  width: 10%;
  text-align: center;
  white-space: nowrap;
}
#tableWebideaList .headerSupport,
#tableWebideaList .cellSupport,
#tableWebideaDataEntry .headerSupport,
#tableWebideaDataEntry .cellSupport {
  width: 10%;
  text-align: center;
  white-space: nowrap;
}
#tableWebideaList .cellSupportHighlight {
  background: #E9B96E;
}
#tableWebideaDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}
#tableWebideaDataEntry .inputselect {
  height: 25px;
}


/**************************************************************************************************
                                          TALKS
**************************************************************************************************/
.subscSelect {
  display: block;
  position: absolute;
  box-sizing: content-box;
  height: 1.7em;
  font-variant: normal;
  font-family: arial;
  font-size: 0.7em;
  border: 1px solid #666; 
  padding: 0;
  margin: 0;
  margin-top: 0px;
  margin-right: 1px;
  background: #EEEEB0;
}

#divTalkTable {
  overflow-y: scroll;
  height: 500px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#divTalkEditor {
  /* height: 50px; */
  overflow-y: scroll;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#tableTalkList {
  text-align: left;
  width: 100%;
}
#tableTalkDataEntry {
  text-align: left;
  width: 100%;
}

#tableTalkList .headerSession,
#tableTalkList .cellSession,
#tableTalkDataEntry .headerSession,
#tableTalkDataEntry .cellSession {
  width: 5%;
  white-space: nowrap;
  text-align: center;
}

#tableTalkList .headerSpeaker,
#tableTalkList .cellSpeaker,
#tableTalkDataEntry .headerSpeaker,
#tableTalkDataEntry .cellSpeaker {
  width: 15%;
  white-space: nowrap;
}

#tableTalkList .headerTitle,
#tableTalkList .cellTitle,
#tableTalkDataEntry .headerTitle,
#tableTalkDataEntry .cellTitle {
  width: 70%;
  white-space: nowrap;
}

#tableTalkList .headerRating,
#tableTalkList .cellRating {
  width: 5%;
  text-align: center;
}


#tableTalkDataEntry .input {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}
#tableTalkDataEntry .input:disabled {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #CCC;
}
#tableTalkDataEntry #inputStatus {
  height: 100%;
}


#divTalkRatingTable {
  overflow-y: scroll;
  height: 550px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#tableTalkRatingList {
  text-align: left;
  width: 100%;
}
#tableTalkRatingList .headerName,
#tableTalkRatingList .cellName {
  width: 7.5%;
  white-space: nowrap;
}
#tableTalkRatingList .headerCompany,
#tableTalkRatingList .cellCompany {
  width: 7.5%;
  white-space: nowrap;
}
#tableTalkRatingList .headerTitle,
#tableTalkRatingList .cellTitle {
  width: 15%;
  white-space: nowrap;
}
#tableTalkRatingList .headerCategory,
#tableTalkRatingList .cellCategory {
  width: 10%;
  white-space: nowrap;
}
#tableTalkRatingList .headerRating,
#tableTalkRatingList .cellRating {
  width: 5%;
  text-align: center;
}




/**************************************************************************************************
                                          ABSTRACTS
**************************************************************************************************/
.subscSelect {
  display: block;
  position: absolute;
  box-sizing: content-box;
  height: 1.7em;
  font-variant: normal;
  font-family: arial;
  font-size: 0.7em;
  border: 1px solid #666; 
  padding: 0;
  margin: 0;
  margin-top: 0px;
  margin-right: 1px;
  background: #EEEEB0;
}

#divAbstractTable {
  overflow-y: scroll;
  height: 450px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#divAbstractEditor {
  /* height: 50px; */
  overflow-y: scroll;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#tableAbstractList {
  text-align: left;
  width: 100%;
}
#tableAbstractDataEntry {
  text-align: left;
  width: 100%;
}

#tableAbstractList .headerDate,
#tableAbstractList .cellDate,
#tableAbstractDataEntry .headerDate,
#tableAbstractDataEntry .cellDate {
  width: 5%;
  white-space: nowrap;
}
#tableAbstractList .headerName,
#tableAbstractList .cellName,
#tableAbstractDataEntry .headerName,
#tableAbstractDataEntry .cellName {
  width: 10%;
  white-space: nowrap;
}
#tableAbstractList .headerCompany,
#tableAbstractList .cellCompany {
  width: 11%;
  white-space: nowrap;
}
#tableAbstractList .headerTitle,
#tableAbstractList .cellTitle {
  width: 29%;
  white-space: nowrap;
}
#tableAbstractDataEntry .headerTitle,
#tableAbstractDataEntry .cellTitle {
  width: 35%;
  white-space: nowrap;
}
#tableAbstractList .headerRating,
#tableAbstractList .cellRating {
  width: 5%;
  text-align: center;
}
#tableAbstractDataEntry .headerPdf,
#tableAbstractDataEntry .cellPdf {
  width: 20%;
  white-space: nowrap;
}
#tableAbstractList .headerCategory,
#tableAbstractList .cellCategory,
#tableAbstractDataEntry .headerCategory,
#tableAbstractDataEntry .cellCategory {
  width: 10%;
  white-space: nowrap;
}

#tableAbstractDataEntry .input {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}
#tableAbstractDataEntry .input:disabled {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #CCC;
}
#tableAbstractDataEntry #inputStatus {
  height: 100%;
}


#divAbstractRatingTable {
  overflow-y: scroll;
  height: 550px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#tableAbstractRatingList {
  text-align: left;
  width: 100%;
}
#tableAbstractRatingList .headerName,
#tableAbstractRatingList .cellName {
  width: 7.5%;
  white-space: nowrap;
}
#tableAbstractRatingList .headerCompany,
#tableAbstractRatingList .cellCompany {
  width: 7.5%;
  white-space: nowrap;
}
#tableAbstractRatingList .headerTitle,
#tableAbstractRatingList .cellTitle {
  width: 15%;
  white-space: nowrap;
}
#tableAbstractRatingList .headerCategory,
#tableAbstractRatingList .cellCategory {
  width: 7.5%;
  white-space: nowrap;
}
#tableAbstractRatingList .headerRating,
#tableAbstractRatingList .cellRating {
  width: 5%;
  text-align: center;
}


/**************************************************************************************************
                                          FILLERS
**************************************************************************************************/

#divFillerTable{
  overflow-y: scroll;
  height: 250px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#divFillerEditor {
  /* height: 50px; */
  overflow-y: scroll;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#tableFillerList {
  text-align: left;
  width: 100%;
}
#tableFillerDataEntry {
  text-align: left;
  width: 100%;
}
#tableFillerList .headerTitle,
#tableFillerList .cellTitle,
#tableFillerDataEntry .headerTitle,
#tableFillerDataEntry .cellTitle {
  width: 40%;
  white-space: nowrap;
  text-align: left;
}
#tableFillerList .headerSpeaker,
#tableFillerList .cellSpeaker,
#tableFillerDataEntry .headerSpeaker,
#tableFillerDataEntry .cellSpeaker {
  width: 40%;
  white-space: nowrap;
}
#tableFillerList .headerSponsor,
#tableFillerList .cellSponsor,
#tableFillerDataEntry .headerSponsor,
#tableFillerDataEntry .cellSponsor {
  width: 20%;
  white-space: nowrap;
}
#tableFillerDataEntry .input {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}
#tableFillerDataEntry .input:disabled {
  width: 100%;
  height: 90%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #CCC;
}
#tableFillerDataEntry #inputStatus {
  height: 100%;
}

/**************************************************************************************************
                                          PANELS
**************************************************************************************************/

#divPanelTable {
  overflow-y: scroll;
  height: 250px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#divPanelEditor {
  /* height: 50px; */
  overflow-y: scroll;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#tablePanelList {
  text-align: left;
  width: 100%;
}
#tablePanelDataEntry {
  text-align: left;
  width: 100%;
}
#tablePanelList .headerTitle,
#tablePanelList .cellTitle,
#tablePanelDataEntry .headerTitle,
#tablePanelDataEntry .cellTitle {
  width: 20%;
  white-space: nowrap;
  text-align: left;
}
#tablePanelList .headerModerator,
#tablePanelList .cellModerator,
#tablePanelDataEntry .headerModerator,
#tablePanelDataEntry .cellModerator {
  width: 15%;
  white-space: nowrap;
}
#tablePanelList .headerSpeaker,
#tablePanelList .cellSpeaker,
#tablePanelDataEntry .headerSpeaker,
#tablePanelDataEntry .cellSpeaker {
  width: 50%;
  white-space: nowrap;
}
#tablePanelList .headerSponsor,
#tablePanelList .cellSponsor,
#tablePanelDataEntry .headerSponsor,
#tablePanelDataEntry .cellSponsor {
  width: 15%;
  white-space: nowrap;
}
#tablePanelDataEntry .input {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}
#tablePanelDataEntry .input:disabled {
  width: 100%;
  height: 90%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #CCC;
}
#tablePanelDataEntry #inputStatus {
  height: 100%;
}
/**************************************************************************************************
                                          SESSIONS
**************************************************************************************************/

#divSessionTable {
  overflow-y: scroll;
  height: 250px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#divSessionEditor {
  /* height: 50px; */
  overflow-y: scroll;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#tableSessionList {
  text-align: left;
  width: 100%;
}
#tableSessionDataEntry {
  text-align: left;
  width: 100%;
}

#tableSessionList .headerNumb,
#tableSessionList .cellNumb,
#tableSessionDataEntry .headerNumb,
#tableSessionDataEntry .cellNumb {
  width: 7%;
  text-align: center;
  white-space: nowrap;
}
#tableSessionList .headerTitle,
#tableSessionList .cellTitle,
#tableSessionDataEntry .headerTitle,
#tableSessionDataEntry .cellTitle {
  width: 28%;
  white-space: nowrap;
}
#tableSessionList .headerDate,
#tableSessionList .cellDate,
#tableSessionDataEntry .headerDate,
#tableSessionDataEntry .cellDate {
  width: 10%;
  white-space: nowrap;
}
#tableSessionList .headerTime,
#tableSessionList .cellTime,
#tableSessionDataEntry .headerTime,
#tableSessionDataEntry .cellTime {
  width: 10%;
  white-space: nowrap;
}
#tableSessionList .headerModerator,
#tableSessionList .cellModerator,
#tableSessionDataEntry .headerModerator {
  width: 15%;
  text-align: center;
  white-space: nowrap;
}
#tableSessionDataEntry .cellModerator {
  width: 15%;
  text-align: center;
  white-space: nowrap;
  background-color: #EEEEB0;
}
#tableSessionList .headerSponsor,
#tableSessionList .cellSponsor,
#tableSessionDataEntry .headerSponsor {
  width: 20%;
  text-align: center;
  white-space: nowrap;
}
#tableSessionDataEntry .cellSponsor {
  width: 20%;
  text-align: center;
  white-space: nowrap;
  background-color: #EEEEB0;
}

#tableSessionDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}
#tableAbstractDataEntry #inputStatus {
  height: 100%;
}

/**************************************************************************************************
                                          SLOTS
**************************************************************************************************/

#divSlotTable {
  overflow-y: scroll;
  height: 170px;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#divSlotEditor {
  /* height: 50px; */
  overflow-y: scroll;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#tableSlotList {
  text-align: left;
  width: 100%;
}
#tableSlotDataEntry {
  text-align: left;
  width: 100%;
}
#tableSlotDataEntry .headerText,
#tableSlotDataEntry .cellText {
  width: 100%;
  text-align: left;
  white-space: nowrap;
}
#tableSlotList .headerName,
#tableSlotList .cellName,
#tableSlotDataEntry .headerName,
#tableSlotDataEntry .cellName {
  width: 20%;
  text-align: left;
  white-space: nowrap;
}
#tableSlotList .headerType,
#tableSlotList .cellType,
#tableSlotDataEntry .headerType,
#tableSlotDataEntry .cellType {
  width: 7%;
  white-space: nowrap;
  text-align: center;
}
#tableSlotList .headerTitle,
#tableSlotList .cellTitle,
#tableSlotDataEntry .headerTitle,
#tableSlotDataEntry .cellTitle {
  width: 37%;
  text-align: left;
  white-space: nowrap;
}
#tableSlotList .headerTime,
#tableSlotList .cellTime,
#tableSlotDataEntry .headerTime,
#tableSlotDataEntry .cellTime {
  width: 6%;
  text-align: center;
  white-space: nowrap;
}
#tableSlotDataEntry .headerTitleSpeaker,
#tableSlotDataEntry .cellTitleSpeaker {
  width: 64%;
  white-space: nowrap;
} 
#tableSlotDataEntry .headerDuration,
#tableSlotDataEntry .cellDuration {
  width: 20%;
  white-space: nowrap;
}


#tableSlotDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}
#tableAbstractDataEntry #inputStatus {
  height: 100%;
}



/**************************************************************************************************
                                          EMAIL
**************************************************************************************************/
#divEmailTable {
  overflow-y: scroll;
  height: 250px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#divEmailEditor {
  overflow-y: scroll;
  height: 150px;
  margin-bottom: 5px;
  font-size: 0.9em;
}

#tableEmailList {
  text-align: left;
  width: 100%;
}
#tableEmailDataEntry {
  text-align: left;
  width: 100%;
  height: 150px;
  /*width: calc(100% - 16px);*/
}

#tableEmailList .headerDate,
#tableEmailList .cellDate {
  width: 10%;
  text-align: center;
}
#tableEmailList .headerTemplate,
#tableEmailList .cellTemplate {
  width: 40%;
}
#tableEmailList .headerCount,
#tableEmailList .cellCount {
  width: 10%;
  text-align: center;
}

#tableEmailDataEntry .disabled {
  background: #EEE;
}
#tableEmailDataEntry .centered {
  text-align: center;
}
#tableEmailDataEntry .right {
  text-align: right;
}

/**************************************************************************************************
                                          DAILY LIST
**************************************************************************************************/
#divDayTable {
  overflow-y: scroll;
  height: 450px;
  margin-top: 65px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#tableDayList {
  text-align: left;
  width: 100%;
}
#tableDayList .headerFirst,
#tableDayList .cellFirst {
  width: 30%;
}
#tableDayList .headerLast
#tableDayList .cellLast {
  width: 20%;
}
#tableDayList .headerEmail,
#tableDayList .cellEmail {
  width: 50%;
}


/**************************************************************************************************
                                          FAILEDREG
**************************************************************************************************/
#divFailedRegTable {
  overflow-y: scroll;
  height: 450px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#tableFailedRegList {
  text-align: left;
  width: 100%;
}
#tableFailedRegList .headerFailedRegName,
#tableFailedRegList .cellFailedRegName {
  width: 15%;
}
#tableFailedRegList .headerFailedRegEmail,
#tableFailedRegList .cellFailedRegEmail {
  width: 45%;
}
#tableFailedRegList .headerFailedRegOrder,
#tableFailedRegList .cellFailedRegOrder {
  width: 15%;
}
#tableFailedRegList .headerFailedRegCount,
#tableFailedRegList .cellFailedRegCount {
  width: 10%;
  text-align: center;
}
#tableFailedRegList .headerFailedRegValue,
#tableFailedRegList .cellFailedRegValue {
  width: 15%;
  text-align: right;
}

/**************************************************************************************************
                                          REG DESK
**************************************************************************************************/
#divRegDeskTable {
  overflow-y: scroll;
  height: 580px;
  margin-bottom: 5px;
  font-size: 0.9em;
  background-color: #111;
}
#tableRegDeskList {
  text-align: left;
  width: 100%;
  color: #000;
}
#tableRegDeskList .headerDate,
#tableRegDeskList .cellDate {
  width: 9%;
}
#tableRegDeskList .headerName,
#tableRegDeskList .cellName {
  width: 22%;
}
#tableRegDeskList .headerEmail,
#tableRegDeskList .cellEmail {
  width: 20%;
}
#tableRegDeskList .headerReg,
#tableRegDeskList .cellReg {
  width: 39%;

}
#tableRegDeskList .headerHybrid,
#tableRegDeskList .cellHybrid {
  width: 10%;

}

/**************************************************************************************************
                                          FREEREG
**************************************************************************************************/
#divFreeRegTable {
  overflow-y: scroll;
  height: 450px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#divFreeRegEditor {
  overflow-y: scroll;
  /* height: 150px; */
  margin-bottom: 5px;
  font-size: 0.9em;
}

#tableFreeRegList {
  text-align: left;
  width: 100%;
}
#tableFreeRegDataEntry {
  text-align: left;
  width: 100%;
  /* height: 150px; */
  /*width: calc(100% - 16px);*/
}

#tableFreeRegList .headerSponsorship,
#tableFreeRegList .cellSponsorship,
#tableFreeRegDataEntry .headerSponsorship,
#tableFreeRegDataEntry .cellSponsorship{
  width: 20%;
}
#tableFreeRegDataEntry #inputSponsorship {
  height: 95%;
}
#tableFreeRegList .headerCompanyName,
#tableFreeRegList .cellCompanyName,
#tableFreeRegDataEntry .headerCompanyName,
#tableFreeRegDataEntry .cellCompanyName {
  width: 20%;
}
#tableFreeRegList .headerFreeRegEmail,
#tableFreeRegList .cellFreeRegEmail,
#tableFreeRegDataEntry .headerFreeRegEmail,
#tableFreeRegDataEntry .cellFreeRegEmail {
  width: 30%;
  text-align: center;
}
#tableFreeRegList .headerFreeRegDay,
#tableFreeRegList .cellFreeRegDay,
#tableFreeRegDataEntry .headerFreeRegDay,
#tableFreeRegDataEntry .cellFreeRegDay {
  width: 10%;
  text-align: center;
}
#tableFreeRegList .headerFreeRegStream,
#tableFreeRegList .cellFreeRegStream,
#tableFreeRegDataEntry .headerFreeRegStream,
#tableFreeRegDataEntry .cellFreeRegStream {
  width: 10%;
  text-align: center;
}

#tableFreeRegList .headerFreeProductCode,
#tableFreeRegList .cellFreeProductCode,
#tableFreeRegDataEntry .headerFreeProductCode,
#tableFreeRegDataEntry .cellFreeProductCode{
  width: 10%;
}
#tableFreeRegDataEntry #inputFreeProductCode{
  height: 95%;
}
#tableFreeRegList .headerFreeEmail,
#tableFreeRegList .cellFreeEmail,
#tableFreeRegDataEntry .headerFreeEmail,
#tableFreeRegDataEntry .cellFreeEmail {
  width: 25%;
}
#tableFreeRegList .headerFreeDomain,
#tableFreeRegList .cellFreeDomain,
#tableFreeRegDataEntry .headerFreeDomain,
#tableFreeRegDataEntry .cellFreeDomain {
  width: 25%;;
}
#tableFreeRegList .headerFreeDescription,
#tableFreeRegList .cellFreeDescription,
#tableFreeRegDataEntry .headerFreeDescription,
#tableFreeRegDataEntry .cellFreeDescription {
  width: 30%;;
}



#tableFreeRegDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}

/**************************************************************************************************
                                          Student
**************************************************************************************************/
#divStudentTable {
  overflow-y: scroll;
  height: 450px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#divStudentEditor {
  overflow-y: scroll;
  /* height: 150px; */
  margin-bottom: 5px;
  font-size: 0.9em;
}

#tableStudentList {
  text-align: left;
  width: 100%;
}
#tableStudentDataEntry {
  text-align: left;
  width: 100%;
  /* height: 150px; */
  /*width: calc(100% - 16px);*/
}
#tableStudentList .headerCompanyName,
#tableStudentList .cellCompanyName,
#tableStudentDataEntry .headerCompanyName,
#tableStudentDataEntry .cellCompanyName {
  width: 40%;
}
#tableStudentList .headerStudentEmail,
#tableStudentList .cellStudentEmail,
#tableStudentDataEntry .headerStudentEmail,
#tableStudentDataEntry .cellStudentEmail {
  width: 30%;
  text-align: center;
}
#tableStudentList .headerStudentName,
#tableStudentList .cellStudentName,
#tableStudentDataEntry .headerStudentName,
#tableStudentDataEntry .cellStudentName {
  width: 30%;
  text-align: center;
}


#tableStudentDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}

/**************************************************************************************************
                                          DISCOUNTED SPONSORSHIP
**************************************************************************************************/
#divDiscSponTable {
  overflow-y: scroll;
  height: 450px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#divDiscSponEditor {
  overflow-y: scroll;
  /* height: 60px; */
  margin-bottom: 5px;
  font-size: 0.9em;
}

#tableDiscSponList {
  text-align: left;
  width: 100%;
}
#tableDiscSponDataEntry {
  text-align: left;
  width: 100%;
  /* height: 150px; */
  /*width: calc(100% - 16px);*/
}

#tableDiscSponList .headerSponsorship,
#tableDiscSponList .cellSponsorship,
#tableDiscSponDataEntry .headerSponsorship,
#tableDiscSponDataEntry .cellSponsorship{
  width: 25%;
}
#tableDiscSponDataEntry #inputSponsorship {
  height: 95%;
}
#tableDiscSponList .headerCompanyName,
#tableDiscSponList .cellCompanyName,
#tableDiscSponDataEntry .headerCompanyName,
#tableDiscSponDataEntry .cellCompanyName {
  width: 25%;
}
#tableDiscSponList .headerDiscSponEmail,
#tableDiscSponList .cellDiscSponEmail,
#tableDiscSponDataEntry .headerDiscSponEmail,
#tableDiscSponDataEntry .cellDiscSponEmail {
  width: 40%;
}
#tableDiscSponList .headerDiscount,
#tableDiscSponList .cellDiscount,
#tableDiscSponDataEntry .headerDiscount,
#tableDiscSponDataEntry .cellDiscount {
  width: 10%;
  text-align: center;
}

#tableDiscSponDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}

/**************************************************************************************************
                                          FINANCE SUMMARY
**************************************************************************************************/
#divIncome {
  /*position: absolute;
  left: 0px;
  top: 50px; */
  float: left;
  width: 48%;
}
#divExpense {
  /*position: absolute;
  right: 0px;
  top: 50px; */
  float: right;
  width: 48%;
}

#divIncomeTable,
#divExpenseTable {
  overflow-y: scroll;
  height: 280px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#divIncomeEditor,
#divExpenseEditor {
  overflow-y: scroll;
  /* height: 60px; */
  margin-bottom: 5px;
  font-size: 0.9em;
}

#tableIncomeList,
#tableExpenseList {
  text-align: left;
  width: 100%;
}
#tableIncomeDataEntry,
#tableExpenseDataEntry {
  text-align: left;
  width: 100%;
}

#tableIncomeList .headerDate,
#tableIncomeList .cellDate,
#tableIncomeDataEntry .headerDate,
#tableIncomeDataEntry .cellDate {
  width: 15%;
}

#tableExpenseList .headerDate,
#tableExpenseList .cellDate,
#tableExpenseDataEntry .headerDate,
#tableExpenseDataEntry .cellDate {
  width: 15%;
}

#tableIncomeList .headerDescription,
#tableIncomeList .cellDescription,
#tableIncomeDataEntry .headerDescription,
#tableIncomeDataEntry .cellDescription {
  width: 70%;
}

#tableExpenseList .headerDescription,
#tableExpenseList .cellDescription,
#tableExpenseDataEntry .headerDescription,
#tableExpenseDataEntry .cellDescription {
  width: 70%;
}

#tableIncomeList .headerAmount {
  width: 15%;
  text-align: center;
}
#tableIncomeList .cellAmount {
  width: 15%;
  text-align: right;
}
#tableIncomeDataEntry .headerAmount,
#tableIncomeDataEntry .cellAmount {
  width: 15%;
  align: center;
}

#tableExpenseList .headerAmount {
  width: 15%;
  text-align: center;
}
#tableExpenseList .cellAmount {
  width: 15%;
  text-align: right;
}
#tableExpenseDataEntry .headerAmount,
#tableExpenseDataEntry .cellAmount {
  width: 15%;
  align: center;
}

#tableIncomeDataEntry .input,
#tableExpenseDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}

#divAr {
  /*position: absolute;
  left: 0px;
  top: 50px; */
  float: left;
  width: 49%;
}
#divAp {
  /*position: absolute;
  right: 0px;
  top: 50px; */
  float: right;
  width: 49%;
}

#divArTable,
#divApTable {
  overflow-y: scroll;
  height: 280px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#divArEditor,
#divApEditor {
  overflow-y: scroll;
  /* height: 60px; */
  margin-bottom: 5px;
  font-size: 0.9em;
}

#tableArList,
#tableApList {
  text-align: left;
  width: 100%;
}
#tableArDataEntry,
#tableApDataEntry {
  text-align: left;
  width: 100%;
}

#tableArList .headerDate,
#tableArList .cellDate,
#tableArDataEntry .headerDate,
#tableArDataEntry .cellDate {
  width: 10%;
}

#tableApList .headerDate,
#tableApList .cellDate,
#tableApDataEntry .headerDate,
#tableApDataEntry .cellDate {
  width: 10%;
}

#tableArList .headerInvoice,
#tableArList .cellInvoice,
#tableArDataEntry .headerInvoice,
#tableArDataEntry .cellInvoice {
  width: 15%;
}

#tableApList .headerInvoice,
#tableApList .cellInvoice,
#tableApDataEntry .headerInvoice,
#tableApDataEntry .cellInvoice {
  width: 15%;
}

#tableArList .headerWho,
#tableArList .cellWho,
#tableArDataEntry .headerWho,
#tableArDataEntry .cellWho {
  width: 20%;
  white-space: nowrap;
}

#tableApList .headerWho,
#tableApList .cellWho,
#tableApDataEntry .headerWho,
#tableApDataEntry .cellWho {
  width: 20%;
  white-space: nowrap;
}

#tableArList .headerDescription,
#tableArList .cellDescription,
#tableArDataEntry .headerDescription,
#tableArDataEntry .cellDescription {
  width: 30%;
}

#tableApList .headerDescription,
#tableApList .cellDescription,
#tableApDataEntry .headerDescription,
#tableApDataEntry .cellDescription {
  width: 30%;
}

#tableArList .headerAmount,
#tableApList .headerAmount {
  width: 10%;
  text-align: center;
}
#tableArList .cellAmount,
#tableApList .cellAmount {
  width: 10%;
  text-align: right;
}
#tableArDataEntry .headerAmount,
#tableArDataEntry .cellAmount,
#tableApDataEntry .headerAmount,
#tableApDataEntry .cellAmount {
  width: 10%;
  text-align: center;
}

#tableArList .headerCB,
#tableArList .cellCB,
#tableArDataEntry .headerCB,
#tableArDataEntry .cellCB {
  width: 5%;
  text-align: center;
}

#tableArDataEntry .input,
#tableApDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}

/**************************************************************************************************
                                          SPONSORSHIP LIST
**************************************************************************************************/

#divSponsorTable {
  overflow-y: scroll;
  height: 500px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#divSponsorEditor {
  overflow-y: scroll;
  /* height: 60px; */
  margin-bottom: 5px;
  font-size: 0.9em;
}

#tableSponsorList {
  text-align: left;
  width: 100%;
}
#tableSponsorDataEntry {
  text-align: left;
  width: 100%;
}

#tableSponsorList .headerPackage,
#tableSponsorList .cellPackage,
#tableSponsorDataEntry .headerPackage,
#tableSponsorDataEntry .cellPackage {
  width: 25%;
}

#tableSponsorList .headerName,
#tableSponsorList .cellName,
#tableSponsorDataEntry .headerName,
#tableSponsorDataEntry .cellName {
  width: 51%;
}
#tableSponsorDataEntry .cellName {
  background-color: #EEEEB0;
}

#tableSponsorList .headerPrice {
  width: 12%;
  text-align: center;
}
#tableSponsorList .cellPrice {
  width: 15%;
  text-align: right;
}
#tableSponsorDataEntry .headerPrice,
#tableSponsorDataEntry .cellPrice {
  width: 15%;
  text-align: center;
}
#tableSponsorDataEntry .headerPrice,
#tableSponsorDataEntry .cellPrice {
  width: 15%;
  text-align: center;
}


#tableSponsorDataEntry .input {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}

/**************************************************************************************************
                                      REGISTRATION PRODUCT LIST
**************************************************************************************************/

#divRegisterTable {
  /*float:left;*/
  /*overflow-y: scroll;*/
  height: 190px;
  width:  60%;
  margin-bottom: 5px;
  font-size: 0.9em;
}

#tableRegisterList {
  text-align: left;
  width: 100%;
}

#tableRegisterList .headerDescr,
#tableRegisterList .cellDescr {
  width: 70%;
}
#tableRegisterList .headerMoney {
  width: 10%;
  text-align: center;
}
#tableRegisterList .cellMoney {
  width: 10%;
  text-align: right;
}


/**************************************************************************************************
                                          FEEDBACK
**************************************************************************************************/

#fbSelectDiv {
  position: relative;
  width: 100%;
  height: 50px;
  margin: auto;
  text-align: center;
}

.fbSelect {
  /*display: block; */
  width: 250px;
  height: 1.7em; 
  font-variant: normal;
  font-family: arial;
  font-size: 0.8em; 
  border: 1px solid #666; 
  padding: 0;
  margin: 0;
  margin-right: 1px;
  background: #EEEEB0;
}

.eventSelect {
  /*position: absolute;*/
  /*width: 50%;*/
  display: inline-block;
  margin-right: 25px;
  /*left: 200px;*/
  /*width: 200px; */
}
.viewSelect {
  display: inline-block;
  margin: 0 10px 0 2px;
  /*left: 400px; */
  /*width: 180px; */
}
.selectorLabel {
  color: #FFF;
  margin-right:10px;
}
.sparkLabel {
  color: #FFF;
  margin-right:5px;
}
.sparkdiv {
  margin: 5px 0 5px 0;
  vertical-align: bottom;
  height: 50px;
  line-height: 50px;
}



#divVolunteerTable {
  overflow-y: scroll;
  height: 380px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#tableVolunteerList {
  text-align: left;
  width: 100%;
}

#tableVolunteerList .headerName,
#tableVolunteerList .cellName {
  width: 15%;
}
#tableVolunteerList .headerPosition,
#tableVolunteerList .cellPosition {
  width: 20%;
}
#tableVolunteerList .headerCompany,
#tableVolunteerList .cellCompany {
  width: 25%;
}
#tableVolunteerList .headerEmail,
#tableVolunteerList .cellEmail {
  width: 25%;
}
#tableVolunteerList .headerCell,
#tableVolunteerList .cellCell {
  width: 15%;
}

#divReferenceTable {
  overflow-y: scroll;
  height: 400px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#tableReferenceList {
  text-align: left;
  width: 100%;
}

#tableReferenceList .headerName,
#tableReferenceList .cellName {
  width: 25%;
}
#tableReferenceList .headerCompany,
#tableReferenceList .cellCompany {
  width: 25%;
}
#tableReferenceList .headerEmail,
#tableReferenceList .cellEmail {
  width: 25%;
}


/**************************************************************************************************
                                        SUB-NAV SETTINGS
**************************************************************************************************/

#subNav {
  position: absolute;
  top: 165px;
  left: 260px;
  width: calc(100% - 470px);
  border: none;
  border: 1px solid #444;
  background: #EEF;
  list-style: none;
  font-size:1.2em;
  z-index: 4000;
}

#subNav a:link , #subNav a:visited , #subNav a:active { color: #22F; }
#subNav a:hover { color: #000; text-decoration: underline; }

#subNav ul {
  padding: 0 0 0 0;
  background: #EEF;
}
#subNav li {
  display: inline;
  margin-left: 4px;
}
#subNav a {
  text-decoration: none;
  color: #AAA;
}
#subNav .separator {
  border-right: 1px solid #CCF;
  padding-right:5px;
  margin-right: 0;
}


*/

.website #subNav #webLink,
.upload #subNav #uploadLink
{
  font-weight: bold;
  color: #000;
}




/**************************************************************************************************
                                           MAIN CONTENT
**************************************************************************************************/

#main {
  position: absolute;
  top: 165px;
  left: 260px;
  /* margin-left: 260px;
  margin-right: 210px; */
  padding: 10px;
  border: none;
  border-left: 1px solid #999;
  border-right: 1px solid #99F;
  background: #00061E; /* from virtual image */
  /*background: #888; /* GOOD FOR DEBUGGING */
  opacity: 1.0;
  width: calc(100% - 470px);
  height: calc(100% - 205px);
  overflow-x:hidden;
  overflow-y:scroll;
}
#main h1 {
  font-size: 1.5em;
  font-weight: bold;
  color: #FFF; /* #663900 */
  padding-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
#main h2 {
  font-size: 1.4em;
  font-weight: bold;
  color: #FFF; /* #663900 */
  padding-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
#main h3 {
  font-size: 1.1em;
  font-weight: bold;
  font-variant: small-caps;  
  color: #FFF; /* #663900 */
  margin-bottom: 15px;
  text-align: center;
}
#main h4 {
  font-size: 1.1em;
  font-weight: bold;
  color: #3465A4;
  margin-bottom: 15px;
  text-align: center;
}
#main h5 {
  font-size: 1.1em;
  font-weight: normal;
  color: #FFF; /* #663900 */
  margin-bottom: 15px;
  text-align: left;
}
#main h6 {
  font-size: 0.8em;
  font-weight: normal;
  color: #FFF; /* #663900 */
  clear: left;
}
#main ul, ol {
  font-size: 1.0em;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 0px;
  padding: 0 0 0 20px;
  color: #FFF; /* #663900 */
  clear: left;
}
#main ol li, ul li {
  margin-bottom: 0px;
}
.center_justify {
  text-align: center;
}
.space_above {
  margin-top: 20px;
}

.feelist {
  list-style-position: inside;
}

.feelisttab { 
  display: inline-block;
  position: absolute;
  left: 650px; 
} 
#paypal-button-container {
  display: block;
  text-align: center;
  margin: auto;
  width: 400px;
}

#greyout {
  display: none;
  background-color: #333;
  opacity: 0.8;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url('ajax-loader.gif');
  background-position: center;
  background-repeat: no-repeat;
}

#main p {
  line-height: 1.5em;
  margin-bottom: 1.0em;
  text-align: justify;
  color: #FFF; /* #663900 */
}
#main p.listintro {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 0;
  margin-left: 1%;
  text-align: left;
}
#main p.information {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 0.6em;
  margin-left: 1%;
  text-align: justify;
}

#main p.information-centred {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 0.6em;
  margin-left: 1%;
  text-align: center;
}
#main p.qtext {
  font-size: 1.1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3em;
  margin-bottom: 0.6em;
  margin-left: 1%;
  text-align: left;
}

#main p.qbtext {
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.3em;
  margin-bottom: 0.6em;
  margin-left: 1%;
  text-align: left;
}
#main p.extra_para {
  font-size: 0.7em;
  font-weight: normal;
  text-align: center;
  color: #FFF;
  line-height: 1.0em;
  margin-left: 1%;
}
#main p.footnote {
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.3em;
  margin-top: 2em;
  text-align: justify;
  width: 95%;
}
#main p.caption {
  font-size: 1.0em;
  font-weight: normal;
  font-style: italic;
  line-height: 1.3em;
  margin: 15px 0 50px 0;
  text-align: center;
  width: 95%;
  color:#00F;
}
#main p.address {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 0.6em;
  text-align: left;
  width: 95%;
  padding: 0 0 0 20px;
}
#main p.information a {
  font-size: 1.0em;
  font-weight: bold;
  /* border-bottom: 1px solid #222; */
  text-align: left;
}
#main .body-2column {
  float: left;
  width: 48%;
  height: 100%;
  margin-left: 1%;
  padding-right: 1%;
  /* border: dotted 1px black; */
  overflow-x:hidden;
  overflow-y:auto;
}
#main .body-2column label {
  margin-left: 20px;
}

#main #downloads p {
  text-align: center;
}

/*  position: relative;
  top:0%;
  left:2%;
}
#main .column2 {
  position: relative;
  top:0%;
  left:2%;
}
*/

.modal {
  top:  150px;
}

#register-div {
  position: relative;
}

#register-div .leftcheckbox {
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
}

#register-div .indentcheckbox {
  margin-left: 20px;
  margin-right: 5px;
}

#register-div #discount-text {
  position: absolute;
  left: 400px;
  padding-top: 12px;
  color: #88F;
  font-size: 1.1em;
  font-weight: bold;
}
#register-div #workshop-text {
  position: absolute;
  top: 100px;
  left: 333px;
  padding-top: 12px;
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
}

#iwasa-div .iwasa {
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
}

.qbtn {
  display:inline-block;
  margin-left: 10px;
  margin-right: 15px;
}


#admin-page #admin-div {
  color: #FFF; 
  font-size: 0.9em;
}

#admin-page {
  position: relative;
}

#admin-page #summary-stats {
  /* position: absolute;
  width: 40%;
  top: 50px;
  left: 200px; */
  margin: auto;
  width: 40%;
  color: #000; 
  background-color: #FFF; 
  font-size: 0.9em;
  padding: 5px 10px 5px 10px;
}

#summary-stats h3 {
  font-size: 1.5em;
  color: #88F;
}

#summary-stats label {
  text-align: left;
  width: 60%;
}
#summary-stats span {
  text-align: left;
  width: 40%;
  font-weight: bold;
}

.prodDetail {
  width: 95%;
  margin: 1px 0 1px 0;
  padding: 0;
  border: 1px solid #00F;
  height: 33px;
  background: #EEEEB0;
}

/* FOLLOWING ARE FOR DELETE CONFIRMATION */
.divConfirmDelete {
  position: absolute;
  padding: 2px 2px 2px 2px;
  border: 1px solid #000;
  background: #F44;
  width: 200px;
  height: 60px;
  display: none;
  text-align: center;
  opacity: 0.9;
  filter: alpha(opacity=90);
  z-index: 999;
}

.divConfirmDelete p {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}
.confirmDelete {
  float: left;
  margin-left: 10px;
  padding: 0 2px 2px 0;
  text-align: center;
  font-variant: normal;
  font-family: arial;
  font-size: 0.8em;
  height: 2.0em;
  width: 50px;
}
.cancelDelete {
  float: right;
  margin-right: 10px;
  padding: 0 2px 2px 0;
  text-align: center;
  font-variant: normal;
  font-family: arial;
  font-size: 0.8em;
  height: 2.0em;
  width: 50px;
}
.deleteBtn {
  padding: 2px 0px 5px 0px;
  margin: 0 0 2px 5px;
  width: 35px;
  border: solid;
}
#divMessageAlert,
#divMessageAlert2  {
  position: fixed;
  top: 50%; 
  left: 30%; 
  margin-top: -45px; 
  margin-left: 0px;
  padding: 2px 2px 2px 2px;
  border: 2px solid #000;
  background: #F44;
  width: 40%;
  height: 150px;
  display: none;
  opacity:0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
}
#divMessageAlert p,
#divMessageAlert2 p {
  text-align: center;
  color: #FFF;
  padding: 0 0 0 0;
  margin: 2px 0 8px 0;
}
#divMessageAlert .confirmOK,
#divMessageAlert2 .confirmOK {
  float: left;
  margin-left: 46%;
  padding: 0 2px 2px 0;
  font-variant: normal;
  font-family: arial;
  font-size: 0.8em;
  height: 2.0em;
  width: 40px;
}

/**************************************************************************************************
                                          SUSCRIBE FORM
**************************************************************************************************/

.subscribeform,
.loginform,
.passwordform {
  margin-left: 120px;
}

.formitem {
  display: inline-block;
  font-family: "Liberation Sans";
  font-size: 1.1em;
  margin: 0;
  width: 100%; /* was 900px; */
  color: #FFF;
}

.inputLabel {
  width: 150px;
  text-align: left;
  margin-right: 15px;
  clear: left;
  font-family: arial;
  font-size: 0.9em;
  padding: 0 10px 0 0;
}
.inputLabelNarrow {
  width: 50px;
  text-align: left;
  margin-right: 15px;
  clear: left;
  font-family: arial;
  font-size: 0.9em;
  padding: 0 10px 0 0;
}
.inputLabelWide {
  width: 250px;
  text-align: left;
  margin-right: 15px;
  clear: left;
  font-family: arial;
  font-size: 0.9em;
  padding: 0 10px 0 0;
}
.inputLabelDisabled {
  width: 150px;
  text-align: right;
  margin-right: 15px;
  clear: left;
  font-family: arial;
  font-size: 1.1em;
  color: #666;
  padding: 0 10px 0 0;
}
.inputLabelFloat {
  float: left;
  position: relative;
  top: 1px;
  /* background-color: #DDD; /*#0B0A70;*/
  color: #FFF;
  width: 200px;
  height: 32px;
  text-align: right;
  margin-right: 15px;
  clear: left;
  font-family: arial;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.3em;
  padding: 2px 10px 0 0;
}
.inputLabelComment {
  /*float: left;*/
  /*position: relative;
  top: 3px;*/
  background-color: #FFF;
  color: #000;
  width: 150px;
  height: 20px;
  text-align: left;
  margin-left: 15px;
  clear: left;
  font-family: arial;
  font-size: 0.8em;
  line-height: 1.3em;
  padding: 0 0 0 5px;
}
.inputLabelDetail {
  display: block;
  color: #FFF;
  width: 15%;
  text-align: left;
  font-family: arial;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.3em;
  padding: 2px 10px 0 0;
}
.inputFieldDetail {
  width: 100%;
  padding: 0 0 0 10px;
  background-color: #FFEFA0;
  font-size: 1.0em;
  line-height: 1.0em;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.inputFieldDetailDisabled {
  width: 100%;
  padding: 0 0 0 10px;
  background-color: #FFFFFF;
}
.inputTitleDetail {
  width: 100%;
  padding: 0 0 0 10px;
  background-color: #FFEFA0;
  font-size: 1.0em;
  line-height: 1.0em;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.inputDisabled {
  width: 100%; /*394*/
  background: #EEE;
}
.reg-label-1 {
  margin-right: 10px;
}
.captcha {
  position: relative;
  top: 0px;
  left: 0px;
  width: 200px;
  margin-right: 5px;
  padding: 0 5px 0 5px;
}
.captchaLabel {
  top: 5px;
}
#inputCaptcha {
  width: 240px;
  height: 28px;
  font-family: arial;
  font-size: 1.3em;
  padding: 0 0 0 4px;
  border-top: 2px solid #444;
  border-left: 2px solid #444;
  border-bottom: 2px solid #EEE;
  border-right: 2px solid #EEE;
  background-color: #FFEFA0;
  text-transform: uppercase;
  text-align: center;
}
.inputHelp {
  font-family: arial;
  font-size: 0.8em;
  padding-left: 4px;
  width: 300px;
  overflow: hidden;
}
.inputField {
  width: 440px; /*394*/
  height: 28px;
  font-family: arial;
  font-size: 1.0em;
  padding-left: 4px;
  border-top: 2px solid #444;
  border-left: 2px solid #444;
  border-bottom: 2px solid #EEE;
  border-right: 2px solid #EEE;
  background-color: #FFEFA0;
}
.inputFieldLong {
  width: 600px; /*394*/
  height: 28px;
  font-family: arial;
  font-size: 1.0em;
  padding-left: 4px;
  border-top: 2px solid #444;
  border-left: 2px solid #444;
  border-bottom: 2px solid #EEE;
  border-right: 2px solid #EEE;
  background-color: #FFEFA0;
}
.inputFieldNarrow {
  width: 350px;
  height: 28px;
  font-family: arial;
  font-size: 1.0em;
  padding-left: 4px;
  border-top: 2px solid #444;
  border-left: 2px solid #444;
  border-bottom: 2px solid #EEE;
  border-right: 2px solid #EEE;
  background-color: #FFEFA0;
}
.inputFieldDisabled {
  width: 350px;
  height: 28px;
  font-family: arial;
  font-size: 1.0em;
  padding-left: 4px;
  border: 1px solid #AAA;
  background-color: #DDD;
}
.inputEmail {
  width: 440px;
  height: 25px;
  font-family: arial;
  font-size: 0.9em;
  padding-left: 4px;
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-bottom: 2px solid #444;
  border-right: 2px solid #444;
  background-color: #FFEFA0;
}
.inputQ {
  width: 100%;
  height: 25px;
  font-family: arial;
  font-size: 0.8em;
  padding-left: 4px;
  margin-bottom: 25px;
  background-color: #FFEFA0;
}
.inputQ400 {
  width: 400px;
  height: 25px;
  font-family: arial;
  font-size: 0.8em;
  padding-left: 4px;
  margin-bottom: 25px;
  background-color: #FFEFA0;
}
.btnbox {
  width: 100%;
  margin-bottom: 10px;
}
.reg-field-1 {
  width: 180px;
  margin-left: 63px;
}
.feeclass {
  width: 90px;
  font-family: arial;
  font-size: 1.0em;
  padding-left: 4px;
  text-align: right;
  margin-right: 20px;
}
.inputLink {
  display: block;
  width: 395px;
  font-size: 1.0em;
  padding-left: 4px;
  border: 1px dotted #AAA;
}
.inputFieldShort {
  width: 194px;
  font-family: arial;
  font-size: 1.0em;
  padding-left: 4px;
  border-top: 2px solid #444;
  border-left: 2px solid #444;
  border-bottom: 2px solid #EEE;
  border-right: 2px solid #EEE;
  background-color: #FE9;
}
.inputFieldShorter {
  width: 145px;
  font-family: arial;
  font-size: 1.0em;
  padding-left: 4px;
  border-top: 2px solid #444;
  border-left: 2px solid #444;
  border-bottom: 2px solid #EEE;
  border-right: 2px solid #EEE;
  background-color: #FE9;
}
.inputDate {
  width: 80px;
  font-size: 1.0em;
  border: 1px solid #AAA;
}
.gbutton ,
.greybutton {
  /* float: left; */
  display:inline-block;
  background-image: url(images/gbutton_100x15.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100px 20px;
  width: 100px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
  padding: 0 10px 2px 0;
  margin: 0 10px 0 10px;
}
.gbuttonmedium {
  /* float: left; */
  display: inline-block;
  background-image: url(images/gbutton_200x25.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 140px 25px;
  width: 140px;
  height: 24px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  padding: 0 10px 2px 0;
  margin: 0 10px 0 10px;
  font-size: 0.9em;
}
.gbuttonwide {
  /* float: left; */
  display: inline-block;
  background-image: url(images/gbutton_200x25.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 200px 25px;
  width: 200px;
  height: 24px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  padding: 0 10px 2px 0;
  margin: 0 10px 0 10px;
  font-size: 0.9em;
}
.gbuttonwidedisabled {
  /* float: left; */
  display: inline-block;
  background-image: url(images/gbutton_200x25.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 200px 25px;
  width: 200px;
  height: 24px;
  color: #777;
  text-align: center;
  line-height: 20px;
  padding: 0 10px 2px 0;
  margin: 0 10px 0 10px;
  font-size: 0.9em;
}
.gbuttonwidefloatleft {
  /* float: left; */
  display: inline-block;
  background-image: url(images/gbutton_200x25.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 200px 25px;
  width: 200px;
  height: 24px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  padding: 0 10px 2px 0;
  margin: 0 10px 0 10px;
  font-size: 0.9em;
}
.gbutton_disabled {
  /* float: left; */
  display:inline-block;
  background-image: url(images/gbutton_100x15_disabled.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100px 20px;
  color: #777;
  width: 100px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  padding: 0 10px 0 0;
}
.disabled {
  color: #000;
  background: #999;
}
.newbutton {
  background-color: #D3D7CF;
  border-radius: 10px 10px 10px 10px;
  width: 200px;
  height: 26px;
  text-align: center;
  line-height: 20px;
  font-size: 0.9em;
  margin: 0 10px 0 10px;
}
.newbutton100 {
  background-color: #D3D7CF;
  border-radius: 10px 10px 10px 10px;
  width: 100px;
  height: 26px;
  text-align: center;
  line-height: 20px;
  font-size: 0.9em;
  margin: 0 10px 0 10px;
}

.small-margin {
  margin-left: 40px !important;
}
.left-margin {
  margin-left: 100px !important;
}
.extended-left-margin {
  margin-left: 150px !important;
}
.double-left-margin {
  margin-left: 250px !important;
}
.center {
  margin-left: 330px !important;
}
.inlineblock {
  display: inline-block;
  margin: 0 10px 0 10px;
}
.float-left-with-margin {
  float: left;
  margin-left: 10px;
}
.centred {
  margin-left: auto;
  margin-right: auto;
}
.centredfees {
  text-align: center !important;
}
}
.circle-left-margin {
  margin-left: 160px !important;
}
.left-margin-190 {
  margin-left: 190px !important;
}
.invisible {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.subscribe_done {
  width: 200px;
  height: 50px;
  background-image: url(images/tick_200x200.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  padding: 0 2px 2px 0;
  margin-left: 320px;
  color: #FFF;
}
textarea .dialog {
  width: 750px;
  height: 200px;
}

.message {
  color: #F00;
  font-weight: bold;
  text-align: center;
}
.black {
  background-color: #000;
}
.white {
  background-color: #FFF;
}
.red {
  background-color: #F12727;
  color: #FFF; 
}




/**************************************************************************************************
                                          EXTRA
**************************************************************************************************/
#extra {
  position: relative;
  width: 100%;
  background-color: #888;
}
.extra_left {
  position: absolute;
  display: inline-block;
  background-color: #444;
  left: 0%;
  width: 33%;
}
.extra_middle {
  position: absolute;
  display: inline-block;
  background-color: #444;
  left: 33%;
  width: 33%;
}
.extra_right {
  position: absolute;
  display: inline-block;
  background-color: #444;
  left: 66%;
  width: 33%;
}

/**************************************************************************************************
                                          ADVERTISING
**************************************************************************************************/
#irisadverts {
	position: absolute;
	top: 165px;
	right: 5px;
	width: 200px;
  height: calc(100% - 205px);
  overflow-x: hidden;
  overflow-y: auto;
}

#irisadverts p {
	margin-top: 10px;
  margin-bottom: 10px;
	text-align: center;
}

#irisadverts .tight {
  margin-bottom: 3px;
  text-align: center;
}

#irisadverts p.caption {
  font-size: 0.8em;
  font-weight: normal;
  font-style: italic;
  line-height: 1.0em;
  text-align: center;
  width: 95%;
}

/* over-ride bootstrap.css settings */

.carousel {
  /* height: 250px!important; */
  width: 65%;
  height: 200px;
  margin: auto;
  margin-bottom: 20px;
}

.carousel-indicators {
  color: #000;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #22F;
}

.carousel-item {
  /* height: 200px!important; */
  margin-right: -100%;
  transition: unset;
}

/* 
.carousel-item .carousel-caption,
.carousel-item-active .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
  bottom: 18px;
  color: #000;
  font-size: 0.9em;
}
*/

.carousel-caption {
  position: unset;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 5px;
}

.carousel-indicators {
  position: unset;

}
  

.carousel-image {
  width:100%;
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

p.caption {
  font-size: 1.0em;
  font-weight: normal;
  font-style: italic;
  line-height: 1.0em;
  margin: 4px 0 5px 0;
  width: 100%;
  color:#FFF;
}

.sponsor_text {
  background-color: #000;
  font-size: 0.9em;
  font-weight: normal;
  font-style: italic;
  color: #FFF;
  text-align: justify;
}


/**************************************************************************************************
                                      COOKIE CONSENT
**************************************************************************************************/
#risigcookieconsent {
    z-index: 999;
    min-height: 40px;
    max-height: 50px;
    font-family: OpenSans, arial, "sans-serif";
    padding: 10px 20px;
    background: #1010A0B0;
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 10px;
    right: 0px;
    width: 100%;
    display: none;
    left: 0;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}
#risigcookieconsent div {
    padding: 5px 0 0;
}
#risigcookieconsent a {
    color: #ffba55;
    display: inline-block;
    padding: 0 10px;
}
#risigcookieconsent a:hover {
    color: #fda016;
}
#risigcookieconsent a#cookieButton {
    display: inline-block;
    color: #000000;
    font-size: 1.1em;
    line-height: 1.3;
    background: #ffba55;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 30px;
    float: right;
    border-radius: 20px;
}
#risigcookieconsent a#cookieButton:hover {
    background: #fda016;
    color: #000;
}




/**************************************************************************************************
                                          FOOTER
**************************************************************************************************/
footer {
  position: absolute;
  bottom: 0;
  background-color:  gray;
  width: 100%;
  height: 28px;
}


/**************************************************************************************************
                                        COPYRIGHT
**************************************************************************************************/

#copyright {
  position: relative;
  margin: 10px 0 5px 5px;
  width: 100%;
  height: 20px;
  font: normal 0.8em arial;
  color: #FFE;
  background: none;
}


#copyright .copyrightMessage {
  position: absolute;
  left: 0px;
  bottom: 5px;
}

#copyright .copyrightMessage::before,
#copyright .copyrightMessage:before {
  content: "Copyright \00A9";
}


#copyright .websiteBy {
  position: absolute;
  left: 40%;
  bottom: 5px;
}

#copyright .lastUpdate {
  position: absolute;
  right: 1%;
  bottom: 5px;
}




/**************************************************************************************************
                                                  OTHER
**************************************************************************************************/

#spreadsheetfilename {
  display: block;
  width: 400px;
  background-color: #EEEEB0;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#spreadsheetformat {
  display: none;
  width: 200px;
  background-color: #EEEEB0;
  font-size: 0.8em;
  margin-left: auto;
  margin-right: auto;
}
.doRead {
  display: block;
  margin-top: 20px;
  border: none;
  width: 200px;
  height: 30px;
  background-color: #FFF;
  text-align: center;
}

#formSubscriberUpload {
  font-size: 0.8em;
}
#formSubscriberUpload .pliLabel {
  position: absolute;
  height: 1.7em;
  font-variant: normal;
  font-family: arial;
  font-size: 1em;
  padding: 3px 0 0 0;
  margin: 0;
  margin-right: 5px;
  color: #FFF;
}
#formSubscriberUpload .pliInput {
  position: absolute;
  height: 1.7em;
  font-variant: normal;
  font-family: arial;
  font-size: 0.9em;
  border: 1px solid #666; 
  padding: 0;
  margin: 0;
  margin-right: 1px;
  background: #EEEEB0;
}
#formSubscriberUpload .pliInputDisabled {
  background: #FDD;
}
#formSubscriberUpload #namelabel {
  top: 73px;
  left: 140px;
  width: 80px;
}
#formSubscriberUpload #name {
  top: 75px;
  left: 200px;
  width: 250px;
}
#formSubscriberUpload #sheetlabel {
  top: 73px;
  left: 590px;
  width: 50px;
}  
#formSubscriberUpload #sheetselect {
  top: 75px;
  left: 650px;
  width: 250px;
} 
#formSubscriberUpload #descrlabel {
  top: 75px;
  left: 550px;
  width: 80px;
}
#formSubscriberUpload #description {
  top: 75px;
  left: 630px;
  width: 298px;
}
#formSubscriberUpload #atdatelabel {
  top: 100px;
  left: 10px;
  width: 80px;
}
#formSubscriberUpload #atdate {
  top: 100px;
  left: 80px;
  width: 150px;
}
#formSubscriberUpload #currencylabel {
  top: 100px;
  left: 270px;
  width: 50px;
}  
#formSubscriberUpload #currencyselect {
  top: 100px;
  left: 340px;
  width: 150px;
} 

.divSubscriberUploadControls {
  margin: 0 auto;
  width: 800px;
  height: 22px;
  text-align: center;
}

#formContactImport #description {
  width: 250px;
}


#formSubscriberUpload {
  width: 100%;
}
#divPreview {
  position: absolute;
  top: 155px;
  left: 10px;
  width: calc(100% - 20px);
}
#divSpreadsheetPreview {
  /* height: 200px; */
  /* overflow-x: scroll; */
}
#tableSpreadsheetPreview {
  text-align: left;
  table-layout:fixed;
  width: 100%;
  overflow-x: scroll;
  font-size: 0.8em;
}
#tableSpreadsheetPreview .headerIndex,
#tableSpreadsheetPreview .cellIndex {
  width: 5%;
  min-width: 50px;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
}
#tableSpreadsheetPreview .headerColumn {
  width: 15%;
  text-align: center;
}
#tableSpreadsheetPreview .cellColumn {
  width: 15%;
  vertical-align: top;
}

#divSpreadsheetIdentifyColumns {
    /* width: calc(100% - 12px); */
    width: 100%;
    height: 20px;
    overflow: hidden;
    margin-top: 5px;
}
#tableSpreadsheetIdentifyColumns {
  text-align: left;
  table-layout:fixed;
  width: 100%;
  background-color: #000;
  border: none;
}
#tableSpreadsheetIdentifyColumns .headerIndex,
#tableSpreadsheetIdentifyColumns .cellIndex {
  width: 5%;
  min-width: 50px;
  text-align: center;
  border: none;
}
#tableSpreadsheetIdentifyColumns .headerColumn {
  width: 15%;
  text-align: center;
}
#tableSpreadsheetIdentifyColumns .cellColumn {
  width: 15%;
  border: none;
}
#tableSpreadsheetIdentifyColumns .inputColumn {
  width: 100%;
  border: 1px solid #444;
  background: #eeeeb0;
}
#upssfile {
  position: fixed;
  top: -100px;
}

.recipientselect {
  box-sizing: content-box;
  height: 25px;
  width: 200px;
  /*font-variant: normal;
  font-family: arial;
  font-size: 0.7em; */
  /* border: 1px solid #666; */
  padding: 0;
  margin: 0;
  background: #EEEEB0;
}


.abstract {
  background-color: #FFF;
  color: #000;
  font-size:0.8em;
  padding: 1px 0 0 5px;
  min-height: 3.5em;
  margin-bottom: 10px;
  border-radius: 0px;
}
.abstract a {
  color: #000;
}
.abstract .comment {
  margin-left: 125px;
  font-size: 1.1em;
  font-variant: small-caps;
  font-weight: bold;
  display:inline-block;
  margin-bottom: 5px;
}

#TZdiv {
  /* margin: 0 auto; */
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 0 20px 0;
}
.TZlabel {
  display: inline-block;
  width: 300px;
  text-align: left;
  margin-right: 15px;
  clear: left;
  font-family: arial;
  font-size: 1.0em;
  padding: 0 10px 0 0;
  color: #FFF;
}
.TZinput {
  /*position: absolute;
  right:5px; */
  display: inline-block;
  width: 300px;
  font-size: 0.8em;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #999;
  background: #EEEEB0;
}

#proceedings .talk-title {
  /*float: right; */
  display:inline-block;
  width:calc(100% - 100px);
  text-align:left;
  vertical-align:middle;
  font-size:1.4em;
}


#proceedings .paper a {
    color: #444;
    /*text-indent: 2em;*/
    vertical-align: middle;
    height: 100px;
    /* line-height: 1.5em; */
    margin-top: auto;
    margin-bottom: auto;
    /* display: inline-block; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/**************************************************************************************************
                                          SPONSOR IMAGES
**************************************************************************************************/
.parallax {
  /* Set a specific height */
  width: 1200px;
  height: 600px; 
  /* Create the parallax scrolling effect */
  background-attachment: scroll;
  /*background-position: 300px 270px;*/
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #AAA;
  border-radius: 10px 10px 10px 10px;
  filter: drop-shadow(3px 3px 4px #333);
  margin:auto;

}
.parallax_zeiss {
  /* The image used */
  background-image: url("sponsor_logos/zeiss_1200x600.png");
  }
.parallax_thermo {
  /* The image used */
  background-image: url("sponsor_logos/tfs_1200x600.png");
}
.parallax_corelab {
  /* The image used */
  background-image: url("sponsor_logos/Corelab_1200x600.png");
  }
.parallax_bruker {
  /* The image used */
  background-image: url("sponsor_logos/bruker_1200x600.png");
}
.parallax_tescan {
  /* The image used */
  background-image: url("sponsor_logos/TESCAN_1200x600.png");
}
.parallax_geotek {
  /* The image used */
  background-image: url("sponsor_logos/GeotekCoreWorkflow.png");
}
.parallax_enersoft {
  /* The image used */
  background-image: url("sponsor_logos/enersoft_1200x600.png");
}

/**********************************************************************************************************
*************************************** Provenence Table **************************************************
***********************************************************************************************************/



#divProvTable {
  overflow-y: scroll;
  min-height: 500px;
  margin-bottom: 5px;
  font-size: 1.1em;
  color: #000;
}

#tableProvTable {
  text-align: left;
  width: 100%;
}

#tableProvTable .headerLabel,
#tableProvTable .cellLabel {
  width: 25%;
  padding:2px 5px 2px 10px;
  font-weight: bold;
}
#tableProvTable .headerVal,
#tableProvTable .cellVal {
  width: 50%;
  padding:2px 5px 2px 10px;
}
#tableProvTable .headerQual,
#tableProvTable .cellQual {
  width: 25%;
  padding:2px 5px 2px 10px;
}

/* Registration Desk */
.formLine {
  width:100%;
  margin-top:5px;
  margin-bottom:15px;
}
.regLabel {
  width:250px;
}
.regInput {
  width:440px;
  height:33px;
  margin:1px 0 1px 0;
  padding:0;
  border:1px solid #00F;
  background-color:#EEEEB0;
}
.regInputShort {
  width:200px;
  height:33px;
  margin:1px 0 1px 0;
  padding:0;
  border:1px solid #00F;
  background-color:#EEEEB0;
}
.regInputError {
  background-color:#F00;
}
.feeDiv,
.twoItemsDiv {
  width:440px;
  height:33px;
  padding:0;
  display:inline-flex;
  flex-direction: row;
  justify-content: space-between;
  
}
.regTitle {
  display: inline-block;
  width:130px;
  color: #DDD;
  text-align: center;
  line-height:40px;
  padding:0;
  margin:0;
}
.calcPriceBtn {
  display: inline-block;
  width: 200px;
  margin-right: 50px;
  height: 30px;
  border-radius: 20px;
  padding: 2px 0 0 12px;
  background-color: #CCC;
  color: #000;
  cursor: pointer;
}
.calcPriceBtn:hover {
  background-color: #FFF;
}
.regFee {
  width:130px;
  background:#EEEEEE;
  text-align: right;
}
.regBtn {
  width: 400px;
  height: 40px;
  border-radius: 20px;
  padding-bottom: 5px;
  background-color: #AAA;
  color: #888;
}
.regBtnActive {
  background-color: #D00;
  color: #FFF;
}
.badgeBtn {
  width: 400px;
  height: 40px;
  border-radius: 20px;
  padding-bottom: 5px;
  background-color: #AAA;
  color: #888;
}
.clearBtn {
  width: 200px;
  height: 40px;
  border-radius: 20px;
  padding-bottom: 5px;
  margin-right:10px;
  background-color: #AAA;
  color: #888;
}
.badgeBtnActive,
.clearBtnActive {
  background-color: #D00;
  color: #FFF;
}