/*************************************************************/
/* search-results */
/*************************************************************/
div#search-results {
	margin: 0 0 0 360px; 
	width: auto;
}

div#number-of-results {
	height: 20px;
	float: left;
	padding: 10px 0;
	width: auto;
}
/*************************************************************/
/* Styles for results table. */
/*************************************************************/
#results-table-container {
	clear: right;
}

table#results-table a {
	color: #003399;
}

table#results-table {
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	color: #333333;
	table-layout: auto;
	width: 99%;
}

table#results-table tr th {
	background-color: #B3B4AD;
	border: 1px #999999 solid;
	border-bottom: 2px #999999 solid;
	color: #FFFFFF;
}

table#results-table tr.primary-row {
	border-top: 1px #CCCCCC solid;
}

table#results-table tr.primary-row td {
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

table#results-table tr.secondary-row {
	display: none;
}

/*************************************************************/
/* Individual cell styles */
/*************************************************************/
table#results-table tr th.compounds-count {
	width: 50px;
}

table#results-table tr td.compound-cell {
	text-align: left;
}

table#results-table tr th.lex-cat {
	width: 180px;
}

table#results-table tr th.number {
	width: 60px;
}

table#results-table tr.secondary-row td.frequency-cell {
	text-align: left;
	padding-left: 5px;
}

/*************************************************************/
/* Results labels styles */
/*************************************************************/
.head-label {
	font-weight: bold;
}

.gender-label {
	background-color: #ffbb00;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 2px 4px;
/*	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; */
}

.number-label {
	background-color: #44aaff;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 2px 4px;
/*	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/ 
}

.small-caps {
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
}
/*************************************************************/
table#results-table tr.secondary-row {
	border-right: 1px #CCCCCC solid;
}

table#results-table tr.secondary-row td {
	border: none;
}
/*************************************************************/
/* Page navigation styles */
/*************************************************************/
.page-navigator {
	clear: right;
	float: right;
	font-family: helvetica;
	font-size: 1em;
	height: 20px;
	margin: 0 1% 0 0;
	padding: 10px 0;
	width: auto;
}
.page-navigator a:link, .page-navigator a:visited {
	background-color: #B3B4AD;
	border: 1px solid #999999;
	color: #FFFFFF;
	padding: 3px 5px;
	text-decoration: none;
}
.page-navigator a:hover {
	background-color: #FFFFFF;
	color: #333333;
}
/*************************************************************/
/* Styles for text resulting in no search results.
/*************************************************************/
div#no-results {
	height: 100px;
	padding: 40px 20px;
}

div#no-results img {
	margin-top: -5px;
	padding-right: 10px;
	vertical-align: middle;
}