/* 
Title:     Tate Images - search.css
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

#wrapper {
	clear: left;
	float: left;
	width: 902px;
	}	
#container {
	clear: both;
	float: left;
	margin: 0;
	padding: 0 24px;
	width: 100%;
	text-align: center;
	line-height: normal;
	}
#resultsText {
	clear: both;
	width: 100%;
	text-align: left;
	font-size: 85%;
	}
.pageNumberNav {
	clear: both;
	text-align: left;
	padding: 10px 0;
	font-size: 85%;
	}
#resultsTable {
	clear: both;
	margin:0;
	padding: 0;
	width: 100%;
	font-size: 85%;
	border-top: 1px solid #dddcd9;
	border-left: 1px solid #dddcd9;
	}	
#resultsTable td {
	border-right: 1px solid #dddcd9;
	border-bottom: 1px solid #dddcd9;
	}
	
/* ---[ lightbox ]------------------------------- */

#lightboxTable {
	clear: both;
	font-size: 11px;
	text-align: left;
	}
.createlbtextField {
	color: #333;
	font-size: 11px;
	width: 145px;
	}
.lightboxMenu {
	width: 160px;
	font-size: 11px;
	color: #000;
	}

/* ---[ preview ]------------------------------- */

#previewImageNav {
	clear: both;
	float: left;
	padding: 0 0 5px 0;
	width: 524px;
	text-align: center;
	}
#previewImage {
	width: 50%;
	font-size: 85%;
	text-align: left;
	line-height: 1.4em;
	}
#previewText {
	margin: 0;
	padding: 0 15px;
	width: 50%;
	font-size: 85%;
	text-align: left;
	line-height: 1.4em;
	}
#previewText a:link {
	color: #d4a000;
	text-decoration: underline;
	}
#previewText a:visited {
	color: #d4a000;
	text-decoration: underline;
	}
#previewText a:hover {
	color: #544f43;
	text-decoration: underline;
	}
