/*style for links:*/
A
{
    color : #000000;
    font-size : 14px; /*for IE (IE doesn't take over the font-size from body)*/
}
.hiddenLink /*none underlined link*/
{
    color : #000000;
    text-decoration : none;
    font-size : 14px; /*for IE*/
}
.shownLink
{
    color : blue;
    text-decoration : none;
    font-size : 14px; /*for IE*/
}
.highlightedFactor
{
    color : #FFFFFF;
    background-color : blue;
    text-decoration : none;
    font-size : 14px; /*for IE*/
}
/*general styles:*/
BODY
{
    font-family : Arial, Helvetica,Times New Roman, Times;
    font-size : 14px;
    font-weight : normal;
    background-color : #FFFFFF;
}
INPUT
{
    font-size : 14px; /*for IE*/
}
TEXTAREA
{
    font-size : 14px; /*for IE*/
    font-family : Arial, Helvetica,Times New Roman, Times;
    font-size : 14px;
    font-weight : normal;
}
SELECT
{
    font-size : 14px; /*for IE*/
}
TD
{
    font-size : 14px; /*for IE*/
}
/*style for highlighted text*/
.highlightedText
{
    color : red;
}
/*style for pages with a high amount of text (mostly static pages)*/
.textpages
{
    width : 95%;
    line-height: 20px;
    margin: 0px;
    padding: 5px;
    border-width: 0px;
    text-align : justify;
    font-size : 14px; /*for IE*/
}
/*style for pages with functional content (dynamic pages)*/
.functionalpages
{
    margin: 0px;
    padding: 5px;
    border-width: 0px;
    font-size : 14px; /*for IE*/
}
/*style for the head-banner of the pages:*/
.header
{
    font-size : 36px;
    background-color : #4682B4;
}
/*style(s) for headlines:*/
.headline
{
    font-size : 20px;
}
/*styles for the navigation-menu:*/
.menu
{
    background-color : #4682B4;
}
.submenu
{
    background-color : #B0C4DE;
}
.highlightedmenu
{
    background-color : #FFEFB5;
}
.menuLines
{
    background-color : #FFFFFF;
}
.sectionheader
{
    background-color : #F1B46F;
}
.subsectionheader
{
    font-weight : bold;
    text-decoration : none;
}
/*styles for the tables*/
.tableheader
{
    background-color : #B0C4DE;
    font-size : 14px; /*for IE*/
}
.tablebody
{
    background-color : #FFFFFF;
    font-size : 14px; /*for IE*/
}
.tableborder
{
    background-color : #4682B4;
}
/*style for the font of sequences*/
.sequencefont
{
    font-family: Monospace;
    font-size : 14px;
    font-weight : normal;
    white-space : nowrap;
    
}
/*dynamical hight for newer browsers*/
.windowHeight
{
    height : 100%;
}
/*styles for search-result-page*/
.NONE /*style for everything else than specified below*/
{
    color : black;
}
.CDS /*style for CDS regions*/
{
    color : #FFA500; /*orange*/
}
.EXON /*style for Exon regions*/
{
    color : #FFA500; /*orange*/
}
.EXONLEGEND /*style for the legend for Exon regions*/
{
    background-color : #FFA500; /*orange*/
}
.INTRON /*style for Intron regions*/
{
    color : #BA55D3; /*violet*/
}
.INTRONLEGEND /*style for the legend for Intron regions*/
{
    background-color : #BA55D3; /*violet*/
}
.FiveUTR /*style for 5UTR regions*/
{
    color : #FF0000; /*red*/
}
.ThreeUTR /*style for 3UTR regions*/
{
    color : #FF0000; /*red*/
}
.ExtendedUTR /*style for ExtendedUTR regions*/
{
    color : #FF0000; /*red*/
}
.UTRLEGEND /*style for the legend for UTR regions*/
{
    background-color : #FF0000; /*red*/
}
.sequenceBorder /*color of the border around the sequence*/
{
    background-color : #4682B4;
}
.sequenceBackground
{
    background-color : #FFFFFF;
}
/*style for downregulated genes*/
.downregulatedGene
{
    font-style : italic;
}
