/* 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 h2 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
}

#pagegroup_nostot .nosto {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	zoom: 1;
}

#pagegroup_nostot .date {
	color: #666666;
}

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


/* tyylit pagegroup view:lle */

#pagegroup_view .nosto {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	zoom: 1;
}

#pagegroup_view .date {
	color: #666666;
}

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