.linkColor
{
	 COLOR: #0094DB;   
}

A.viewLink{
	color: #0094DB;
}

A.viewLink:link
{    
    COLOR: #0094DB;    
}
A.viewLink:visited
{    
    COLOR: #0094DB;    
}
A.viewLink:hover
{    
    COLOR: #0094DB;   
}
.error {
	color: black;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}

.include ul li,
.include ol li,
.include dl li
{
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.error, li.error, ol.error, dl.error{
	padding-top: 5px;
    padding-bottom: 5px;
}

#ticket-portal-image {
  background-image: url("../images/lacity.jpg");
  background-size: cover;
  background-position: top;
  height: 700px;
  width: 100%;
}

#noshow {display: none;}

.registerAns {
	color: black;
	font-family: Arial;
	font-size: 10pt
}
