/* 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: 340px;
	margin-top: 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;

	display: list-item;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

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

#pagegroup_nostot .title {
	font-family: prenton,verdana,sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #f66f19;
}


/* tyylit pagegroup view:lle */
#pagegroup_view {
	padding: 20px;
}

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

	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: prenton,verdana,sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #f66f19;
}

#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;
}

