@charset "UTF-8";
/* CSS Document */

.faqblock {
	margin-bottom:1em;
}

.faqtext {
}

.faqtext + .faqlinks {
	border-top:solid 1px rgb(51, 51, 51);
}

.faqlinks {
	background:transparent  repeat-x bottom;
}


/* AVATAR LIST */

#avatarlist .postrequirement {
	font-weight:normal;
}

#avatarlist .avatarlist li {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#avatarlist .avatarlist li img {
	display:block;
	margin-bottom:0.5em;
}

.faqblock .blockbody {
	border-bottom: 2px solid #280D02;
} 


.postbitlegacy .postfoot .textcontrols a.ipx, .postbit .postfoot .textcontrols a.ipx {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/buttons/ip-40x.png) no-repeat scroll left center;
	padding-left:20px;
}
 


.pemtable {
	font-weight: bold;
	text-align: center;
}

.pemtable td {
	padding:8px;
	vertical-align:top;
	border-left:1px solid #cedfeb;
	border-right:1px solid #cedfeb;
	border-bottom:1px solid #cedfeb;
}

.pemtable .alt1 {
	background:rgb(255, 255, 255) bottom repeat-x;
}

.pemtable .alt2 {
	background-color:rgb(240,242,250);
}

.pemtable .left {
	text-align: left;
}

.pemtable .right {
	text-align: right;
}

.pemtable .normal {
	font-weight: normal;
}
 