
/*////////////////////////////*/
/*//////// Table Display ///////*/
/*////////////////////////////*/


/*//////// Header Display ///////*/
table.header_table {
	background: url(../images/bg_transparentGray.png) transparent;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	height: 42px;
	width: 892px;	
	border-width: 1px 1px 0;
	border-style: solid;
	border-color:#bac0c5;		
}

table.peak_table {
	float: left;
	font-size: 11px;
	font-weight: bold;	
	height: 18px;		
}

.header_table .header_row td	{
	padding-left: 1px;
	/*border-width: 0 1px 0 0;
	border-style: solid;
	border-color:#bac0c5;		*/
}

.header_table .header_row  .peak_table td{
	color: #3f4951;
	padding: 2px 0 0;
	border: none;
}

/*//////// Search Results Display ///////*/
.results_area {	
	margin: 0 8px 4px;
	height: 174px;	
	width: 892px;
	overflow: scroll;
	overflow-x: hidden;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color:#bac0c5;	
}

table.results_table {
	background: url(../images/bg_transparent.png) transparent;
	float: left;
	color: #596874;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4em;	
/*	width: 876px;*/
}


table.results_table .spacer_row {
visibility: visible;

}


.results_table tr.gray {
	background: url(../images/bg_transparentGray.png) transparent;
}

.results_table td{
	padding: 4px 0 0 2px;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color:#bac0c5;
}

.results_table td.last{
	border-right: none;
}

.results_pagination {
	float: left;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	padding: 6px 12px 0;
}

.results_currentCount {
	display: inline;
	padding-right: 4px;
}

.results_currentTotal {
	display: inline;
	padding-left: 4px;
}

.results_prevPage {
	display: inline;
	padding:0 4px 0 12px;
}

.results_pageNumber {
	display: inline;
}

.results_pageCurrent{
	color: #fff;
	display: inline;
}

.results_nextPage {
	display: inline;
	padding:0 12px 0 4px;
}

/*//////// Table Cell Styles ///////*/

/* dev styles */
.results_pageNumber a, .results_nextPage a, .results_prevPage a
{
		text-decoration: none;
		color: #000;
}

.results_pageNumber .results_pageCurrent a
{
		color:#fff;
}

 
.check input { padding: 0px; margin: 0px; width: 20px; } 
