
#signupAlert {
  display: none;
}

#signupSuccess {
  display: none;
}

#loginAlert {
  display: none;
}

#profileAlertSuccess {
  display: none;
}

#profileAlertError {
  display: none;
}

#passwordSuccess {
  display: none;
}

#passwordError {
  display: none;
}
#ticketAlertSuccess {
  display: none;
}

#ticketAlertError {
  display: none;
}
#commentAlertSuccess {
  display: none;
}

#commentAlertError {
  display: none;
}

#menubox {
	
  box-shadow: 2px 2px black;
  border-color: black;
  
}

#logo {
	width: 225px;

}

#footer {
	
	padding:40px;
	
}

.multi {  
    height: 300px !important;
    overflow: scroll;
}

.multi2 {  
    height: 200px !important;
    overflow: scroll;
}

.accountcontainer {

	margin: 100px 10px 10px 10px;

}

.accountcontainer h4{
	
	color: #003366;

}

#rcorners {
	float: left;
    border-radius: 15px;
    border: 2px solid #808080;
	margin: 2px;
	height: 150px;
	width: 300px;
	padding: 10px;
}

#view td{
	
	padding: 5px;
}

#paymentAlertSuccess {
  display: none;
}

#paymentAlertError {
  display: none;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 10px;
  padding-bottom: 40px;
  color: #5a5a5a;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  /* Set the fixed height of the footer here */
  height: 40px;
  line-height: 40px; /* Vertically center the text there */
  background-color: #D3D3D3;
}

.carousel {
	
	      margin-bottom: 0px;
}