/* CSS Document */
							
div#middleContent {
padding-top: 25px;
}
						
div.paginationControls {
height: 20px;
position: relative;
padding-left: 4px;
padding-top: 3px;
}

div.paginationControls ul {

}

div.paginationControls ul li {
list-style: none;
height: 15px;
float: left;
}

li.first {
background: url(../images/button_first.gif) top left no-repeat;
width: 58px;
margin-right: 3px;
}

li.previous {
background: url(../images/button_previous.gif) top left no-repeat;
width: 83px;

}

li.next {
background: url(../images/button_next.gif) top left no-repeat;
width: 53px;
margin-right: 3px;
}

li.last {
background: url(../images/button_last.gif) top left no-repeat;
width: 49px;
}

/* INACTIVE LIs (GRAY) */

li.firstInactive {
background: url(../images/button_first_gray.gif) top left no-repeat;
width: 58px;
margin-right: 3px;
}

li.previousInactive {
background: url(../images/button_previous_gray.gif) top left no-repeat;
width: 83px;

}

li.nextInactive {
background: url(../images/button_next_gray.gif) top left no-repeat;
width: 53px;
margin-right: 3px;
}

li.lastInactive {
background: url(../images/button_last_gray.gif) top left no-repeat;
width: 49px;
}

li.pagenumbers {
font-size: 10px;
text-align: center;
width: 258px;
padding-right: 30px;
}

/* PROFILE PAGE */

li#previousFamily {
background: url(../images/button_previous_family.gif) top left no-repeat;
width: 159px;
padding-bottom: 10px;
}

li#pushover { 
	width: 415px; 
}

li#nextResume {
background: url(../images/button_next_resume.gif) top left no-repeat;
width: 140px;
height: 21px;
padding-bottom: 10px;
}
