/* CSS Document - offerings.css */

.results-table-controls {
	/*border-right:1px solid #000;*/
	width:100%;
	border-bottom:1px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.results-table-controls-beige {
	background:url(images/blog_bg_fade.gif);
	height:25px;
}
.results-table-controls-white {
	background:#FFF;
	height:33px;
}
.results-cells-controls {
	padding:0 3px 0 15px;;
}
.results-table {
	/*border:1px solid #000;*/
	/*border-bottom:2px solid #000;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 100%;
}
.results-notes-image-table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.results-cells-info {
	border-bottom:1px solid #000;
	padding-right:5px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:5px;
	background:url(images/blog_bg_fade.gif);
}
.results-cells-header {
	font-weight:bolder;
	border-right:1px solid #000;
	padding-right:5px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.results-cells {
	border-right:1px solid #000;
	padding-right:5px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px solid #dddddd;
}
.sub-results-table-header {
	font-family:"Times New Roman", Times, serif;
	line-height:8pt;
	font-size:8pt;
	margin-left:0px;
	margin-right:10px;
	/*border:1px solid #ffffff;*/
	padding-right: 5px;
	padding-left: 5px;
}
.sub-results-cell-header {
	padding-right: 5px;
	padding-left: 5px;
}
.nav_css {
	color:#D49200;
}
td#page_nav_cell {
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
}
.page_nav_cell_title {
	font-size:8pt;
	padding:0 8px 0 4px;
}
td#page_nav_cell a {
	text-decoration:none;
}
td#page_nav_cell a:link {
	color:#637A11;
}
td#page_nav_cell a:visited {
	color:#637A11;
}
td#page_nav_cell a:hover {
	color:#D49200;
}
td#date_display_cell {
/*border-top:1px solid #ffffff;*/
}
td#results_per_page_cell {
	padding-right:5px;
}
td#print_view_cell {
	padding-right:5px;
}
td#hcell_name, td#hcell_name {
	width:120px;
}
td#hcell_grade {
	width:70px;
}
td#hcell_id {
	width:50px;
}
td#hcell_origin {
	width:35px;
}
td#hcell_location {
	width:80px;
}
td#hcell_UoM {
	width:30px;
}
#cupping_notes_layer {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 320px;
	top: 200px;
	visibility:hidden;
}
cuppingnotesbox3 {
	border: 1px solid #ff0000;
}
#beanology_layer {
	position:absolute;
	width:595px;
	height:200px;
	z-index:1;
	left: 198px;
	top: 50px;
	visibility: hidden;
}
#search_box {
	background-color: #57301b;
	padding: 5px 10px 5px 10px;
	color: #FFFFCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

