/***********************************************************
 *
 *  CAGE Expression Clustrering Viewer
 *  StyleSheet Difinition File for HTML
 *
 *  Created : 2004/12/03
 *  Written by NTT Software Corporation.
 *
 ***********************************************************/

BODY{
	font-family: "Verdana, Arial, Sans-self";
	background-color: #FFFFFF;
	color:#333333;
	font-size:60%;
}
TABLE .header{
	border-width: 2px;
	border-style: none;
	margin: 15px;
}
.header TD{
	background-color:#FFFFFF;
	border-color:#FFFFFF;
	border-style:solid;
	font-size:60%;
	font-weight:bold;
	padding:10px;
}
.header TD.logo{
	background-color:#0066FF;
}
.header TD.desc{
	background-color:#6699FF;
}
.logo A:link{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.logo A:visited{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.logo A:active{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.logo A:hover{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
TD.link{
	background-color:#99CCFF;
}
A:link{
	color: #FF3300;
	font-weight:bold;
	text-decoration: none;
}
A:visited{
	color: #FF3300;
	font-weight:bold;
	text-decoration: none;
}
A:active{
	color: #FF3300;
	font-weight:bold;
	text-decoration: underline;
}
A:hover{
	color: #FF3366;
	font-weight:bold;
	text-decoration: underline;
}
UL{
	font-size:80%;
	color:#333333;
}
.main{
	font-size: xx-small;
	color: #330000;
	background-color: #FFFFFF;
}
.main H1{
    text-align: left;
	font-size: 140%;
	font-weight: bold;
	margin:5px 0px 0px 0px; /* top right bottom left */
	padding:0px 0px 5px 0px; /* top right bottom left */
}
.main A:link{
	text-decoration: underline;
	font-weight: normal;
    color: #333333;
}
.main A:active{
	text-decoration: underline;
	font-weight: normal;
    color: #333333;
}
.main A:visited{
	text-decoration: underline;
	font-weight: normal;
    color: #333333;
}
.main A:hover{
	text-decoration: underline;
	font-weight: normal;
	color: #0077DD;
}
.table{
	background-color: #9999FF;
	font-family: monospace;
}
.table TH{
	font-size: 65%;
	color: #330000;
	background-color: #CCCCFF;
	font-weight: normal;
}
.table TD{
	font-size: 65%;
	color: #330000;
	background-color: #FFFFFF;
	padding: 0px;
}
.table #target{
	background-color: #CCFFFF;
}

input {
	font-size:8pt;
	font-family: "Verdana, Arial, Sans-self";
}

select {
	font-size:8pt;
	font-family: "Verdana, Arial, Sans-self";
}

