/* Loaded from : uk/co/aimltd/net/jsp/taglib/styles/pagedLists.css */
/*
 *	Determines a style for all paged lists.
 *  Project wise this should live in the TAGLIBS project.
 *	It has been placed here as these styles came out of the confirmlocation.css.	
 *
 */
form fieldset div.pagingControls span.currentScrollButton
	{
	font-weight:bold;
	font-size:120%;
	}
form fieldset div.pagingControls span.scrollButton
	{
	border:0px;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	}

	
/**
  * Make scroll buttons just the text
  */
form fieldset div.pagingControls input.scrollButton,
form fieldset div.pagingControls input.scrollButtonDisabled
	{
	height:auto;
	width:auto;
	background:none;
	border:0;
	margin:0px;
	padding-right:2px;
	padding-left:5px;
	}	


/**
  *	Defines the lookand feel of a confirm location location list.
  *
  */ 	
form fieldset div.pagedList div.listItem label
	{
	padding-left:3px;
	}
form fieldset div.pagedList div.listItem label em
	{
	/* Make the text bold and smaller */
	text-decoration:none;
	font-weight:bolder;
	font-size:75%;
	/* Make sure the text appears on the next line at the left */
	float:left;
	display:block;
	}

body.confirmlocation div.pagingcontrols
	{
	clear:both;
	}
		

