
	.pagetitle {

		/* Box Properties */
		margin: 0px;
		padding-bottom: 12pt;

		/* Formatting Properties */
		font-family: verdana;
		font-size: 15pt;
		font-weight: bold;
		letter-spacing: -1pt;
		color: #7d9a3d;

		/* Box Properties */
/*
		margin: 0px;
		padding-bottom: 8pt;
*/

		/* Formatting Properties */
/*
		font-family: verdana;
		font-size: 18pt;
		font-weight: bold;
		letter-spacing: -1pt;
		color: #333333;
*/

	}

	.pagetitle_howto {
		margin-left: 96px;
		text-indent: -96px;
	}

	.compact {
		padding-bottom: 0px;
	}

	.code, .picture, .tip, .currentbuild {

		/* Formatting */
		border: #7d9a3d 1px solid;

	}

	.code, .tip {

		/* Box Properties */
		padding-left: 30px;
		padding-top: 8pt;
		padding-bottom: 8pt;
		padding-right: 8pt;

	}

	.code {

		/* Formatting */
		background-color: #efefef;
		font-family: courier;
		font-size: 8pt;
		text-align: left;
		white-space: pre;

	}

	.currentbuild {

		/* Box Properties */
		padding: 5px;
		margin-bottom: 14pt;

		/* Formatting Properties */
		background-color: #efefef;

	}

	.picture {

		/* Formatting */
		padding-top: 8pt;
		padding-bottom: 8pt;

		/* Formattng Properties */
		text-align: center;

	}

	.tip {

		/* Formatting */
		background-color: #e5ffd0;
		background-image: url(images/com/x1seven/curium/icon_information.gif);
		background-position: 3px 8pt;
		background-repeat: no-repeat;

	}

	.todo {
		background-color: #ffff00;
		color: #ff0000;
		font-family: verdana;
		font-weight: bold;
	}

