@charset "utf-8";
/* CSS Document */
/**** page titles ****/

/**** main section title ****/
.content_container .content_top .page_title {
	width:154px;
	background-image:url(../images/titles/search_title.gif);
}

.secondary_nav {
	background-image:url(../images/navigation/secondary/search_left_nav_title.gif);
}

.content_container .right_content_container .content_column {
	width: 527px;
}
/**** subsection titles ****/

.search_box, #result_report, .result {
	padding-bottom: 10px;
}

/***************************/

table.letter_selector {
	width: 100%;
	margin: 15px 0 5px 0;
}

table.letter_selector tr td {
	padding-right: 5px;
	text-align: right;
}

table.letter_selector tr td span.selected {
	font-weight: bold;
}

table.page_selector {
	width: 100%;
	margin: 15px 0px;
}

table.page_selector tr td {
	width: 33%;
}

table.page_selector tr td.previous {
	padding-left: 15px;
}

table.page_selector tr td.pages {
	padding: 0 15px;
	text-align: center;
}

table.page_selector tr td.next {
	padding-right: 15px;
	text-align: right;
}

table.page_selector tr td.pages span.current {
	font-weight: bold;
}



div.search_fields {
	padding-bottom:10px;
}
div.search_fields input {
	float:left;
}










