﻿a {
	text-decoration: none;
	color: #FFFFFF;
}



#container {
	width: 600px;
}



/* Search Page */
#search_form {
}
#search_form th {
	font: bold 11px sans-serif;
	text-align: left;
}
#search_form td {
	font: 11px sans-serif;
	text-align: left;
}



/* Navigation, all results pages */
#nav {
	background-color: #F2F4F7;
	border: 1px solid #C2C4C6;
	padding: 10px;
}

.buttons ul {
	display: inline;
	padding-left: 5px;
	margin-bottom: 10px;
}
.buttons ul li {
	display: inline;
	background-color: #E9E9E9;
	padding: 3px 3px 3px 3px;
	list-style-type: none;
	border: 1px solid #C2E1EF;
}
.buttons ul li a {
	font: bold 12px sans-serif;
	text-decoration: none;
	color: #336699;
}
#nav_page_number {
	font: bold 14px sans-serif;
	color: #333333;
	padding-left: 4px;
	margin-bottom: 10px;
	display: inline;
}
#nav_page_links {
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav_page_layouts {
	display: inline;
}
#nav_page_search {
	display: inline;
}



/* Single Result Page */
#results-1-table {
}
#results-1-table th {
	font: 11px bold sans-serif;
	text-align: left;
}
#results-1-table td {
	font: 11px sans-serif;
	text-align: left;
}
#photos_wrap {
}
#photos_main {
}
#photos_text {
	font: bold 13px sans-serif;
	color: #555;
}
#photos_thumb {
}
#wrapper {
	float: left;
	background-color: #E9E9E9;
	border: 1px solid #C2E1EF;
}





/* 10 Results Page */
#results-10-table {
	border: 1px solid #333;
	border-collapse: collapse;
}
#results-10-table th {
	background: #F2F4F7;
	font: bold sans-serif;
	text-align: left;
	border-bottom: 1px solid black;
}
#results-10-table td {
	font: 11px sans-serif;
	text-align: left;
}
#results-10-table td th {
	font: bold;
}
#results-10-table tr.even td {
  background-color: #eee;
}
#results-10-table tr.odd td {
  background-color: #fff;
}







/* 25 Results Page */
#results-25-table {
	border: 1px solid #333;
	border-collapse: collapse;
}

#results-25-table a {
	text-decoration: underline;
}

#results-25-table th {
	font: bold 11px sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 2px;
	background: #F2F4F7;
	border-bottom: 1px solid black;
}
#results-25-table th a {
	color: #6D929B;
	text-decoration: none;
}
#results-25-table tr td {
	font: 11px sans-serif;
}
#results-25-table tr.even td {
  background-color: #eee;
}
#results-25-table tr.odd td {
  background-color: #fff;
}





	

