/* Styles for toolbar below grid */

.edittoolbar {
	font-size: .9em; 
	padding-right: 16px;
	display: block;
	width: 100%;
}

.edittoolbar a {
	font-size: 1em; color: #000; text-decoration: none;
}
.edittoolbar img {
	padding-right: 6px;
	text-decoration: none;
	padding-left: 6px;
	border: none;

	}
.edittoolbar a img :hover {
	text-decoration: none;
	}
.edittoolbar a:hover {
	color: #009; text-decoration: underline; background: #FFF0A5;
}
.prevPers, .nextPers { 
	margin-left: 12px;
	float: left;
	clear: none;
	}
.prevPers a, .nextPers a {
	display: block;
	position: relative;
	width: 90px;
	margin: 0px;
	padding: 0px 0px 4px, 0px;
	text-align: center;
	font-size: .8em; 
	TEXT-DECORATION: none;
	white-space: nowrap;
	}
.prevPers a {
	padding-left: 4px;
	background: url(../images/prevperson.gif) no-repeat;
	}
.nextPers a {
	padding-right: 4px;
	background: url(../images/nextperson.gif) no-repeat;
	}
.prevPers a:hover, .nextPers a:hover {
	background-position: 0px -20px
}
.prev, .next { 
	float: left;
	clear: none;
	}
.prev a, .next a {
	position: relative;
	border-style: none;
	padding: 0px;
	}
.prev a {
	height: 16px; width: 16px; background: url(../images/prev.gif) no-repeat;
	}
.next a {
	height: 16px; width: 16px; background: url(../images/next.gif) no-repeat;
	}

.prev a:hover, .next a:hover {
	background-position: 0px -16px;
	TEXT-DECORATION: none;
}

/* button style only used on the default page (login) and the person search pages */

.button a {
	position: relative;
	border-style: none;
	display: block;
	height: 24px; width: 90px; 
	margin: 5px 40px 0px 40px; 	
	padding: 7px 0px 0px opx;
	text-align: center; text-decoration: none;
	background: url(../images/button.gif) no-repeat;
	}
.button a:hover {
	background-position: 0px -40px;
	TEXT-DECORATION: none;
}
