/*	company:	SickKids
 *	lab:		John Parkinson
 *	author:		Chong Su
 *
 *	search.css
 *	Format the way the result is displayed
 */

/************************************** all ****************************************/
.title {
font-size:14pt;
font-weight:bold;
}

/**
 *	style for warning or error messages
 */
.warning {
color:#FF5555;
font-weight:bold;
text-align:center;
}

/**
 *	style for help information
 */
.help {
font-size:10pt;
padding:5px;
/* color:#618DC2;*/
/*color:#333366;*/
color:#333399;
}
div.help {
border-left:solid 3px #333366;/*#406EA5;*/
height:100%;
}
a.help {
border:thin solid #6699FF;
padding:3px;
font-size:10px;
margin-left:5px;
}

/**
 *	highlight important information
 */
.highlight {
background-color:#ccffcc;
}

/**
 *	create border around images for emphasis
 */
img.border {
border:solid 2px #406EA5;
}

/**
 *	a style for buttons
 */
.style1 {
background-color:#dcdcfc;
color:#343404;
/*font-family:"Times New Roman";*/
font-size:11pt;
padding:2px 4px;
cursor:pointer;
width:100px;
text-align:center;
}

/**
 *	small buttons that appear in groups
 */
button.control {
font-family:"Arial";
font-size:10pt;
cursor:pointer;
padding-top:0px;
padding-bottom:2px;
}

/**
 *	alternating colours to distinguish adjacent rows or cells
 */
.displayodd {
background-color:#FFFFCC;
}

.displayeven {
background-color:#FFFFFF;
}
/************************************** results pages ****************************************/
table.result {
border-collapse:collapse;
border-color:#003366;
border:solid thin;
cursor:pointer;
}
table.result th {
background-color:#dcdcfc;
text-align:center;
padding:3px 10px;
}
table.result td {
padding:3px 10px;
}

/************************************** detail/search tables ****************************************/

button.detailtitle {
border:#3366CC outset;
background-color:#406EA5;
color:#EEEFD7;
font-family:"Times New Roman";
font-size:14pt;
width:100%;
font-weight:bold;
}
table.detail, table.search {
border-collapse:collapse;
border-color:#003366;
cursor:default;
padding:1px;
margin:0px;
}
table.detail th, table.search th, .headtext {
background-color:#E5ECF5;
color:#618DC2;
font-weight:bold;
text-align:left;
padding:3px 10px;
}
table.detail td, table.search td {
padding:3px 10px;
}

/************************************** special tables ****************************************/
select.profile {
width:80%;
}

#taxon_table td {
font-size:9pt;
text-align:center;
margin:0px;
padding:2px 5px;
width:20px;
}

#cog_table {
border-collapse:collapse;
border-color:#003366;
cursor:default;
padding:0px 0px;
margin:0px 0px;
font-weight:bold;
text-align:center;
}

.leftborder {
border-left:solid thin;
padding-left:20px;
}

/**
 *	style for float bar that appears in tssort.php and tsdetail.php
 */
#floatbar {
position:absolute;
left:0;
padding:2px;
top:3;
background-color:#F7FAFF;
border:thin solid #003366;
width:100%;
height:30px;
text-align:center;
font-weight:bold;
font-size:16pt;
color:#FF5555;
z-index:100;
}

/************************************** help pages ****************************************/
