/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #000;
	background: #fff url(../images/search_bg.gif) repeat-x top left;
	}

#searchboxframe {
	position: absolute;
	margin: 0;
	padding-top: 8px;
	top: 130px;
	left: 0;
	width: 100%;
	height: 65px;
	}

#searchboxframe a {
	color: #015ab3;
	}
		
#resultsText {
	clear: both;
	margin: 45px 47px 20px 47px
	}
	
#pageNumberNav {
	margin: 10px 47px 10px 47px
	}

#resultsTable {
	margin: 0 47px 0 47px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
#resultsTable td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
#lightboxContainer {
	margin: 0 47px 0 47px;
	padding: 20px 0 20px 0;
	}