/* BEGIN PAGINATION CSS */
div.pagination {
	padding: 3px;
	margin: 3px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;

	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;

	color: #DDD;
}
/* END PAGINATION CSS */



/*** STAFF Table Styles **/

.staff_search_table {
  background: white;
  border-collapse: collapse;
  margin: auto;
  max-width: 90%;
  padding:5px;
  width: 100%;
  color: #8a8a8a;
  font-size:20px;
}

.staff_search_field { 
    border: 1px solid #848484; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    border-radius: 10px; 
    outline:0; 
    height:35px; 
    width: 275px; 
    padding-left:10px; 
    padding-right:10px; 
  } 
  
.staff_go_button {
	background-color:#e6e6e6;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #848484;
	display:inline-block;
	cursor:pointer;
	color:#7d7d7d;
	font-family:arial;
	font-size:17px;
	padding:5px 10px;
	text-decoration:none;
}
.staff_go_button:hover {
	background-color:#a3a3a3;
	border:1px solid #696969;
	color:#fff;
}
.staff_go_button:active {
	position:relative;
	top:1px;
}



.staff-table {
  background: white;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 90%;
  padding:5px;
  width: 100%;
}
 
.staff-table tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#444;
  font-size:16px;
  font-weight:normal;
}
 
.staff-table tr:hover td {
  background:#c5c5c5;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}
 
.staff-table tr:first-child {
  border-top:none;
}

.staff-table tr:last-child {
  border-bottom:none;
}
 
.staff-table tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
.staff-table tr:nth-child(odd):hover td {
  background:#c5c5c5;
}

.staff-table td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
}

td .staff_name {
  	font-size: 20;
	font-weight: bold;
}

.staff-table td:last-child {
  border-right: 0px;
}


.staff-table td.text-left {
  text-align: left;
}

.staff-table td.text-center {
  text-align: center;
}

.staff-table td.text-right {
  text-align: right;
}

.staff_button {
	background-color:#e6e6e6;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:3px solid #a6a6a6;
	display:inline-block;
	cursor:pointer;
	color:#7d7d7d;
	font-family:arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
}
.staff_button:hover {
	background-color:#a3a3a3;
	border:3px solid #696969;
	color:#fff;
}
.staff_button:active {
	position:relative;
	top:1px;
}
/*** END STAFF Table Styles **/