html,body{
	margin:0;
	padding:0;
	height:100%;
}
#glayLayer{
	display:none;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:black;
	opacity: 0.60;
	filter:alpha(opacity=60);
}
#overLayer{
	display:none;
	position: fixed;
	top:10%;
	left:10%;
/*
	margin-top:-200px;
	margin-left:-400px;
*/
}
#waitLayer{
	display:none;
	position: fixed;
	top:50%;
	left:50%;
	width:320px;
	height:80px;
	margin:-40px 0 0 -160px;
}


td.wait {
	font-size: 133.3%;
	border: 2px solid #666;
	width: 320px;
	height: 80px;
	background: #ffffff;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
}

td.humangene {
	background: #acffac;
}
td.mousegene {
	background: #ffacff;
}
td.flygene {
	background: #acacff;
}
td.cionagene {
	background: #ffacac;
}
td.rnaselex {
	background: #acffff;
}
td.bisulfiteselex {
	background: #ffffac;
}
td.humanmotifapproved {
	border: 5px solid #00aa00;
}
td.flymotifapproved {
	border: 5px solid #0000ee;
}
td.cionamotifapproved {
	border: 5px solid #ee0000;
}
td.humanmotifunapproved {
	border: 5px dashed #00aa00;
}
td.flymotifunapproved {
	border: 5px dashed #0000ee;
}
td.cionamotifunapproved {
	border: 5px dashed #ee0000;
}
td.group {
	font-size: 133.3%;
	font-weight: bold;
	color: white;
	text-shadow: 3px 3px 5px brown;
	background: #ff0c0c;
}

div.exampleA {
width: 100%;
margin-top: 1em;
margin-bottom: 1em;
}

#table00 {
border-collapse: collapse;
}
#table00 th {
border: 0px;
}
#table00 td {
border: 0px;
}

#table01 {
border: 3px #3b883b solid;
border-collapse: collapse;
}
#table01 th {
background-color: #d3ffd3;
border: 2px #3b883b solid;
}
#table01 td {
/*background-color: #fefffe;*/
border: 2px #3b883b solid;
}

/* Table setting for jQuery */
#table02{
	border-collapse: collapse;
	margin-left: 2em;
/*	border: 3px #3b883b solid;*/
/*     margin:100px auto;*/
}
.result.odd{
     background:#444444;
}
th.result{
     background:#222222;
     color:white;
}
#th.result,td.result{
     padding:5px;
     font-size:small;
}
.even{
     background:#F2F2F2;
} 
.hover{
    background:#B2D8FF;
}

#floatWindow{
	display:none;
	position:absolute;
	top:100px;
	left:100px;
	width:500px;
	height:500px;
	border: 2px solid #666;
}
#floatWindow a.close{
	position:absolute;
	right:20px;
	top:1px;
}
#floatWindow a.close img{
	border:none;
}
#floatWindow dl{
	width:100%;
	height:100%;
	background:url("./images/floatWindow.png");
	margin:0;
}
#floatWindow dl dt{
	height:25px;
	line-height:25px;
	text-indent:1em;
	color:white;
	font-weight:bold;
	cursor:move;
}
#floatWindow dl dd{
	margin:0;
	padding:2em;
	line-height:1.5;
	text-indent:1em;
} 

*{
	margin:0;
	padding:0;
	list-style-type:none;
}
#container{
	margin-left: 2em;
	margin-right: auto;
	margin-top:2em;
	margin-bottom:1em;
}
ul.menu li{
	float:left;
	width:220px;
	height:40px;
	background:#333333;
	position:relative;
	border: 2px #777777 solid;
}
ul.menu li a{
	display:block;
	width:100%;
	height:100%;
	line-height:40px;
	text-indent:30px;
	font-weight:bold;
	color:#efefef;
	text-decoration:none;
}
ul.menu li a:hover{
	background:#666666;
}
ul.menu li ul.sub{
	position:absolute;
}
ul.menu{
	zoom:1;
}
ul.menu:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}

table.select_guide{
	border: 3px #edeede solid;
	border-collapse: collapse;
	margin:3em 6em;
	padding:5em;
	line-height:1.5;
	text-indent:1em;
	background:#feffef;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
}
table.select_guide th{
	font-size: 150%;
	font-weight: bold;
	color: white;
	text-align: center;
	text-shadow: 1px 1px 1px yellow;
	background: #767767;
}
table.select_guide td{
	font-size: 120%;
	text-align: center;
	color: brown;
	background:#feffef;
	width: 220px;
	padding:5px;
}
table.select_guide a:link {
	color: #ff6600;
	font-weight: normal;
	text-decoration: none;
}
table.select_guide a:visited {
	color: #ff6600;
	font-weight: normal;
	text-decoration: none;
}
table.select_guide a:link:hover {
	color: #ff6600;
	font-weight: normal;
	text-decoration: none;
}

table.groupprof{
	font-size: 100%;
	width: 100%;
	font-weight: normal;
	text-shadow: none;
	margin:0em 0em 1em 0em;
	color: black;
	border: 3px gray solid;
	text-decoration: none;
	background:#ffffff;
	-moz-box-shadow: 3px 3px 20px #777777;
	-webkit-box-shadow: 3px 3px 20px #777777;
}

table.table_a{
	font-size: 100%;
	font-weight: normal;
	text-shadow: none;
	margin:1em 1em 1em 1em;
	color: black;
	border: 3px gray solid;
	text-decoration: none;
	background:#feffef;
	-moz-box-shadow: 3px 3px 20px #777777;
	-webkit-box-shadow: 3px 3px 20px #777777;
}
table.table_a td{
	font-size: 100%;
	color: gray;
	background:#feffef;
	padding:5px;
}

table.read_param {
	border: 3px #3b883b solid;
	border-collapse: collapse;
}
table.read_param th {
	background-color: #d3ffd3;
	border: 2px #3b883b solid;
	text-align: center;
	font-size: 110%;
	padding: 2px 5px;
}
table.read_param td {
	border: 2px #3b883b solid;
	text-align: center;
	font-size: 110%;
	padding: 2px 5px;
}

div.emptydinucbox{
	background-color:#ffffff;
	width:180px;
	height:100px;
}

div.emptyplotbox{
	color:#ffffff;
	background-color:#ffffff;
	width:100px;
	height:100px;
}

div.emptymotifbox{
	background-color:#ffffff;
	width:800px;
	height:100px;
}
