/* $Id: bulletinarea.css 919 2004-12-22 15:07:16Z jaris $ */

/*+---------------------------+*/
/*| Tiedotteita ympäröivä div |*/
/*+---------------------------+*/

#bm { 
    font: normal normal 12px arial,verdana,serif;
    color: #5C5C5C;
    width: 75%;
    }

/* Otsikko */ 
#bm h3 { color: #464646; } 


/*+---------------------------+*/
/*| Tiedotteiden listaus      |*/
/*+---------------------------+*/

#bm #list { }

#bm ul { 
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    }

#bm li {
    background: transparent url(/pics/contentmanager/BulletinArea/icon.gif) no-repeat;
    margin: 4px 0px 4px 0px; 
    padding: 0 18px;
    }    
    
#bm ul span {  }    
    
#bm li a { color: #0055BB; }

/*+---------------------------+*/
/*| Yksittäinen tiedote       |*/
/*+---------------------------+*/

#bm #msg { }

#bm #msg h4 { margin: 0px; padding: 0px; }


/*+------------------------------+*/
/*| Tiedotteiden lisäys/muokkaus |*/
/*+------------------------------+*/

#bm #edit { }
