/* $Id: bulletinarea.css 91480 2009-09-17 07:52:29Z tonit $ */

/*+---------------------------+*/
/*| Tiedotteita ymp�r�iv� div |*/
/*+---------------------------+*/

#bm { 
    font: normal normal 12px arial,verdana,serif;
    color: #000;
    width: 570px;
    }

/* Otsikko */ 
#bm h3 { color: #000; } 


/*+---------------------------+*/
/*| Tiedotteiden listaus      |*/
/*+---------------------------+*/
#bm ul#messageList { 
    list-style-type: none;
    margin: 0;
    padding: 0;
    }

#bm ul#messageList li {
	position: relative;
    background: transparent url(/pics/contentmanager/BulletinArea/icon.gif) no-repeat;
    margin: 4px 0; 
    padding: 0 18px;
    }    

	#bm ul#messageList li span { position: absolute; top: 0px; left: 17px; }
	#bm ul#messageList li a { display: block; color: #dadada; margin: 0 0 0 72px; padding: 0; }
	#bm ul#messageList li a:hover { color: #4a4a4a; }


/*+---------------------------+*/
/*| Yksitt�inen tiedote       |*/
/*+---------------------------+*/

#bm #msg {
	color: #000;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}

#bm #msg h4 { color: #fff; margin: 0px; padding: 0px; }

#bm #msg p {
	color: #000;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
}

#bm #msg h2 {
	font: normal bold 16px arial;
	color: #fff;
	margin-bottom: 10px;
}

#bm #msg h3 { 
	font: normal bold 14px arial;
	color: #fff;
	margin-bottom: 10px;
}

#bm a#backLink { display: block; margin: 20px 0; width: 100px; }


/*+------------------------------+*/
/*| Tiedotteiden lis�ys/muokkaus |*/
/*+------------------------------+*/

#bm #edit { }

