/*
 *************************************
 * misc styling
 *************************************
*/
td
{
	vertical-align: top;
}
/* 
*************************************
* Global styles for richtext content area
*************************************
*/
						
#content
	p
	{
		margin: 0;
		padding: 0px 0 5px 0;
	}
	
#content
	ul
	{
		margin-top: 3px;
	}

#content
	.Brick
	{
		margin: 0;
		padding: 0 0 10px 0;
	}
	
#content
	.Brick
		.Title
		{
			padding: 0 0 2px 0;
		}
		
#content
	.Brick
		img.FromImageLibrary
		{
			padding: 5px 5px;
			margin: 0;
			border: 0;
		}
		
#content
	.Property
		.Name
		{
			display: block;
			font-size: 11px;
		}
		
#content
	.Property
		input.SingleLineText
		{
			width: 400px;
		}

#content
	.Property
		textarea
		{
			width: 400px;
			height: 300px;
		}

/*
 *************************************
 * Common to all extensions
 *************************************
*/
div.extension-content
{
	padding: 10px;
}
div.extension-content
	a
	{
		font-weight: bold;
	}
/*
 *************************************
 * Misc
 *************************************
*/
#calendar
	div.navigation,
ul.navigation,
div#documentCollection,
div.image-list,
div.image-details
	{
		padding: 0 10px;
	}
div.confirm-delete
{
	margin: 30px 0 30px 0;
}
/*
 *************************************
 * Image Gallery
 *************************************
 */
div.image-list
	ol
	{
		list-style: none;
	}
div.image-list
	li
	{
		margin: 0;
		padding: 0 0 10px 0;
	}
div.image-details
	div.description
	{
		padding: 10px 0 10px 0;
	}
div.image-details
	dl
	{
		padding: 0;
		margin: 0;
	}
div.image-details
	dl
		dt
		{
			font-weight: bold;
		}
div.image-details
	dl
		dd
		{
			padding-bottom: 10px;
		}
div.image-list
	span.title
	{
		display: block;
		text-decoration: none;
	}
/*
 *************************************
 * Calendar
 *************************************
 */
#calendar
{
	width: 96%;
}
#calendar
	h2
	{
		margin: 10px 10px;
		padding: 0;
	}
#calendar
	div.peer-navigation
	{
		padding: 0 15px;
	}
#calendar
	table.event-grid
	{
		width: 100%;
		padding: 0;
		margin: 0;
		border-collapse: collapse;
	}
#calendar
	table.event-grid
		th
		{
			text-transform: uppercase;
			letter-spacing: -1px;
			text-align: center;
			vertical-align: middle;
			font-weight: normal;
			width: 12%;
			height: 1.5em;
		}
#calendar
	table.event-grid
		th.week-count
		{
			background: none;
			width: 3%;
		}
#calendar
	table.event-grid
		a
		{
			text-decoration: none;
		}
#calendar
	table.event-grid
		td
		{
			width: 13%;
		}
#calendar
	table.event-grid
		td.week-count
		{
			writing-mode: tb-rl;
			filter:	flipH() flipV();
			text-transform: uppercase;
			letter-spacing: 1px;
			text-align: center;
			vertical-align: middle;
			border-left: none;
			width: 1em;
			padding: 0 2px 0 2px;
		}
#calendar
	table.event-grid
		div.day
		{
			height: 100px;
			padding: 0 2px 2px 2px;
		}
#calendar
	table.event-grid
		td > div.day
		{
			height: auto;
			min-height: 100px;
		}
#calendar
	table.event-grid
		div.OtherMonth
		{
			opacity: 0.2;
			filter: alpha(opacity=20);
		}
#calendar
	table.event-grid
		div.day
			ul
			{
				list-style: none;
				margin: 0;
				padding: 0;
			}
#calendar
	table.event-grid
		div.day
			span.summary
			{
				padding-left: 4px;
				font-weight: bold;
			}
#calendar
	table.event-grid
		div.Today
			span.summary
			{
				font-weight: bold;
			}
#calendar
	table.event-grid
		div.day
			a.url,
#calendar
	table.event-grid
		div.day
			a.url:visited
			{
				font-weight: bold;
			}
#calendar
	div.day
	{
		padding: 10px 10px 10px 15px;
	}
#calendar
	div.event-range
	{
		padding: 10px 10px 10px 15px;
	}
#calendar
	div.event-range
		ul
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
#calendar
	div.event-range
		div.day
			a.url,
#calendar
	div.event-range
		div.day
			a.url:visited,
#calendar
	div.day
		div.events
			a.url,
#calendar
	div.day
		div.events
			a.url:visited
			{
				font-weight: bold;
				text-decoration: none;
			}
#calendar
	div.event-range
		div.day
			a.url:hover,
#calendar
	div.day
		div.events
			a.url:hover	
		{
			font-weight: bold;
			text-decoration: underline;
		}
#calendar
	div.events
		ul
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
#calendar
	div.day
		span.importance
		{
			padding: 0 10px 0 0;		
		}
#calendar
	div.event
	{
		padding: 5px 10px 20px 20px;
	}
#calendar
	div.event
		div.summary
		{
			font-weight: bold;
		}
#calendar
	div.event
		div.description
		{
			padding: 0 0 10px 10px;
		}
#calendar
	div.peer-navigation
		ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
#calendar
	div.peer-navigation
		li
		{
			display: inline;
			padding: 0 6px 0 10px;
			background: url(../images/bullet-tiny-black.gif) no-repeat left 4px;
		}
#calendar
	div.peer-navigation
		li.first
		{
			background: none;
			padding-left: 0;
		}
#calendar
	div.peer-navigation
		a
	{
		white-space: nowrap;
		text-decoration: none;
	}
#calendar
	div.peer-navigation
		a:hover
	{
		text-decoration: underline;
	}
#calendar
	div.vevent
		div.property
	{
		padding-bottom: 10px;
		font-weight: bold;	
	}
#calendar
	div.vevent
		div.descrption
	{
		font-weight: normal;
	}
#calendar
	div.vevent
		div.property
			.dtstart,
#calendar
	div.vevent
		div.property
			.dtend,
#calendar
	div.vevent
		div.property
			.importance,
#calendar
	div.vevent
		div.property
			.location
			{
				font-weight: normal;
			}
/*
 *************************************
 * Category Selector
 *************************************
 */
div.category-selector
{
	margin: 5px 10px 0 10px;
	padding: 5px 10px 10px 10px;
}
div.event-range-selector
{
	margin: 0 10px 0 10px;
	padding: 5px 10px 10px 10px;
}
/*
 *************************************
 * Category Editor
 *************************************
 */
div#category-editor
{
	display: block;
	position: relative;
	width: 100%;
	height: 400px;	
	overflow: auto;
	border: 2px buttonface inset;
	margin: 5px 5px;
}
div#category-editor
	li
	{
		padding: 0 0 0 18px;
		clear: both;
	}
div#category-editor
	li.Expanded div
	{
		background-image: url(../images/minus.gif);
	}
div#category-editor
	li.Collapsed
		div
		{
			background-image: url(../images/plus.gif);
		}
div#category-editor
	li.Collapsed
		ul
		{
			width: 0;
			height: 0;
			overflow: hidden;
			position: absolute;
		}
div#category-editor
	li
		div.Control
		{
			background-repeat: no-repeat;
			background-position:  0 -1px;
			position: relative;
			left: -18px;
			margin: 0 -18px 0 0;
			float: left;
			width: 16px;
			height: 16px;
			cursor: pointer;
			padding: 0;
		}
div#category-editor
	input
	{
		float: left;
		vertical-align: middle;
	}
div#category-editor
	label
	{
		float: left;
		cursor: pointer;
		display: block;
		padding: 1px 0 0 2px;
	}
div#category-editor
	ul
	{
		list-style: none;
		margin: 0;
		padding: 0 0 0 2px;
	}
div#category-editor
	ul
		ul
		{
			padding: 0 0 0 20px;
		}
/*
 *************************************
 * Publication
 *************************************
 */
#publication
	ul.ArticleList
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}
#publication
	ul.ArticleList
		li
		{
			padding: 0 0 10px 0;
		}
#publication
	span
	{
		display: block;
	}
#publication
	h4
	{
		display: none;
	}
#publication
	.panel
		.Body
			h4
			{
				display: block;
			}
#publication
	span.Author
	{
		display: inline;
	}
#publication
	span.Author
		span.vcard,
#publication
	span.Author
		span.vcard
			span.fn,
#publication
	span.Author
		span.published
		{
			display: inline;
		}
		
#publication
	span.Author
		span.vcard
			span.fn {
			display: none;
			}
			
#publication
	span.Author
		span.vcard {
			display: none;
			}
#publication
	span.View
		span.Abstract
		{
			padding: 0 0 10px 10px;
			font-style: italic;
		}
#publication
	div.panel
		span.Content
		{
			padding: 0 0 10px 0;
		}
/*
 *************************************
 * Extension Auhoring
 *************************************
 */
div.authoring
{
	padding: 0 10px;
	margin: 10px 0 0 0;
}
div.authoring
	div.field
	{
		padding: 0 0 10px 0;
	}
div.authoring
	input.text
	{
		width: 400px;
	}
div.authoring
	textarea
	{
		width: 400px;
	}
/*
 *************************************
 * Extension Commands
 *************************************
 */
ul.commands
{
	margin: 0;
	padding: 0;
	list-style: none;
}
div.Commands
{
	margin: 0;
	padding: 0;
}
ul.commands
	li
	{
		float: left;
		margin: 0 10px 10px 0;
	}
div.Commands
	span
	{
		float: left;
		margin: 0 10px 10px 0;
	}
ul.commands
	a,
ul.commands
	a:visited
	{
		display: block;
		padding: 4px 0 0 0;
	}
/*
 ****************************************************
 * Grid - used for Directory and Document Collection
 ****************************************************
 */
div.grid
	div.visibility
	{
		margin: 0 2px 2px 2px;
		padding: 5px 10px 10px 10px;
	}
div.grid
	div.visibility
		ul
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
div.grid
	div.visibility
		li
		{
			padding: 0 0 0 16px;						
		}
div.grid
	div.visibility
		li.visible
		{
			background: url(../images/check-mark.gif) no-repeat 0 -5px;
		}
div.grid
	div.visibility
		li.reset
		{
			padding-top: 10px;
		}
div.grid
	div.visibility-trigger
	{
		text-align: right;
		margin: 0 2px;
		padding: 2px 5px 5px 5px;
	}
div.grid
	div.visibility-trigger
		span
		{
			cursor: pointer;
		}
div.grid
	div.visibility
	{
		display: none;
	}
div.grid
	div.segments
	{
		padding: 2px 5px 5px 5px;
	}
div.grid
	div.segments
		ul
		{
			list-style:none;
			margin: 0;
			padding: 0;
		}
div.grid
	div.segments
		li
		{
			display: inline;
			padding: 0 0.2em 0 0;
		}
div.grid
	table
	{
		width: 100%;
	}	
div.grid
	th
	{
		text-align: left;
		padding: 2px 5px 5px 5px;
	}
div.grid
	td
	{
		padding: 2px 5px 5px 5px;
	}
div.grid
	table
		th
			a.ascending,
div.grid
	table
		th
			a.ascending:visited
			{
				padding-right: 16px;
				background: url(../images/sort-ascending.gif) no-repeat right top;
			}
div.grid
	table
		th
			a.descending,
div.grid
	table
		th
			a.descending:visited
			{
				padding-right: 16px;
				background: url(../images/sort-descending.gif) no-repeat right top;
			}
/*
 *************************************
 * Document Collection document types
 *************************************
 */
div.grid td a.ResourceTitle {
	display: block;
	background-image: url(../images/ico-document.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	padding-left: 18px;
	height: 16px;
}
		
div.grid td	a.word		{ background-image: url(../images/ico-word.gif); }
div.grid td	a.excel		{ background-image: url(../images/ico-excel.gif);	}
div.grid td	a.powerpoint{ background-image: url(../images/ico-powerpoint.gif); }
div.grid td	a.access	{ background-image: url(../images/ico-access.gif); }
div.grid td	a.publisher	{ background-image: url(../images/ico-publisher.gif); }
div.grid td	a.graphic	{ background-image: url(../images/ico-graphic.gif); }
div.grid td	a.html		{ background-image: url(../images/ico-html.gif); }
div.grid td	a.pdf		{ background-image: url(../images/ico-pdf.gif); }
div.grid td	a.visio		{ background-image: url(../images/ico-visio.gif); }
div.grid td	a.text		{ background-image: url(../images/ico-text.gif); }
div.grid td	a.email		{ background-image: url(../images/ico-email.gif); }
div.grid td	a.archive	{ background-image: url(../images/ico-archive.gif); }
div.grid td	a.video		{ background-image: url(../images/ico-video.gif); }
div.grid td	a.audio		{ background-image: url(../images/ico-audio.gif); }
div.grid td	a.flash		{ background-image: url(../images/ico-flash.gif); }

/* field viewer */
div.field-viewer
	div.field
		div.name
		{
			font-weight: bold;
		}
div.field-viewer
	div.field
		div.value
		{
			padding: 0 0 10px 40px;
		}
div.field-viewer
	div.field
		a
		{
			display: block;
			padding-bottom: 10px;
		}
div.field-viewer
	dl.properties
	{
		margin: 0;
		padding: 0;
	}
div.field-viewer
	dl.properties
		dd
		{
			margin: 0;
			padding: 0 0 10px 40px;
		}
div.panel
	dl
	{
		margin-top: 0;
		margin-bottom: 0;
	}

div.panel
	dl
		dd
		{
			display: block;
			margin: 0;
			padding: 0 0 10px 10px;
		}
div.panel
	dl
		dt
		{
			display: none;
		}
div.field-viewer
	dl.properties
		dt
		{
			display: block;
			font-weight: bold;
		}
div.navigation
	ul,
ul.authoring,
ul.navigation
	{
		margin: 5px 0;
		padding: 5px;
		list-style: none;
		border-top: 2px dotted #eee;
		border-bottom: 2px dotted #ccc;
	}
div.navigation
	li,
ul.navigation
	li
	{
		display: inline;
		padding: 0 2px 0 10px;
		margin: 0;
		background: url(../images/bullet-tiny-black.gif) no-repeat 2px 4px;
	}
div.navigation
	li
		strong,
ul.authoring
		li
			strong,
ul.navigation
	li
		strong
		{
			font-weight: bold;
		}
div.navigation
	a,
ul.navigation
	a,
ul.authoring
		a,
div.navigation
	a:visited,
ul.navigation
	a:visited
	{
		white-space: nowrap;
		text-decoration: none;
	}
div.navigation
	a:hover,
ul.navigation
	a:hover,
ul.authoring
		a:hover,
div.navigation
	a:visited:hover,
ul.authoring
		a:visited:hover,
ul.navigation
	a:visited:hover
	{
		text-decoration: underline;
	}
div.navigation
	li.first,
ul.authoring
		li.first,
ul.navigation
	li.first
	{
		background: none;
		padding-left: 0;
	}
div.Input
{
	padding-bottom: 10px;
}
/*
 *************************************
 * Directory - group and entry
 *************************************
 */
div.search-collection
{
	margin: 5px 2px 0 2px;
	padding: 5px 10px 10px 10px;
}
div.search-collection
	div.field
	{
		display: inline;
	}
div.group
{
	padding: 0 10px;
}
#entry
{
	padding: 0 10px;
	margin: 0 0;
	padding: 0 0;
}
#entry
	div.functions,
#entry
	div.panel
	{
		margin: 0 0;
		padding: 0 0;
	}
#entry
	div.functions
		ul
		{
			zoom: 1;
			margin: 0 0;
			list-style: none;
			padding: 0 0;
		}
#entry
	div.functions
		ul
			li
			{
				margin: 0 0;
				padding: 0 0;
			}
#entry
	div.functions
		dl
		{
			padding: 0 0;
			margin: 0 0;
			border: 0;
		}
#entry
	div.functions
		dt
		{
			margin: 0 0;
			padding: 0 0;
			font-weight: bold;
		}
#entry
	div.functions
		dd
		{
			margin: 0 0;
			padding: 0 0 0 10px;
		}
#entry
	div.functions
		dd.Groups
		{
			padding-bottom: 10px;
		}
#entry
	div.functions
		dd
			a
			{
				font-weight: normal;
				text-decoration: none;
				margin: 0;
				padding: 4px 0 4px 24px;
				display: block;
			}
#entry
	div.functions
		dd
			a:visited
			{
				font-weight: normal;
				text-decoration: none;
				margin: 0;
				padding: 4px 0 4px 24px;
				display: block;
			}
#entry
	div.functions
		dd.Groups
			a
			{
				background: url(../images/Group.gif) no-repeat scroll left 3px;
			}
#entry
	div.functions
		dd.Categories
			li
			{
				font-weight: normal;
				padding: 4px 0 4px 24px;
				display: block;
				background: url(../images/Tag.gif) no-repeat scroll 4px 3px;
			}
/*
 *************************************
 * search results
 *************************************
 */
div.Search
	ul.search-type
	{
		list-style: none;
		margin: 5px 0 5px 10px;
		padding: 0;
	}
div.Search
	ul.Result
	{
		list-style: none;
		margin: 20px 0 0 0;
		padding: 0;
	}
div.Search
	ul.Result
		li.Page
		{
			padding: 0 0 5px 20px;
			background: url(../images/search-page.gif) no-repeat 0 -1px;
		}
div.Search
	ul.Result
		li.Link
		{
			padding: 0 0 5px 20px;
			background: url(../images/search-link.gif) no-repeat 0 -1px;
		}
/*
 ************************************
 * admin/login area
 ************************************
 */
body
{
	margin: 0;
}
#l-authoring {
	margin: 0;
}

.l-admin-closed {
	padding: 0;
}

.l-admin-closed a.l-trigger {
	position: absolute;
	z-index: 20;
	width: 20px;
	height: 0;
	overflow: hidden;
	padding: 16px 0 0 0;
	top: 0;
	left: 0;
}

.l-admin-closed a.l-trigger:hover {
	background: url(../images/icon-login.gif) no-repeat 4px 0;
}

.l-admin-open {
	padding: 2px;
}

.l-admin-open a.l-trigger {
	display: block;
	overflow: hidden;
	float: left;
	width: 16px;
	height: 0;
	padding: 16px 0 0 0;
	background: url(../images/icon-close.gif) no-repeat;
}

.l-admin-closed div#properties,
.l-admin-closed div#login {
	display: none;
}

.l-admin-open .l-legend {
	display: none;
}


.l-admin-open a,
.l-admin-open .l-pid {
	padding: 0 20px 0 20px;
}

.l-admin-open a {
	padding: 0 10px 0 40px;
	background: url(../images/icon-edit.gif) no-repeat 20px 0;
}

.l-admin-open .version {
	padding: 0 5px 0 100px;
}

.l-admin-open input.url,
.l-admin-open input.password,
.l-admin-open input.text {
	font-family: monospace;
}

.l-admin-open div {
	display: inline;
}
/*
 *************************************
 * Discussion
 *************************************
 */
ul.authoring
	li
	{
		display: inline;
		padding-right: 20px;
	}
ul.authoring
	li
		a
		{
			padding-left: 14px;
		}
ul.authoring
	li
		a.AddPost,
ul.authoring
	li
		a.AddComment,
ul.authoring
	li
		a.add
		{
			background: url(../images/add.gif) no-repeat left 2px;
		}
ul.authoring
	li
		a.Edit,
ul.authoring
	li
		a.edit
		{
			background: url(../images/edit.gif) no-repeat left 2px;
		}
ul.authoring
	li
		a.Delete,
ul.authoring
	li
		a.delete
		{
			background: url(../images/delete.gif) no-repeat left 2px;
		}
div#discussion
	div.special,
div#post
	div.special
{
	padding: 15px 0px 10px 20px;
	margin: 0 0 10px 0;
}
div#discussion
	div.Posts
		ol
		{
			list-style: none;
			padding: 0;
			margin: 0;
		}
div#discussion
	div.Posts
		li.entry
		{
			background: url(../images/comment.gif) no-repeat left 8px;
			padding-left: 14px;
			padding-bottom: 6px;
			margin-bottom: 0;
		}
div#discussion
	div.Posts
		li.entry
			h4.title
			{
				text-decoration: underline;
				margin-bottom: 0;
				padding: 6px 0 1px 0;
;
			}
div#discussion
	div.Posts
		div.comments
			a,
div#discussion
	div.Posts
		div.comments
			.lastCommentPosted
			{
				display: inline;
			}
div#discussion
	div.Posts
		div.comments
			.lastCommentPosted
			{
				padding-left: 6px;
			}
div#discussion
	div.Posts
		li.entry
			div.description
			{
				margin-bottom: 6px;
			}
div#post
{
	padding-top: 0;
}
div#post
	div#comments
		h5
		{
			display: block;
			margin: 0;
			padding: 6px 0 6px 0;
		}
div#post
	div.entry
		div
			div.posted,
div#discussion
	div#comments
		div.lastCommentPosted
		{
			display: inline;
		}
div#discussion
	div#comments
		div.lastCommentPosted
		{
			padding-left: 6px;
		}

div#discussion
	div.Posts
		ul.authoring
		{
			padding-left: 0;
			border: none;
		}
div#discussion
	div.Posts
		ul.authoring
			li,
div#post
	ul.authoring
		li
		{
			background: none;
			padding-left: 0;
		}
div#post
	h5
	{
		margin-bottom: 0;
	}
div.posted,
div#post
	div.meta
	{
		padding-bottom: 5px;
	}
div#post
	div.entry
		div.description 
		{
			padding-top: 0;
		}
div#post
	div.entry
		div#comments
			ol
			{
				list-style: none;
				padding: 0;
				margin: 0;
			}
div#post
	div.entry
		div#comments
			ol
				li
				{
					background: url(../images/comment.gif) no-repeat left 8px;
					padding-left: 14px;
					padding-bottom: 5px;
					margin-bottom: 5px;
					border: none;
				}
div#post
	div.entry
		div#comments
			ol.replies
			{
				margin: 5px 0 0 0;
			}
div#post
	div.entry
		div#comments
			ol.replies
				li
				{
					background: url(../images/reply.gif) no-repeat left 2px;
					padding-left: 17px;
					padding-bottom: 0;
					
				}
div#post
	div.entry
		div#comments
			ul.authoring
			{
				padding-left: 0;
				border: none;
			}
div#post
	div.entry
		div#comments
			ul.authoring
				li
				{
					background-image: none;
					padding-left: 0;
				}
div#post
	div.entry
		div#comments
			ul.authoring
				li
					a.delete
					{
						background: url(../images/delete.gif) no-repeat left 2px;
						padding-left: 14px;

					}
div.post-comment
{
	margin-top: 20px;
}

div.post-comment
	h4
	{
		padding: 0;
		margin: 0 0 7px 0;
	}
div.post-comment
	div.Form
		li
			div.Value
				textarea
				{
					height: 70px;
				}
	
div#post-comment
	div.Form
		h4,
div#comment
	div.Form
		h4,
div#post
	div.Form
		h4,
div#discussion
	div.Form
		h4
		{
			padding-left: 100px;
		}
div#post-comment
	div.Form
		ul,
div#comment
	div.Form
		ul,
div#post
	div.Form
		ul,
div#discussion
	div.Form
		ul
		{
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
div#post-comment
	div.Form
		ul
			li,
div#comment
	div.Form
		ul
			li,
div#post
	div.Form
		ul
			li,
div#discussion
	div.Form
		ul
			li
			{
				list-style: none;
				display: inline-block;
				padding-top: 3px;
				padding-bottom: 3px;
			}
div#post-comment
	div.Form
		li
			div.Name,
div#comment
	div.Form
		li
			div.Name,
div#post
	div.Form
		li
			div.Name,
div#discussion
	div.Form
		li
			div.Name
			{
				width: 200px;
				padding: 0 10px 0 0;
			}
div#post-comment
	div.Form
		li
			div.Value
				input,
div#post-comment
	div.Form
		li
			div.Value
				textarea,
div#comment
	div.Form
		li
			div.Value
				input,
div#comment
	div.Form
		li
			div.Value
				textarea,
div#post
	div.Form
		li
			div.Value
				input,
div#post
	div.Form
		li
			div.Value
				textarea,
div#discussion
	div.Form
		li
			div.Value
				input,
div#discussion
	div.Form
		li
			div.Value
				textarea
				{
					width: 66%;
				}

div#post-comment
	div.Form
		div.Commands,
div#comment
	div.Form
		div.Commands,
div#post
	div.Form
		div.Commands,
div#discussion
	div.Form
		div.Commands
		{
			padding: 5px 0 0 0;
		}
div#post-comment
	div.Form
		span.Command,
div#comment
	div.Form
		span.Command,
div#post
	div.Form
		span.Command,
div#discussion
	div.Form
		span.Command
		{
			vertical-align: top;
		}
div#post-comment
	div.Form
		span.Command
			input,
div#post-comment
	div.Form
		span.Command
			a,
div#comment
	div.Form
		span.Command
			input,
div#comment
	div.Form
		span.Command
			a,
div#post
	div.Form
		span.Command
			input,
div#post
	div.Form
		span.Command
			a,
div#discussion
	div.Form
		span.Command
			input,
div#discussion
	div.Form
		span.Command
			a
			{
				display: block;
				padding: 4px 0 0 0;
			}
div.tags
	h3
	{
		padding: 1.5em 0 0 0;
		margin: 0;
	}
div.tags
	ul
	{
		list-style: none;
	}
div.tags
	li
	{	
		font-weight: normal;
		padding: 4px 0 4px 24px;
		display: block;
		background: url(../images/Tag.gif) no-repeat scroll 4px 3px;
	}

/*
* Reports
*/
div#reports
{
	padding: 0 10px 0 10px;
}
.fn {
display:none;
}
div#reports
	.heading
	{
		text-align: center;
		font-weight: bold;
		padding: 5px 0 5px 0;
		border-bottom: solid 1px #696969;
	}
	
div#reports
	.heading
		.params
		{
			text-align: center;
			font-weight: bold;
			padding: 5px 0 0 0;
		}
