


/* tables */
table.tablesorter {
	font-family:arial;
	background-color: none;
	margin:10px 0px 15px;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-color: #fff;
	
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 12px;
	padding: 4px 15px 4px 4px;
}

table.tablesorter thead tr .tablesorter-header {
	background-image: url('/media/governorvirginiagov/secretary-of-the-commonwealth/images/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px 20px 4px 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter tbody  {
	border-color: #fff; 
}
table.tablesorter tbody td {
	border-bottom: 1px dotted #ccc;
}

table.tablesorter thead tr .tablesorter-headerAsc {
	background-image: url('/media/governorvirginiagov/secretary-of-the-commonwealth/images/asc.gif');
}

table.tablesorter thead tr .tablesorter-headerDesc {
	background-image: url('/media/governorvirginiagov/secretary-of-the-commonwealth/images/desc.gif');
}

table.tablesorter thead tr .tablesorter-headerAsc, table.tablesorter thead tr .tablesorter-headerDesc {
	background-color: #0099ff;
	color: #fff;
}


.boxbox {
  background: #ff9900;
  padding: 10px; 
  border-radius: 5px; 
}

.boxbox input {
}

#noresults {
  background: rgba(255,153,0,.2);
  border: 1px solid #ff9900;
  padding: 50px 10px; 
  border-radius: 0 0 5px 5px; 
  text-align: center; 
  opacity: 1;
   transition: .75s .25s;
 margin-bottom: 20px;
  margin-top: -15px;
}

#noresults.notthere {
  opacity: 0;
  transition: .25s 0s;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


