/* 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 .nosto {
	display: block;
	margin-bottom: 10px;
	font-size: 8pt;
}

#pagegroup_nostot .date {
	color: #258a6c;
	font-weight: bold;
}

#pagegroup_nostot .title {
	color: #000000;
	font-weight: bold;
}

#pagegroup_nostot .readMore {
	padding-top: 6px;
}


/* tyylit pagegroup view:lle */

#pagegroup_view {
	padding: 25px;
	padding-top: 10px;
	font-size: 9pt;
}

#pagegroup_view .articleMain {
	background-image: url(../../layout/images/newsBg.gif);
	background-repeat: repeat-x;
	padding: 6px;
}

#pagegroup_view .nosto {
	display: block;
	margin-bottom: 10px;
	font-size: 8pt;
}

#pagegroup_view .date {
	font-weight: bold;
	color: #258a6c;
}

#pagegroup_view .title {
	color: #000000;
	font-weight: bold;
}

#pagegroup_view .readMore {
	padding-top: 6px;
}

