
.staticPopUp {
	margin: 10px;
}	

.expired {
  background-color: red;
  vertical-align: middle;
  font-weight: bold;
}

.match {
	background-color: #e9a;
}

#m1 {
  background-color: yellow;
}

span.mprev, span.mprev a:hover {
	cursor: pointer !important;
}	

span.mnext, span.mnext a:hover {
  cursor: pointer !important;
} 

span.close, span.close a:hover {
  cursor: pointer !important;
} 
	
#advbox {
	display:none;
}	

#quickbox {
  display:inline;
} 

form {
  border:none;
}
 
#searchbox .quicklink {
  color: #f8f8f8;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
  padding-left: 6px;
  }
  
#searchbox .quicklink a{
  color: #f8f8f8;
  font-size: 11px;
  text-decoration: underline;
  font-weight: normal;
  padding-left: 6px;
  }

#searchbox .quicklink a:hover{
  color: #f8f8f8;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
  padding-left: 6px;
  }

.warning {
	padding: 2px;
  border: solid black 1px;
}

.warningTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 3px;
}
 
.pihead {
  color: #666;
  font-size: 18px;
  font-family: "Lucida Sans", Arial, Verdana, sans-serif;
  font-weight: bold;
  margin: 10px 0; 
}

