/* Notices custom  */
#form_container .pager {
	top:0px;
	position:relative;
}
#form_container .pager div{
	top:0px;
	position:relative;
}
#form_container div.pager {
	top:0px;
	position:relative;
}
div.pager {
	top:0px;
	position:relative;
}
.hover a {
	border: 1px solid #999;
	padding: 5px;
	border-radius: 5px;
}
.hover a:hover {
	background:#274e90;
	color:white;
	border: 1px solid #274e90;
}
#submit {
	border: 1px solid #999;
	color:#274e90;
	font-size: 12px;
}
#submit:hover {
	background:#274e90;
	color:white;
	border: 1px solid #274e90;
}
/*.fadeslow p:first-letter {
	font-size: 200%;
	font-family:  garamond, bodoni, curly, times, serif;
	padding-right: 1px;
	position:relative;
}*/
.errorMsg {margin-left: 10px;display: inline; color: red;}
input:invalid + .errorMsg {display: none;}
.fadeslow p:first-line { 
	line-height: 100%; 
}
input[type=text] {
    padding:5px; 
    border:1px solid #999; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
input[type=text]:focus {
    background:#e6EEEE;
    color: black;
}
input[type=submit] {
    padding:5px 15px; 
    background:white; 
    border: 1px solid #999;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
textarea.medium {
    height: 8em;
}
textarea.textarea {
    background: url("../../../images/shadow.gif") repeat-x scroll center top #FFFFFF;
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
    font-size: 110%;
    margin: 0;
    width: 99%;
    resize: vertical;
}
/* pager wrapper, div */
.tablesorter-pager {
  padding: 5px;
  top:0px;
  position:relative;
}
/* pager wrapper, in thead/tfoot */
td.tablesorter-pager {
  background-color: #e6eeee;
  margin: 0; /* needed for bootstrap .pager gets a 18px bottom margin */
}
/* pager navigation arrows */
.tablesorter-pager img {
  vertical-align: middle;
  margin-right: 2px;
  cursor: pointer;
}

/* pager output text */
.tablesorter-pager .pagedisplay {
  padding: 0 5px 0 5px;
  width: 50px;
  text-align: center;
}
/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.tablesorter-pager.disabled {
  display: none;
}
/* hide or fade out pager arrows when the first or last row is visible */
.tablesorter-pager .disabled {
  /* visibility: hidden */
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}

/* Complaints custom */
table.fines th {
    background-color: #dadada;
    border: 1px solid #ccc;
}
tr.trhead td, th {
    border: 1px solid black;
    font-weight: 500;
}
table.complaint td, th {
    border: 1px solid black;
    font-weight: 500;
}
table.fines td {
    border: 1px solid #ccc;
}