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

/* 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; }

/* 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; }



.forumbg li
{
	list-style:none;
}

a.topictitle {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

/* a.topictitle:visited { color: #d2d2d2; } */

a.topictitle:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

a.topictitle:active {
	color: #898989;
}

/* Links for forum/topic lists */
a.forumtitle {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

/* a.forumtitle:visited { color: #898989; } */

a.forumtitle:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

a.forumtitle:active {
	color: #898989;
}

.forumbg .grid td
{
	padding:0 0 0 6px;
}

.forumbg .grid .row .icon
{
	margin:6px 4px;
}
.forumbg .grid .lastpost span
{
	display:block;
}

.postprofile dd
{
	margin:0;
	padding:0;
}

.postprofile dd strong
{
	padding-right:4px;
}

.postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	font-size: 1.5em;
	padding: 2px 0 0 0;
	margin: 0 0 0.3em 0 !important;
	text-transform: none;
	border: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 125%;
}

.postbody {
	padding: 0;
	line-height: 1.48em;
	color: #333333;
	width: 76%;
	float: left;
	clear: both;
}

.postbody .ignore {
	font-size: 1.1em;
}

.grid .post td
{
	vertical-align:top;
	padding-top:0;
}

.grid .post td .author
{
	padding:0;
	margin:0;
}

.grid .post td h3
{
		/* Postbody requires a different h3 format - so change it here */
	font-size: 1.5em;
	padding: 2px 0 0 0;
	margin: 0 0 0.3em 0 !important;
	text-transform: none;
	border: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 125%;
}

.grid .post td .content
{
	padding-top:10px;
	font-size:1.2em;
}

.grid .post td .content q
{
	padding-top:10px;
	background-color:lightgray;
	display:block;
	font-size:10px;
	margin-left:30px;
	margin-right:5px;
}


.grid .post td .first
{
	font-size:1.7em;
}

.grid .post td ul
{
	padding:0;
	margin:0;
}


/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	text-decoration: underline;
	color: #d3d3d3;
}

/* new posts */
#postform  #postingbox .inner h3
{
	width:100%;
	text-align:center;
}

#postform #postingbox .fields1
{
	padding-left:0px;
	border: none;
}

#postform #postingbox #format-buttons
{

}

#postform #postingbox #format-buttons .input label
{
	padding-right:10px;
}


#postform #postingbox #smiley-box
{
	margin:5px 0;
}
#postform #postingbox #smiley-box strong
{
	margin-bottom:4px;
}


#postform  .inner
{
	border:1px solid lightgray;
	padding-top:2px;
	padding-left:40px;
}

#postingbox .inner .select
{
	padding-top:6px;
}
#postingbox .inner .select label
{
	padding-right:8px;
}
#postingbox .inner .select select
{
	width:200px;
}

#postform  .inner dl dd
{
	padding:0;
	margin:0;
}

#postform .inputbox
{
	width:888px;
}

#postform table .inputbox
{
	width:auto;
}
#postform table
{
	width:100%;
}
#postform table td
{
	text-align:center;
}

#postform .submit-table
{
	width:100%;
}
#postform .submit-table td
{
	padding:5px 0 5px 0;
}

#postform .submit-table #signature-checkbox div
{
	width:auto;
	float:none;
}
#postform .submit-table #signature-checkbox
{
	text-align:center;
}
#postform .submit-table #signature-checkbox .checkbox
{
	float:none;
}


#postform .poll-box
{
	padding-left:40px;
	border:1px solid lightgray;
}

#postform .poll-box .poll-table
{
	width:700px;
}

#postform .poll-box .poll-table td
{
	text-align:left;
}
#postform .poll-box .poll-table .pollcomment
{
	font-size:11px;
	padding-bottom:10px;
}
#postform .poll-box .poll-table .polltitle
{
	height:1.9em;
	width:250px;
}
#postform .poll-box .polloptioncomment
{
	font-style:italic;
	margin-top:10px;
}

#postform .subjectbox
{
	width:250px;
	margin-bottom:20px;
}


.postprofile
{
	margin-top:5px;
}
.postprofile .profiledetails a, .postprofile .profiledetails a:hover, .postprofile .profiledetails a:link, .postprofile .profiledetails a:visited
{
	color:#339900;
}

.postprofile .profilelink .username
{
	font-weight:bold;
	font-size:12px;
	/*color:#339900;*/
}
.postprofile .profiletable 
{
	width:100%;
}
.postprofile .profiletable  .col1
{
	width:70px;
}

.postprofile .profiletable td
{
	border:0;
	padding:0px 3px 1px 0px;
}

.postprofile .profilelink, .postprofile .profileimage, .postprofile  .profiledetails
{
	margin-bottom:6px;
	
}

.postprofile .profile-top-and-pm
{
	margin-top:4px;
	width:100%;
	
	font-weight:normal;
	color:color:#339900;
}
.postprofile .profile-top-and-pm a,.postprofile .profile-top-and-pm a:hover,.postprofile .profile-top-and-pm a:link,.postprofile .profile-top-and-pm a:visited
{
	color:#339900;
}

.postprofile .profile-top-and-pm td
{
	border:0;
	padding:0px 3px 1px 0px;
}

.postprofile .profile-top-and-pm .pm
{
	text-align:right;
	width:50%;
}

.forumbuttons
{
	text-align:left;
	background-position:0 100%;
	float:left;
	height:auto;
	width:auto;
	padding:3px;
}

.forumbuttons .reply-icon
{
	height:25px;
	width:96px;
}
.forumbuttons div a {
background-position:0 0;
display:block;
height:100%;
overflow:hidden;
position:relative;
width:100%;
}

.forumbuttons div a:hover span
{
	background-position:0 100%;
}
.forumbuttons div
{
	float:left;
	background-position:0 100%;
	padding:0;
	margin: 0 5px 0 0;
}
.forumbuttons div span
{
	position:absolute;
	cursor:pointer;
	height:100%;
	width:100%;
}

.reply-icon span 
{
background:transparent none no-repeat scroll 0 0;
background-image:url(/img/images/forum/imageset/en/button_topic_reply.gif);

}
.spacerdiv
{
	margin-top:40px;
}


.forumbuttons3 td
{
	padding:4px 0 4px 0;
}

.forumbuttons3 .reply-icon3
{
	text-align:left;
}
.grid .actionbuttons td 
{
	border:none;
	text-align:right
}

.pollresulttable
{
	width:100%;
	border:none;
}

.pollresulttable .pollquestionresult
{
	text-align:right;
	width:50%;
}

.pollresulttable .pollbarresult
{
	padding-left:10px;
	width:100px;
}

.pollresulttable .pollbarresult div
{
	background-color:#AA2346;
	color:#AA2346;
	min-width:2%;
	overflow:hidden;
}

.pollresulttable .polltotalvotesresult
{
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}

.pollresulttable .pollvotecountresult
{
	padding-left:10px;
}