/* $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; }

#msgInfo { position: relative; height: 45px; }
	#msgInfo .publisher, #msgInfo .date, #msgInfo .type { position: absolute; font-size: 12px; color: #522500; width: 200px; line-height: 20px; }
	#msgInfo .publisher { top: 0px; left: 0px; }
	#msgInfo .type { top: 0px; right: 0px; text-align: right; }
	#msgInfo .date { top: 20px; right: 0px; text-align: right; }
	

/*+------------------------------+*/
/*| Tiedotteiden lis�ys/muokkaus |*/
/*+------------------------------+*/

#bm #edit { }

