body
{
  font-family:'Open Sans', sans-serif;
  margin:0;
  background-color:#f5f5f5;
  color:#444;
}

/***** LOADING MESSAGE *****/
  .DisablePageLayer
  {
    width: 100%;
    text-transform: uppercase;  
    color: #fff;
    font-size: 20px;
    background: url("https://presentations.inxpo.com/customvts/Registration/two-column-tabbed-multi-registration-no-password/images/5x5-BG.png") repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: fixed;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    top: 0;
    z-index:100;
  }
/***** LOADING MESSAGE *****/

/***** MAIN CONTAINER *****/
  #MainContainer
  {
    margin:0 auto;
    width:980px;
    background-color:#fff;
    /*border-left:1px solid #ddd;
    border-right:1px solid #ddd;*/
    position: relative;
    box-shadow:84px -966px 423px -98px rgba(0, 0, 0, 0.15), -200px -966px 423px -98px rgba(0, 0, 0, 0.15), 0 0 200px rgba(0, 0, 0, 0.15);
  }
/***** END MAIN CONTAINER *****/

/***** HEADER *****/
  #header
  {
    height:150px;
    border-bottom: 1px solid #ddd;
  }
/***** HEADER *****/

/***** HEADER INFO TEXT *****/
  #HeaderInfoText
  {
    font-size:15px;
    padding:15px 0 0;
    margin:0 25px 25px;
    border-bottom:1px dotted #ccc;
  }
  #HeaderInfoText a
  {
    color:#444;
  }
  #HeaderInfoText a:hover
  {
    color:#666;
  }
  .HeaderInfoTitle
  {
    font-size:24px;
    margin:15px 0 0 0;
  }
  #ThankYouText
  {
    font-size:15px;
    padding:15px 0 0;
    margin:0 25px;
  }
  #ThankYouText a
  {
    color:#333;
  }
  #ThankYouText a:hover
  {
    color:#666;
  }
/***** END HEADER INFO TEXT *****/

/***** LEFT CONTAINER *****/ 
  .LeftContainer
  {
    float: left;
    margin: 0 50px 0 30px;
    width:450px;
    /*min-height: 1120px;*/
  }

  /***** SHOW NAV *****/ 
  .ShowNav 
  {
    width: 450px;
    border-bottom: 1px solid #ccc;
  }   
  #UpcomingTitle
  {
    float: left;
    margin: 0 10px 0 0;
  }
  #LiveOnDemandTitle 
  {
    float: left;
  }
  .SectionTitle 
  {
    background-color: #99a1ac;
  }
  .SectionTitle:hover
  {
    background-color: #818891;
  }
  .SectionTitle-selected 
  {
    background-color: #3f5e8c;
  }
  .SectionTitle-selected:hover
  {
    background-color: #344d73;
  }
  .SectionTitle, .SectionTitle-selected
  {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    border-radius: 7px 7px 0 0;
    -webkit-transition: background 0.5s; /* For Safari 3.1 to 6.0 */
    transition: background 0.5s;
    min-width: 75px;
  }
  /***** END SHOW NAV *****/ 

  /***** SHOW LIST *****/
  #ShowList
  {
    float: left;
    margin: 0 50px 175px 0;
    /*padding: 0 30px 0 0;*/
    width: 450px; 
  }
  #ShowList input
  {
    border:0 none;
    margin:0 10px 0 0;
  }
  #ShowList label
  {
    width:100%;
    height:30px;
  }
  /***** END SHOW LIST *****/ 

  /***** EVENT INFO *****/
  .EventInfo
  {
    /*margin: 0 0 0 5px;*/
  }
  .EventImg
  {
    float: left;
  }
  .EventImg img 
  {
    max-width:135px;
    margin: 0 10px 10px 0;    
  }
  img[src*="https://vts.inxpo.com/cfr/images/BadgeImageMissing100x56.png"]
  {
    display: none;
  }
  .EventTitle
  {
    font-size:19px;
    margin:0 0 5px;
    /*float:left;*/
  }
  .EventTimeDate
  {
    /*font-size: 18px;
    float:left; 
    margin:7px 0 0;*/
  }
  .event-time
  {
  
  }  
  .event-login-btn
  {
    margin:10px 0 5px;
  }
  .EventComments
  {
    width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 35px;    
    font-size: 14px !important;
    margin:25px 0 0;
  }
  .EventComments p
  {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px !important;
  }  
  .EventComments-full
  {
    clear: left;
    font-size: 14px !important;
    text-shadow: 1px 1px 0 #FFFFFF;
    margin:25px 0 0;    
  }
  .EventComments a, .EventComments-full a
  {
    text-decoration: underline;
    color:#666; 
  }
  .EventComments a:hover, .EventComments-full a:hover
  {
    text-decoration: none;
  }  
  .ReadMoreLink 
  {
    color: #4668C5;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
  }
  .ReadMoreLink:hover
  {
    text-decoration:underline;
  }
  /***** END EVENT INFO *****/

  /***** SHOW CHECKBOX & IMAGE *****/
  .ShowCheckbox
  {
    margin:0 0 15px 0;
  }
  .ShowImage
  {
    float: left;
    height :65px;
    margin:0 15px 0 0;
  }
  /***** END SHOW CHECKBOX & IMAGE *****/

  /***** LOGIN LINK *****/
  .LoginLinks
  {
    /*border-radius:2px;
    margin:0 0 0 15px;*/
    color:#fff;
    cursor:pointer;
    padding:4px 16px;
    text-align:center;
    text-shadow:1px 1px 0 rgba(0,0,0,0.5);
    text-transform:uppercase;
    text-decoration:none;
    font-size:15px;
    background:#4C71A9;    
    -webkit-transition: background 0.5s; /* For Safari 3.1 to 6.0 */
    transition: background 0.5s;    
  }
  .LoginLinks:hover
  {
    background:#39549e;
  }
  .LoginLinks a
  {
    color:#fff;
    display:block;
  }
  /***** END LOGIN LINK *****/
/***** END LEFT CONTAINER *****/ 

/***** RIGHT CONTAINER *****/ 
  .RightContainer
  {
    float: left;
    position: relative;
    /*top: 20px;*/
  }
  .RightContainer a
  {
    color:#4C71A9;
    text-decoration:none;
    cursor:pointer;    
  }
  .RightContainer a:hover
  {
    color:#666;
    text-decoration:underline;  
  } 
  .AlreadyRegisteredText
  {
    margin: 10px 0 0;
  }  
  .NewUserText 
  {
    margin: 0 0 10px;
  }
  
  /***** EXISTING USER FORM *****/
  #ExistingUserLogin
  {
    background: #EBEBEB;
    border: 1px solid #ccc;
    /*float: left;*/
    font-size: 15px;
    margin: 0 0 20px 5px;
    /*margin: -65px 0 0 5px;*/
    padding: 0 15px 20px;
    width: 385px;
    display:none;    
  }
  #ExistingUserLogin label
  {
    float:left;
  	width:135px;
    margin:5px 0 0 0;
  }
  #ExistingUserLogin fieldset
  {
    float:left;
    /*margin:0 25px 0 0;*/
  }
  #ExistingUserLogin input
  {
    border:1px solid #ccc;
    height:25px;
    color:#444;
    text-indent:5px;
  }
  #EULoginID
  {
   /* margin:0 15px 0 0;*/
  }
  #EUPasswordLabel
  {
    width:135px !important;
  }
  #EUSubmitBtn
  {
    background:#4C71A9;  
    color:#fff !important;
    padding:7px 25px;
    cursor:pointer;
    text-shadow:1px 1px 0 rgba(0,0,0,0.5);
    text-transform:uppercase;
    font-size:16px;
    height:auto !important;
    width:auto !important;
    text-indent:0 !important;
    -webkit-transition: background 0.5s; /* For Safari 3.1 to 6.0 */
    transition: background 0.5s;    
  }
  #EUSubmitBtn:hover
  {
    background:#39549e;
  }  
  #ExistingUserLoginText .FormHeaderText
  {
    margin: 10px 0 0;
  }  
  /***** END EXISITING USER FORM *****/

  /***** MAIN FORM *****/  
  #RegForm
  {
    /*float: right;*/
    font-size: 15px;
    width: 420px;
    margin:0 0 100px 5px;
    /*margin:0 20px 100px 0;*/
  }
  #RegForm form 
  {
    background:#f0f0f0;
    border: 1px solid #ddd;
    margin: 15px 0 0;
    max-width: 420px;
    padding: 15px 15px 20px;
  }
  #RegForm input, select
  {
    border:1px solid #ccc;
    height:25px;
    color:#444;
    background-position:0;
    text-indent:5px;
    width:200px;
  }
  fieldset
  {
  	border:none;
  	padding:7px 0;
  }
  label
  {
    float:left;
  	width:145px;
    margin:5px 0 0;
  }
  select
  {
    text-indent:0;
    height:28px;
    padding:3px;
  }
  .required 
  {
  	color:#e30000;
  }
  #RegisterBTN
  {
    background:#4C71A9;
    color:#fff !important;
    cursor:pointer;
    margin:10px 0 0 0;
    text-shadow:1px 1px 0 rgba(0,0,0,0.5);
    text-transform:uppercase;
    font-size:16px;
    padding:10px 30px !important;
    height:auto !important;
    text-indent:0 !important;
    width: auto !important;
    -webkit-transition: background 0.5s; /* For Safari 3.1 to 6.0 */
    transition: background 0.5s;    
  }
  #RegisterBTN:hover
  {
    background-color:#39549e;
  }
  .FormHeaderText
  {
    font-size: 20px;
    margin: 0;
  }
  .PasswordStatusImage 
  {
    padding-left: 10px;
    margin:7px 0 0 190px;
  }
  .PasswordStatus {
    padding: 0 0 0 5px;
  }
  /***** END MAIN FORM *****/
/***** END RIGHT CONTAINER *****/ 

/***** FOOTER *****/
  #footer-wrap
  {
    background: -webkit-linear-gradient(#555, #444); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient#555, #444); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#555, #444); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#555, #444); /* Standard syntax (must be last) */    
    border-top:1px solid #444;
    font-size:11px;
    padding:15px;
    text-shadow:1px 1px 0 #333;
    color:#fff;
    height:15px;
    clear:both;
  }
  #footer-wrap a
  {
    color:#fff;
    text-decoration:none;
  }
  #footer-wrap a:hover
  {
    color:#ccc;
    text-decoration:none;
  }
  #copyright
  {
    float: left;
    width: 350px;
  }
  #footerLinks
  {
  	float:right;
  }
/***** END FOOTER *****/

/***** ERROR MESSAGE *****/
  .ErrorMsg
  {
    background:url("https://presentations.inxpo.com/customvts/Registration/multi-registration/images/PasswordBad.png") no-repeat scroll 0 2px transparent;
    color:#EA0000;
    font-size:16px;
    margin:20px 0 15px;
    padding:0 0 0 20px;  
  }
  .ErrorMsg a 
  {
    color: inherit;
  }
  .ErrorMsg a:hover
  {
    color: #a00;
  }
/***** END ERROR MESSAGE *****/

/***** SUCCESS MESSAGE *****/
  .SuccessMsg
  {
    background:url("https://presentations.inxpo.com/customvts/Registration/multi-registration/images/PasswordGood.png") no-repeat scroll 0 2px transparent;
    color:#14A54E;
    font-size:16px;
    margin:20px 0 15px;
    padding:0 0 0 20px;  
  }
/***** END SUCCESS MESSAGE *****/

/***** SPEAKER LIST *****/
.SpeakerListContainer 
{
  background: #F0F0F0;
  border: 1px solid #DDDDDD;
  float: left;
  margin: 15px 0 0;
  width: 95%;
  padding: 10px;
  max-height: 200px;
  min-height: 55px; 
}
.SpeakerListImg 
{
  float: left;
  margin: 0 10px 0 0;
  max-width: 70px;
}
.SpeakerListName 
{
  color: #4C71A9;
  font-size: 13px;
  margin: 0;
  font-weight: bold;
}
.SpeakerListBio
{
  color: #545454;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 65px;
  max-height: 100px;
  min-height: 45px;
  overflow: auto;
}
.SpeakerListBio p
{
  margin:0;
}
/***** END SPEAKER LIST *****/


.clearDivs
{
  clear:both;
}
.fixed
{
  margin: 0 0 0 530px;
  position: fixed;
  top: 0;
}