/* 
Document   : overview
Created on : Jul 15, 2008, 10:22:41 AM
Author     : sjurl
Description:
            This stylesheet contains the overview page's specific styles
*/


/*
* The upper part of the overview page (image + text)
*/
#boeymenu{
 /*   height : 10em;*/
    border-style : solid;
    border-width : thin;
    border-color : #DDDDDD;
    padding : 0.6em;
    margin-bottom : 0.5em;
    margin-top : 0.5em;
}
/*
* Div that contains the location image
*/
#mapdiv{
    float : right;
}


/*
* The tabs containing boey names (clickable)
*/
#menuitems{
    position : relative;
    height : 2.1em;
}
.inlineList li{
    float : left;
    margin-right : 3px;
    text-align : center;
}
.inlineList li a{
    float : left;
    width : 12.5em;
    text-decoration : none;
    color : #000;
    padding : 5.5px;
    background-color : #EEF8FB;
}
.inlineList li.choosenBoey a{
    background-color : #D9ECF2;
    font-weight : bold;
}

/*
* Background green atm
*/
.greyBackground{
   /* background-color :#deffd3;*/
    background-color:#D9ECF2;
    padding-top : 0.8em;
    padding-bottom : 0.8em;
}
/*
* Containers for the graph an latest values data
*/
.borders{
    border-style : solid;
    border-width : thin;
    border-color : #DDDDDD;
    padding : 0.5em;
    margin-left : 0.8em;
    margin-right : 0.8em;
  /*  margin-bottom : 0.8em;*/
    background-color : #FFFFFF;
}
/*
* List that contains the Målingstyper/Tidsintervall
*/
.innerList{
    position : relative;
    float : right;
    list-style-type : none;
    margin : 2px;
    cursor : pointer;
    clear : right;
    width : 110px;
    padding-bottom : 30px;
    padding-left : 0px;
}
.innerList li{
    background-color : #E6FFBC;
}
.innerList li.chosenGraphType{
    background-color : #BED977;
}
.innerList li.latestValue{    
    font-size: 12px;
    font-weight: bold;
    background-color : #FFFFFF;
}

/*
* Contains the tables with latest observations
*/
#latestDataFrame{
   /* margin-top : 5px;*/
}
table{
    margin-top : 0.5em;
}
.important{
    color: #FF0000;
}
