/*style for links:*/
A
{
    color : #000000;
}
.hiddenLink /*none underlined link*/
{
    color : #000000;
    text-decoration : none;
}
/*general styles:*/
BODY
{
    font-family : Arial, Helvetica,Times New Roman, Times;
    font-size : 14px;
    font-weight : normal;
    background-color : #FFFFFF;
}
/*style for the head-banner of the pages:*/
.header
{
    font-size : 36px;
    background-color : #5F9EA0;
}
/*style(s) for headlines:*/
.headline
{
    font-size : 20px;
}
/*styles for the navigation-menu:*/
.menu
{
    background-color : #5F9EA0;
}
.submenu
{
    background-color : #B4CDCD;
}
.highlightedmenu
{
    background-color : #FFEFB5;
}
.menuLines
{
    background-color : #FFFFFF;
}
/*styles for the tables*/
.tableheader
{
    background-color : #B4CDCD;
}
.tablebody
{
    background-color : #FFFFFF;
}
.tableborder
{
    background-color : #5F9EA0;
}
/*styles for the sections of the detail-pages*/
.sectionheader
{
    background-color : #F1B46F;
}
.subsectionheader
{
    font-weight : bold;
}
.sectiontableheader
{
    background-color : #FFEFB5;
}
.sectiontablebody
{
    background-color : #FFFFFF;
}
.sectiontableborder
{
    background-color : #A9A9A9;
}
/*style for the font of sequences*/
.sequencefont
{
    font-family : Courier;
    font-size : 14px;
    font-weight : normal;
}
/*style for the documentation page*/
/*dynamical hight for newer browsers*/
.windowHeight
{
    height : 100%;
}
/*style for the Microarray expression page*/
/*color-codes for x-fold*/
.veryhighXFold
{
    background-color : #FF6600; /*red*/
}
.highXFold
{
    background-color : #FF9966; /*orange*/
}
.lesshighXFold
{
    background-color : #FFCC99; /*light orange*/
}
.neutralXFold
{
    background-color : #FFFFFF; /*white*/
}
.lesslowXFold
{
    background-color : #CCFFCC; /*light green*/
}
.lowXFold
{
    background-color : #99CC99; /*green*/
}
.verylowXFold
{
    background-color : #669966; /*dark green*/
}
/*style for downregulated genes*/
.downregulatedGene
{
    font-style : italic;
}
