.clear-both {
	display: block;
	clear: both;
}

#forum-box * {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

#forum-box .gen {
}

#forum-box .genmed {

}

#forum-box .gensmall {

}

#wrapheader {
	margin: 0 0 0.5em;
}

#datebar {
	margin: 0 0 0.5em;
}

#forum-box .searchbar {
	height: 1em;
	margin: 0 0 ;
	font-size: 11px;
}

#forum-box .legend {
	margin: 1em 0;
	clear: both;
}

#forum-box .legend th {
	background: transparent;
	color: #000000;
	text-align: center;
	font-size: 11px;
	padding-left: 0;
	margin-left: 0;
}

#forum-box form {
	margin: 0;
	padding: 0;
	display: inline;
}

/* Tables
 ------------ */
#forum-box th {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	background-color: #DCECF8;
	/*background-image: url('styles/dlife/theme/images/cellpic3.gif');*/
	white-space: nowrap;
	padding: 7px 5px;
}

#forum-box th a, #forum-box th a:link, #forum-box th a:active, #forum-box th a:visited, #forum-box th a:hover {
	color: #FFFFFF;
}

#forum-box td {
	padding: 2px;
}
#forum-box td.profile {
	padding: 4px;
}

#forum-box .tablebg, .featured {
	background-color: #FFFFFF;
	border: 1px #666666 solid;
}

#forum-box .green-bg {
	background-color: #Caec80;
	padding: 5px 10px;
}

#forum-box table.error {
	background-color: #F03F35;
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px 10px;
}

#forum-box .catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #DFDFDF;
	/*background: white url('styles/dlife/theme/images/cellpic2.jpg') repeat-y scroll top left;*/
}

#forum-box .cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #EAF2F7;
	/*background-image: url('styles/dlife/theme/images/cellpic1.gif');*/
	text-indent: 4px;
}

#forum-box .row1, .featured {
	background-color: #FAFAFA;
	padding: 4px;
}

#forum-box .row2 {
	background-color: #EAF2F7;
	padding: 4px;
}

#forum-box .row3 {
	background-color: #EAF2F7;
	padding: 4px;
}

#forum-box .spacer {
	background-color: #D1D7DC;
}

#forum-box .cat h4 a {
	color: #666677;
}
/* DS to prevent text from overflowing */
#forum-box .postbody {
width: 550px;
overflow:hidden;
}

/* Featured discussion box
 ------------ */
.featured h4 {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.featured h5, .featured h6 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.featured p {
	margin: 0.5em 0;
}

.featured p.metadata {
	float: right;
	font-size: 11px;
}

/* Rules box
 ------------ */
#forum-box .forumrules {
	 background: #FBAF5D;
	 padding: 5px 10px;
}

#forum-box .forumrules h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.error {
	font-weight: bold;
	color: #FBAF5D;
}

/* Forms
 --------------*/
#forum-box .btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

#forum-box .btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

#forum-box .btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

/* BBCode
 ------------ */
#forum-box .quotetitle, #forum-box .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #DFDFDF;
	color: #000000;
	background-color: #DFDFDF;
	font-size: 0.85em;
	font-weight: bold;
}

#forum-box .quotetitle .quotetitle {
	font-size: 1em;
}

#forum-box .quotecontent, #forum-box .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #DFDFDF;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

#forum-box .attachcontent {
	font-size: 0.85em;
}

#forum-box .codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #DFDFDF;
	color: #333333;
	background-color: #DFDFDF;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

#forum-box .codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #DFDFDF;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

#forum-box .syntaxbg {
	color: #FFFFFF;
}

#forum-box .syntaxcomment {
	color: #FF8000;
}

#forum-box .syntaxdefault {
	color: #0000BB;
}

#forum-box .syntaxhtml {
	color: #000000;
}

#forum-box .syntaxkeyword {
	color: #007700;
}

#forum-box .syntaxstring {
	color: #DD0000;
}

/* proSilver Button Styles
---------------------------------------- */

/* Rollover buttons
   Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/
.buttons {
	float: left;
	width: auto;
	height: auto;
}

/* Rollover state */
.buttons div {
	float: left;
	margin: 0 5px 0 0;
	background-position: 0 100%;
}

/* Rolloff state */
.buttons div a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	position: relative;
	overflow: hidden;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
/*.buttons div span		{ display: none; }*/
/*.buttons div a:hover	{ background-image: none; }*/
.buttons div span			{ position: absolute; width: 100%; height: 100%; cursor: pointer;}
.buttons div a:hover span	{ background-position: 0 100%; }

/* Big button images */
.reply-icon span	{ background: transparent none 0 0 no-repeat; }
.post-icon span		{ background: transparent none 0 0 no-repeat; }
.locked-icon span	{ background: transparent none 0 0 no-repeat; }
.pmreply-icon span	{ background: none 0 0 no-repeat; }
.newpm-icon span 	{ background: none 0 0 no-repeat; }
.forwardpm-icon span 	{ background: none 0 0 no-repeat; }

/* Set big button dimensions */
.buttons div.reply-icon		{ width: 96px; height: 25px; }
.buttons div.post-icon		{ width: 96px; height: 25px; }
.buttons div.locked-icon	{ width: 88px; height: 25px; }
.buttons div.pmreply-icon	{ width: 96px; height: 25px; }
.buttons div.newpm-icon		{ width: 84px; height: 25px; }
.buttons div.forwardpm-icon	{ width: 96px; height: 25px; }

/* Sub-header (navigation bar)
--------------------------------------------- */
a.print, a.sendemail, a.fontsize {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
}

a.print {
	background-image: none;
	width: 22px;
}

a.sendemail {
	background-image: none;
	width: 22px;
}

a.fontsize {
	background-image: none;
	background-position: 0 -1px;
	width: 29px;
}

a.fontsize:hover {
	background-position: 0 -20px;
	text-decoration: none;
}

/* Icon images
---------------------------------------- */
.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
	padding-top: 10px;
	list-style: none;
}

/* Rollover state */
ul.profile-icons li {
	float: left;
	margin: 0 6px 3px 0;
	background-position: 0 100%;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { display:none; }
ul.profile-icons li a:hover { background: none; }

/* Positioning of moderator icons */
.postbody ul.profile-icons {
	float: right;
	width: auto;
	padding: 0;
}

.postbody ul.profile-icons li {
	margin: 0 3px;
}

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background: none top left no-repeat; }
.aim-icon, .aim-icon a			{ background: none top left no-repeat; }
.yahoo-icon, .yahoo-icon a		{ background: none top left no-repeat; }
.web-icon, .web-icon a			{ background: none top left no-repeat; }
.msnm-icon, .msnm-icon a			{ background: none top left no-repeat; }
.icq-icon, .icq-icon a			{ background: none top left no-repeat; }
.jabber-icon, .jabber-icon a		{ background: none top left no-repeat; }
.pm-icon, .pm-icon a				{ background: none top left no-repeat; }
.quote-icon, .quote-icon a		{ background: none top left no-repeat; }

/* Moderator icons */
.report-icon, .report-icon a		{ background: none top left no-repeat; }
.warn-icon, .warn-icon a			{ background: none top left no-repeat; }
.edit-icon, .edit-icon a			{ background: none top left no-repeat; }
.delete-icon, .delete-icon a		{ background: none top left no-repeat; }
.info-icon, .info-icon a			{ background: none top left no-repeat; }

/* Set profile icon dimensions */
ul.profile-icons li.email-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.aim-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.yahoo-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.web-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.msnm-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.icq-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.jabber-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.pm-icon		{ width: 28px; height: 20px; }
ul.profile-icons li.quote-icon	{ width: 54px; height: 20px; }
ul.profile-icons li.report-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.edit-icon	{ width: 42px; height: 20px; }
ul.profile-icons li.delete-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.info-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.warn-icon	{ width: 20px; height: 20px; }

/* Fix profile icon default margins */
ul.profile-icons li.edit-icon	{ margin: 0 0 0 3px; }
ul.profile-icons li.quote-icon	{ margin: 0 0 0 10px; }
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon	{ margin: 0 3px 0 0; }

/*  	
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */

/* Big button images */
.reply-icon span	{ background-image: url("./styles/dlife/imageset/en/button_topic_reply.gif"); }
.post-icon span		{ background-image: url("./styles/dlife/imageset/en/button_topic_new.gif"); }
.locked-icon span	{ background-image: url("./styles/dlife/imageset/en/button_topic_locked.gif"); }
.pmreply-icon span	{ background-image: url("./styles/dlife/imageset/en/button_pm_reply.gif") ;}
.newpm-icon span 	{ background-image: url("./styles/dlife/imageset/en/button_pm_new.gif") ;}
.forwardpm-icon span	{ background-image: url("./styles/dlife/imageset/en/button_pm_forward.gif") ;}

a.print {
	background-image: url("./styles/dlife/theme/images/icon_print.gif");
}

a.sendemail {
	background-image: url("./styles/dlife/theme/images/icon_sendemail.gif");
}

a.fontsize {
	background-image: url("./styles/dlife/theme/images/icon_fontsize.gif");
}

/* Icon images
---------------------------------------- */
.sitehome						{ background-image: url("./styles/dlife/theme/images/icon_home.gif"); }
.icon-faq						{ background-image: url("./styles/dlife/theme/images/icon_faq.gif"); }
.icon-members					{ background-image: url("./styles/dlife/theme/images/icon_members.gif"); }
.icon-home						{ background-image: url("./styles/dlife/theme/images/icon_home.gif"); }
.icon-ucp						{ background-image: url("./styles/dlife/theme/images/icon_ucp.gif"); }
.icon-register					{ background-image: url("./styles/dlife/theme/images/icon_register.gif"); }
.icon-logout					{ background-image: url("./styles/dlife/theme/images/icon_logout.gif"); }
.icon-bookmark					{ background-image: url("./styles/dlife/theme/images/icon_bookmark.gif"); }
.icon-bump						{ background-image: url("./styles/dlife/theme/images/icon_bump.gif"); }
.icon-subscribe					{ background-image: url("./styles/dlife/theme/images/icon_subscribe.gif"); }
.icon-unsubscribe				{ background-image: url("./styles/dlife/theme/images/icon_unsubscribe.gif"); }
.icon-pages						{ background-image: url("./styles/dlife/theme/images/icon_pages.gif"); }
.icon-search					{ background-image: url("./styles/dlife/theme/images/icon_search.gif"); }

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background-image: url("./styles/dlife/imageset/icon_contact_email.gif"); }
.aim-icon, .aim-icon a			{ background-image: url("./styles/dlife/imageset/icon_contact_aim.gif"); }
.yahoo-icon, .yahoo-icon a		{ background-image: url("./styles/dlife/imageset/icon_contact_yahoo.gif"); }
.web-icon, .web-icon a			{ background-image: url("./styles/dlife/imageset/icon_contact_www.gif"); }
.msnm-icon, .msnm-icon a			{ background-image: url("./styles/dlife/imageset/icon_contact_msnm.gif"); }
.icq-icon, .icq-icon a			{ background-image: url("./styles/dlife/imageset/icon_contact_icq.gif"); }
.jabber-icon, .jabber-icon a		{ background-image: url("./styles/dlife/imageset/icon_contact_jabber.gif"); }
.pm-icon, .pm-icon a				{ background-image: url("./styles/dlife/imageset/en/icon_contact_pm.gif"); }
.quote-icon, .quote-icon a		{ background-image: url("./styles/dlife/imageset/en/icon_post_quote.gif"); }

/* Moderator icons */
.report-icon, .report-icon a		{ background-image: url("./styles/dlife/imageset/icon_post_report.gif"); }
.edit-icon, .edit-icon a			{ background-image: url("./styles/dlife/imageset/en/icon_post_edit.gif"); }
.delete-icon, .delete-icon a		{ background-image: url("./styles/dlife/imageset/icon_post_delete.gif"); }
.info-icon, .info-icon a			{ background-image: url("./styles/dlife/imageset/icon_post_info.gif"); }
.warn-icon, .warn-icon a			{ background-image: url("./styles/dlife/imageset/icon_user_warn.gif"); } /* Need updated warn icon */