/* 
Title:     Photographers Advanced Package - search.css
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

/* ---[ search results ]------------------------------- */
#container {
	clear: both;
	margin: 0 auto 20px auto;
	width: 730px;
	text-align: center;
	line-height: 1.3em;
	}

.textField {
	padding-left: 2px;
	font-size: 11px;
	color: #333;
	width: 170px;
	border: 1px solid #999;
	}

.lstFotogs {
	width: auto;
	font-size: 11px;
	color: #333;
	/*background: #333;*/
	}

.resultsperMenu {
	font-size: 11px;
	color: #333;
	/*background: #333;*/
	}
	
#searchTable {
	clear: both;
	margin: 0;
	padding: 20px 0;
	font-size: 100%;
	text-align: left;
	}
	
#searchTable form {
	margin: 0;
	padding: 0;
	}


.pageNumberNav {
	clear: both;
	text-align: left;
	padding: 10px 0;
	font-size: 85%;
	}

#resultsText {
	clear: both;
	width: 730px;
	text-align: left;
	font-size: 85%;
	}

#resultsTable {
	clear: both;
	margin:0;
	padding: 0;
	width: 100%;
	font-size: 85%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
	
#resultsTable td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#previewTable {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 500px;
	font-size: 85%;
	text-align: left;
	}

.previewNav {
	clear: both;
	margin: 0;
	padding: 5px 0;
	font-size: 85%;
	text-align: center;
	}

#lightboxTable {
	clear: both;
	font-size: 11px;
	text-align: left;
	}

.lightboxMenu {
	width: 160px;
	font-size: 11px;
	color: #333;
	}
	
.warning
	{
	font-size: 11px;
	color: #ff0000;	
	}	
