.forumtable		{ border: 1px solid #dddddd; font-size: 12px;  }
.forumtable th	{ text-align: center; background-color: #dddddd; }
.forumtable	td	{ border-bottom: 1px solid #dddddd; }
.center			{ text-align: center; }

/* #breadcrumbs */
#breadcrumbs ul
{
    list-style: none;
    padding: 0;
	margin: 0 0 10px 0;
}

#breadcrumbs li
{
    display: inline;
}

/* div#user_notification */
div#user_notification
{
	position: fixed;
	padding: 5px 10px 0 10px;
	right: 10%;
	top: 10%;
	width: 300px;
	font-size: 13px;
	z-index: 99;
}

#user_notification .error
{
	background-image: url('http://sunforum.co.uk/resources/icons/silk/cancel.png');
	background-position: 303px 3px;
	background-repeat: no-repeat;
}

#user_notification img.close_icon
{
	margin-top: -5px;
	float: right;
}

#user_notification p { padding-bottom: 0; margin-bottom: 5px; }

.post pre.code
{
	border: 1px dashed silver;
	line-height: 1;
	font-size: smaller;
	padding: 0 20px 10px 20px;
	margin: 10px 0;
}

