/* Results */
.resultSummary {
	float: left;
	width: 100%;
	display: block;
	position: relative;
	margin: 3px 0 10px 0;
}

.resultSummary dl {
	float: left;
	border: 1px solid #BFBFBF;
	-moz-box-shadow: 0 1px 3px #aaa;
	-webkit-box-shadow: 0 1px 3px #aaa;
	box-shadow: 0 1px 3px #aaa;
	list-style: none;
	padding: 5px 5px;
	margin: 5px 10px 5px 0;
	min-width: 15em;
}

.resultSummary dl.doubleSize {
	min-width: 32em;
}

.resultSummary dt {
	font-weight: bold;
	border-bottom: 1px solid #BFBFBF;
	color: #000;
}

.resultSummary dd {
	margin: 5px 0 7px 10px;
	padding: 5px 10px 5px 0px;
	display: inline;
}

a.gotop {
	float: right;
}

a.gotop:link,a.gotop:visited {
	font-size: 8pt;
	padding: 1px 16px 1px 5px;
	font-weight: bold;
	text-decoration: none;
	background-image: url("../images/top.png");
	background-repeat: no-repeat;
	background-position: center right;
}

a.gotop:hover {
	font-size: 8pt;
	padding: 1px 16px 1px 5px;
	font-weight: bold;
	text-decoration: none;
	background-image: url("../images/top_hover.png");
	background-repeat: no-repeat;
	background-position: center right;
}

#cmd {
	padding: 5px;
	border: 1px solid #CDCDCD;
-moz-box-shadow: 0px 1px 3px #aaa;
-webkit-box-shadow: 0px 1px 3px #aaa;
box-shadow: 0px 1px 3px #aaa;
	font-family: courier, serif;
}

.summaryTable {
	width: auto;
	border-collapse: collapse;
	/*border: 1px solid #CDCDCD;*/
	margin-top: 10px;
	display: block;
}

.summaryTable th {
	font-size: 8pt;
	padding: 4px 20px 4px 4px;
	color: #FFFFFF;
	background-color: #5E9E9E;
	border: 1px solid #CDCDCD;
}

.summaryTable td {
	border: 1px solid #CDCDCD;
}

applet {
	margin: 5px;
	border: 0;
	z-index: 0;
}

.loading img {
	margin-right: 5px;
	vertical-align: top;
}

.loading {
	padding: 10px;
}

/* table sorter */
table.tablesorter {
	font-family: arial;
	margin: 10px 0 15px 0;
	font-size: 8pt;
	text-align: left;
	border-collapse: collapse;
	display: block;
}

table.tablesorter thead tr th,table.tablesorter tfoot tr th {
	border: 1px solid #CDCDCD;
	font-size: 8pt;
	padding: 4px 20px 4px 4px;
	color: #FFFFFF;
	background-color: #5E9E9E;
}

table.tablesorter thead tr input {
	padding: 1px;
	font-size: 8pt;
}

table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	border: 1px solid #CDCDCD;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	border: 1px solid #CDCDCD;
	/*white-space: nowrap;*/
}

table.tablesorter tbody tr.odd td {
	background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}

table.tablesorter thead tr .headerSortDown,table.tablesorter thead tr .headerSortUp
	{
	background-color: #8F8F8F;
}

.actionBox {
	margin: 10px 0;
	width: 100%;
	display: block;
}

.actionBox select {
	cursor: pointer;
	float: none;
	display: inline;
	clear: none;
}

/* Selection Table */
.selectionTable {
	padding: 5px 0;
	margin: 5px 0;
	width: 100%;
	float: left;
}

.selectionTableHeader {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

.selectionTableHeader ul.actionPanel {
	padding: 0;
	margin: 0;
}

div.selectionTableHeader ul.actionPanel li {
	padding: 0;
	margin: 0 2px;
}

.selectionTableHeader input[type=submit] {
	font-size: 0.75em;
	padding: 0;
	margin: 2px 3px;
}

.selectionTableHeader .jd_button {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius-bottomLeft: 0;
	-moz-border-radius-bottomRight: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selectionTable table {
	border-top: 1px solid #000;
	float: left;
	margin: 0;
	padding: 0;
}

dl#parameters {
	
}

dl#parameters dt {
	font-weight: bold;
	margin-left: 5px;
}

dl#parameters dd {
	margin: 2px 0px 5px 10px;
}

#overbox {
	border: 5px solid grey;
	opacity: 0.65;
	width: 796px;
	left: 125px;
	height: 9px;
	position: absolute;
	z-index: 50;
}

/* PSI-Search */
table.tablesorter tbody tr td div.selectAln {
	margin: 0px;
	padding: 0px;
}

table.tablesorter tbody tr td div.selectAln label {
	min-height: 24px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	display: block;
}

table.tablesorter tbody tr td div.selectAln label span {
	margin: 0px;
	height: 15px;
	line-height: 15px;
	padding: 0px;
	vertical-align: top;
}

table.tablesorter tbody tr td div.selectAln label input {
	padding: 0px;
	margin: 0px 5px 0px 5px;
	width: 15px;
	height: 15px;
}

table.tablesorter tbody tr.aboveThreshold td div.selectAln {
	background-image: url("../images/redcircle.png");
	background-repeat: no-repeat;
}

table.tablesorter tbody tr.belowThreshold td div.selectAln {
	background-image: url("../images/greencircle.png");
	background-repeat: no-repeat;
}

table.tablesorter tbody tr td span.oldHit {
	text-align: right;
	font-style: italic;
	/*float: right;*/
	margin: 2px auto 2px auto;
	font-size: 8pt;
	display: block;
}

table.tablesorter tbody tr td span.newHit {
	color: red;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	font-size: 8pt;
	/*float: right;*/
	display: block;
}

dl.xref {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}

dl.xref dt {
	padding: 0;
	margin: 0;
	font-style: italic;
}

dl.xref dd {
	padding: 0;
	margin: 0;
}

dl.xref dd ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

dl.xref dd ul li {
	float: left;
	padding: 0px 0px 0 12px;
	margin: 0 0 0 5px;
	font-size: 8pt;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: center left;
}

/* Progress bar in summary page */ /* progress bar container */
.progressbar {
	border: 1px solid #5E9E9E;
	width: 200px;
	height: 12px;
	position: relative;
	color: black;
}

/* color bar */
.progressbar div.progress {
	position: absolute;
	width: 0;
	height: 100%;
	overflow: hidden;
	background-color: #5E9E9E;
}

/* text on bar */
.progressbar div.progress .text {
	position: absolute;
	text-align: center;
	vertical-align: middle;
	color: white;
}

/* text off bar */
.progressbar div.text {
	position: absolute;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.progressBarContainer {
	margin: 3px;
	font-size: 7pt;
	float: left;
	padding: 0;
	height: 14px;
	width: 214px;
}

.cancelProgress {
	border: 1px solid #5E9E9E;
	width: 12px;
	height: 12px;
	position: relative;
	left: 201px;
	top: -14px;
	color: black;
	text-align: center;
	cursor: pointer;
}