

/* styles for ticket popups */

#whitebg {
  position:fixed;
  display:none;
  left:0px;
  top:0px;
  width:100%; 
  height:400%;
  background:white;
  border:none;
}

#greybg {
  position:absolute;
  display:none;
  left:0px;
  top:0px;
  width:100%; 
  height:400%;
  background:rgba(0,0,0,0.666);
  border:none;
}

#regscreen {
  display:none;
  margin-left: auto;
  margin-right: auto;
  margin-top:25px;
  padding:0px 0px 0px 0px;
  background:none;
  width:800px;
  height:500px;
}

#regtitle {
  color:#EEE; 
  float:left;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
  font-weight: 600;
  font-size:40px; 
  padding-bottom:20px;
}

#redx {
 cursor:pointer; 
 color:red; 
 float:right; 
 font-size:30pt; 
 font-family:sans-serif; 
 font-weight:bold; 
 padding-bottom:5px;
}

#tixnav {
  text-align:right; 
  padding: 25px 0 10px 0;
  font-size:30pt; 
  font-weight:bold; 
  font-family:Verdana,'sans-serif'; 
  margin:auto;
  width:100%;
}

#regframe {
  width:800px; 
  height:635px; 
  overflow:hidden; 
  border:0px;
}

#reglink1, #reglink2, #remind1, #remind2 {
  width:100%; 
  height:50px; 
  cursor:pointer;
  color:#FFF;
  background:#47F; 
  text-align:center;
  padding-top:20px; 
  margin-top:12px;
  font-size:16pt; 
  font-family:sans-serif; 
  font-weight:bold;
  border-radius:10px; 
  margin-bottom:25px;
}

#remind1, #remind2 {
  height:auto;
  width:auto;
  background:#FFF;
  color:#47F;
  padding:6px 0 4px 0;
  border:1px solid #AAA;
}

#reglink2 {
  display:none;
  height:90px; 
  font-size:36pt;
  margin-top:2px;
}

#remind2 {
  display:none;
  height:auto;
  width:auto;
  font-size:36pt;
}

#reglink1:hover, #remind1:hover { 
  text-decoration: none;
  color:#c68c53; 
}

.dateblock {
  background-color: #EEE;
  padding: 5px 0 5px 0;
  margin-bottom: 20px;
}

