/* 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 {
	font-size: 9pt;
	padding-bottom: 10px;
	background-image: url(../../navi/images/naviBottomBg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

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

#pagegroup_nostot .nosto {
	padding: 10px;
	border-bottom: 1px solid #000000;
	background-image: url(../../layout/images/newsItemBg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#pagegroup_nostot .date {
	color: #2b7bc4;
	font-size: 7pt;
}

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

/* tyylit pagegroup view:lle */
#pagegroup_view {
	font-size: 9pt;
	padding: 25px;
}

#pagegroup_view .nosto {
	margin-bottom: 10px;
}

#pagegroup_view .date {
	color: #2b7bc4;
}

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

