/* common formats for module: userpages */

body {
	width: 770px;
}

div.foldertitle {
	margin-top: 120px;
	text-align: center;
    height: 520px; overflow: auto;
}

div.foldertitle h1 {
	font-size: 18px; width: 100%; text-align: center;
}
div.foldertitle p {
	margin: 40px auto;
}

p.pageauthor {
	text-align: right; margin: 0 0 24px;
}

ul.contents {
	list-style-type: circle; list-style-image: url(../img/menuicons/userpages/page.gif);
}
ul.contents li {
	margin: 0; padding: 0 0 8px 0;
}

div#backgroundpreview {
	border: 1px solid #888; width: 100px; height: 100px; padding: 8px;
}


div.pagebody {
	height: 570px; overflow: auto; padding-right: 12px;
}


.pagetext {
	clear: both; border-top: 1px solid #888; border-bottom: 1px solid #888; padding: 8px;
    height: 520px; overflow: auto;
}
.pagetext h2, .pagetext h3 {
	clear: both;
}
.pagetext p.image, .pagetext p.text {
	margin: 0; padding: 8px 0;
}
