@import url("header.css");
@import url("home.css");

/*
	stylesheet for PANDA System
	$Id: panda.css,v 1.3.2.9 2006/07/06 06:48:24 harutoshi Exp $
*/

body * {
	font-family: sans-serif;
	line-height: 140%;
}

body {
	color: rgb(0%,0%,0%);
	background-color: rgb(100%,100%,100%);
	margin: 0 2em;
	padding: 0;
}

form {
	margin-left: 2em;
}

form.score {
	margin-left: 5em;
}

form.score select {
	position: absolute;
	left: 3em;
}

h1 {
	font-size: large;
	width: 75%;
	background: rgb(95%,95%,100%) url("../image/h1-bg.png") repeat top left;
	padding-left: 0.5em;
	border-bottom: 1px solid rgb(80%,80%,90%);
	border-right: 1px solid rgb(80%,80%,90%);
}

h2 {
	font-size: large;
	font-weight: normal;
	border-left: 5px solid blue;
	border-bottom: 1px dotted black;
	margin-left: 0.5em;
	padding-left: 0.5em;
	clear: both;
}

table {
	border-collapse: collapse;
	border: 1px solid gray;
	margin: 1em;
}

th {
	color: rgb(100%,100%,100%);
	background: rgb(100%,50%,0%) url("../image/tablehead-bg.png") repeat-x top left;
	border: 1px solid black;
	padding: 0em 0.5em;
}

table.basic-info th {
	color: black;
	background-color: rgb(220,220,255);
	background-image: url("../image/related_file_bg.png");
	background-repeat: repeat-x;
	background-position: top left;
}

tr.result-row:hover {
	background-color: rgb(95%,100%,95%);
}

td {
	padding: 0em 0.5em;
	vertical-align: middle;
	border: 1px solid gray;
}

th.remark {
	background-color: rgb(100%,75%,50%);
}

colgroup.gene-score {
	text-align: ".";
	white-space: pre;
}

colgroup.remark {
	color: gray;
	text-align: right;
}

colgroup.md-info {
	text-align: right;
	white-space: pre;
}

th td, th table {
	border: none;
}

table {
	table-layout: auto;
}

table.tapestry-palette
{
	float: left;
}

table.tapestry-palette td.available-cell select,
table.tapestry-palette td.selected-cell select
{
   width: 12em;
}

input.param-select
{
    width: 122px;
    height: 22px;
    color: black;
    background-color: white;
    border: 1px solid black;
}

input.param-select:hover, input.param-select:focus
{
	background-image: url("/panda/image/editparam_hover.png");
}

input.param-select:active
{
	background-color: rgb(255,198,0);
	background-image: none;
}


dl {
	margin: 2em;
}

dt {
	background-color: rgb(90%,100%,90%);
	width: 50%;
}

dd {
	margin-bottom: 1em;
}


.error-text {
	color: red;
	font-weight: bold;
}


img {
	vertical-align: middle;
}

span.known-gene {
	color: red;
}

span.unknown-gene {
	color: blue;
}

span.rep-acc {
	color: red;
}

span.non-rep {
	color: blue;
}

.float-num {
	text-align: right;
}

.int-num {
	text-align: right;
}

p.version {
    opacity: 0.25;
    text-align: center;
}

div.paginator {
	margin-left: 2em;
}

span.currentPage {
	font-weight: bold;
	color: red;
}

td.icon-link {
    text-align: center;
}

a {
	padding: 1px;
}

a:link {
	color: blue;
	background-color: transparent;
}

a:visited {
	color: purple;
	background-color: transparent;
}

a:hover, a:active, a:focus {
	color: white;
	background-color: blue;
}

a.no-hover:hover,
a.no-hover:active,
a.no-hover:focus {
        color: blue;
        background-color: transparent;
}

a.detail-link {
  height: 16px;
  width: 59px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  border: none;
}

a.detail-link:link,
a.detail-link:visited {
    background: transparent url("../image/btn_detail_off.gif") no-repeat center;
}

a.detail-link:hover,
a.detail-link:active,
a.detail-link:focus {
    background: transparent url("../image/btn_detail_on.gif") no-repeat center;
    color: purple;
    background-color: transparent;
}

.hide {
    display: none;
}

.center {
    text-align: center;
}

.margin {
    margin: 1ex;
}

.pad {
    padding: 1ex;
}


