/* 

Ajasto Group CSS-stylesheet 
(c) Ajasto Osakeyhtio 2007

*** LOCAL FORMATTING, OVERRIDES COMMON. ONLY DIFFERENCE TO COMMON ***

NOTE: Always validate with http://jigsaw.w3.org/css-validator/

Valid CSS2 2006-03-19 apart from body/overflow

*/



/*dayinfo specific*/

/*floating dayinfo boxes, */
.frontpage-dayinfo2 #dayinfo1, .frontpage-dayinfo2 #dayinfo2, .frontpage-dayinfo2 #dayinfo3
{
position: absolute;
width: 282px;
background-color: White;
display: inline;
}


.frontpage-dayinfo2 #dayinfo2, .frontpage-dayinfo2 #dayinfo3 {
    visibility: hidden;

}

.dayinfo-heading
{
    color: White;
    background: #0175c0;
    font-weight: bold;
    font-size: 11px;
    /*padding: 1px 1px 1px 9px;*/
    margin-bottom: 10px;
    line-height: 135%
}

.dayinfo-heading .dayinfo-h-selected
{
    background: #0175c0;
    width: 33%;
    padding-left: 9px;
}

.dayinfo-heading .dayinfo-h-notselected
{
    background: #989898;
    width: 33%;
    padding-left: 9px;
}

.dayinfo-heading .tdspacer 
{

    padding: 0px 2px 0px 0px;
background-color: white;
}

.dayinfo-heading A 
{
    font-size: 11px;
    font-weight: bold;
    color: White;
    }

.dayinfo-heading A:visited
{
    color: White;
}
