/* korvaa vanha pagegroup.css tällä tiedostolla,
	 poista hakemistosta client/pagegroup/template/ seuraavat tiedostot:
	 - headline.tmpl
	 - view.tmpl
	 Kopioi modules/pagegroup/template/pagegroup.tmpl -tiedoto clienttiin ja muokkaa sitä jos tarvitset customointia.
	 Muista ottaa muistiin vanhasta pagegroup.css:stä tarvittavat tyylit ja siirrä ne uuteen css:ään.
*/

/* tyylit pagegroupin nostoille */

#pagegroup_nostot {
	width: 432px;
	background-image: url(../images/ajankohtaistaBg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 20px;
}

#pagegroup_nostot h2 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
}

#pagegroup_nostot .nosto {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

	display: list-item;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/newsBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
	padding-left: 8px;
	margin-bottom: 10px;
}

#pagegroup_nostot .date {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#pagegroup_nostot .title {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #25938e;
	text-decoration: none;
	line-height: 14px;
}


/* tyylit pagegroup view:lle */

#pagegroup_view .nosto {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

	display: list-item;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/newsBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
	padding-left: 8px;
	margin-bottom: 10px;
}

#pagegroup_view .date {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#pagegroup_view .title {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #25938e;
	text-decoration: none;
	line-height: 14px;
}

#pagegroup_view .pageTitle {
	width: 100%;
	height: 38px;
	display: block;
	background-image: url(../images/titleBg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	vertical-align: bottom;
	color: #f5631a;
	font-size: 14pt;
	font-weight: bold;
}
