/************* SITE TEMPLATE *************/
/* As there is currently very little template CSS, it is included in this file.
 * As soon as we style the site properly, this should be moved to a separate
 * page_template.css file, as per our standard conventions.
 */

	#site_title {
		display: none;
	}

/************* PAGE CONTENT *************/

/* Form Fields */

	.CheckBoxList {
		list-style-type: none;
		display: inline-block;
		vertical-align: top;
	}

	.CheckBoxList li {
		padding-top: 4px;
	}

	.OrgGroup {
		font-weight: bold;
	}

/* Search Form */

	#frmNodeSearch {
		margin: 1em 0;
	}

	#frmNodeSearch p {
		display: inline;
	}

/* Activity Log */

	#ActivityLog {
		background-color: #D3D3D3;
	}

	.ActivityLogText {
		font-size: 0.8em;
	}

	#ActivityLog,
	.NodeComment,
	.Revision {
		width: 450px;
	}

	.Published p {
		background-color: #F9F786;
	}

/* For lookup edit page */

	body#page-lookup_edit .StandardInputForm input[type="text"] {
		width: 	250px;
	}